Solid of revolution

We discuss how the idea of the area as a sum of bar areas can be extended to calculate volumes of solids. The kind of solids we will discuss are called solids of revolution because they are created by rotating (or revolving) a curve ff around the xx-axis:

The rotating curve forms the surface of the solid. The formula for calculating its volume from aa to bb is

V=πabf(x)2dx\boxed{V=\pi\cdot \int_a^b f(x)^2 \, dx}

Note that you have to square the function ff, which results in a new function (f(x)f(x)f(x)\cdot f(x)), and it is this new function which you have to integrate! A typical mistake is to first finding the integral of abf(x)dx\int_a^b f(x)\, dx, and then square the result - but this is wrong!

Example 1

The graph of the function f(x)=xf(x)=\sqrt{x} (for 0x40\leq x\leq 4) is rotated about the xx-axis to form a solid of revolution. Draw the solid and determine its volume.

Solution

V=π04(x)2dx=π04xdx=π(12421202)=8πV=\pi \int_0^4 (\sqrt{x})^2\, dx = \pi \int_0^4 x\, dx = \pi \cdot (\frac{1}{2}4^2-\frac{1}{2}0^2)=\underline{8\pi}

To understand why the volume formula is correct, cover the area from aa to bb under the graph of ff with a huge number of very thin bars of width Δx\Delta x. A bar at location xx will have the height f(x)f(x). Now, imagine that when we rotate the graph of ff about the xx-axis, we also rotate the bars as well. Each bar turns then into a {\it disk} whose width is simply the width of the bar, and whose radius is the height of the bar. So the bar at position xx has the volume

r2πΔxr^2 \pi \cdot \Delta x

where

r=f(x)r=f(x)

is the radius of the disk.

The volume of the solid is approximately the sum of the disk volumes

Vf(x1)2πΔx+...+f(xn)2πΔx=π(f(x1)2Δx+...+f(xn)2Δx)π(abf(x)2dx)\begin{array}{lll} V & \approx & f(x_1)^2 \pi\, \Delta x + ... + f(x_n)^2 \pi\, \Delta x \\ &= &\pi (f(x_1)^2 \Delta x + ... + f(x_n)^2 \Delta x)\\ &\approx &\pi (\int_a^b f(x)^2 \, dx) \end{array}

The approximation turns into equality for thinner and thinner bars, that is, for Δx0\Delta x\rightarrow 0. So the formula is indeed correct.

Here are two additional exercises.

Exercise 1
Q1

The graph of the function f(x)=1xf(x)=\frac{1}{\sqrt{x}} (for 1xu1\leq x\leq u) is rotated about the xx-axis to form a solid of revolution. Find a value of uu such that the solid has the volume V=20V=20.

Q2

Use calculus to prove that the volume of a sphere of radius rr is given by the formula

V=43πr3V=\frac{4}{3}\pi r^3

Hint: Find the function equation of a half-circle of radius rr.

Solution
A1

Applying the volume formula, we have

V=π1u(1x)2dx=π1u1xdx=π(ln(u)ln(1))=20\begin{array}{lll} V &=&\pi \int_1^u \left(\frac{1}{\sqrt{x}}\right)^2\, dx \\ &=& \pi \int_1^u \frac{1}{x}\, dx \\ &=& \pi (\ln(u)-\ln(1))=20\end{array}

As ln(1)=0\ln(1)=0, we have to solve the equation

ln(u)=20πu=e20/π=581.84...\ln(u)=\frac{20}{\pi} \rightarrow u=e^{20/\pi}=\underline{581.84...}
A2

The sphere of radius rr is a solid of revolution, as it is obtained by rotating the half-circle of radius rr about the xx-axis. To find the function equation ff of the half-circle, let f(x)f(x) be the height of the half-circle at xx (see figure).

From the theorem of Pythagoras we know that

f(x)2+x2=r2f(x)=r2x2f(x)^2+x^2=r^2 \rightarrow f(x)=\sqrt{r^2-x^2}

The square of this function is

f(x)2=(r2x2)2=r2x2f(x)^2=(\sqrt{r^2-x^2})^2=r^2-x^2

and the antiderivative of this squared function is

F(x)=r2x13x3F(x)=r^2 x-\frac{1}{3}x^3

Half the volume of the sphere is therefore

V1/2=π0r(r2x2)2dx=π(F(r)F(0))=π(r2r13r3)=π23r3\begin{array}{lll} V_{1/2}&=&\pi \int_0^r (\sqrt{r^2-x^2})^2\, dx \\ &=& \pi (F(r)-F(0)) \\ &= &\pi(r^2 r -\frac{1}{3} r^3)\\ &=& \pi \frac{2}{3}r^3\end{array}

and the Volume of the sphere is therefore 43πr3\frac{4}{3}\pi r^3.