Fiveable

♾️AP Calculus AB/BC Unit 9 Review

QR code for AP Calculus AB/BC practice questions

9.3 Finding Arc Lengths of Curves Given by Parametric Equations

9.3 Finding Arc Lengths of Curves Given by Parametric Equations

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

The arc length of a curve given by parametric equations x(t)x(t) and y(t)y(t) on [a,b][a, b] is S=ab(dxdt)2+(dydt)2dtS = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\, dt. You find both derivatives, plug them under the square root, and evaluate the definite integral. For AP Calculus BC, remember that the bounds are parameter values, not x- or y-values.

Why This Matters for the AP Calculus Exam

Parametric arc length builds directly on the Pythagorean idea behind every arc length formula: tiny pieces of a curve act like hypotenuses of small triangles. On the AP Calculus BC exam, this topic shows up in multiple-choice and free-response questions where you set up or evaluate an arc length integral, often connected to planar motion (the same integral gives total distance traveled when x(t)x(t) and y(t)y(t) describe a moving particle).

The exam rewards clean setup. Many questions just ask you to write the correct integral, and on calculator-active sections you can evaluate it numerically. Choosing the right procedure and writing precise notation matters for clear work, since errors in algebra, trig, or derivatives cause most lost points here.

Key Takeaways

  • The parametric arc length formula is S=ab(dxdt)2+(dydt)2dtS = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\, dt, where aa and bb are values of the parameter tt.
  • Take dxdt\frac{dx}{dt} and dydt\frac{dy}{dt} separately, then square and add them inside the radical.
  • The bounds are values of tt, not xx or yy. Use the parameter interval given in the problem.
  • The expression (dxdt)2+(dydt)2\sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} is the speed of a particle, so this same integral gives total distance traveled.
  • Watch for trig identities like sin2t+cos2t=1\sin^2 t + \cos^2 t = 1, which often simplify the integrand.
  • On calculator-active questions, you can set up the integral and evaluate it numerically.

Reviewing Arc Length

Arc length is the distance along a curve between two points. Picture a paperclip: if you mark two points, bend it, then straighten it out and measure with a ruler, you get the arc length. Calculus does the same thing by adding up many tiny straight pieces.

Visualization of arc length
Visualization of Arc Length Formula. Image Courtesy of Math Is Fun

Where the Formula Comes From (Cartesian)

Each small piece of the curve is the hypotenuse of a right triangle with legs dxdx and dydy. By the Pythagorean Theorem, c=a2+b2c = \sqrt{a^2 + b^2}, so each tiny length dsds satisfies:

ds=dx2+dy2ds = \sqrt{dx^2 + dy^2}

Factoring out dxdx gives the familiar single-variable arc length formula:

