# Solid of revolution

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Solid_of_revolution
> Markdown URL: https://mediated.wiki/source/Solid_of_revolution.md
> Source: https://en.wikipedia.org/wiki/Solid_of_revolution
> Source revision: 1328243575
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Short description|Type of three-dimensional shape}}
[[File:Rotationskoerper animation.gif|thumb|right|Rotating a curve. The surface formed is a [surface of revolution](/source/surface_of_revolution); it encloses a solid of revolution.]]
[[File:Revolução de poliedros 03.webm|thumb|Solids of revolution ([Matemateca Ime-Usp](/source/Matemateca))]]

In [geometry](/source/geometry), a '''solid of revolution''' is a [solid figure](/source/Solid_geometry) obtained by [rotating](/source/rotating) a [plane figure](/source/plane_figure) around some [straight line](/source/straight_line) (the ''[axis of revolution](/source/axis_of_revolution)''), which may not [intersect](/source/Intersection_(geometry)) the [generatrix](/source/generatrix) (except at its boundary). The [surface](/source/Surface_(mathematics)) created by this revolution and which bounds the solid is the ''[surface of revolution](/source/surface_of_revolution)''.

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

A '''representative disc''' is a three-[dimension](/source/dimension)al [volume element](/source/volume_element) of a solid of revolution.  The element is created by rotating a [line segment](/source/line_segment) (of [length](/source/length) {{mvar|w}}) around some axis (located {{mvar|r}} units away), so that a [cylindrical](/source/cylinder_(geometry)) [volume](/source/volume) of {{math|π''r''<sup>2</sup>''w''}} units is enclosed.

