Study Guide

Arc length and distance traveled (BC only)

AP Calculus BCΒ· 12 min read

1. Derivation of the Cartesian Arc Length Formulaβ˜…β˜…β˜…β˜†β˜†β± 4 min

To calculate the total length of a curve y = f(x) between two points, we split the curve into infinitely many tiny straight segments, each approximated by the hypotenuse of a right triangle with horizontal run dx and vertical rise dy.

ds=dx2+dy2=1+(dydx)2dxds = \sqrt{dx^2 + dy^2} = \sqrt{1 + \left(\frac{dy}{dx}\right)^2} dx
πŸ”¬ Derivation
Goal:

Derive the closed-form arc length formula for y = f(x) on interval [a, b]

Starting from:

Approximate the curve as n connected line segments

  1. 1

    Each segment length

  2. 2

    Factor out :

  3. 3

    Take limit as , , replace difference ratio with derivative

  4. 4

    Convert the Riemann sum to a definite integral

Result:

Total arc length

πŸ“ Worked Example

Calculate the arc length of from to

  1. 1

    Compute the first derivative:

  2. 2

    Substitute into the arc length formula:

  3. 3

    Apply u-substitution , , adjust bounds to 1 to 4

  4. 4

    Evaluate the integral:

Exam tip:

You will never be asked to fully derive this formula on the AP exam, but you must write it from memory with no reference sheet support.

2. Distance Traveled for 1D Particle Motionβ˜…β˜…β˜…β˜†β˜†β± 3 min

πŸ“˜ Definition

Total Distance Traveled

Sum of absolute values of all position changes over a time interval, equal to the full path length of the particle's motion, not just net displacement

Example:

A particle moving forward 2 units then backward 1 unit travels total distance 3, displacement 1

For a 1D particle with velocity function , total distance traveled from to is calculated by integrating the absolute value of velocity, to account for motion in both positive and negative directions.

πŸ“ Worked Example

A particle moves along the x-axis with velocity for . Calculate total distance traveled.

  1. 1

    Factor velocity: , identify sign changes at and

  2. 2

    Split the absolute value integral at sign change points:

  3. 3

    Evaluate each segment individually, flipping sign of negative velocity regions

  4. 4

    Sum results to get total distance = 4 units

βœ“ Quick check

Confirm you can correctly set up a distance integral before moving on

  1. For on , what is the total distance traveled?

    • A) 0

    • B) 2

    • C) 4

    • D)

    Reveal answer
    C β€”

    Integrating absolute value of over the interval gives 4, while net displacement is 0.

3. Arc Length for Parametric and Polar Curvesβ˜…β˜…β˜…β˜…β˜†β± 3 min

The Cartesian arc length formula is a special case of the general parametric arc length formula, which works for any curve defined by separate x(t) and y(t) position functions. This is the most commonly tested variant on the AP BC exam.

Lparametric=∫ab(dxdt)2+(dydt)2dtL_{\text{parametric}} = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} dt
Lpolar=∫αβr2+(drdθ)2dθL_{\text{polar}} = \int_\alpha^\beta \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} d\theta
πŸ“ Worked Example

Find the total circumference of a circle defined parametrically as , for

  1. 1

    Compute derivatives: ,

  2. 2

    Substitute into parametric arc length formula:

  3. 3

    Simplify using Pythagorean identity:

  4. 4

    Integrate constant 3 over to to get , the correct circumference

Exam tip:

Over 90% of AP BC arc length free response questions use parametric curves, not explicit Cartesian functions.

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

βœ“ Calculator OK

Nearly all real-world arc length integrals cannot be solved analytically with standard antiderivative rules. The AP BC exam explicitly allows you to use your graphing calculator to compute these definite integrals directly, no manual simplification required.

5. Common Pitfalls

Wrong move:

Integrating velocity without absolute value to find total distance

Why:

This calculates net displacement, not total path length, and subtracts backwards motion from forwards motion

Correct move:

Always wrap the velocity function inside absolute value before integrating for total distance

Wrong move:

Forgetting to square derivatives inside the arc length square root

Why:

Missing exponents break the Pythagorean derivation of ds and produce drastically incorrect results

Correct move:

Double check that both derivative terms are fully squared before adding them under the radical

Wrong move:

Using the Cartesian arc length formula directly on a parametric curve

Why:

This ignores the parameter t and misaligns the derivative ratio, leading to invalid bounds and integrand

Correct move:

Use the dedicated parametric arc length formula for all parameter-defined curves

Wrong move:

Failing to split the absolute value integral at all velocity sign change points

Why:

Negative velocity segments will subtract from total distance if their sign is not flipped

Correct move:

Find all roots of v(t) on the interval, split the integral at every single root

Wrong move:

Wasting time attempting to compute non-elementary arc length integrals by hand

Why:

You will make arithmetic errors and lose time that could be spent on other exam questions

Correct move:

Use your graphing calculator's built-in definite integral function for all non-solvable integrals

6. Quick Reference Cheatsheet

Curve Type

Arc Length Formula

Common AP Exam Context

Cartesian y=f(x)

Rare free response

1D Particle Motion

Very common particle motion FRQ

Parametric Curve

Most frequent BC exam question

Polar Curve

Occasional multiple choice

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 Β· Paper 2

    Particle motion distance FRQ

  • 2019 Β· Paper 1

    Parametric arc length MCQ

  • 2021 Β· Paper 2

    Polar curve length FRQ part

What's Next

Mastering arc length and distance traveled will let you tackle 6-9% of your AP Calculus BC exam score, as this topic appears in both multiple choice and the long free response particle motion question almost every year. You will next build on this knowledge to calculate the area bounded by parametric curves, and the area enclosed by polar curves. These connected topics are frequently paired with arc length questions to create multi-part 9-point FRQs that test your ability to move between different integration application contexts quickly. Prioritize practicing integral setup over manual calculation, as this is the most heavily weighted scoring step for this topic.