Skip to main content

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 order to solve this problem, we want to know how it looks like. The following two graphs show that the two function in 2 dimentional, and 3 dementions after rotating the region bounded by those two functions aroundthe \(x-axis\).


From the graph above, we know those two function is bounded by 0 and 1. To approximate this solid by washer methods, we will cut the soild to part and calculate the volume of each part and add them together to get the solid volume approximation. In the function we choosed above, we will cut it to 10 parts, here is the demonstration in 3D model.

The graph above was 10 washer stack together, and they all have heigh equal to 1 one, and the outter radiams\((R_O)\) are the y value of function \(y=\sqrt{x}\), and the inner radiams \((R_I)\) are the y value of function \(y=x^2\), and the volume of those washers could be calculate by the function: \( V=\pi h (R_0^2-R_I^2)\). The following table show the volume of 10 washers and sum of their volume.
From the table above we got the approxamation of the solid is \(0.932 \ in^3 \). As we know in calculus, if we want to know accurate volume of a solid, we should use the Integral. For this question, from what we have been use above to calcuate the volue of each wahser, we should use the following integral to calculte the accurate volume: \[\pi \int_0^1 R_0(x)^2-R_I(x)^2 \ dx\] When we plug it into our question we got that: \[\begin{equation} V=\pi \int_{0}^{1}\left([\sqrt{x}]^{2}-\left[x^{2}\right]^{2}\right) d x=\pi \int_{0}^{1}\left(x-x^{4}\right) d x=\left.\pi\left(\frac{x^{2}}{2}-\frac{x^{5}}{5}\right)\right|_{0} ^{1}=\pi\left(\frac{1}{2}-\frac{1}{5}\right) =\frac{3 \pi}{10} \approx 0.942 in^3 \end{equation}\] The approxiamate value is really close to the accure value. However, if we cut the washer smaller and smaller, it will infenity close to the accurete value.

Author: Yueqi Li (Nicole)

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

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

Middle of Mass Measured from Moment

The center of mass of an object is the point that lies in the average position of mass in that object. For a normal polygon, that point is in the middle of the shape. However, if the shape is irregular, has concave angles, or has holes, the center of mass can be far from the middle of the object. Two things come into factor when determining the center of mass of an object. Weight and distance. Obviously, if one side of an object has more mass than the other, the center of mass will be on the heavier side. But, distance plays a role, too. If two sides of an object have the same mass, but one is farther from the middle, the center of mass will be on the side that has farther mass. Multiplying both of these factors together gives the moment of an object. Dividing the moment by the overall mass gives the location of the center of mass.   The reason I chose my shape is to mimic how those toy balancing birds work. The toy is a model bird with its wings outstretched. The ...