==Finding the volume==
Two common methods for finding the volume of a solid of revolution are the [disc method](/source/Disc_integration) and the [shell method of integration](/source/Shell_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 {{mvar|δx}}, or a cylindrical shell of width {{mvar|δx}}; and then find the limiting sum of these volumes as {{mvar|δ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](/source/triple_integral) in [cylindrical coordinates](/source/cylindrical_coordinates) with two different orders of integration.

===Disc method===
thumb|right|Disc integration about the y-axis
{{main|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 {{math|''f''(''y'')}} and {{math|''g''(''y'')}} and the lines {{math|1=''y'' = ''a''}} and {{math|1=''y'' = ''b''}} about the {{mvar|y}}-axis is given by
<math display="block">V = \pi \int_a^b \left| f(y)^2 - g(y)^2\right|\,dy\, .</math>
If {{math|1=''g''(''y'') = 0}} (e.g. revolving an area between the curve and the {{mvar|y}}-axis), this reduces to:
<math display="block">V = \pi \int_a^b f(y)^2 \,dy\, .</math>

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

Assuming the applicability of [Fubini's theorem](/source/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 display="block">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>

===Shell Method of Integration ===
{{main|Shell integration}}
thumb|right|Shell integration

The shell method (sometimes referred to as 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 {{math|''f''(''x'')}} and {{math|''g''(''x'')}} and the lines {{math|1=''x'' = ''a''}} and {{math|1=''x'' = ''b''}} about the {{mvar|y}}-axis is given by
<math display="block">V = 2\pi \int_a^b x |f(x) - g(x)|\, dx\, .</math>
If {{math|1=''g''(''x'') = 0}} (e.g. revolving an area between curve and {{mvar|x}}-axis), this reduces to:
<math display="block">V = 2\pi \int_a^b x | f(x) | \,dx\, .</math>

The method can be visualized by considering a thin vertical rectangle at {{mvar|x}} with height {{math|''f''(''x'') − ''g''(''x'')}}, and revolving it about the {{mvar|y}}-axis; it forms a cylindrical shell.  The lateral surface area of a cylinder is {{math|2π''rh''}}, where {{mvar|r}} is the radius (in this case {{mvar|x}}), and {{mvar|h}} is the height (in this case {{math|''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 display="block">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>

{{multiple image
 | align = center
 | direction = horizontal
 | width = 500
 | header = Solid of revolution demonstration
 | image1 = Revolução de poliedros 01.jpg
 | alt1 = five coloured polyhedra mounted on vertical axes
 | caption1 = The shapes at rest
 | image2 = Revolução de poliedros 02.jpg
 | alt2 = five solids of rotation formed by rotating polyhedra
 | caption2 = The shapes in motion, showing the solids of revolution formed by each
}}

==Parametric form==
[[File:Paolo uccello, studio di vaso in prospettiva 02.jpg|thumb|[Mathematics and art](/source/Mathematics_and_art): study of a vase as a solid of revolution by [Paolo Uccello](/source/Paolo_Uccello). 15th century]]

When a curve is defined by its [parametric](/source/Parametric_equation) form {{math|(''x''(''t''),''y''(''t''))}} in some interval {{math|[''a'',''b'']}}, the volumes of the solids generated by revolving the curve around the {{mvar|x}}-axis or the {{mvar|y}}-axis are given by<ref>{{cite book
|title=Application Of Integral Calculus
|first=A.&nbsp;K.
|last=Sharma
|publisher=Discovery Publishing House
|year=2005
|isbn=81-7141-967-4
|page=168
|url=https://books.google.com/books?id=V_WxjYMKuUAC&pg=PA168}}</ref>
<math display="block">\begin{align}
V_x &= \int_a^b \pi y^2 \, \frac{dx}{dt} \, dt \, , \\
V_y &= \int_a^b \pi x^2 \, \frac{dy}{dt} \, dt \, .
\end{align}</math>

Under the same circumstances the areas of the surfaces of the solids generated by revolving the curve around the {{mvar|x}}-axis or the {{mvar|y}}-axis are given by<ref>{{cite book
|title=Engineering Mathematics
|edition=6th
|first=Ravish R.
|last=Singh
|publisher=Tata McGraw-Hill
|year=1993
|isbn=0-07-014615-2
|page=6.90
|url=https://books.google.com/books?id=oQ1y1HCpeowC&pg=SA6-PA90}}</ref>
<math display="block">\begin{align}
A_x &= \int_a^b 2 \pi y \, \sqrt{ \left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2} \, dt \, , \\
A_y &= \int_a^b 2 \pi x \, \sqrt{ \left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2} \, dt \, .
\end{align}</math>

This can also be derived from multivariable integration. If a [plane curve](/source/plane_curve) is given by <math>\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>\mathbf{r}(t, \theta) = \langle y(t)\cos(\theta), y(t)\sin(\theta), x(t)\rangle</math> with <math>0 \leq \theta \leq 2\pi</math>. Then the surface area is given by the [surface integral](/source/surface_integral)  
<math display="block">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 display="block">\frac{\partial \mathbf{r}}{\partial t} = \left\langle \frac{dy}{dt} \cos(\theta), \frac{dy}{dt} \sin(\theta), \frac{dx}{dt} \right\rangle,</math>
<math display="block">\frac{\partial \mathbf{r}}{\partial \theta} = \left\langle -y \sin(\theta), y \cos(\theta), 0 \right\rangle</math>
and computing the [cross product](/source/cross_product) yields 
<math display="block">\frac{\partial \mathbf{r}}{\partial t} \times \frac{\partial \mathbf{r}}{\partial \theta} = \left\langle y \cos(\theta)\frac{dx}{dt}, y \sin(\theta)\frac{dx}{dt}, y \frac{dy}{dt} \right\rangle = y \left\langle \cos(\theta)\frac{dx}{dt}, \sin(\theta)\frac{dx}{dt}, \frac{dy}{dt} \right\rangle </math>
where the trigonometric identity <math>\sin^2(\theta) + \cos^2(\theta) = 1</math> was used. With this cross product, we get
<math display="block">\begin{align}
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 \\[1ex]
&= \int_a^b \int_0^{2\pi} \left\| \left\langle y \cos(\theta)\frac{dx}{dt}, y \sin(\theta)\frac{dx}{dt}, y \frac{dy}{dt} \right\rangle\right\|\ d\theta\ dt \\[1ex]
&= \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 \\[1ex]
&= \int_a^b \int_0^{2\pi} y \sqrt{\left(\frac{dx}{dt} \right)^2 + \left(\frac{dy}{dt} \right)^2}\ d\theta\ dt \\[1ex]
&= \int_a^b 2\pi y \sqrt{\left(\frac{dx}{dt} \right)^2 + \left(\frac{dy}{dt} \right)^2}\ dt
\end{align}</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>r=f(\theta)</math> where <math>\alpha\leq \theta\leq \beta</math> and <math>f(\theta) \geq 0</math>, the volumes of the solids generated by revolving the curve around the x-axis or y-axis are
<math display="block">\begin{align}
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\,, \\
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 \, .
\end{align}</math>

The areas of the surfaces of the solids generated by revolving the curve around the {{mvar|x}}-axis or the {{mvar|y}}-axis are given
<math display="block">\begin{align}
A_x &= \int_\alpha^\beta 2 \pi r\sin{\theta} \, \sqrt{ r^2 + \left( \frac{dr}{d\theta} \right)^2} \, d\theta \, , \\
A_y &= \int_\alpha^\beta 2 \pi r\cos{\theta} \, \sqrt{ r^2 + \left( \frac{dr}{d\theta} \right)^2} \, d\theta \, ,
\end{align}</math>

==See also==
{{Commons category|Solids of revolution}}
* [Cylindrical symmetry](/source/Cylindrical_symmetry)
* [Gabriel's Horn](/source/Gabriel's_Horn)
* [Guldinus theorem](/source/Guldinus_theorem)
* [Pseudosphere](/source/Pseudosphere)
* [Surface of revolution](/source/Surface_of_revolution)
* [Ungula](/source/Ungula)

==Notes==
{{Reflist}}

== References ==
*{{cite web |website=CliffsNotes.com |title=Volumes of Solids of Revolution |date=12 Apr 2011 |url=http://www.cliffsnotes.com/study_guide/topicArticleId-39909,articleId-39907.html |url-status=dead |archive-url=https://web.archive.org/web/20120319195953/http://www.cliffsnotes.com/study_guide/topicArticleId-39909,articleId-39907.html |archive-date=2012-03-19 }} 
*{{cite book|author1-link=Frank J. Ayres |first1=Frank |last1=Ayres |author2-link=Elliott Mendelson |first2=Elliott |last2=Mendelson |series=[Schaum's Outlines](/source/Schaum's_Outlines) |title=Calculus |publisher=McGraw-Hill Professional |date=2008 |ISBN=978-0-07-150861-2 |pages=244–248}} ({{Google books|Ag26M8TII6oC|online copy|page=244}})
*{{MathWorld |id=SolidofRevolution |title=Solid of Revolution}}

{{Authority control}}

Category:Integral calculus
Category:Solids

---
Adapted from the Wikipedia article [Solid of revolution](https://en.wikipedia.org/wiki/Solid_of_revolution) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Solid_of_revolution?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
