Mathwords logoMathwords

Surface of Revolution

Surface of Revolution

A surface that is obtained by rotating a plane curve in space about an axis coplanar to the curve.

 

3D surface of revolution formed by rotating y=cos x about the y-axis, showing a bowl-shaped paraboloid with wave curve above.

 

 

See also

Solid of revolution, surface area of a surface of revolution

Key Formula

S=2πabr(x)1+[f(x)]2  dxS = 2\pi \int_a^b r(x)\,\sqrt{1 + \left[f'(x)\right]^2}\;dx
Where:
  • SS = Surface area of the surface of revolution
  • f(x)f(x) = The function whose graph is being rotated
  • f(x)f'(x) = The derivative of f(x)
  • r(x)r(x) = The distance from the curve to the axis of rotation (equals f(x) when rotating about the x-axis)
  • a,ba, b = The interval endpoints over which the curve is rotated

Worked Example

Problem: Find the surface area of the surface formed by rotating f(x) = 2x on the interval [0, 3] about the x-axis.
Step 1: Identify the function, its derivative, and the radius of rotation. Since we rotate about the x-axis, the radius r(x) = f(x) = 2x, and f'(x) = 2.
r(x)=2x,f(x)=2r(x) = 2x, \quad f'(x) = 2
Step 2: Set up the surface area integral using the formula.
S=2π032x1+(2)2  dx=2π032x5  dxS = 2\pi \int_0^3 2x\,\sqrt{1 + (2)^2}\;dx = 2\pi \int_0^3 2x\,\sqrt{5}\;dx
Step 3: Factor constants out of the integral and integrate.
S=4π503x  dx=4π5[x22]03=4π592S = 4\pi\sqrt{5}\int_0^3 x\;dx = 4\pi\sqrt{5}\left[\frac{x^2}{2}\right]_0^3 = 4\pi\sqrt{5}\cdot\frac{9}{2}
Step 4: Simplify to get the final answer.
S=18π5126.33S = 18\pi\sqrt{5} \approx 126.33
Answer: The surface area is 18π518\pi\sqrt{5} square units, approximately 126.33 square units.

Another Example

This example involves a non-linear function (a square root) that requires simplification and u-substitution, unlike the first example where the integrand stayed elementary.

Problem: Find the surface area of the surface formed by rotating f(x) = \sqrt{x} on the interval [0, 4] about the x-axis.
Step 1: Identify the function, derivative, and radius. Here r(x) = √x and we need f'(x).
f(x)=x,f(x)=12xf(x) = \sqrt{x}, \quad f'(x) = \frac{1}{2\sqrt{x}}
Step 2: Set up the surface area integral.
S=2π04x1+14x  dx=2π04x4x+14x  dxS = 2\pi\int_0^4 \sqrt{x}\,\sqrt{1 + \frac{1}{4x}}\;dx = 2\pi\int_0^4 \sqrt{x}\,\sqrt{\frac{4x+1}{4x}}\;dx
Step 3: Simplify the integrand. The √x in the numerator cancels with the √x in the denominator of the radical.
S=2π04x4x+12x  dx=π044x+1  dxS = 2\pi\int_0^4 \sqrt{x}\cdot\frac{\sqrt{4x+1}}{2\sqrt{x}}\;dx = \pi\int_0^4 \sqrt{4x+1}\;dx
Step 4: Evaluate using the substitution u = 4x + 1, so du = 4 dx. When x = 0, u = 1; when x = 4, u = 17.
S=π14117u1/2  du=π4[2u3/23]117=π6(173/21)S = \pi\cdot\frac{1}{4}\int_1^{17} u^{1/2}\;du = \frac{\pi}{4}\left[\frac{2u^{3/2}}{3}\right]_1^{17} = \frac{\pi}{6}\left(17^{3/2} - 1\right)
Step 5: Compute the numerical value.
S=π6(17171)π6(70.091)36.18S = \frac{\pi}{6}(17\sqrt{17} - 1) \approx \frac{\pi}{6}(70.09 - 1) \approx 36.18
Answer: The surface area is π6(17171)\dfrac{\pi}{6}(17\sqrt{17} - 1) square units, approximately 36.18 square units.

Frequently Asked Questions

What is the difference between a surface of revolution and a solid of revolution?
A surface of revolution is only the outer shell — the two-dimensional boundary created by spinning a curve. A solid of revolution is the entire three-dimensional region enclosed by that surface. You compute surface area for a surface of revolution and volume for a solid of revolution, using different integral formulas.
How do you find the surface area when the curve is rotated about the y-axis instead of the x-axis?
When rotating about the y-axis, the radius of rotation becomes the horizontal distance from the curve to the y-axis, which is x. The formula becomes S=2πabx1+[f(x)]2  dxS = 2\pi\int_a^b x\,\sqrt{1+[f'(x)]^2}\;dx. Alternatively, you can express x as a function of y and integrate with respect to y, using S=2πcdg(y)1+[g(y)]2  dyS = 2\pi\int_c^d g(y)\,\sqrt{1+[g'(y)]^2}\;dy.
What are common examples of surfaces of revolution?
A sphere is formed by rotating a semicircle about its diameter. A cylinder is formed by rotating a horizontal line segment about a parallel axis. A cone results from rotating a slanted line through the axis. A torus (doughnut shape) is created by rotating a circle about an axis that does not intersect it.

Surface of Revolution vs. Solid of Revolution

Surface of RevolutionSolid of Revolution
What it isThe 2D boundary (shell) formed by rotating a curveThe 3D region (filled volume) enclosed by the rotated curve
What you calculateSurface areaVolume
Key formula (rotation about x-axis)S=2πabf(x)1+[f(x)]2dxS = 2\pi\int_a^b f(x)\sqrt{1+[f'(x)]^2}\,dxV=πab[f(x)]2dxV = \pi\int_a^b [f(x)]^2\,dx (disk method)
Dimensionality of resultSquare units (area)Cubic units (volume)
AnalogyLike the skin of an orangeLike the entire orange including the inside

Why It Matters

Surfaces of revolution appear throughout calculus courses when you study applications of integration, typically right after learning about solids of revolution. Engineers and physicists use these surfaces to model real objects with rotational symmetry — satellite dishes (paraboloids), pipes (cylinders), funnels (cones), and pressure vessels (ellipsoids). Mastering this concept also builds your skill with arc-length integrals, since the surface area formula is a direct extension of the arc-length formula.

Common Mistakes

Mistake: Confusing the surface area formula with the volume (disk/washer) formula and forgetting the square root term √(1 + [f'(x)]²).
Correction: The surface area formula includes the arc-length factor √(1 + [f'(x)]²) because you are measuring the actual length of the curve as it sweeps around the axis, not just stacking flat disks. Always include this factor when computing surface area.
Mistake: Using f(x) as the radius of rotation regardless of which axis the curve is rotated about.
Correction: The radius r(x) is the perpendicular distance from the curve to the axis of rotation. For rotation about the x-axis, r(x) = f(x). For rotation about the y-axis, r(x) = x. Always identify the correct radius before setting up the integral.

Related Terms