# Arc Length of a Parametric Curve

> AP Calculus BC · Parametric Equations, Polar Coordinates, Vector-Valued Functions
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u9-arc-length-of-a-parametric/

This guide aligned to AP Calculus BC covers derivation of the arc length formula for smooth parametric curves, evaluating definite integrals for arc length, accounting for curve orientation, numerical integration, and applied particle motion problems.

**Prerequisites:** [Derivatives of parametric functions](https://www.owlsprep.com/study/ap-calculus-bc-u9-parametric-derivatives/); Definite integral evaluation techniques; Chain rule for differentiation

## Learning objectives

- Derive the arc length formula for smooth parametric curves
- Calculate exact arc length for simple parametric curves
- Set up and numerically evaluate non-elementary arc length integrals
- Distinguish arc length (total distance) from net displacement
- Solve AP-style motion problems involving parametric path length

## Core Definition and Context

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 $x = x(t)$ and $y = y(t)$ for $a \leq t \leq b$, arc length gives the total length of the path traced out as $t$ moves from $a$ to $b$.

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 $t$ 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 $x$ or $y$, including loops, cycloids, and projectile paths.

**Smooth Parametric Curve** — A parametric curve $x(t), y(t)$ on $[a,b]$ is smooth if $x'(t)$ and $y'(t)$ are continuous on $[a,b]$, and are never both zero at the same point, which avoids cusps or sharp corners that break the curve.

*Example:* A circle parametrized as $x(t)=3\cos t, y(t)=3\sin t$ is smooth for all real $t$.

## Derivation and the Arc Length Formula

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

**Derivation:** 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. Split the parameter interval $[a, b]$ into $n$ subintervals of width $\Delta t = \frac{b-a}{n}$.
2. By the Pythagorean theorem, the straight-line distance between consecutive points $(x_i, y_i)$ and $(x_{i+1}, y_{i+1})$ is:
3. $$\sqrt{(\Delta x_i)^2 + (\Delta y_i)^2}$$
4. By the Mean Value Theorem, there exists a $t_i^*$ in $[t_i, t_{i+1}]$ such that $\Delta x_i = x'(t_i^*) \Delta t$ and $\Delta y_i = y'(t_i^*) \Delta t$. Substitute into the distance expression:
5. $$\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. Take the limit as $n \to \infty$, converting the Riemann sum to a definite integral.

*Conclusion:* The resulting arc length formula for a smooth parametric curve from $t=a$ to $t=b$ is: $L = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} dt$

**Worked example:** Find the arc length of the parametric curve $x(t) = 3\cos t$, $y(t) = 3\sin t$ for $0 \leq t \leq \frac{\pi}{2}$.

1. 1. Compute derivatives:
2. $$\frac{dx}{dt} = -3\sin t, \quad \frac{dy}{dt} = 3\cos t$$
3. 2. Square and add the derivatives, using the Pythagorean identity:
4. $$\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. 3. Substitute into the arc length formula:
6. $$L = \int_0^{\frac{\pi}{2}} \sqrt{9} dt = \int_0^{\frac{\pi}{2}} 3 dt$$
7. 4. Evaluate the definite integral:
8. $$3t \bigg|_0^{\frac{\pi}{2}} = \frac{3\pi}{2} - 0 = \frac{3\pi}{2}$$

> **tip**
>
> Always check for points where both derivatives are zero before integrating. If such a point exists inside your interval, split the integral at that point to avoid undefined values.

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

## Orientation and Arc Length Sign Rules

Orientation is the direction a parametric curve is traced as $t$ 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, $\Delta t$ is always positive, so the lower limit of integration must always be the smaller $t$-value, and the upper limit the larger $t$-value.

If you reverse the limits, you will get the negative of the correct arc length, because $\int_b^a f(t) dt = -\int_a^b f(t) dt$, and the integrand $\sqrt{(x')^2 + (y')^2}$ 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 $(0,0)$ to $(4,3)$ traced parametrically as $x(t) = 4 - 4t$, $y(t) = 3 - 3t$ for $0 \leq t \leq 1$?

1. 1. Compute derivatives:
2. $$\frac{dx}{dt} = -4, \quad \frac{dy}{dt} = -3$$
3. 2. Square and add derivatives:
4. $$(-4)^2 + (-3)^2 = 16 + 9 = 25$$
5. 3. Set up the integral with smaller $t$ as the lower limit:
6. $$L = \int_0^1 \sqrt{25} dt = \int_0^1 5 dt$$
7. 4. Evaluate the integral:
8. $$5t \bigg|_0^1 = 5$$

> **tip**
>
> For FRQ questions asking for total distance traveled by a parametric particle, you do not need to find when the particle changes direction. This is only required for displacement; the arc length formula automatically accounts for backtracking.

## Numerical Integration for Non-Elementary Integrals

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 $x(t) = \sin(t^2)$, $y(t) = \cos(t^3)$ for $0 \leq t \leq 1$, rounded to 3 decimal places.

