Shell integration

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.
Part of a series of articles about
Calculus
a b f ( t ) d t = f ( b ) f ( a ) {\displaystyle \int _{a}^{b}f'(t)\,dt=f(b)-f(a)}
  • Rolle's theorem
  • Mean value theorem
  • Inverse function theorem
Differential
Definitions
Concepts
  • Differentiation notation
  • Second derivative
  • Implicit differentiation
  • Logarithmic differentiation
  • Related rates
  • Taylor's theorem
Rules and identities
  • v
  • t
  • e

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:

2 π a b x f ( x ) d x {\displaystyle 2\pi \int _{a}^{b}xf(x)\,dx}

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

2 π a b y f ( y ) d y {\displaystyle 2\pi \int _{a}^{b}yf(y)\,dy}

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

{ 2 π a b ( x h ) f ( x ) d x , if   h a < b 2 π a b ( h x ) f ( x ) d x , if   a < b h , {\displaystyle {\begin{cases}\displaystyle 2\pi \int _{a}^{b}(x-h)f(x)\,dx,&{\text{if}}\ h\leq a<b\\\displaystyle 2\pi \int _{a}^{b}(h-x)f(x)\,dx,&{\text{if}}\ a<b\leq h,\end{cases}}}

and for rotations around y = k it becomes

{ 2 π a b ( y k ) f ( y ) d y , if   k a < b 2 π a b ( k y ) f ( y ) d y , if   a < b k . {\displaystyle {\begin{cases}\displaystyle 2\pi \int _{a}^{b}(y-k)f(y)\,dy,&{\text{if}}\ k\leq a<b\\\displaystyle 2\pi \int _{a}^{b}(k-y)f(y)\,dy,&{\text{if}}\ a<b\leq k.\end{cases}}}

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

Derivation of the formula

A way to obtain the formula
The method's formula can be derived as follows:

Consider the function f ( x ) {\displaystyle f(x)} which describes our cross-section of the solid, now the integral of the function can be described as a Riemann integral: a b f ( x ) d x = lim n i = 1 n f ( a + i b a n ) ( b a n ) {\displaystyle \int \limits _{a}^{b}f(x)dx=\lim _{n\to \infty }\sum _{i=1}^{n}f(a+i{\frac {b-a}{n}})({\frac {b-a}{n}})}

The Riemann sum can be thought up as a sum of a number n of rectangles with ever shrinking bases, we might choose one of them:


f ( a + k b a n ) ( b a n ) {\displaystyle f(a+k{\frac {b-a}{n}})({\frac {b-a}{n}})}

Now, when we rotate the function around the axis of revolution, it is equivalent to rotating all of these rectangles around said axis, these rectangles end up becoming a hollow cylinder, composed by the difference of two normal cylinders. For our chosen rectangle, its made by obtaining a cylinder of radius a + ( k + 1 ) b a n {\displaystyle a+(k+1){\frac {b-a}{n}}} with height f ( a + k b a n ) {\displaystyle f(a+k{\frac {b-a}{n}})} , and substracting it another smaller cylinder of radius a + k b a n {\displaystyle a+k{\frac {b-a}{n}}} , with the same height of f ( a + k b a n ) {\displaystyle f(a+k{\frac {b-a}{n}})} , this difference of cylinder volumes is:


π f ( a + k b a n ) ( ( a + ( k + 1 ) b a n ) 2 ( a + k b a n ) 2 ) {\displaystyle \pi f(a+k{\frac {b-a}{n}})((a+(k+1){\frac {b-a}{n}})^{2}-(a+k{\frac {b-a}{n}})^{2})}

By difference of squares , the last factor can be reduced as:

π f ( a + k b a n ) ( 2 a + 2 k b a n + b a n ) b a n {\displaystyle \pi f(a+k{\frac {b-a}{n}})(2a+2k{\frac {b-a}{n}}+{\frac {b-a}{n}}){\frac {b-a}{n}}}

The third factor can be factored out by two, ending up as:

2 π f ( a + k b a n ) ( a + k b a n + b a 2 n ) b a n {\displaystyle 2\pi f(a+k{\frac {b-a}{n}})(a+k{\frac {b-a}{n}}+{\frac {b-a}{2n}}){\frac {b-a}{n}}}


This same thing happens with all terms, so our total sum becomes:


2 π lim n i = 1 n f ( a + i b a n ) ( a + i b a n + b a 2 n ) b a n {\displaystyle 2\pi \lim _{n\to \infty }\sum _{i=1}^{n}f(a+i{\frac {b-a}{n}})(a+i{\frac {b-a}{n}}+{\frac {b-a}{2n}}){\frac {b-a}{n}}}


In the limit of n {\displaystyle n\rightarrow \infty } , we can clearly identify that:

  • f ( a + i b a n ) {\displaystyle f(a+i{\frac {b-a}{n}})} as b a n {\displaystyle {\frac {b-a}{n}}} goes to 0 ends up becoming f ( x ) {\displaystyle f(x)}
  • ( a + i b a n + b a 2 n ) {\displaystyle (a+i{\frac {b-a}{n}}+{\frac {b-a}{2n}})} becomes x {\displaystyle x} itself, going from a to b (ignoring the last term which is now infinitesimal)
  • b a n {\displaystyle {\frac {b-a}{n}}} becomes an infinitesimal


Thus, at the limit of infinity, the sum becomes the integral:

2 π a b x f ( x ) d x {\displaystyle 2\pi \int \limits _{a}^{b}xf(x)dx}

QED {\displaystyle \square } .

Example

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

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

With the shell method we simply use the following formula:

V = 2 π 1 2 x ( ( x 1 ) 2 ( x 2 ) 2 ) d x {\displaystyle V=2\pi \int _{1}^{2}x((x-1)^{2}(x-2)^{2})\,dx}

By expanding the polynomial, the integration is easily done giving π/10 cubic units.

Comparison With Disc Integration

Much more work is needed to find the volume if we use disc integration. First, we would need to solve y = ( x 1 ) 2 ( x 2 ) 2 {\displaystyle y=(x-1)^{2}(x-2)^{2}} for x. Next, because the volume is hollow in the middle, we would need two functions: one that defined an outer solid and one that defined the inner hollow. After integrating each of these two functions, we would subtract them to yield the desired volume.

See also

References

  1. ^ Heckman, Dave (2014). "Volume – Shell Method" (PDF). Retrieved 2016-09-28.
  • v
  • t
  • e
Precalculus
Limits
Differential calculus
Integral calculus
Vector calculus
Multivariable calculus
Sequences and series
Special functions
and numbers
History of calculus
Lists
Miscellaneous topics