Study Guide

Arc Length of a Parametric Curve

AP Calculus BCΒ· AP Calculus BC CED β€” Parametric Equations, Polar Coordinates, and Vector-Valued FunctionsΒ· 14 min read

1. Core Definition and Contextβ˜…β˜…β˜†β˜†β˜†β± 3 min

Arc length is the total distance along a curve between two endpoints, distinct from the straight-line distance between those points. For parametric curves, where and for , arc length gives the total length of the path traced out as moves from to .

This topic is explicitly required by the AP Calculus BC Course and Exam Description, making up 1-3% of total exam score, and appears in both multiple-choice and free-response sections. It is commonly paired with parametric motion problems, where represents time, and arc length equals total distance traveled by a particle over an interval. Unlike Cartesian arc length, the parametric formula works for curves that are not functions of or , including loops, cycloids, and projectile paths.

πŸ“˜ Definition

Smooth Parametric Curve

A parametric curve on is smooth if and are continuous on , and are never both zero at the same point, which avoids cusps or sharp corners that break the curve.

Example:

A circle parametrized as is smooth for all real .

2. Derivation and the Arc Length Formulaβ˜…β˜…β˜…β˜†β˜†β± 4 min

We derive the parametric arc length formula using the same Riemann sum approach used for Cartesian arc length, adapted for two parametric functions.

πŸ”¬ Derivation
Goal:

Derive the formula for the arc length of a smooth parametric curve

Starting from:

Riemann sum approximation of distance between consecutive points on the curve

  1. 1

    Split the parameter interval into subintervals of width .

  2. 2

    By the Pythagorean theorem, the straight-line distance between consecutive points and is:

  3. 3
    (Ξ”xi)2+(Ξ”yi)2\sqrt{(\Delta x_i)^2 + (\Delta y_i)^2}
  4. 4

    By the Mean Value Theorem, there exists a in such that and . Substitute into the distance expression:

  5. 5
    (xβ€²(tiβˆ—)Ξ”t)2+(yβ€²(tiβˆ—)Ξ”t)2=(xβ€²(tiβˆ—))2+(yβ€²(tiβˆ—))2Ξ”t\sqrt{(x'(t_i^*) \Delta t)^2 + (y'(t_i^*) \Delta t)^2} = \sqrt{(x'(t_i^*))^2 + (y'(t_i^*))^2} \Delta t
  6. 6

    Take the limit as , converting the Riemann sum to a definite integral.

Result:

The resulting arc length formula for a smooth parametric curve from to is:

πŸ“ Worked Example

Find the arc length of the parametric curve , for .

  1. 1
    1. Compute derivatives:
  2. 2
    dxdt=βˆ’3sin⁑t,dydt=3cos⁑t\frac{dx}{dt} = -3\sin t, \quad \frac{dy}{dt} = 3\cos t
  3. 3
    1. Square and add the derivatives, using the Pythagorean identity:
  4. 4
    (dxdt)2+(dydt)2=9sin⁑2t+9cos⁑2t=9(sin⁑2t+cos⁑2t)=9\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 = 9\sin^2 t + 9\cos^2 t = 9(\sin^2 t + \cos^2 t) = 9
  5. 5
    1. Substitute into the arc length formula:
  6. 6
    L=∫0Ο€29dt=∫0Ο€23dtL = \int_0^{\frac{\pi}{2}} \sqrt{9} dt = \int_0^{\frac{\pi}{2}} 3 dt
  7. 7
    1. Evaluate the definite integral:
  8. 8
    3t∣0Ο€2=3Ο€2βˆ’0=3Ο€23t \bigg|_0^{\frac{\pi}{2}} = \frac{3\pi}{2} - 0 = \frac{3\pi}{2}

Exam tip:

The arc length integrand is always non-negative, so the result can never be negative for correctly set up integrals.

3. Orientation and Arc Length Sign Rulesβ˜…β˜…β˜†β˜†β˜†β± 3 min

Orientation is the direction a parametric curve is traced as increases. Arc length is a measure of total distance, so it is always non-negative, regardless of the direction the curve is traced. In the derivation, is always positive, so the lower limit of integration must always be the smaller -value, and the upper limit the larger -value.

If you reverse the limits, you will get the negative of the correct arc length, because , and the integrand is always non-negative. This is especially relevant for particle motion: even if a particle backtracks along its path, the formula automatically adds the length of every segment, regardless of direction, so you do not need to adjust bounds when direction changes.

πŸ“ Worked Example

What is the arc length of the line segment from to traced parametrically as , for ?

  1. 1
    1. Compute derivatives:
  2. 2
    dxdt=βˆ’4,dydt=βˆ’3\frac{dx}{dt} = -4, \quad \frac{dy}{dt} = -3
  3. 3
    1. Square and add derivatives:
  4. 4
    (βˆ’4)2+(βˆ’3)2=16+9=25(-4)^2 + (-3)^2 = 16 + 9 = 25
  5. 5
    1. Set up the integral with smaller as the lower limit:
  6. 6
    L=∫0125dt=∫015dtL = \int_0^1 \sqrt{25} dt = \int_0^1 5 dt
  7. 7
    1. Evaluate the integral:
  8. 8
    5t∣01=55t \bigg|_0^1 = 5

