Surface Area of a Surface of Revolution
Surface Area of a Surface of Revolution
The formulas below give the surface area of a surface of revolution. The axis of rotation must be either the x-axis or the y-axis. The curve being rotated can be defined using rectangular, polar, or parametric equations.

See also
Key Formula
S=2π∫abr(t)(dtdx)2+(dtdy)2dt
For y=f(x) rotated about the x-axis:
S=2π∫abf(x)1+[f′(x)]2dx
For a polar curve r=f(θ) rotated about the polar axis:
S=2π∫αβf(θ)sinθ[f(θ)]2+[f′(θ)]2dθ
Where:
- S = Surface area of the surface of revolution
- r(t) = Distance from the curve to the axis of rotation (the radius of revolution)
- f(x) = The function defining the curve in rectangular form
- f′(x) = The derivative of the function with respect to x
- [a,b] = The interval of integration (bounds on x, t, or θ)
- dx/dt,dy/dt = Derivatives of the parametric equations with respect to the parameter t
- f(θ) = The polar function defining the curve
Worked Example
Problem: Find the surface area generated by revolving the curve y = x³ from x = 0 to x = 1 about the x-axis.
Step 1: Identify the formula. Since y = f(x) is rotated about the x-axis, use the rectangular form:
S=2π∫01f(x)1+[f′(x)]2dx
Step 2: Compute the derivative of f(x) = x³.
f′(x)=3x2
Step 3: Substitute f(x) and f'(x) into the formula.
S=2π∫01x31+9x4dx
Step 4: Use the substitution u = 1 + 9x⁴, so du = 36x³ dx, which gives x³ dx = du/36. When x = 0, u = 1; when x = 1, u = 10.
S=2π∫110u36du=18π∫110u1/2du
Step 5: Evaluate the integral.
S=18π⋅32u3/2110=27π(103/2−1)=27π(1010−1)
Answer: The surface area is 27π(1010−1)≈3.563 square units.
Another Example
This example uses parametric equations instead of a rectangular function, and it verifies the integral formula against the well-known sphere surface area formula.
Problem: Find the surface area generated by revolving the circle given by the parametric equations x = 3 cos t, y = 3 sin t, for 0 ≤ t ≤ π, about the x-axis. (This produces a sphere of radius 3.)
Step 1: Identify the parametric surface area formula with rotation about the x-axis. Here r(t) = y(t) = 3 sin t (the distance from the curve to the x-axis).
S=2π∫0πy(t)(dtdx)2+(dtdy)2dt
Step 2: Compute the derivatives: dx/dt = −3 sin t and dy/dt = 3 cos t.
(−3sint)2+(3cost)2=9sin2t+9cos2t=3
Step 3: Substitute into the integral.
S=2π∫0π(3sint)(3)dt=18π∫0πsintdt
Step 4: Evaluate the integral.
S=18π[−cost]0π=18π[−(−1)+1]=18π(2)=36π
Answer: The surface area is 36π square units, which matches the known formula for a sphere: S=4πr2=4π(9)=36π.
Frequently Asked Questions
Why is 2π in the surface area of revolution formula?
The factor 2π comes from the circumference of the circle traced by each point on the curve as it revolves around the axis. Each small arc segment at distance r from the axis sweeps out a band whose width is the arc length element ds and whose 'length' around the axis is 2πr. Multiplying these and integrating gives the total surface area.
What is the difference between surface area of revolution and volume of revolution?
Surface area of revolution measures the outer area of the solid formed by rotating a curve, using the integral of 2πr·ds (where ds is arc length). Volume of revolution measures the space enclosed inside the solid, typically using the disk method (∫ πr² dx) or the shell method (∫ 2πrh dx). The key distinction is that surface area involves the arc length element, while volume does not.
How do you set up the surface area integral when rotating about the y-axis instead of the x-axis?
When rotating about the y-axis, the radius of revolution becomes the horizontal distance from the curve to the y-axis, which is x (or x(t) in parametric form). For y = f(x), the formula becomes S = 2π ∫ x √(1 + [f'(x)]²) dx. Everything else stays the same — you still need the arc length element under the square root.
Surface Area of Revolution vs. Arc Length of a Curve
| Surface Area of Revolution | Arc Length of a Curve | |
|---|---|---|
| What it measures | Area of the surface formed by rotating a curve about an axis | Length of a curve between two points |
| Core formula (rectangular) | S=2π∫f(x)1+[f′(x)]2dx | L=∫1+[f′(x)]2dx |
| Key difference | Multiplies the arc length element ds by the circumference factor 2πr | Integrates the arc length element ds alone |
| Units | Square units (area) | Linear units (length) |
Why It Matters
This topic appears in second-semester calculus (Calculus II) and is a standard application of integration. Engineers use surface area of revolution to calculate material needed for rotationally symmetric objects like tanks, nozzles, domes, and pipes. It also reinforces understanding of arc length and parametric integration, both of which are essential for multivariable calculus.
Common Mistakes
Mistake: Forgetting the arc length element and using just dx instead of √(1 + [f'(x)]²) dx.
Correction: Surface area requires integrating along the actual arc of the curve, not just along the x-axis. Always include the full arc length factor ds = √(1 + [f'(x)]²) dx under the integral. Without it, you are not accounting for how steeply the curve rises.
Mistake: Using the wrong radius of revolution — for example, using f(x) when rotating about the y-axis.
Correction: The radius r in the factor 2πr must be the perpendicular distance from the curve to the axis of rotation. When rotating about the x-axis, r = y = f(x). When rotating about the y-axis, r = x. Mixing these up gives an entirely different (and incorrect) surface.
Related Terms
- Surface of Revolution — The geometric surface whose area is computed
- Surface Area — General concept that this formula calculates
- Arc Length of a Curve — The ds element is shared by both formulas
- Axis of Rotation — Determines the radius of revolution
- Parametric Equations — One way to define the curve being rotated
- Polar Equation — Another way to define the curve being rotated
- Formula — Multiple integral formulas apply depending on form
- Curve — The object being revolved to create the surface
