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

Knot 9-31

Knot 9-31 A knot is mathematics is defined as a closed, non-self-intersecting curve that is placed in three dimensions and cannot be the "unknot". The main difference between a knot in the real world and a known in mathematics is that a knot in mathematics does not contain any extra strands. The example following will help visualize this. Today, I have specifically chosen knot 9-31 from the Knot Atlas. This knot is very unique and contains some very interesting properties that we are going to look into. The Crossing Number For my knot today, I chose knot 9-31 from the Knot Atlas. This knot contains 9 crossings! The Unknotting Number The unknotting number is exactly what is sounds like. This is the minimum number of times the knot must be passed through itself to untie it. Luckily, the Knot Atlas is super useful and provides the unknotting number for us, but I still...

Do Over: Integration for Over Regions in the Plane

Introduction Earlier in the semester, we visited the topic of integration for over region regions in the plane. This was our first experience with taking integration in the third dimension. To do this, we had to use double integrals to calculate the volume of a region between two surfaces. This topic seems relatively straightforward and anyone who has taken a higher calculus class knows of double integrals. Today, we are going to revisit this topic for a couple of reasons. Why Double Integrals Again? As mentioned before, I am revisiting this topic for a couple of reasons. One of the main reasons is due to how the 3D print turned out. Due to the function, I chose, the final rectangular prism was stand alone. When printing, this resulted in a sloppy prism that lacked structural integrity. The image below is a reference to my original design that includes the prism that had the issue. The main cause of ...