Shell integration
Part of a series of articles about | ||||||
Calculus | ||||||
---|---|---|---|---|---|---|
{\displaystyle \int _{a}^{b}f'(t),円dt=f(b)-f(a)} | ||||||
|
||||||
|
||||||
|
||||||
Specialized |
||||||
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
[edit ]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:
- {\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:
- {\displaystyle 2\pi \int _{a}^{b}yf(y),円dy}
If the function is rotating around the line x = h then the formula becomes:[1]
- {\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
- {\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
[edit ]Consider the function {\displaystyle f(x)} which describes our cross-section of the solid, now the integral of the function can be described as a Riemann integral: {\displaystyle \int \limits _{a}^{b}f(x)dx=\lim _{n\to \infty }\sum _{i=1}^{n}f(a+i\Delta x)\Delta x}
Where {\displaystyle \Delta x={\frac {b-a}{n}}} is a small difference in {\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:
{\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 {\displaystyle a+(k+1)\Delta x} with height {\displaystyle f(a+k\Delta x)} , and substracting it another smaller cylinder of radius {\displaystyle a+k\Delta x}, with the same height of {\displaystyle f(a+k\Delta x)} , this difference of cylinder volumes is:
{\displaystyle \pi (a+(k+1)\Delta x)^{2}f(a+k\Delta x)-\pi (a+k\Delta x)^{2}f(a+k\Delta x)}
{\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:
{\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:
{\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:
{\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 {\displaystyle n\rightarrow \infty }, we can clearly identify that:
- {\displaystyle f(a+i\Delta x)} as {\displaystyle \Delta x} tends to 0 ends up becoming {\displaystyle f(x)}
- {\displaystyle (a+i\Delta x+{\frac {\Delta x}{2}})} becomes {\displaystyle x} itself, going from a to b (ignoring the last term which vanishes)
- {\displaystyle \Delta x} becomes the infinitesimal {\displaystyle dx}
Thus, at the limit of infinity, the sum becomes the integral:
{\displaystyle 2\pi \int \limits _{a}^{b}xf(x)dx}
QED {\displaystyle \square }.
Example
[edit ]Consider the volume, depicted below, whose cross section on the interval [1, 2] is defined by:
- {\displaystyle y=8(x-1)^{2}(x-2)^{2}}
With the shell method we simply use the following formula:
- {\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
[edit ]Much more work is needed to find the volume if we use disc integration. First, we would need to solve {\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
[edit ]References
[edit ]- ^ Heckman, Dave (2014). "Volume – Shell Method" (PDF). Retrieved 2016年09月28日.
- Weisstein, Eric W. "Method of Shells". MathWorld .
- Frank Ayres, Elliott Mendelson. Schaum's Outlines: Calculus. McGraw-Hill Professional 2008, ISBN 978-0-07-150861-2. pp. 244–248 (online copy , p. 244, at Google Books)