Skip to main content

Area under a region

 

If you want to find the area under a region, you can draw rectangles and add the area of the rectangles together to find an aproximation. If you want to find the exact area, you use an integral bounded by the region. But what about when we introduce a 3rd plane? How do we aproximate the volume under a region when we consider all three planes? The concept is very similar. To aproximate the volume, we use rectangles but add the element of height and sum the rectangles volumes. For the actual volume, we use a double integral (using Fubini's Theorem) bounded by the region.
Consider the region contained in the intersection of \[y=x^\frac{1}{2}\] \(and\) \[y=x^3.\]

We are going to aproximate and find the actual volume of this region under the function \[f(x,y)=xy.\]

We're going to find the aproximated area using squares, so let's zoom in a little bit until we have a 5x5 area for a total of 25 squares to work with.

Do you see the 5x5 section of squares that outline the region contained by the two functions? Each block is 0.2x0.2 wide/long. What we want to do is look at the top right corner of each square in the grid. For any top right corner of a square that is on the line of a function or contained inside the region of the functions, we notate them.

What are the coordinates of these points? We will need them for the function \(f(x,y)=xy.\)

Now, we simply plug these coordinates into the \(f(x,y)=xy\) function and input these numbers into a 5x5 table on google sheets. This table will make it easier to visualize what's going on as we input these numbers as heights on onshape to represent whats happening in 3-d. These are the heights of each square, now turned into rectangular prisms. To find the volume of these prisms, we take the length (0.2) times the width (0.2) of each square and multiply it by the height and take the total sum to get the aproximated voolume of this region, noted below the table.

The representation on Onshape is done in a 1:1 scale using inches as metrics, meaning each square has side length and width 0.2 and the heights are exactly as they are in the table.

To find the actual volume of the region we use a double integral. The outside integral is the integral from x=0 to x=1, or the boundary of the region with respect to the x-axis. The inner integral is the integral from \(y=x^3\) to \(y=x^\frac{1}{2}\) or the area bounded by the bottom equation up to the area bounded by the upper equation. This double integral gives us the volume of the region in all 3 planes by the function \(f(x,y)=xy\) contained or bounded by the functions in the 2-dimensions with respect to the y-axis contained in-between the functions and then the x-axis in-between the inner and outer-most point from the origin along the x-axis. \[\int_{}^{}\int_{D}^{}f(x,y)dA\] \[\int_{}^{}\int_{R}^{}f(x,y)dydx\] \[\int_{a}^{b}\int_{c}^{d}f(x,y)dydx\] \[\int_{a}^{b}\int_{g1(x)}^{g2(x)}f(x,y)dydx\] \[\int_{0}^{1}\int_{x^3}^{x^\frac{1}{2}}xy dydx\]

So, the aproximated volume was 0.1328 cubic units and the actual volume is 0.1041 cubix units. I chose these functions because it would be contained within a 1x1.5 cubic inch volume for easy scaling (in this case no need to scale at all) in Onshape for 3-d printing and representation. I also like that the numbers were small and easy to work with once you wrap your head around how small the region really is. It adds depth and understanding beyond what I've ever known when we look at that region in all 3 planes and incoorperate a function containing x and y terms. We've all seen or could imagine this region on a graph, but the actual scale of it is so much smaller than it seems in a 2-d plane, which is why I like it.

Comments

Popular posts from this blog

Finding an object's center of mass using integration

Thinking about center of mass As a kid, I would sit in class and balance my pencil on my finger. What I didn't know then was that I was finding the pencil's center of mass. An object's center of mass is a point where the average weight of the object lies. In other words, the weighted position vectors of the object at this point sum to zero (source: https://www.dictionary.com/browse/center-of-mass ). The exact location of this point can be found using calculus. First, it is important to understand the moment . The moment for a two-dimensional object is given with respect to both the x- and y-axes. It is a physical characteristic of the object a certain distance from these axes. It's easiest to think about the axes as reference points for where the characteristic acts; in this case, where the mass is distributed. When computing these moments, the hardest concept to grasp is that the moment with respect to y, for example, is given by the x-coordinat...

Finding the Center of Mass of a Toy Boat

Consider two people who visit the gym a substantial amount. One is a girl who loves to lift weights and bench press as much as she possibly can. The other is a guy who focuses much more on his legs, trying to break the world record for squat weight. It just so happens that these two are the same height and have the exact same weight, but the center of their weight is not in the same part of their body. This is because the girl has much more weight in the top half of her body and the boy has more weight in the bottom half. This difference in center of mass is a direct result of the different distributions of mass throughout both of their bodies. Moments and Mass There are two main components to finding the center of mass of an object. The first, unsurprisingly, is the mass of the whole object. In this case of the boat example, the mass will be uniform throughout the entire object. This is ideal a majority of the time as it drastically reduces the difficulty...

Volume of a Solid of Revolution: Washers

A solid of revolution is formed when an area in the plane is revolved around a line in the same plane. For example, Revolving a rectangle, produces a solid right circular cylinder. Revolving a semi-disk produces a solid spherical ball. The axis of revolution is the line around which the form is rotated. There are two methods to solve this question: Disks and Washers. This blog will introduce Washer Methods , which is well known as hollow soild revolution. In order to use washer methods, it could obtain two function and it could roated it either in \(x-axis\) or \(y-axis\). It is a demestraion of the solid roated around \(x-axis\). For example, we want to calculate the volume of the solid obtained by rotating the region bounded by the parabola \(y=x^2\) and the square root function \(y=\sqrt{x}\) around the \(x-axis\) In ...