---
title: "AP Calculus BC 8.13: Arc Length and Distance Traveled"
description: "Review AP Calc BC 8.13 arc length of a smooth planar curve and distance traveled, including the definite integral formula, setup, notation, and calculator evaluation."
canonical: "https://fiveable.me/ap-calc/unit-8/arc-length-smooth-planar-curve-distance-traveled/study-guide/VuFN4NwqUsH4pT1TlVad"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 8 – Applications of Integration"
lastUpdated: "2026-06-09"
---

# AP Calculus BC 8.13: Arc Length and Distance Traveled

## Summary

Review AP Calc BC 8.13 arc length of a smooth planar curve and distance traveled, including the definite integral formula, setup, notation, and calculator evaluation.

## Guide

Arc length measures the distance along a curve, not the straight-line distance between two points. For a smooth curve $y=f(x)$ from $x=a$ to $x=b$, use $S=\int_a^b \sqrt{1+[f'(x)]^2}\, dx$. For AP Calculus BC, set up the [definite integral](/ap-calc/unit-6/approximating-areas-with-riemann-sums/study-guide/juN9YbvFYlJtpsMl "fv-autolink") carefully before using a calculator to evaluate it.

## Why This Matters for the AP Calculus Exam

This topic is assessed only on the AP Calculus BC exam. It builds directly on [derivatives](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/finding-taylor-polynomial-approximations-functions/study-guide/LszguYzKz0M6GdqTRSr6 "fv-autolink") and definite integrals, so you need to combine both skills: take a derivative, plug it into the [arc length formula](/ap-calc/key-terms/arc-length-formula "fv-autolink"), and evaluate the integral (often with a calculator). On the exam you will mostly need to recognize when a problem asks for length along a curve, set up the correct definite integral with proper notation, and evaluate or interpret the result. Many of these integrals do not simplify nicely, so being comfortable with calculator-based evaluation matters. Clear setup with correct notation is important for clear exam work.

## Key Takeaways

- The arc length of $y=f(x)$ on $[a,b]$ is $S=\int_a^b \sqrt{1+[f'(x)]^2}\, dx$.
- The formula comes from the Pythagorean Theorem: each tiny piece of the curve is the hypotenuse of a small right triangle.
- This is a BC-only topic; AB students do not need it.
- Arc length and [total distance traveled](/ap-calc/key-terms/total-distance-traveled "fv-autolink") along a curve use the same integral.
- [Distance traveled](/ap-calc/key-terms/distance-traveled "fv-autolink") is always non-negative and is not the same as [displacement](/ap-calc/key-terms/displacement "fv-autolink").
- Many arc length integrals are not easy to do by hand, so plan to use your calculator to evaluate them.

## What Is Arc Length?

The **arc length** of a curve is the distance measured along the curve itself. Picture tracing the curve with a string, then pulling the string straight and measuring it. That length is the arc length.

A real example: the full length of a roller coaster track, including every twist, turn, and loop, is the arc length of that track. Straight-line distance between the start and end points would miss all of that curving, but arc length captures the whole path.

## How to Find the Arc Length of a Curve

The arc length $S$ of a **smooth, planar curve** given by $y=f(x)$ from $x=a$ to $x=b$ is:

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

Build the formula from the inside out:

- $f'(x)$: the derivative of your [function](/ap-calc/unit-1/defining-continuity-at-point/study-guide/JbsR9iQfAzCznNOCG6JK "fv-autolink") with respect to $x$.
- $[f'(x)]^2$: the square of that derivative.
- $1+[f'(x)]^2$: one plus the squared derivative.
- $\sqrt{1+[f'(x)]^2}$: the square root of that sum, which is the length of one tiny segment of the curve.
- $\int_a^b \sqrt{1+[f'(x)]^2}\, dx$: the sum of all those tiny segment lengths from $a$ to $b$.

### Why the formula works

The term inside the square root comes from the Pythagorean Theorem in the form $c=\sqrt{a^2+b^2}$, used to find the hypotenuse of a right triangle.

Here, the $1$ represents the squared change along the $x$-axis and $[f'(x)]^2$ represents the squared change along the $y$-axis. The hypotenuse of that small triangle is a tiny segment of the curve. So the [integrand](/ap-calc/key-terms/integrand "fv-autolink") gives the length of an infinitesimally small piece of the curve, and integrating adds up all those pieces to get the total length.

## Using Arc Length to Calculate Distance Traveled

**Distance traveled** is the total length of the path an object covers while moving, no matter which direction it goes. Even if the object moves backward, the distance traveled keeps [increasing](/ap-calc/unit-5/determining-intervals-on-which-function-is-increasing-or-decreasing/study-guide/Y2fgjyl7H1dKPI2YsB4Y "fv-autolink"), so it is always non-negative.

This is different from [displacement](/ap-calc/unit-8/connecting-position-velocity-acceleration-functions-using-integrals/study-guide/k9tY28YXs7YDVu1uqFuw), which measures the change in [position](/ap-calc/unit-4/straight-line-motion-connecting-position-velocity-acceleration/study-guide/2ZIESajDNiJ4ENTrnDT6 "fv-autolink") from start to end. Two objects can have the same displacement but very different distances traveled.

Arc length matters because it lets you measure the distance along a curve even when the path bends and changes constantly. For an object moving along $y=f(x)$, the arc length $S$ equals the total distance it travels along that curve.

### Worked example

Suppose a car moves along a road shaped like $y=x^2$ from $x=0$ to $x=3$. Find the distance traveled.

1. **Define the function:** $f(x)=x^2$
2. **Find $f'(x)$:** $f'(x)=2x$
3. **Apply the arc length formula:** $S=\int_0^3 \sqrt{1+(2x)^2}\, dx$
4. **Evaluate the integral:** This integral does not have a simple AP Calculus BC [antiderivative](/ap-calc/key-terms/antiderivative "fv-autolink"), so use a calculator to get $S \approx 9.747$ units.

## How to Use This on the AP Calculus Exam

### Free Response

- Read carefully to decide whether the question wants length along a curve. Words like "length of the curve" or "distance traveled along the path" are signals.
- Write the full integral with correct notation before evaluating. Showing $S=\int_a^b \sqrt{1+[f'(x)]^2}\, dx$ with your actual function makes your reasoning clear.
- If the integral is messy, use your calculator to evaluate it and report the value.

### Problem Solving

Practice the standard steps until they are automatic: define the function, take the derivative, plug into the formula, then evaluate.

**Practice 1:** Find the arc length of $y=x^3$ from $x=0$ to $x=2$.

The derivative is $y'=3x^2$. Use $S=\int_0^2 \sqrt{1+(3x^2)^2}\, dx$. Evaluating gives about **8.630 units**.

**Practice 2:** A particle moves along $f(x)=x^2+1$ from $x=0$ to $x=2$. Find the distance traveled.

Use $S=\int_0^2 \sqrt{1+(2x)^2}\, dx$. Evaluating gives about **4.647 units**.

### Common Trap

Do not confuse the distance along the curve with the straight-line distance between the [endpoints](/ap-calc/unit-5/using-candidates-test-to-determine-absolute-global-extrema/study-guide/2ONEsyKKR6nyMs3UOpOZ "fv-autolink"). Arc length follows every bend in the curve, so it is usually larger.

## Common Misconceptions

- **Arc length is not displacement.** Arc length and distance traveled measure the full path; displacement measures only the [net change](/ap-calc/unit-8/using-accumulation-functions-definite-integrals-applied-contexts/study-guide/nUlJKvXqRcsfLnVMd5fG "fv-autolink") in position from start to end.
- **The $1$ inside the square root is not optional.** It comes from the horizontal piece of the triangle. Leaving it out changes the meaning of the integral.
- **You square the derivative, not the function.** The integrand uses $[f'(x)]^2$, so take the derivative first, then square it.
- **Most arc length integrals are not "clean."** It is normal for $\sqrt{1+[f'(x)]^2}$ to have no simple antiderivative, so expect to use a calculator on many problems.
- **Distance traveled is always non-negative.** Even when an object reverses direction, the distance it has covered keeps adding up.

## Related AP Calculus Guides

- [Unit 8 Overview: Applications of Integration](/ap-calc/unit-8/review/study-guide/95uuVjdtA80roOMvV8IK)
- [8.1 Finding the Average Value of a Function on an Interval](/ap-calc/unit-8/finding-average-value-function-on-an-interval/study-guide/HjiYTRAnQdY0eCQpqtpg)
- [8.7 Volumes with Cross Sections: Squares and Rectangles](/ap-calc/unit-8/volumes-with-cross-sections-squares-rectangles/study-guide/djttfP0mZkJ7Nn8QrB7r)
- [8.2 Connecting Position, Velocity, and Acceleration of Functions Using Integrals](/ap-calc/unit-8/connecting-position-velocity-acceleration-functions-using-integrals/study-guide/k9tY28YXs7YDVu1uqFuw)
- [8.4 Finding the Area Between Curves Expressed as Functions of x](/ap-calc/unit-8/finding-area-between-curves-expressed-as-functions-x/study-guide/Zyj7XJuPfoWBuAJ96ZAG)
- [8.3 Using Accumulation Functions and Definite Integrals in Applied Contexts](/ap-calc/unit-8/using-accumulation-functions-definite-integrals-applied-contexts/study-guide/nUlJKvXqRcsfLnVMd5fG)

## Vocabulary

- **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.
- **planar curve**: A curve that exists in a two-dimensional plane and can be defined by a function or parametric equations.

## FAQs

### What is arc length in AP Calculus BC?

Arc length is the distance measured along a curve. In AP Calculus BC, if a smooth curve is written as y = f(x) from x = a to x = b, its length is found with a definite integral.

### What is the arc length formula for y = f(x)?

For a smooth curve y = f(x), the arc length from a to b is S = integral from a to b of sqrt(1 + [f'(x)]^2) dx. Differentiate f(x), square the derivative, add 1, then integrate.

### Is arc length on AP Calculus AB or BC?

Arc length is an AP Calculus BC topic. It is part of Unit 8 and is not assessed on the AP Calculus AB exam.

### How is arc length different from displacement?

Arc length measures the total distance traveled along a curved path. Displacement measures only net change between starting and ending positions, so it can be smaller than the total distance traveled.

### Why do many arc length problems need a calculator?

Arc length integrals often create expressions involving square roots that do not have simple antiderivatives. On calculator-active AP problems, you may be expected to set up the integral and evaluate it numerically.

### How is AP Calc BC 8.13 tested?

AP Calc BC 8.13 usually asks you to set up an arc length integral, interpret it as distance along a curve, and sometimes evaluate it with a calculator using correct notation and bounds.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/arc-length-smooth-planar-curve-distance-traveled/study-guide/VuFN4NwqUsH4pT1TlVad#what-is-arc-length-in-ap-calculus-bc","name":"What is arc length in AP Calculus BC?","acceptedAnswer":{"@type":"Answer","text":"Arc length is the distance measured along a curve. In AP Calculus BC, if a smooth curve is written as y = f(x) from x = a to x = b, its length is found with a definite integral."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/arc-length-smooth-planar-curve-distance-traveled/study-guide/VuFN4NwqUsH4pT1TlVad#what-is-the-arc-length-formula-for-y-fx","name":"What is the arc length formula for y = f(x)?","acceptedAnswer":{"@type":"Answer","text":"For a smooth curve y = f(x), the arc length from a to b is S = integral from a to b of sqrt(1 + [f'(x)]^2) dx. Differentiate f(x), square the derivative, add 1, then integrate."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/arc-length-smooth-planar-curve-distance-traveled/study-guide/VuFN4NwqUsH4pT1TlVad#is-arc-length-on-ap-calculus-ab-or-bc","name":"Is arc length on AP Calculus AB or BC?","acceptedAnswer":{"@type":"Answer","text":"Arc length is an AP Calculus BC topic. It is part of Unit 8 and is not assessed on the AP Calculus AB exam."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/arc-length-smooth-planar-curve-distance-traveled/study-guide/VuFN4NwqUsH4pT1TlVad#how-is-arc-length-different-from-displacement","name":"How is arc length different from displacement?","acceptedAnswer":{"@type":"Answer","text":"Arc length measures the total distance traveled along a curved path. Displacement measures only net change between starting and ending positions, so it can be smaller than the total distance traveled."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/arc-length-smooth-planar-curve-distance-traveled/study-guide/VuFN4NwqUsH4pT1TlVad#why-do-many-arc-length-problems-need-a-calculator","name":"Why do many arc length problems need a calculator?","acceptedAnswer":{"@type":"Answer","text":"Arc length integrals often create expressions involving square roots that do not have simple antiderivatives. On calculator-active AP problems, you may be expected to set up the integral and evaluate it numerically."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-8/arc-length-smooth-planar-curve-distance-traveled/study-guide/VuFN4NwqUsH4pT1TlVad#how-is-ap-calc-bc-813-tested","name":"How is AP Calc BC 8.13 tested?","acceptedAnswer":{"@type":"Answer","text":"AP Calc BC 8.13 usually asks you to set up an arc length integral, interpret it as distance along a curve, and sometimes evaluate it with a calculator using correct notation and bounds."}}]}
```
