Arc Length (Unit 8 Applications of Integration, AP Calculus BC)

What Arc Length Means for a Curve

Arc length is the total distance you would travel if you traced along a curve from one endpoint to another. For straight-line segments, distance is easy—you use the distance formula. For a curved path, the key idea is to approximate the curve by many tiny straight segments and add up their lengths.

This matters in calculus because it is a classic “applications of integration” problem: you use an integral to add up infinitely many tiny contributions. It also connects directly to the deeper geometric idea of measuring curves (a major reason derivatives and integrals were developed historically).

From “add up small segments” to a calculus formula

Imagine a smooth curve in the plane (no sharp corners) and suppose you want the length from a starting point to an ending point.

  1. Approximate the curve with a polygonal path. Pick points along the curve and connect consecutive points with straight lines.
  2. Compute each small straight length using the Pythagorean theorem. If one tiny segment changes in the horizontal direction by Δx\Delta x and vertically by Δy\Delta y, then its length is approximately

(Δx)2+(Δy)2\sqrt{(\Delta x)^2 + (\Delta y)^2}

  1. Add them up. If you use many points, the polygonal path hugs the curve more closely.
  2. Take a limit as the segments get shorter and more numerous. That limit becomes an integral.

The “smoothness” condition is important. A smooth planar curve typically means the curve is differentiable and its derivative behaves nicely (often continuous) on the interval. Smoothness ensures the small straight-segment approximation converges to a well-defined length. If there’s a corner or cusp, you usually have to split the curve into pieces where it is smooth.

The differential arc length idea

For a curve given as y=f(x)y=f(x), over a tiny change dxdx, the vertical change is approximately

dyf(x)dxdy \approx f'(x)\,dx

A tiny piece of arc length dsds (think: “small length”) is then approximated by

ds(dx)2+(dy)2ds \approx \sqrt{(dx)^2 + (dy)^2}

Factor out dxdx (conceptually, not as a formal algebraic step yet): the length depends on how much the curve rises/falls compared to how much it runs. That is why the derivative appears in the final formula.

Why arc length integrals can be hard

Arc length formulas often produce integrals involving square roots like