4. Numerical Integration for Non-Elementary Integralsβ˜…β˜…β˜…β˜†β˜†β± 4 min

βœ“ Calculator OK

Most parametric arc length integrals do not simplify to functions with elementary antiderivatives, so AP exams regularly test your ability to set up the integral correctly and evaluate it numerically using a graphing calculator. For these problems, the majority of points are awarded for the correct set up, even if your final decimal value is slightly off, so prioritizing writing the correct integral is key. The AP exam standard requires rounding to 3 decimal places for numerical answers unless explicitly stated otherwise.

πŸ“ Worked Example

Set up and evaluate the arc length of the parametric curve , for , rounded to 3 decimal places.

  1. 1
    1. Compute derivatives using the chain rule:
  2. 2
    dxdt=2tcos⁑(t2),dydt=βˆ’3t2sin⁑(t3)\frac{dx}{dt} = 2t \cos(t^2), \quad \frac{dy}{dt} = -3t^2 \sin(t^3)
  3. 3
    1. Square and add derivatives: this expression cannot be simplified to an elementary integrable function:
  4. 4
    (dxdt)2+(dydt)2=4t2cos⁑2(t2)+9t4sin⁑2(t3)\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 = 4t^2 \cos^2(t^2) + 9t^4 \sin^2(t^3)
  5. 5
    1. Set up the arc length integral:
  6. 6
    L=∫014t2cos⁑2(t2)+9t4sin⁑2(t3)dtL = \int_0^1 \sqrt{4t^2 \cos^2(t^2) + 9t^4 \sin^2(t^3)} dt
  7. 7
    1. Use a graphing calculator's numerical integration function to evaluate, rounded to three decimal places:
  8. 8
    Lβ‰ˆ1.838L \approx 1.838
βœ“ Quick check

Which of the following is the correct integral for the arc length of the parametric curve , for ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    2 β€”

    Correct. First compute derivatives: and . Squaring each gives and , which matches option C. Option A fails to square , option B squares and instead of their derivatives, and option D fails to square correctly.

5. Common Pitfalls

Wrong move:

Using the Cartesian arc length formula for a non-function parametric curve (e.g., a full circle).

Why:

Students confuse parametric and Cartesian arc length, and try to convert to Cartesian form incorrectly, leading to wrong integrands for curves that cross themselves.

Correct move:

Always use the parametric arc length formula for parametric curves, regardless of whether you can convert to Cartesian form.

Wrong move:

Reversing lower and upper bounds of integration, leaving a negative arc length as the final answer.

Why:

Students mix up orientation and sign rules, forgetting arc length is always positive.

Correct move:

Always set the lower limit equal to the smaller -value, upper limit equal to the larger -value, so the result is automatically non-negative.

Wrong move:

Forgetting to square both derivatives inside the square root, or writing instead of .

Why:

Students rush through algebra steps for problems with multi-term derivatives.

Correct move:

Write each squared derivative separately, expand, and simplify before combining into the integrand.

Wrong move:

When finding total distance traveled, adjusting bounds to subtract backtracked path length.

Why:

Students confuse total distance (arc length) with net displacement.

Correct move:

For total distance, always use the full interval from start time to end time in the integral.

Wrong move:

On numerical integration problems, only writing the final decimal answer without writing the integral set up.

Why:

Students forget AP awards points for set up even if the calculator result is wrong.

Correct move:

Always write the complete integral with correct integrand and bounds before using your calculator.

6. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

General Arc Length (Smooth Parametric)

Requires continuous, not both zero on . Always use .

Total Distance (Parametric Particle)

Equal to arc length; automatically accounts for direction changes/backtracking.

Orientation and Sign

Arc length is always non-negative. Reversing limits gives negative , so always use smaller as lower bound.

Arc Length vs Displacement

Displacement magnitude =

Arc length = total path length; displacement = net distance between endpoints. Arc length displacement.

Numerical Integration

Evaluate with calculator for non-elementary integrals

Always write the full integral before calculating; round to 3 decimal places unless told otherwise.

Smooth Curve Check

Smooth if continuous, not both zero anywhere

Split the integral at any point where both derivatives are zero to avoid undefined values.

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· MCQ

    Identify correct arc length integral

  • 2023 Β· FRQ

    Total distance for parametric particle

What's Next

Mastering arc length of parametric curves is a critical prerequisite for upcoming topics in this unit: arc length of polar curves and surface area of revolution for parametric and polar curves. Without correctly applying the parametric arc length formula, you will not be able to derive or evaluate these more advanced integrals, which are also tested on the AP Calculus BC exam. This topic builds on your knowledge of definite integrals and parametric differentiation, and connects directly to vector-valued functions, where the integrand of the arc length formula is exactly the speed of a moving particle (the magnitude of the velocity vector). Understanding parametric arc length also lays the foundation for line integrals in multivariable calculus, which you will encounter in college-level calculus after AP Calculus BC.