1. 1. Compute derivatives using the chain rule:
2. $$\frac{dx}{dt} = 2t \cos(t^2), \quad \frac{dy}{dt} = -3t^2 \sin(t^3)$$
3. 2. Square and add derivatives: this expression cannot be simplified to an elementary integrable function:
4. $$\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. 3. Set up the arc length integral:
6. $$L = \int_0^1 \sqrt{4t^2 \cos^2(t^2) + 9t^4 \sin^2(t^3)} dt$$
7. 4. Use a graphing calculator's numerical integration function to evaluate, rounded to three decimal places:
8. $$L \approx 1.838$$

> **tip**
>
> Always write the full integral on your FRQ response before evaluating with a calculator. AP graders award at least half the points for the correct set up, even if your final rounded value is incorrect.

**Check your understanding**

Which of the following is the correct integral for the arc length of the parametric curve $x(t) = \ln t$, $y(t) = t^2$ for $1 \leq t \leq e$?

1. 

   - A) $\int_1^e \sqrt{\frac{1}{t} + 4t^2} dt$
   - B) $\int_1^e \sqrt{\ln^2 t + t^4} dt$
   - C) $\int_1^e \sqrt{\frac{1}{t^2} + 4t^2} dt$
   - D) $\int_1^e \sqrt{\frac{1}{t^2} + 2t} dt$

   *Answer:* C) $\int_1^e \sqrt{\frac{1}{t^2} + 4t^2} dt$

   *Why:* Correct. First compute derivatives: $\frac{dx}{dt} = \frac{1}{t}$ and $\frac{dy}{dt} = 2t$. Squaring each gives $\left(\frac{1}{t}\right)^2 = \frac{1}{t^2}$ and $(2t)^2 = 4t^2$, which matches option C. Option A fails to square $\frac{dx}{dt}$, option B squares $x(t)$ and $y(t)$ instead of their derivatives, and option D fails to square $\frac{dy}{dt}$ correctly.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Using the Cartesian arc length formula $\int \sqrt{1 + (dy/dx)^2} dx$ for a non-function parametric curve (e.g., a full circle).
  - Why it fails: 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: Always use the parametric arc length formula for parametric curves, regardless of whether you can convert to Cartesian form.
- **Wrong:** Reversing lower and upper bounds of integration, leaving a negative arc length as the final answer.
  - Why it fails: Students mix up orientation and sign rules, forgetting arc length is always positive.
  - Correct: Always set the lower limit equal to the smaller $t$-value, upper limit equal to the larger $t$-value, so the result is automatically non-negative.
- **Wrong:** Forgetting to square both derivatives inside the square root, or writing $(x' + y')^2$ instead of $(x')^2 + (y')^2$.
  - Why it fails: Students rush through algebra steps for problems with multi-term derivatives.
  - Correct: Write each squared derivative separately, expand, and simplify before combining into the integrand.
- **Wrong:** When finding total distance traveled, adjusting bounds to subtract backtracked path length.
  - Why it fails: Students confuse total distance (arc length) with net displacement.
  - Correct: For total distance, always use the full interval from start time to end time in the integral.
- **Wrong:** On numerical integration problems, only writing the final decimal answer without writing the integral set up.
  - Why it fails: Students forget AP awards points for set up even if the calculator result is wrong.
  - Correct: Always write the complete integral with correct integrand and bounds before using your calculator.

## Cheatsheet

| Category | Formula/Rule | Notes |
| --- | --- | --- |
| General Arc Length (Smooth Parametric) | $L = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} dt$ | Requires $x'(t), y'(t)$ continuous, not both zero on $[a,b]$. Always use $a < b$. |
| Total Distance (Parametric Particle) | $L = \int_{t_1}^{t_2} \sqrt{(x'(t))^2 + (y'(t))^2} dt$ | Equal to arc length; automatically accounts for direction changes/backtracking. |
| Orientation and Sign | $\|L(a \to b)\| = \|L(b \to a)\|$ | Arc length is always non-negative. Reversing limits gives negative $L$, so always use smaller $t$ as lower bound. |
| Arc Length vs Displacement | Displacement magnitude = $\sqrt{(x(b)-x(a))^2 + (y(b)-y(a))^2}$ | Arc length = total path length; displacement = net distance between endpoints. Arc length $\geq$ 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 $x'(t), y'(t)$ continuous, not both zero anywhere | Split the integral at any point where both derivatives are zero to avoid undefined values. |

## 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.

- [Defining and differentiating vector-valued functions](https://www.owlsprep.com/study/ap-calculus-bc-u9-defining-and-differentiating-vector-valued/)
- [Integrating vector-valued functions](https://www.owlsprep.com/study/ap-calculus-bc-u9-integrating-vector-valued-functions/)
- [Solving motion problems using parametric and vector-valued functions](https://www.owlsprep.com/study/ap-calculus-bc-u9-solving-motion-problems-using-parametric/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u9-arc-length-of-a-parametric/
