Solid of revolution

From HandWiki
Short description: Type of three-dimensional shape
Rotating a curve. The surface formed is a surface of revolution; it encloses a solid of revolution.

File:Revolução de poliedros 03.webm

In geometry, a solid of revolution is a solid figure obtained by rotating a plane figure around some straight line (the axis of revolution), which may not intersect the generatrix (except at its boundary). The surface created by this revolution and which bounds the solid is the surface of revolution.

Assuming that the curve does not cross the axis, the solid's volume is equal to the length of the circle described by the figure's centroid multiplied by the figure's area (Pappus's second centroid theorem).

A representative disc is a three-dimensional volume element of a solid of revolution. The element is created by rotating a line segment (of length w) around some axis (located r units away), so that a cylindrical volume of πr2w units is enclosed.

Finding the volume

Two common methods for finding the volume of a solid of revolution are the disc method and the shell method of integration. To apply these methods, it is easiest to draw the graph in question; identify the area that is to be revolved about the axis of revolution; determine the volume of either a disc-shaped slice of the solid, with thickness δx, or a cylindrical shell of width δx; and then find the limiting sum of these volumes as δx approaches 0, a value which may be found by evaluating a suitable integral. A more rigorous justification can be given by attempting to evaluate a triple integral in cylindrical coordinates with two different orders of integration.

Disc method

Disc integration about the y-axis
Main page: Disc integration

The disc method is used when the slice that was drawn is perpendicular to the axis of revolution; i.e. when integrating parallel to the axis of revolution.

The volume of the solid formed by rotating the area between the curves of f(y) and g(y) and the lines y = a and y = b about the y-axis is given by

[math]\displaystyle{ V = \pi \int_a^b \left| f(y)^2 - g(y)^2\right|\,dy\, . }[/math]

If g(y) = 0 (e.g. revolving an area between the curve and the y-axis), this reduces to:

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

The method can be visualized by considering a thin horizontal rectangle at y between f(y) on top and g(y) on the bottom, and revolving it about the y-axis; it forms a ring (or disc in the case that g(y) = 0), with outer radius f(y) and inner radius g(y). The area of a ring is π(R2r2), where R is the outer radius (in this case f(y)), and r is the inner radius (in this case g(y)). The volume of each infinitesimal disc is therefore πf(y)2 dy. The limit of the Riemann sum of the volumes of the discs between a and b becomes integral (1).

Assuming the applicability of Fubini's theorem and the multivariate change of variables formula, the disk method may be derived in a straightforward manner by (denoting the solid as D):

[math]\displaystyle{ V = \iiint_D dV = \int_a^b \int_{g(z)}^{f(z)} \int_0^{2\pi} r\,d\theta\,dr\,dz = 2\pi \int_a^b\int_{g(z)}^{f(z)} r\,dr\,dz = 2\pi \int_a^b \frac{1}{2}r^2\Vert^{f(z)}_{g(z)} \,dz = \pi \int_a^b (f(z)^2 - g(z)^2)\,dz }[/math]

Cylinder method

Main page: Shell integration
Shell integration

The cylinder method is used when the slice that was drawn is parallel to the axis of revolution; i.e. when integrating perpendicular to the axis of revolution.

The volume of the solid formed by rotating the area between the curves of f(x) and g(x) and the lines x = a and x = b about the y-axis is given by

[math]\displaystyle{ V = 2\pi \int_a^b x |f(x) - g(x)|\, dx\, . }[/math]

If g(x) = 0 (e.g. revolving an area between curve and y-axis), this reduces to:

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

The method can be visualized by considering a thin vertical rectangle at x with height f(x) − g(x), and revolving it about the y-axis; it forms a cylindrical shell. The lateral surface area of a cylinder is rh, where r is the radius (in this case x), and h is the height (in this case f(x) − g(x)). Summing up all of the surface areas along the interval gives the total volume.

This method may be derived with the same triple integral, this time with a different order of integration:

[math]\displaystyle{ V = \iiint_D dV = \int_a^b \int_{g(r)}^{f(r)} \int_0^{2\pi} r\,d\theta\,dz\,dr = 2\pi \int_a^b\int_{g(r)}^{f(r)} r\,dz\,dr = 2\pi\int_a^b r(f(r) - g(r))\,dr. }[/math]
Solid of revolution demonstration
five coloured polyhedra mounted on vertical axes
The shapes at rest
five solids of rotation formed by rotating polyhedra
The shapes in motion, showing the solids of revolution formed by each

Parametric form

Mathematics and art: study of a vase as a solid of revolution by Paolo Uccello. 15th century

When a curve is defined by its parametric form (x(t),y(t)) in some interval [a,b], the volumes of the solids generated by revolving the curve around the x-axis or the y-axis are given by[1]

[math]\displaystyle{ V_x = \int_a^b \pi y^2 \, \frac{dx}{dt} \, dt \, , }[/math]
[math]\displaystyle{ V_y = \int_a^b \pi x^2 \, \frac{dy}{dt} \, dt \, . }[/math]

Under the same circumstances the areas of the surfaces of the solids generated by revolving the curve around the x-axis or the y-axis are given by[2]

[math]\displaystyle{ A_x = \int_a^b 2 \pi y \, \sqrt{ \left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2} \, dt \, , }[/math]
[math]\displaystyle{ A_y = \int_a^b 2 \pi x \, \sqrt{ \left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2} \, dt \, . }[/math]

This can also be derived from multivariable integration. If a plane curve is given by [math]\displaystyle{ \langle x(t), y(t) \rangle }[/math] then its corresponding surface of revolution when revolved around the x-axis has Cartesian coordinates given by [math]\displaystyle{ \mathbf{r}(t, \theta) = \langle y(t)\cos(\theta), y(t)\sin(\theta), x(t)\rangle }[/math] with [math]\displaystyle{ 0 \leq \theta \leq 2\pi }[/math]. Then the surface area is given by the surface integral

[math]\displaystyle{ A_x = \iint_S dS = \iint_{[a, b] \times [0, 2\pi]} \left\|\frac{\partial \mathbf{r}}{\partial t} \times \frac{\partial \mathbf{r}}{\partial \theta}\right\|\ d\theta\ dt = \int_a^b \int_0^{2\pi} \left\|\frac{\partial \mathbf{r}}{\partial t} \times \frac{\partial \mathbf{r}}{\partial \theta}\right\|\ d\theta\ dt }[/math].

Computing the partial derivatives yields

[math]\displaystyle{ \frac{\partial \mathbf{r}}{\partial t} = \langle \frac{dy}{dt} \cos(\theta), \frac{dy}{dt} \sin(\theta), \frac{dx}{dt} \rangle }[/math],

[math]\displaystyle{ \frac{\partial \mathbf{r}}{\partial \theta} = \langle -y \sin(\theta), y \cos(\theta), 0 \rangle }[/math]

and computing the cross product yields

[math]\displaystyle{ \frac{\partial \mathbf{r}}{\partial t} \times \frac{\partial \mathbf{r}}{\partial \theta} = \langle y \cos(\theta)\frac{dx}{dt}, y \sin(\theta)\frac{dx}{dt}, y \frac{dy}{dt} \rangle = y \langle \cos(\theta)\frac{dx}{dt}, \sin(\theta)\frac{dx}{dt}, \frac{dy}{dt} \rangle }[/math]

where the trigonometric identity [math]\displaystyle{ \sin^2(\theta) + \cos^2(\theta) = 1 }[/math] was used. With this cross product, we get

[math]\displaystyle{ A_x = \int_a^b \int_0^{2\pi} \left\|\frac{\partial \mathbf{r}}{\partial t} \times \frac{\partial \mathbf{r}}{\partial \theta}\right\|\ d\theta\ dt = \int_a^b \int_0^{2\pi} \left\|y \langle y \cos(\theta)\frac{dx}{dt}, y \sin(\theta)\frac{dx}{dt}, y \frac{dy}{dt} \rangle \right\|\ d\theta\ dt = \int_a^b \int_0^{2\pi} y \sqrt{\cos^2(\theta)\left(\frac{dx}{dt} \right)^2 + \sin^2(\theta)\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\ d\theta\ dt }[/math]

[math]\displaystyle{ = \int_a^b \int_0^{2\pi} y \sqrt{\left(\frac{dx}{dt} \right)^2 + \left(\frac{dy}{dt} \right)^2}\ d\theta\ dt = \int_a^b 2\pi y \sqrt{\left(\frac{dx}{dt} \right)^2 + \left(\frac{dy}{dt} \right)^2}\ dt }[/math]

where the same trigonometric identity was used again. The derivation for a surface obtained by revolving around the y-axis is similar.

Polar form

For a polar curve [math]\displaystyle{ r=f(\theta) }[/math] where [math]\displaystyle{ \alpha\leq \theta\leq \beta }[/math] and [math]\displaystyle{ f(\theta) \geq 0 }[/math], the volumes of the solids generated by revolving the curve around the x-axis or y-axis are

[math]\displaystyle{ V_x = \int_\alpha^\beta \left(\pi r^2\sin^2{\theta} \cos{\theta}\, \frac{dr}{d\theta}-\pi r^3\sin^3{\theta}\right)d\theta\,, }[/math]
[math]\displaystyle{ V_y = \int_\alpha^\beta \left(\pi r^2\sin{\theta} \cos^2{\theta}\, \frac{dr}{d\theta}+\pi r^3\cos^3{\theta}\right)d\theta \, . }[/math]

The areas of the surfaces of the solids generated by revolving the curve around the x-axis or the y-axis are given

[math]\displaystyle{ A_x = \int_\alpha^\beta 2 \pi r\sin{\theta} \, \sqrt{ r^2 + \left( \frac{dr}{d\theta} \right)^2} \, d\theta \, , }[/math]
[math]\displaystyle{ A_y = \int_\alpha^\beta 2 \pi r\cos{\theta} \, \sqrt{ r^2 + \left( \frac{dr}{d\theta} \right)^2} \, d\theta \, , }[/math]

See also

Notes

  1. Sharma, A. K. (2005). Application Of Integral Calculus. Discovery Publishing House. p. 168. ISBN 81-7141-967-4. https://books.google.com/books?id=V_WxjYMKuUAC&pg=PA168. 
  2. Singh, Ravish R. (1993). Engineering Mathematics (6th ed.). Tata McGraw-Hill. p. 6.90. ISBN 0-07-014615-2. https://books.google.com/books?id=oQ1y1HCpeowC&pg=SA6-PA90. 

References