Fiveable

Calculus II Unit 2 Review

QR code for Calculus II practice questions

2.4 Arc Length of a Curve and Surface Area

2.4 Arc Length of a Curve and Surface Area

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus II
Unit & Topic Study Guides

Arc Length and Surface Area

Arc length and surface area formulas let you measure the actual length along a curve and the area of a shape formed by rotating a curve around an axis. Both rely on setting up definite integrals that account for how a curve bends and stretches, building directly on your derivative and integration skills from earlier units.

Arc Length of y=f(x)y = f(x) Curves

The idea behind arc length is that you're adding up infinitely many tiny straight-line segments along the curve. Each tiny segment has a horizontal piece (dxdx) and a vertical piece (dydy), and by the Pythagorean theorem, the length of that tiny piece is (dx)2+(dy)2\sqrt{(dx)^2 + (dy)^2}. Factor out dxdx and you get the formula:

L=ab1+(dydx)2dxL = \int_{a}^{b} \sqrt{1 + \left(\frac{dy}{dx}\right)^2} \, dx

Steps to calculate arc length:

  1. Find dydx\frac{dy}{dx}, the derivative of f(x)f(x).
  2. Square the derivative and add 1 inside the square root.
  3. Set up and evaluate the definite integral from x=ax = a to x=bx = b.

Example: Find the arc length of y=13x3/2y = \frac{1}{3}x^{3/2} from x=0x = 0 to x=8x = 8.

  1. Derivative: dydx=12x1/2\frac{dy}{dx} = \frac{1}{2}x^{1/2}
  2. Square it: (dydx)2=x4\left(\frac{dy}{dx}\right)^2 = \frac{x}{4}
  3. Set up the integral:

L=081+x4dx=084+x4dx=08124+xdxL = \int_{0}^{8} \sqrt{1 + \frac{x}{4}} \, dx = \int_{0}^{8} \sqrt{\frac{4 + x}{4}} \, dx = \int_{0}^{8} \frac{1}{2}\sqrt{4 + x} \, dx

  1. Use substitution u=4+xu = 4 + x, du=dxdu = dx. When x=0x = 0, u=4u = 4; when x=8x = 8, u=12u = 12.

L=12412u1/2du=1223u3/2412=13(123/243/2)=13(2438)L = \frac{1}{2} \int_{4}^{12} u^{1/2} \, du = \frac{1}{2} \cdot \frac{2}{3} u^{3/2} \Big|_{4}^{12} = \frac{1}{3}\left(12^{3/2} - 4^{3/2}\right) = \frac{1}{3}\left(24\sqrt{3} - 8\right)

Common pitfall: Many arc length integrals don't simplify to a clean antiderivative. If the expression under the square root doesn't reduce nicely, you may need numerical methods or the problem was specifically chosen so it does simplify. Always simplify the integrand fully before attempting antidifferentiation.

Arc length of y = f(x) curves, calculus - Understanding the relationship between differentiation and integration - Mathematics ...

Arc Length of x=g(y)x = g(y) Curves

Sometimes a curve is easier to express as xx in terms of yy. The logic is identical, but you integrate with respect to yy:

L=cd1+(dxdy)2dyL = \int_{c}^{d} \sqrt{1 + \left(\frac{dx}{dy}\right)^2} \, dy

Steps to calculate arc length:

  1. Find dxdy\frac{dx}{dy}, the derivative of g(y)g(y).
  2. Square the derivative and add 1 inside the square root.
  3. Set up and evaluate the definite integral from y=cy = c to y=dy = d.

Example: Find the arc length of x=14y2x = \frac{1}{4}y^2 from y=0y = 0 to y=2y = 2.

  1. Derivative: dxdy=12y\frac{dx}{dy} = \frac{1}{2}y
  2. Square it: (dxdy)2=y24\left(\frac{dx}{dy}\right)^2 = \frac{y^2}{4}
  3. Set up the integral:

L=021+y24dyL = \int_{0}^{2} \sqrt{1 + \frac{y^2}{4}} \, dy

This integral requires a trigonometric substitution (let y=2tanθy = 2\tan\theta) or a hyperbolic substitution to evaluate. The point is that even "simple" curves can produce integrals that demand the techniques you learned in Unit 1.

When to use which form: If the curve is given as y=f(x)y = f(x), integrate with respect to xx. If it's given as x=g(y)x = g(y), integrate with respect to yy. If you have a choice, pick whichever form makes the derivative (and therefore the integrand) simpler.

Arc length of y = f(x) curves, multivariable calculus - Determining the length of a space curve? - Mathematics Stack Exchange

Surface Area of Rotated Solids

When you rotate a curve around an axis, the surface it traces out has a measurable area. Think of each tiny arc length piece dsds sweeping out a thin band (like a ring). The circumference of that ring is 2πr2\pi r, where rr is the distance from the piece to the axis of rotation. So the surface area is the integral of 2πrds2\pi r \, ds.

Rotation around the x-axis (r=f(x)r = f(x), the y-value):

A=2πabf(x)1+(dydx)2dxA = 2\pi \int_{a}^{b} f(x) \sqrt{1 + \left(\frac{dy}{dx}\right)^2} \, dx

Rotation around the y-axis (r=xr = x, the x-value):

A=2πabx1+(dydx)2dxA = 2\pi \int_{a}^{b} x \sqrt{1 + \left(\frac{dy}{dx}\right)^2} \, dx

Steps to calculate surface area:

  1. Identify the curve and the axis of rotation.
  2. Determine the radius of rotation: use f(x)f(x) for rotation about the x-axis, or xx for rotation about the y-axis.
  3. Find dydx\frac{dy}{dx} and build the integrand.
  4. Evaluate the definite integral from aa to bb.

Example: Find the surface area of y=xy = \sqrt{x} rotated around the x-axis from x=0x = 0 to x=1x = 1.

  1. Derivative: dydx=12x\frac{dy}{dx} = \frac{1}{2\sqrt{x}}
  2. Square it: (dydx)2=14x\left(\frac{dy}{dx}\right)^2 = \frac{1}{4x}
  3. Set up the integral:

A=2π01x1+14xdx=2π01x+14dxA = 2\pi \int_{0}^{1} \sqrt{x} \cdot \sqrt{1 + \frac{1}{4x}} \, dx = 2\pi \int_{0}^{1} \sqrt{x + \frac{1}{4}} \, dx

  1. Substitute u=x+14u = x + \frac{1}{4}, du=dxdu = dx. When x=0x = 0, u=14u = \frac{1}{4}; when x=1x = 1, u=54u = \frac{5}{4}.

A=2π23u3/21/45/4=4π3[(54)3/2(14)3/2]=4π3[55818]=π(551)6A = 2\pi \cdot \frac{2}{3} u^{3/2} \Big|_{1/4}^{5/4} = \frac{4\pi}{3}\left[\left(\frac{5}{4}\right)^{3/2} - \left(\frac{1}{4}\right)^{3/2}\right] = \frac{4\pi}{3}\left[\frac{5\sqrt{5}}{8} - \frac{1}{8}\right] = \frac{\pi(5\sqrt{5} - 1)}{6}

Watch the radius: The most common mistake in surface area problems is using the wrong expression for the radius. Always ask: how far is this piece of curve from the axis of rotation? For x-axis rotation, that distance is the y-value. For y-axis rotation, that distance is the x-value. If the axis of rotation is a line like y=1y = -1, the radius becomes f(x)+1f(x) + 1.