Shell integration

From HandWiki
Short description: Method for calculating the volume of a solid of revolution
A volume is approximated by a collection of hollow cylinders. As the cylinder walls get thinner the approximation gets better. The limit of this approximation is the shell integral.

Shell integration (the shell method in integral calculus) is a method for calculating the volume of a solid of revolution, when integrating along an axis perpendicular to the axis of revolution. This is in contrast to disc integration which integrates along the axis parallel to the axis of revolution.

Definition

The shell method goes as follows: Consider a volume in three dimensions obtained by rotating a cross-section in the xy-plane around the y-axis. Suppose the cross-section is defined by the graph of the positive function f(x) on the interval [a, b]. Then the formula for the volume will be:

[math]\displaystyle{ 2 \pi \int_a^b x f(x)\, dx }[/math]

If the function is of the y coordinate and the axis of rotation is the x-axis then the formula becomes:

[math]\displaystyle{ 2 \pi \int_a^b y f(y)\, dy }[/math]

If the function is rotating around the line x = h then the formula becomes:[1]

[math]\displaystyle{ \begin{cases} \displaystyle 2 \pi \int_a^b (x-h) f(x)\,dx, & \text{if}\ h \le a \lt b\\ \displaystyle 2 \pi \int_a^b (h-x) f(x)\,dx, & \text{if}\ a \lt b \le h, \end{cases} }[/math]

and for rotations around y = k it becomes

[math]\displaystyle{ \begin{cases} \displaystyle 2 \pi \int_a^b (y-k) f(y)\,dy, & \text{if}\ k \le a \lt b\\ \displaystyle 2 \pi \int_a^b (k-y) f(y)\,dy, & \text{if}\ a \lt b \le k. \end{cases} }[/math]

The formula is derived by computing the double integral in polar coordinates.

Derivation of the formula

Example

Consider the volume, depicted below, whose cross section on the interval [1, 2] is defined by:

[math]\displaystyle{ y = (x-1)^2(x-2)^2 }[/math]
Cross-section
3D volume

In the case of disc integration we would need to solve for x given y and because the volume is hollow in the middle we would find two functions, one that defined the inner solid and one that defined the outer solid. After integrating these two functions with the disk method we would subtract them to yield the desired volume.

With the shell method all we need is the following formula:

[math]\displaystyle{ 2 \pi \int_1^2 x ((x-1)^2(x-2)^2) \,dx }[/math]

By expanding the polynomial the integral becomes very simple. In the end we find the volume is π/10 cubic units.

See also

References