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.

Understanding Arc Length and Surface Area of Revolution

The square root in the length calculation comes from the Pythagorean theorem. Over a very small horizontal change, a graph changes vertically by an amount close to its slope times that horizontal change. Those two changes form the legs of a tiny right triangle.

Its hypotenuse is the small piece of curve. A flat graph has slope zero, so its curve length matches its horizontal distance.

A steep graph has a larger vertical change, so its curve length is greater. This explains why a curve can have the same endpoints as a line segment but be much longer.

Surface area uses that same slanted piece of curve, not just its horizontal or vertical width. When a short slanted segment spins, it forms a narrow strip similar to the side of a cone. The strip area is its distance around the axis multiplied by its slanted width.

The distance around is two pi times the radius. A larger radius produces more area even when the curve itself has not changed.

This is why moving the axis of rotation changes the answer. Rotating a curve around a nearby line gives a smaller surface than rotating it around a distant parallel line.

The radius must be the perpendicular distance from the curve to the axis. For rotation about a horizontal line such as y equals three, the radius is the absolute value of y minus three. For rotation about a vertical line such as x equals negative two, the radius is the absolute value of x plus two.

Absolute value matters when the curve lies on different sides of the axis. A radius cannot be negative. Students often use x or y automatically, which works only when the axis is the usual coordinate axis and the relevant coordinates stay nonnegative.

Choosing the variable carefully can make a problem far easier. A curve given as x in terms of y is often best handled with small vertical changes, especially for rotation about a vertical axis. Parametric curves need a different version of the same idea.

Their tiny length comes from the horizontal rate and vertical rate together. The radius still comes from distance to the axis. In real objects, this model estimates the outside material needed for a curved tank, lamp shade, nozzle, or turned machine part.

Check the interval first, sketch the curve and axis, mark the radius, then inspect whether the slope becomes undefined or whether the integral is difficult to evaluate exactly. Some realistic curves require numerical approximation, which is a normal use of calculus rather than a mistake.

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.