Disc integration

From Infogalactic: the planetary knowledge core
(Redirected from Disk integration)
Jump to: navigation, search
Disc integration.svg

Lua error in package.lua at line 80: module 'strict' not found.

Disc integration, also known in integral calculus as the disc method, is a means of calculating the volume of a solid of revolution of a solid-state material when integrating along the axis of revolution. This method models the resulting three-dimensional shape as a "stack" of an infinite number of disks of varying radius and infinitesimal thickness. It is also possible to use the same principles with "washers" instead of "disks" (the "washer method") to obtain "hollow" solids of revolutions.

Definition

Function of x

If the function to be revolved is a function of x, the following integral represents the volume of the solid of revolution:

\pi\int_a^b [R(x)]^2\ \mathrm{d}x

where R(x) is the distance between the function and the axis of rotation. This works only if the axis of rotation is horizontal (example: y=3 or some other constant).

Function of y

If the function to be revolved is a function of y, the following integral will obtain the volume of the solid of revolution:

\pi\int_c^d [R(y)]^2\ \mathrm{d}y

where R(y) is the distance between the function and the axis of rotation. This works only if the axis of rotation is vertical (example: x=4 or some other constant).

Washer method

To obtain a “hollow” solid of revolution (the “washer method”), the procedure would be to take the volume of the inner solid of revolution and subtract it from the volume of the outer solid of revolution. This can be calculated in a single integral similar to the following:

\pi\int_a^b(\left[R_O(x)\right]^2 - \left[R_I(x)\right]^2)\mathrm{d}x

where R_O(x) is the function that is farthest from the axis of rotation and R_I(x) is the function that is closest to the axis of rotation. One should take caution not to evaluate the square of the difference of the two functions, but to evaluate the difference of the squares of the two functions.

[R_O(x)]^2 - [R_I(x)]^2\ \not\equiv\; [R_O(x) - R_I(x)]^2

This formula only works for revolutions about the x-axis.

To rotate about any horizontal axis, simply subtract from that axis each formula:

if h is the value of a horizontal axis, then the volume equals

\pi\int_a^b([h-R_O(x)]^2 - [h-R_I(x)]^2)\,\mathrm{d}x.

For example, to rotate the region between y=-2x+x^2 and y=x

along the axis y=4, one would integrate as follows:

\pi\int_0^3([4-(-2x+x^2)]^2 - [4-x]^2)\,\mathrm{d}x.

The bounds of integration are the zeros of the first equation minus the second. Note that when you integrate along an axis other than the x, the further axis may not be that obvious. In the previous example, even though y=x is further up than y=-2x+x^2, it is the inner axis since it is closer to y=4

The same idea can be applied to both the y-axis and any other vertical axis. One simply must solve each equation for x before one inserts them into the integration formula.

See also

References