MathematicsCalculusA-Level
CBSEGCE A-LevelAPAQABaccalauréat GénéralCambridgeCAPSCCEA

Surface of Revolution (Parametric)

Area of a surface generated by rotating a curve.

Understand the formulaSee the free derivationOpen the full walkthrough

This public page keeps the free explanation visible and leaves premium worked solving, advanced walkthroughs, and saved study tools inside the app.

Core idea

Overview

This calculus formula determines the surface area of a solid created by revolving a parametrically defined curve around a horizontal axis. It integrates the circumference of infinitesimal circular cross-sections along the differential arc length defined by the parameter t.

When to use: Apply this method when a curve is defined by two separate functions of a third variable, x(t) and y(t). It is particularly effective for complex paths that cannot be easily expressed as a single function of x or when the path describes rotational symmetry around the x-axis.

Why it matters: This calculation allows engineers to determine the precise material requirements or coating surface area for curved components like turbine blades or vases. In physics, it is used to calculate surface properties for objects experiencing aerodynamic drag or fluid pressure.

Symbols

Variables

a = Start parameter a, b = End parameter b, S = Surface area

Start parameter a
End parameter b
Surface area

Walkthrough

Derivation

Formula: Parametric Surface Area of Revolution

Rotating a parametric curve about the x-axis sweeps out a surface whose area is found by summing thin circular bands.

  • Rotation is about the x-axis.
  • y(t) 0 on the interval.
1

Area of a Thin Band:

Circumference times slant width ds gives band area.

2

Use Parametric ds:

Substitute the arc-length element for parametric curves.

3

Integrate:

Sum all bands across the parameter interval.

Result

Source: AQA Further Mathematics — Core Pure (Calculus)

Visual intuition

Graph

Graph unavailable for this formula.

The graph depicts a 3D surface generated by rotating a two-dimensional curve, such as a parabola or trigonometric function, around a fixed axis of symmetry. Key features include circular cross-sections perpendicular to the axis of rotation and turning points that define the 'profile' of the resulting solid, such as a sphere, cylinder, or torus. This visualization demonstrates the transition from a 2D planar function into a 3D volume, illustrating the mathematical derivation of volumes of revolution.

Graph type: polynomial

Why it behaves this way

Intuition

Visualize a curve as a flexible wire. When this wire is spun around an axis, each tiny segment of the wire traces out a thin circular band, like a ribbon.

S
Total surface area of the solid generated by revolving the curve.
The accumulated area of all the infinitesimal circular bands formed by rotation.
Continuous summation of infinitesimal contributions along the curve from parameter t=a to t=b.
Adds up the area of each tiny rotated segment of the curve to find the total surface area.
Circumference of the circular path traced by a point (x, y) on the curve when rotated around the x-axis.
Represents the 'width' of an infinitesimal circular band formed by rotating a single point on the curve.
\sqrt{\left(\frac{dx}{dt}\right)^2 +
Infinitesimal arc length (ds) of a segment of the parametrically defined curve.
Represents the 'length' or 'thickness' of an infinitesimal circular band formed by rotating a tiny segment of the curve.

Free study cues

Insight

Canonical usage

All quantities representing length must be expressed in a consistent unit of length, and quantities representing time in a consistent unit of time, to yield surface area in (length unit)^2.

Common confusion

A common mistake is using inconsistent length units (e.g., meters for x and centimeters for y) or inconsistent time units within the same calculation, leading to incorrect area values.

Unit systems

m^2 · The resulting surface area will be in the square of the chosen length unit.
m · The coordinate 'y' must be in a consistent length unit.
m · The coordinate 'x' must be in a consistent length unit.
s · The parameter 't' must be in a consistent time unit.
m/s · The derivative of x with respect to t, representing a velocity component.
m/s · The derivative of y with respect to t, representing a velocity component.

One free problem

Practice Problem

Find the surface area S generated by revolving the semicircle defined by x = 3 cos(t) and y = 3 sin(t) about the x-axis, where t ranges from a = 0 to b = 3.14159.

Start parameter a0
End parameter b3.141592653589793
y_t(t) => 3 * Math.sin(t)
dx_dt(t) => -3 * Math.sin(t)
dy_dt(t) => 3 * Math.cos(t)

Solve for:

Hint: The term inside the square root simplifies to the constant radius after applying the Pythagorean identity.

The full worked solution stays in the interactive walkthrough.

Where it shows up

Real-World Context

Surface area of a vase.

Study smarter

Tips

  • Confirm if the rotation is around the x-axis (use y in the formula) or y-axis (use x in the formula).
  • Simplify the radical term using trigonometric identities such as sin²(t) + cos²(t) = 1 to make the integration manageable.
  • Ensure the integration limits a and b correspond to the parameter t rather than the spatial coordinates x or y.

Avoid these traps

Common Mistakes

  • Using x instead of y (for x-axis rotation).
  • Forgetting ds term.

Common questions

Frequently Asked Questions

Rotating a parametric curve about the x-axis sweeps out a surface whose area is found by summing thin circular bands.

Apply this method when a curve is defined by two separate functions of a third variable, x(t) and y(t). It is particularly effective for complex paths that cannot be easily expressed as a single function of x or when the path describes rotational symmetry around the x-axis.

This calculation allows engineers to determine the precise material requirements or coating surface area for curved components like turbine blades or vases. In physics, it is used to calculate surface properties for objects experiencing aerodynamic drag or fluid pressure.

Using x instead of y (for x-axis rotation). Forgetting ds term.

Surface area of a vase.

Confirm if the rotation is around the x-axis (use y in the formula) or y-axis (use x in the formula). Simplify the radical term using trigonometric identities such as sin²(t) + cos²(t) = 1 to make the integration manageable. Ensure the integration limits a and b correspond to the parameter t rather than the spatial coordinates x or y.

References

Sources

  1. Calculus by James Stewart
  2. Wikipedia: Surface of revolution
  3. Stewart, Calculus: Early Transcendentals
  4. Halliday, Resnick, and Walker, Fundamentals of Physics
  5. Stewart, James. Calculus: Early Transcendentals. 8th ed. Cengage Learning, 2016.
  6. Thomas, George B. Jr., et al. Thomas' Calculus. 14th ed. Pearson, 2018.
  7. AQA Further Mathematics — Core Pure (Calculus)