Skip to main content

Putting the Cube in the Circle Hole

Circles aren't the only shape that can take a stab at guessing the volume of a solid. Any shape with the an area that can be calculated can be used to approximate the area of a solid. The method of approximation by cross section takes advantage of a certain shape to generate a model of 3-D structure. This concept is a more general form of the previously explored disks and washers. This time around, one function will be used as bound for a region that will be rotated around an axis. That function is: \[ f(x) = tanx \] bounded at the line y = 1.

Approximation Using Squares

For this example, squares will be used as the cross sections to create the approximation. The reason that this function was chosen was because it seemed like an interesting shape to rotate around the x-axis. It also seemed ammusing to utilize squares to approximate a trig function. It almost feels like trying to push a cube through a circle shaped hole, but maybe its approximation will be excellent.

Creating the Squares and Rectangular Prisms

The process of creating the squares is quite similar to the washer method for solids of revolution. Rectangular prisms of various widths and lengths are stacked on top of each other to create a rough outline of what the solid is supposed to look like. The length of the prism is explicitly defined by the function of interest; the width is equal to the length since the approximation is performed using squares. The prisms all have one dimension that is identical: the depth. This model will have 10, right endpoint based layers. The first prism has length and width defined by the function at x = .1, and the last is defined by the value at x = 1. This value determines half of the side length of the cross sectional square, rather than the full side. The following table shows the values for all the endpoints:
This table defines the dimensions for all 10 of the rectangular prisms that will make up the model, and here is a picture of the 3D approximation.
The highlighted prism is the 10th and largest layer of the model.

Using the Model to Approximate Volume

Now that the model is constructed, there is now a way to compute a volume that approximates the solid created by the rotation of the image. To calculate the model's volume, the volume if each individual prism has to be calculated and summed. The volume for a prism is: \[ V = L*W*D \] As mentioned earlier, these values are defined by the function and the number of partitions. This table shows the dimensions of each layer and the volume of that layer:
This comes out to a total approximated volume of 2.75 cubic inches.

Finding the Actual Volume of the Solid

In this case finding the accuracy of the approximation is actually quite easy. The function simply has to be integrated with respect to the x-axis. Since the one function defines both the length and width of dx, f(x) needs to be squared in the interval and it is all set up. One thing to note is to get the volume of the whole solid, the function actually needs to be 2f(x) since f(x) only represents half of the length of the square. The bounds of the integral are [0,1] and looks like: \[V = \int_{0}^{1} (2tanx)^2 \,dx = 4(tanx - x)\Big|_0^1 \ = 2.230\] This means the volume of the solid created by the region is 2.230 cubic inches. The approximation was off by about 23.33%, so the approximation was neither amazing or terrible. This was somewhat expected considering the shape of the cross section and the shape of the function.

Comments

Popular posts from this blog

Do Over: Integration Over a Region in a Plane

Throughout the semester we have covered a variety of topics and how their mathematical orientation applies to real world scenarios. One topic we discussed, and I would like to revisit, is integration over a region in a plane which involves calculating a double integral. Integrating functions of two variables allows us to calculate the volume under the function in a 3D space. You can see a more in depth description and my previous example in my blog post, https://ukyma391.blogspot.com/2021/09/integration-for-over-regions-in-plane_27.html . I want to revisit this topic because in my previous attempt my volume calculations were incorrect, and my print lacked structural stability. I believed this print and calculation was the topic I could most improve on and wanted to give it another chance. What needed Improvement? The function used previously was f(x) = cos(xy) bounded on [-3,3] x [-1,3]. After solving for the estimated and actual volume, it was difficult to represent in a print...

Minimal Surfaces

Minimum surfaces can be described in many equivalent ways. Today, we are going to focus on minimum surfaces by defining it using curvature. A surface is a minimum surface if and only if the mean curvature at every point is zero. This means that every point on the surface is a saddle point with equal and opposite curvature allowing the smallest surface area possible to form. Curvature helps define a minimal surface by looking at the normal vector. For a surface in R 3 , there is a tangent plane at each point. At each point in the surface, there is a normal vector perpendicular to the tangent plane. Then, we can intersect any plane that contains the normal vector with the surface to get a curve. Therefore, the mean curvature of a surface is defined by the following equation. Where theta is an angle from a starting plane that contains the normal vector. For this week’s project, we will be demonstrating minimum surfaces with a frame and soap bubbles! How It Works Minimum surfac...

Do Over: Ruled Surfaces

Why to choose this project to repeat For the do over project, I would like to choose the ruled surfaces. I don't think my last project was creative, and the 3D printed effect was not very satisfactory. In the previous attempts, all the lines are connected between a straight line and a circle. This connection structure is relatively uncomplicated. The printed model has too many lines, resulting in too dense line arrangement. The gaps between lines are too small, and the final effect is that all the lines are connected into a curved surface, which is far from the effect I expected. What to be improved In this do over project, I would like to improve in two aspects. Firstly, a different ruled surface is chosen. In the previous model, one curve is a unit circle on the \(x-y\) plane, and the ruled surface is a right circular conoid. In this do over project, it is replaced by two border lines. Each borderline is in the shape of an isosceles right triangl...