1+(f(x))2dx\int \sqrt{1+(f'(x))^2}\,dx

These frequently do not have elementary antiderivatives. On AP Calculus BC, you are often asked to set up the correct integral, and sometimes to evaluate it when it simplifies nicely (or to approximate it numerically when allowed).

Exam Focus
  • Typical question patterns:
    • “Set up an integral for the length of the curve y=f(x)y=f(x) from x=ax=a to x=bx=b.”
    • “Find the arc length of a curve given parametrically on t[a,b]t\in[a,b].”
    • “Compute arc length for a polar curve over a given θ\theta interval.”
  • Common mistakes:
    • Treating arc length like area and using f(x)dx\int f(x)\,dx instead of the arc length integrand.
    • Forgetting that arc length requires a square root of a sum of squares (coming from the Pythagorean theorem).
    • Not splitting the interval when the curve is only smooth on pieces.

Arc Length for a Graph y=f(x)y=f(x) on [a,b][a,b]

When a curve is given explicitly as a function of xx—that is, y=f(x)y=f(x)—you can measure its length from x=ax=a to x=bx=b by adding the lengths of tiny hypotenuses formed by small horizontal and vertical changes.

The arc length formula (Cartesian, function of xx)

If ff is differentiable on [a,b][a,b], the arc length LL is

L=ab1+(f(x))2dxL=\int_a^b \sqrt{1+(f'(x))^2}\,dx

Here’s what each part means:

  • LL is the total length along the curve.
  • f(x)f'(x) measures slope (how fast yy changes compared to xx).
  • The expression 1+(f(x))2\sqrt{1+(f'(x))^2} is the “stretch factor” converting a tiny horizontal change dxdx into a tiny along-the-curve length dsds.

A useful way to interpret it: if the curve is nearly flat (small slope), then f(x)0f'(x)\approx 0 and the integrand is near 1=1\sqrt{1}=1, so arc length is close to the horizontal distance bab-a. If the curve is steep, the integrand becomes larger, reflecting a longer path.

When to use this formula

Use this formula when:

  • The curve is naturally described as yy as a function of xx.
  • The interval is specified in xx-values (from x=ax=a to x=bx=b).

If the curve fails to be a function of xx (for instance, it doubles back horizontally), you should consider a parametric description or splitting into pieces.

Worked example 1 (evaluates nicely)

Find the length of the curve

y=23x3/2y=\frac{2}{3}x^{3/2}

from x=0x=0 to x=1x=1.

Step 1: Differentiate.

y=2332x1/2=x1/2y'=\frac{2}{3}\cdot \frac{3}{2}x^{1/2}=x^{1/2}

So

1+(y)2=1+x1+(y')^2=1+x

Step 2: Set up the arc length integral.

L=011+xdxL=\int_0^1 \sqrt{1+x}\,dx

Step 3: Evaluate.

1+xdx=(1+x)1/2dx=23(1+x)3/2+C\int \sqrt{1+x}\,dx=\int (1+x)^{1/2}\,dx=\frac{2}{3}(1+x)^{3/2}+C

So

L=23(1+x)3/201=23(23/21)L=\frac{2}{3}(1+x)^{3/2}\Big|_0^1=\frac{2}{3}\left(2^{3/2}-1\right)

That is the exact length.

Worked example 2 (set up only, because it becomes difficult)

Set up (but do not attempt to evaluate in elementary form) the arc length of

y=sin(x2)y=\sin(x^2)

from x=0x=0 to x=1x=1.

Step 1: Differentiate.

y=cos(x2)2xy'=\cos(x^2)\cdot 2x

Step 2: Plug into the arc length formula.

L=011+(2xcos(x2))2dxL=\int_0^1 \sqrt{1+\left(2x\cos(x^2)\right)^2}\,dx

There is no obvious simplification to make this elementary. On many calculus assessments (including AP-style problems), the goal is to produce this correct setup.

What commonly goes wrong with y=f(x)y=f(x) arc length

A frequent misconception is thinking that “length” should involve 1+f(x)2dx\int \sqrt{1+f(x)^2}\,dx. The function value f(x)f(x) tells you height, not the local steepness. Arc length depends on how the curve is changing, so the derivative must appear.

Another common issue: students sometimes try to cancel the square root incorrectly. Remember the structure comes from distance:

distance2=(horizontal)2+(vertical)2\text{distance}^2=(\text{horizontal})^2+(\text{vertical})^2

You should expect a square root of a sum of squares.

Exam Focus
  • Typical question patterns:
    • “Compute the arc length of y=f(x)y=f(x) on [a,b][a,b].” (Often chosen so the integral simplifies.)
    • “Set up the arc length integral for a given function.”
    • “Decide whether to split the interval if f(x)f'(x) is not continuous everywhere.”
  • Common mistakes:
    • Using f(x)f(x) instead of f(x)f'(x) inside the formula.
    • Forgetting the square root or forgetting the +1+1 in 1+(f(x))2\sqrt{1+(f'(x))^2}.
    • Using the wrong bounds (for example, using yy-values instead of xx-values when the problem specifies an xx interval).

Arc Length for a Graph x=g(y)x=g(y) on [c,d][c,d]

Sometimes a curve is more naturally expressed as xx as a function of yy (for example, sideways parabolas). The same geometric idea applies: you approximate with tiny straight segments, but now it’s convenient to use vertical steps dydy.

The arc length formula (Cartesian, function of yy)

If x=g(y)x=g(y) is differentiable on [c,d][c,d], the arc length is

L=cd1+(g(y))2dyL=\int_c^d \sqrt{1+\left(g'(y)\right)^2}\,dy

Here g(y)=dxdyg'(y)=\frac{dx}{dy} measures how rapidly the curve moves horizontally as yy changes. This formula is essentially the same as the y=f(x)y=f(x) version, but with the roles of xx and yy swapped.

When this is the right tool

Use this when:

  • The curve is given explicitly as xx in terms of yy.
  • The interval is given in yy-values.

If you instead try to solve for yy as a function of xx, you might create a function that is not single-valued (fails the vertical line test) or you might complicate the algebra unnecessarily.

Worked example (sideways parabola)

Find the length of the curve

x=y2x=y^2

from y=0y=0 to y=2y=2.

Step 1: Differentiate with respect to yy.

dxdy=2y\frac{dx}{dy}=2y

Step 2: Set up the arc length integral.

L=021+(2y)2dy=021+4y2dyL=\int_0^2 \sqrt{1+(2y)^2}\,dy=\int_0^2 \sqrt{1+4y^2}\,dy

This integral can be evaluated using a hyperbolic substitution or a known formula, but on an AP-style exam you might be asked only for the setup unless it’s designed to simplify.

Common pitfalls

A typical error is mixing differentials: writing something like

1+(dxdy)2dx\int \sqrt{1+\left(\frac{dx}{dy}\right)^2}\,dx

The variable of integration must match the derivative inside. If you use dxdy\frac{dx}{dy}, then you integrate with respect to yy.

Exam Focus
  • Typical question patterns:
    • “A curve is given by x=g(y)x=g(y). Set up the arc length on y[c,d]y\in[c,d].”
    • “Choose whether it’s easier to use y=f(x)y=f(x) or x=g(y)x=g(y) for a given curve.”
  • Common mistakes:
    • Using dxdx when the setup is in terms of dydy.
    • Converting to y=f(x)y=f(x) and accidentally losing part of the curve (for example, taking only the top branch).

Arc Length for Parametric Curves x=x(t),  y=y(t)x=x(t),\;y=y(t)

Parametric equations describe a curve by giving both coordinates as functions of a parameter tt. This is especially powerful when:

  • the curve loops or fails the vertical line test,
  • motion is involved (the parameter behaves like time),
  • or the algebra is simpler parametrically.
Why the parametric arc length formula looks the way it does

Over a small change Δt\Delta t, the changes in coordinates are approximately

Δxx(t)Δt\Delta x \approx x'(t)\,\Delta t

and

Δyy(t)Δt\Delta y \approx y'(t)\,\Delta t

The tiny straight-line distance traveled is approximately

(Δx)2+(Δy)2\sqrt{(\Delta x)^2+(\Delta y)^2}

Substituting the approximations and taking a limit produces the integral.

The parametric arc length formula

If x(t)x(t) and y(t)y(t) are differentiable on [a,b][a,b], then the arc length is

L=ab(dxdt)2+(dydt)2dtL=\int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}\,dt

Interpretation: the integrand is the speed along the curve (distance per unit tt). This connects arc length to kinematics: if tt is time, then arc length is total distance traveled.

Worked example (simplifies cleanly)

Find the arc length of the parametric curve

x=3t2x=3t^2

y=2t3y=2t^3

for tt from 00 to 11.

Step 1: Differentiate each component.

dxdt=6t\frac{dx}{dt}=6t

dydt=6t2\frac{dy}{dt}=6t^2

Step 2: Plug into the formula.

L=01(6t)2+(6t2)2dt=0136t2+36t4dtL=\int_0^1 \sqrt{(6t)^2+(6t^2)^2}\,dt=\int_0^1 \sqrt{36t^2+36t^4}\,dt

Factor inside the square root:

L=0136t2(1+t2)dt=016t1+t2dtL=\int_0^1 \sqrt{36t^2(1+t^2)}\,dt=\int_0^1 6t\sqrt{1+t^2}\,dt

(Here t0t\ge 0 on [0,1][0,1], so t2=t\sqrt{t^2}=t.)

Step 3: Evaluate with substitution. Let

u=1+t2u=1+t^2

Then

du=2tdtdu=2t\,dt

So

L=601t1+t2dt=612u=1u=2u1/2du=312u1/2duL=6\int_0^1 t\sqrt{1+t^2}\,dt=6\cdot \frac{1}{2}\int_{u=1}^{u=2} u^{1/2}\,du=3\int_1^2 u^{1/2}\,du

Compute:

u1/2du=23u3/2+C\int u^{1/2}\,du=\frac{2}{3}u^{3/2}+C

Thus

L=323u3/212=2(23/21)L=3\cdot \frac{2}{3}u^{3/2}\Big|_1^2=2\left(2^{3/2}-1\right)

A note about reparameterization

Arc length depends on the geometric path, not on how fast you move along it. If you change the parameterization (for example, replace tt with 2t2t and adjust the interval), the integral may look different but the final length should be the same—assuming you trace the same portion of the curve once.

Common pitfalls with parametric arc length
  • Forgetting to square derivatives: The formula uses a sum of squares, so negative derivatives do not create negative length.
  • Using the wrong interval: The parameter bounds are given in tt, not xx or yy.
  • Not checking for retracing: Some parameterizations trace the same curve segment more than once; then the arc length integral gives total distance traveled, which would count retraced parts multiple times.
Exam Focus
  • Typical question patterns:
    • “Given x(t)x(t) and y(t)y(t), find the length on t[a,b]t\in[a,b].”
    • “Set up the arc length integral for a parametric curve; evaluate if possible.”
    • “A particle follows a parametric path; interpret arc length as total distance traveled.”
  • Common mistakes:
    • Plugging x(t)x(t) and y(t)y(t) into the y=f(x)y=f(x) formula directly instead of using dxdt\frac{dx}{dt} and dydt\frac{dy}{dt}.
    • Dropping the square root too early or mishandling t2\sqrt{t^2} (you must consider the sign of tt on the interval).

Arc Length for Polar Curves r=r(θ)r=r(\theta) (A Planar Curve in Polar Form)

Polar coordinates describe a planar curve using a radius rr from the origin and an angle θ\theta. Many curves with rotational or circular symmetry are simpler in polar form.

Where the polar arc length formula comes from

A small change in angle dθd\theta creates two kinds of change:

  • a change in radius (outward/inward) of size about drdr,
  • and a change due to “sweeping” around the circle, which contributes about rdθr\,d\theta.

These two changes are perpendicular in the limit, so a tiny arc length element satisfies an approximate Pythagorean relationship:

ds(dr)2+(rdθ)2ds\approx \sqrt{(dr)^2+(r\,d\theta)^2}

Dividing by dθd\theta and taking limits leads to the polar formula.

The polar arc length formula

If r(θ)r(\theta) is differentiable on [α,β][\alpha,\beta], then the arc length is

L=αβ(r(θ))2+(drdθ)2dθL=\int_{\alpha}^{\beta} \sqrt{\left(r(\theta)\right)^2+\left(\frac{dr}{d\theta}\right)^2}\,d\theta

This is a direct analogue of the parametric formula. In fact, you can justify it by converting to parametric form:

x=r(θ)cos(θ)x=r(\theta)\cos(\theta)

y=r(θ)sin(θ)y=r(\theta)\sin(\theta)

and using the parametric arc length formula.

Worked example (nice simplification)

Find the arc length of the polar curve

r=2cos(θ)r=2\cos(\theta)

for θ\theta from 00 to π2\frac{\pi}{2}.

Step 1: Differentiate.

drdθ=2sin(θ)\frac{dr}{d\theta}=-2\sin(\theta)

Step 2: Plug into the polar arc length formula.

L=0π/2(2cos(θ))2+(2sin(θ))2dθL=\int_0^{\pi/2} \sqrt{(2\cos(\theta))^2+(-2\sin(\theta))^2}\,d\theta

Simplify inside the root:

L=0π/24cos2(θ)+4sin2(θ)dθ=0π/24dθ=0π/22dθL=\int_0^{\pi/2} \sqrt{4\cos^2(\theta)+4\sin^2(\theta)}\,d\theta=\int_0^{\pi/2} \sqrt{4}\,d\theta=\int_0^{\pi/2} 2\,d\theta

Step 3: Integrate.

L=2θ0π/2=πL=2\theta\Big|_0^{\pi/2}=\pi

Common pitfalls with polar arc length
  • Mixing up the formula with polar area (which is 12r2dθ\frac{1}{2}\int r^2\,d\theta). Arc length uses r2+(dr/dθ)2\sqrt{r^2+(dr/d\theta)^2}, not r2r^2.
  • Using the wrong bounds in θ\theta, especially if the curve has symmetry. If you use symmetry to shorten work, you must be sure the curve segment is traced exactly once.
Exam Focus
  • Typical question patterns:
    • “Find the length of r=r(θ)r=r(\theta) on a specified θ\theta interval.”
    • “Set up the integral for polar arc length; evaluate if it simplifies.”
  • Common mistakes:
    • Confusing polar arc length with polar area.
    • Forgetting to compute dr/dθdr/d\theta or squaring it incorrectly.

Choosing the Right Arc Length Setup (and Knowing When to Split)

Even though there are multiple formulas, they all come from the same geometric fact: small pieces of a smooth curve behave like hypotenuses of tiny right triangles.

Notation and formula reference (same idea, different forms)
Curve descriptionUse whenArc length formula
y=f(x)y=f(x) on x[a,b]x\in[a,b]explicit function of xxL=ab1+(f(x))2dxL=\int_a^b \sqrt{1+(f'(x))^2}\,dx
x=g(y)x=g(y) on y[c,d]y\in[c,d]explicit function of yyL=cd1+(g(y))2dyL=\int_c^d \sqrt{1+(g'(y))^2}\,dy
x=x(t),  y=y(t)x=x(t),\;y=y(t) on t[a,b]t\in[a,b]parametric curve / motionL=ab(dx/dt)2+(dy/dt)2dtL=\int_a^b \sqrt{(dx/dt)^2+(dy/dt)^2}\,dt
r=r(θ)r=r(\theta) on θ[α,β]\theta\in[\alpha,\beta]polar curveL=αβr2+(dr/dθ)2dθL=\int_{\alpha}^{\beta} \sqrt{r^2+(dr/d\theta)^2}\,d\theta
When you must split the interval

Arc length is additive: if a curve is smooth on [a,c][a,c] and [c,b][c,b], then

L=ac()+cb()L=\int_a^c (\cdots) + \int_c^b (\cdots)

You typically split when:

  • The derivative is undefined at a point (a cusp, corner, or vertical tangent in a Cartesian setup).
  • A parametric curve changes direction in a way that makes algebraic simplification depend on sign (for example, when simplifying t2\sqrt{t^2}).
  • A polar curve crosses the origin or is traced multiple times, and you need to ensure you are measuring exactly the intended portion.
Reality check: exact vs. numerical answers

In many authentic applications (engineering, physics, computer graphics), arc length is computed numerically because the integrals are hard. In an AP context, you should be comfortable with both:

  • Exact evaluation when the integrand simplifies (often by algebra, substitution, or a trig identity).
  • Correct setup when it does not.
Exam Focus
  • Typical question patterns:
    • “Here is a curve (possibly in an unfamiliar form). Choose the correct arc length formula and set up the integral.”
    • “Compute the length and show correct work; simplification is often the main hurdle.”
  • Common mistakes:
    • Using bounds from the wrong variable (for example, using xx-bounds in a dθd\theta integral).
    • Not recognizing when a curve is traced twice (leading to an arc length that is double what the question intends).
    • Failing to split when simplifications require sign information (especially with t2\sqrt{t^2} behavior across negative and positive tt).