We move on to a particular case of finding volume \(V\) using integration. For these cases, we will be dealing with a solid of revolution. There are three general variations of finding \(V\).
This post discusses the third of these: the shell method.
Approximation
Let's say you're finding the volume \(V\) of a solid of revolution by approximating it first. The object consists of a uniform cross-section throughout its whole length. We generated the solid by revolving the area along its axis of rotation.
We must divide the solid into multiple parts to estimate the total volume. We can imagine these parts as a series of similar plane sections stacked on each other to make up the 3D object.
For a solid of revolution, we can divide it into either discs or shells. For this post, we will use the latter.
From this, we begin the process of approximating:
- First, divide the 3D object into multiple regular shells.
- Then, we solve each shell's volume \(V\). It is equal to \(2 \pi R h w\) where \(R\) is the radius (to the center portion of the shell), \(h\) is the height, and \(w\) is the thickness of the shell. We'll present the derivation in the following section.
- Finally, we add all individual \(V\) to get the total approximate volume.
Since this is an approximation, how can we have a more accurate answer? We increase the number of shells \(n\).
- When we increase the number of shells, it will be closer to the actual value.
- As the number of shells increases, the smaller its volume \(dV\) and thickness \(w\) become.
Deriving for the Volume of a Shell
To find the shell's volume, it is the difference between two cylinders. If we have a shell with radius \(R\), the distance from the center of the cylinder to the center of the shell's thickness, \(h\) as the height, and \(w\) as its thickness, then we can find the volume of each cylinder.
The outer cylinder has a volume \(V_o\) equal to:
\(V_o=\pi\left(R+\frac{w}{2}\right)^2 h\)
Next, the inner cylinder has a volume \(V_i\) equal to:
\(V_i=\pi\left(R-\frac{w}{2}\right)^2 h\)
Taking the difference, we have:
\(V=V_o-V_i\)
\(V=\left[\pi\left(R+\frac{w}{2}\right)^2 h\right]-\left[\pi\left(R-\frac{w}{2}\right)^2 h\right]\)
\(V=\pi h\left[\left(R+\frac{w}{2}\right)^2-\left(R-\frac{w}{2}\right)^2\right]\)
\(V=2 \pi R h w\)