Calculus/Volume of solids of revolution

From testwiki
Jump to navigation Jump to search

Template:Calculus/Top Nav

In this section we cover solids of revolution and how to calculate their volume. A solid of revolution is a solid formed by revolving a 2-dimensional region around an axis. For example, revolving the semi-circular region bounded by the curve y=1x2 and the line y=0 around the x-axis produces a sphere. There are two main methods of calculating the volume of a solid of revolution using calculus: the disk method and the shell method.

Disk Method

Figure 1: A solid of revolution is generated by revolving this region around the x-axis.
Figure 2: Approximation to the generating region in Figure 1.

Consider the solid formed by revolving the region bounded by the curve y=f(x) , which is continuous on [a,b] , and the lines x=a , x=b and y=0 around the x-axis. We could imagine approximating the volume by approximating f(x) with the stepwise function g(x) shown in figure 2, which uses a right-handed approximation to the function. Now when the region is revolved, the region under each step sweeps out a cylinder, whose volume we know how to calculate, i.e.

Vcylinder=πr2h

where r is the radius of the cylinder and h is the cylinder's height. This process is reminiscent of the Riemann process we used to calculate areas earlier. Let's try to write the volume as a Riemann sum and from that equate the volume to an integral by taking the limit as the subdivisions get infinitely small.

Consider the volume of one of the cylinders in the approximation, say the k-th one from the left. The cylinder's radius is the height of the step function, and the thickness is the length of the subdivision. With n subdivisions and a length of ba for the total length of the region, each subdivision has width

Δx=ban

Since we are using a right-handed approximation, the k-th sample point will be

xk=kΔx

So the volume of the k-th cylinder is

Vk=πf(xk)2Δx

Summing all of the cylinders in the region from a to b , we have

Vapprox=k=1nπf(xk)2Δx

Taking the limit as n approaches infinity gives us the exact volume

V=limnk=1nπf(xk)2Δx

which is equivalent to the integral

V=abπf(x)2dx

Template:ExampleRobox Let's calculate the volume of a sphere using the disk method. Our generating region will be the region bounded by the curve f(x)=r2x2 and the line y=0 . Our limits of integration will be the x-values where the curve intersects the line y=0 , namely, x=±r . We have

Vsphere=rrπ(r2x2)dx=π(rrr2dxrrx2dx)=π(r2x|rrx33|rr)=π(r2(r(r))13(r3(r)3))=π(2r32r33)=π6r32r33=4π3r3

Template:Robox/Close

Exercises

Template:Question-answer

Template:Question-answer Template:Noprint

Washer Method

Figure 3: A solid of revolution containing an irregularly shaped hole through its center is generated by revolving this region around the x-axis.
Figure 4: Approximation to the generating region in Figure 3.

The washer method is an extension of the disk method to solids of revolution formed by revolving an area bounded between two curves around the x-axis. Consider the solid of revolution formed by revolving the region in figure 3 around the x-axis. The curve f(x) is the same as that in figure 1, but now our solid has an irregularly shaped hole through its center whose volume is that of the solid formed by revolving the curve g(x) around the x-axis. Our approximating region has the same upper boundary, fstep(x) as in figure 2, but now we extend only down to gstep(x) rather than all the way down to the x-axis. Revolving each block around the x-axis forms a washer-shaped solid with outer radius fstep(x) and inner radius gstep(x) . The volume of the k-th hollow cylinder is

Vk=πf(xk)2Δxπg(xk)2Δx=π(f(xk)2g(xk)2)Δx

where Δx=ban and xk=kΔx . The volume of the entire approximating solid is

Vapprox=k=1nπ(f(xk)2g(xk)2)Δx

Taking the limit as n approaches infinity gives the volume

V=limnk=1nπ(f(xk)2g(xk)2)Δx=abπ(f(x)2g(x)2)dx

Exercises

Template:Question-answer

Template:Question-answer Template:Noprint

Shell Method

Figure 5: A solid of revolution is generated by revolving this region around the y-axis.
Figure 6: Approximation to the generating region in Figure 5.

The shell method is another technique for finding the volume of a solid of revolution. Using this method sometimes makes it easier to set up and evaluate the integral. Consider the solid of revolution formed by revolving the region in figure 5 around the y-axis. While the generating region is the same as in figure 1, the axis of revolution has changed, making the disk method impractical for this problem. However, dividing the region up as we did previously suggests a similar method of finding the volume, only this time instead of adding up the volume of many approximating disks, we will add up the volume of many cylindrical shells. Consider the solid formed by revolving the region in figure 6 around the y-axis. The k-th rectangle sweeps out a hollow cylinder with height |f(xk)| and with inner radius xk and outer radius xk+Δx , where Δx=ban and xk=kΔx , the volume of which is

Vk =π((xk+Δx)2xk2)|f(xk)|
=π((xk2+2xkΔx+Δx2)xk2)|f(xk)|
=π(2xkΔx+Δx2)|f(xk)|

The volume of the entire approximating solid is

Vapprox=k=1nπ(2xkΔx+Δx2)|f(xk)|

Taking the limit as n approaches infinity gives us the exact volume

V =limnk=1nπ(2xkΔx+Δx2)|f(xk)|
=πlimn(k=1n2xkΔx|f(xk)|+k=1nΔx2|f(xk)|)

Since |f| is continuous on [a,b] , the Extreme Value Theorem implies that |f| has some maximum, M , on [a,b] . Using this and the fact that Δx2|f(xk)|>0 , we have

k=1n2xkΔx|f(xk)|k=1n2xkΔx|f(xk)|+k=1nΔx2|f(xk)|k=1n2xkΔx|f(xk)|+k=1nΔx2M

But

limnk=1nΔx2M =limnk=1n(ban)2M
=limn(ba)2nM
=0

So by the Squeeze Theorem

πlimn(k=1n2xkΔx|f(xk)|+k=1nΔx2|f(xk)|)=πlimnk=1n2xkΔx|f(xk)|

which is just the integral

ab2πx|f(x)|dx

Exercises

Template:Question-answer

Template:Question-answer Template:Noprint

Template:Calculus/Top Nav Template:Calculus/TOC