S=ab1+[f(x)]2dxS = \int_a^b \sqrt{1 + [f'(x)]^2}\, dx

This version works for curves written as y=f(x)y = f(x). Parametric curves need a slightly adjusted version, since both xx and yy depend on tt.

Arc Length of Parametric Curves

Connecting Parametric and Cartesian Forms

Before adapting the formula, it helps to see how parametric and Cartesian forms describe the same curve. A circle of radius rr can be written parametrically as x(t)=rcos(t)x(t) = r\cos(t) and y(t)=rsin(t)y(t) = r\sin(t).

Parametric versus Cartesian equation of a circle
Depicts Parametric v. Cartesian Equation of a Circle. Image Courtesy of GeoGebra

Building the Parametric Formula

Start from ds=dx2+dy2ds = \sqrt{dx^2 + dy^2}. When the curve is parametric, both xx and yy change with tt, so replace dxdx with dxdtdt\frac{dx}{dt}\,dt and dydy with dydtdt\frac{dy}{dt}\,dt:

ds=(dxdt)2+(dydt)2  dtds = \sqrt{\left(\tfrac{dx}{dt}\right)^2 + \left(\tfrac{dy}{dt}\right)^2}\; dt

Adding these up over the parameter interval gives the parametric arc length formula:

S=ab(dxdt)2+(dydt)2  dt\boxed{\,S = \int_a^b \sqrt{\left(\tfrac{dx}{dt}\right)^2 + \left(\tfrac{dy}{dt}\right)^2}\; dt\,}

It looks like the Cartesian version, but now you account for how both xx and yy change as tt moves.

Worked Examples

Example 1

Find the arc length over [0,π][0, \pi] for the parametric curve x(t)=sin(t)x(t) = \sin(t) and y(t)=cos(t)y(t) = \cos(t).

Start by finding both derivatives:

dxdt=cos(t),dydt=sin(t)\tfrac{dx}{dt} = \cos(t), \qquad \tfrac{dy}{dt} = -\sin(t)

Substitute into the formula with a=0a = 0 and b=πb = \pi:

S=0π(cos(t))2+(sin(t))2  dtS = \int_0^\pi \sqrt{(\cos(t))^2 + (-\sin(t))^2}\; dt

Since cos2(t)+sin2(t)=1\cos^2(t) + \sin^2(t) = 1, the integrand simplifies to 1=1\sqrt{1} = 1:

S=0π1dt=π0=πS = \int_0^\pi 1\, dt = \pi - 0 = \pi

The arc length is π\pi. That makes sense: this is half of a unit circle, which has circumference 2π2\pi.

Example 2

Find the arc length over [0,π][0, \pi] for the parametric curve x(t)=2x(t) = 2 and y(t)=t2y(t) = t^2.

Take the derivatives:

dxdt=0,dydt=2t\tfrac{dx}{dt} = 0, \qquad \tfrac{dy}{dt} = 2t

Substitute with a=0a = 0 and b=πb = \pi:

S=0π(0)2+(2t)2  dt=0π4t2  dtS = \int_0^\pi \sqrt{(0)^2 + (2t)^2}\; dt = \int_0^\pi \sqrt{4t^2}\; dt

Since t0t \geq 0 on this interval, 4t2=2t\sqrt{4t^2} = 2t:

S=0π2tdt=[t2]0π=π2S = \int_0^\pi 2t\, dt = \left[t^2\right]_0^\pi = \pi^2

The arc length is π2\pi^2.

How to Use This on the AP Calculus Exam

Problem Solving

  • Read off x(t)x(t) and y(t)y(t), then compute dxdt\frac{dx}{dt} and dydt\frac{dy}{dt} before anything else.
  • Square each derivative, add them, and place the sum under the radical.
  • Confirm your bounds are tt-values from the parameter interval.
  • Check whether a trig identity collapses the integrand. Many AP problems are designed so sin2t+cos2t=1\sin^2 t + \cos^2 t = 1 appears.

Free Response

  • If the integral is messy, write the correct setup first. A correct unevaluated integral shows you chose the right procedure.
  • On calculator-active questions, evaluate numerically and round as the problem directs.
  • When the curve represents motion, state that this integral equals the total distance the particle travels, since the integrand is the speed.

Common Trap

  • Pulling a constant out of the square root incorrectly, or forgetting to square the derivatives, are frequent errors. Keep each step written out.

Common Misconceptions

  • Using xx or yy bounds instead of tt bounds. The limits of integration are values of the parameter tt. Do not substitute endpoints in terms of xx or yy.
  • Adding the derivatives before squaring. You need (dxdt)2+(dydt)2\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2, not (dxdt+dydt)2\left(\frac{dx}{dt} + \frac{dy}{dt}\right)^2. Square first, then add.
  • Dropping a derivative when one is zero. If dxdt=0\frac{dx}{dt} = 0, you still keep dydt\frac{dy}{dt} under the radical. A zero term just means that coordinate is not changing at that moment.
  • Forgetting that 4t2=2t\sqrt{4t^2} = 2|t|. On an interval where tt could be negative, the absolute value matters. Check the sign of tt before simplifying.
  • Confusing arc length with displacement. Arc length (and total distance traveled) uses speed under the radical and is always nonnegative. Displacement is a separate net-change idea.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

arc length

The distance along a curve between two points, calculated using a definite integral.

definite integral

The integral of a function over a specific interval [a, b], representing the net signed area between the curve and the x-axis.

parametric function

Functions where x and y coordinates are each expressed as separate functions of a third variable, typically time (t), rather than y as a function of x.

Frequently Asked Questions

How do I find the arc length of a parametric curve?

For parametric equations x(t) and y(t) on a <= t <= b, use S = integral from a to b of sqrt((dx/dt)^2 + (dy/dt)^2) dt. Find both derivatives, square them, add them under the radical, and evaluate the definite integral.

What is the parametric arc length formula for AP Calculus BC?

The formula is S = integral from a to b of sqrt((dx/dt)^2 + (dy/dt)^2) dt. The bounds a and b are parameter values, not x-values or y-values.

Why does the parametric arc length formula use dx/dt and dy/dt?

Both x and y change as t changes, so the small distance traveled depends on horizontal and vertical rates together. The expression sqrt((dx/dt)^2 + (dy/dt)^2) is the particle's speed.

Are the bounds for parametric arc length t-values?

Yes. The limits of integration are values of the parameter t from the interval given in the problem. Do not switch them to x- or y-values unless the problem specifically changes the setup.

Is parametric arc length a BC-only AP Calculus topic?

Yes. Finding arc lengths of curves given by parametric equations is listed as a BC-only topic in AP Calculus Unit 9.

What mistakes should I avoid on AP Calculus BC arc length problems?

Do not add derivatives before squaring, do not use x- or y-bounds in place of t-bounds, and do not simplify square roots like sqrt(4t^2) without checking whether an absolute value is needed.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot