Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Shell integration
Method for calculating the volume of a solid of revolution

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.

Related Image Collections Add Image
We don't have any YouTube videos related to Shell integration yet.
We don't have any PDF documents related to Shell integration yet.
We don't have any Books related to Shell integration yet.
We don't have any archived web articles related to Shell integration yet.

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 Δ x ) Δ x {\displaystyle \int \limits _{a}^{b}f(x)dx=\lim _{n\to \infty }\sum _{i=1}^{n}f(a+i\Delta x)\Delta x}

Where Δ x = b − a n {\displaystyle \Delta x={\frac {b-a}{n}}} is a small difference in x {\displaystyle x}

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

f ( a + k Δ x ) Δ x {\displaystyle f(a+k\Delta x)\Delta x}

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 ) Δ x {\displaystyle a+(k+1)\Delta x} with height f ( a + k Δ x ) {\displaystyle f(a+k\Delta x)} , and substracting it another smaller cylinder of radius a + k Δ x {\displaystyle a+k\Delta x} , with the same height of f ( a + k Δ x ) {\displaystyle f(a+k\Delta x)} , this difference of cylinder volumes is:

π ( a + ( k + 1 ) Δ x ) 2 f ( a + k Δ x ) − π ( a + k Δ x ) 2 f ( a + k Δ x ) {\displaystyle \pi (a+(k+1)\Delta x)^{2}f(a+k\Delta x)-\pi (a+k\Delta x)^{2}f(a+k\Delta x)}

= π f ( a + k Δ x ) ( ( a + ( k + 1 ) Δ x ) 2 − ( a + k Δ x ) 2 ) {\displaystyle =\pi f(a+k\Delta x)((a+(k+1)\Delta x)^{2}-(a+k\Delta x)^{2})}

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

π f ( a + k Δ x ) ( 2 a + 2 k Δ x + Δ x ) Δ x {\displaystyle \pi f(a+k\Delta x)(2a+2k\Delta x+\Delta x)\Delta x}

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

2 π f ( a + k Δ x ) ( a + k Δ x + Δ x 2 ) Δ x {\displaystyle 2\pi f(a+k\Delta x)(a+k\Delta x+{\frac {\Delta x}{2}})\Delta x}

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

lim n → ∞ 2 π ∑ i = 1 n f ( a + i Δ x ) ( a + i Δ x + Δ x 2 ) Δ x {\displaystyle \lim _{n\to \infty }2\pi \sum _{i=1}^{n}f(a+i\Delta x)(a+i\Delta x+{\frac {\Delta x}{2}})\Delta x}

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

  • f ( a + i Δ x ) {\displaystyle f(a+i\Delta x)} as Δ x {\displaystyle \Delta x} tends to 0 ends up becoming f ( x ) {\displaystyle f(x)}
  • ( a + i Δ x + Δ x 2 ) {\displaystyle (a+i\Delta x+{\frac {\Delta x}{2}})} becomes x {\displaystyle x} itself, going from a to b (ignoring the last term which vanishes)
  • Δ x {\displaystyle \Delta x} becomes the infinitesimal d x {\displaystyle dx}

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 = 8 ( x − 1 ) 2 ( x − 2 ) 2 {\displaystyle y=8(x-1)^{2}(x-2)^{2}} Cross-section3D volume

With the shell method we simply use the following formula:

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

By expanding the polynomial, the integration is easily done giving ⁠8/10⁠ π {\displaystyle \pi } 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 = 8 ( x − 1 ) 2 ( x − 2 ) 2 {\displaystyle y=8(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. https://math.la.asu.edu/~dheckman/11%20-%20Volume%20-%20Shell%20Method.pdf