Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Arc length and surface area of revolution connect a flat graph to real geometric quantities. Arc length tells you how long a curve is, while surface area of revolution tells you the area of the 3D surface formed when that curve spins around an axis. These ideas matter in physics, engineering, and design because many real objects, such as pipes, bottles, and machine parts, are modeled by smooth curves.

Both topics come from breaking a curve into tiny pieces and adding them with calculus. A small arc segment has length ds=1+(dydx)2dxds = \sqrt{1 + \left(\frac{dy}{dx}\right)^2} \, dx when the curve is written as y=f(x)y = f(x). When that segment revolves around an axis, it sweeps out a thin band whose area is approximately circumference times slant length. The key is choosing the correct radius and variable of integration for the axis of rotation and the form of the function.

Key Facts

  • For y=f(x)y = f(x) from x=ax = a to x=bx = b, arc length is L=ab1+(f(x))2dxL = \int_a^b \sqrt{1 + (f'(x))^2} \, dx.
  • For x=g(y)x = g(y) from y=cy = c to y=dy = d, arc length is L=cd1+(g(y))2dyL = \int_c^d \sqrt{1 + (g'(y))^2} \, dy.
  • If y=f(x)y = f(x) is revolved about the x-axis, surface area is S=2πabf(x)1+(f(x))2dxS = 2\pi \int_a^b f(x) \sqrt{1 + (f'(x))^2} \, dx.
  • If y=f(x)y = f(x) is revolved about the y-axis, surface area is S=2πabx1+(f(x))2dxS = 2\pi \int_a^b x \sqrt{1 + (f'(x))^2} \, dx.
  • The differential arc length ds=1+(f(x))2dxds = \sqrt{1 + (f'(x))^2} \, dx appears in both formulas.
  • The general surface area pattern is S=2πradius×dsS = 2\pi \int \text{radius} \times ds, where radius depends on the axis.

Vocabulary

Arc length
Arc length is the total distance measured along a curve between two endpoints.
Surface of revolution
A surface of revolution is a 3D surface formed by rotating a curve around a line called an axis.
Differential arc length
Differential arc length, written dsds, is a tiny piece of curve length used to build the full arc length integral.
Radius of rotation
The radius of rotation is the distance from the curve to the axis it is revolving around.
Derivative
A derivative measures the slope of a function and appears in arc length formulas through f(x)f'(x) or g(y)g'(y).

Common Mistakes to Avoid

  • Using the function value as the radius without checking the axis of rotation, which is wrong because the radius must be the distance to the axis, not just y or x automatically.
  • Forgetting the square root in the arc length factor, which is wrong because dsds uses 1+(derivative)2\sqrt{1 + (\text{derivative})^2}, not 1+(derivative)21 + (\text{derivative})^2.
  • Integrating with respect to x when the function and bounds are given more naturally in y, which is wrong because it can produce the wrong derivative, wrong radius, or incorrect limits.
  • Confusing volume formulas with surface area formulas, which is wrong because surface area uses 2π2\pi times radius times dsds, not π\pi times radius squared.

Practice Questions

  1. 1 Find the arc length of y=x22+12y = \frac{x^2}{2} + \frac{1}{2} on the interval 0x10 \leq x \leq 1.
  2. 2 Find the surface area formed when y=xy = x for 0x20 \leq x \leq 2 is revolved about the xx-axis.
  3. 3 A curve y=f(x)y = f(x) lies above the xx-axis on [a,b][a, b]. Explain how the surface area formula changes when the same curve is revolved about the yy-axis instead of the xx-axis.