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

The Approximation of a Solid of Revolution

Most math teachers I've had have been able to break down Calculus into two very broad categories: derivatives and integrals. What is truly amazing, is how much you can do with these two tools. By using integration, it is possible to approximate the shape of a 2-D function that is rotated around an axis. This solid created from the rotation is known as a solid of revolution. To explain this concept, we will take a look at the region bounded by the two functions: \[ f(x) = 2^{.25x} - 1 \] and \[ g(x) = e^{.25x} - 1 \] bounded at the line y = 1. This region is meant to represent a cross section of a small bowl. While it may not perfectly represent this practical object, the approximation will be quite textured, and will provide insight into how the process works. The region bounded by the two functions can be rotated around the y-axis to create a fully solid object. This is easy enough to talk about, but what exactly does this new solid look like? Is...

Solids of Revolution Revisited

Introduction In my previous blog post on solids of revolution, we looked at the object formed by rotating the area between \(f(x) = -\frac{1}{9}x^2+\frac{3}{4} \) and \( g(x)=\frac{1}{2}-\frac{1}{2}e^{-x} \) around the \( x \) axis and bounded by \( x = 0 \) and \( x = 1.5 \). When this solid is approximated using 10 washers, the resulting object looks like this: When I was looking back over the 3D prints I’d created for this course, I noticed that the print for this example was the least interesting of the bunch. Looking at the print now, I feel like the shape is rather uninteresting. The curve I chose has such a gradual slope that each of the washers are fairly similar in size and causes the overall shape to just look like a cylinder. Since calculating the changes in the radiuses of the washers is a big part of the washer method, I don’t think this slowly decreasing curve was the best choice to illustrate the concept. The reason I had done this o...

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...