The arc length formula calculates the length of a smooth planar curve with a definite integral: L = ∫√(1 + (f′(x))²) dx for y = f(x), or L = ∫√((dx/dt)² + (dy/dt)²) dt for parametric curves. It's a BC-only topic covered in AP Calc Topics 8.13 and 9.3.
The arc length formula answers a simple question. If you laid a string along a curve and then pulled it straight, how long would it be? For a function y = f(x) from x = a to x = b, the answer is L = ∫ₐᵇ √(1 + (f′(x))²) dx. For a parametric curve x(t), y(t) from t = a to t = b, it becomes L = ∫ₐᵇ √((dx/dt)² + (dy/dt)²) dt.
Both versions come from the same idea. Zoom in on a tiny piece of the curve and it looks like the hypotenuse of a right triangle with legs dx and dy, so its length is √(dx² + dy²) by the Pythagorean theorem. Add up infinitely many of those tiny hypotenuses with an integral and you get total length. That's why the derivative shows up inside the square root. The formula requires a smooth curve, meaning the derivative exists and is continuous on the interval. The arc length formula is BC-only, appearing in Topic 8.13 (functions) and Topic 9.3 (parametric equations).
Arc length supports two learning objectives. AP Calc 8.13.A asks you to find the length of a curve defined by a function using a definite integral, and AP Calc 9.3.A extends that to parametrically defined curves. Both live in BC-only territory, Topic 8.13 in Unit 8 (Applications of Integration) and Topic 9.3 in Unit 9 (Parametric Equations, Polar Coordinates, and Vector-Valued Functions).
This term also ties two big ideas together. In Topic 8.13, arc length pairs with distance traveled, because the distance a particle travels along its path IS the arc length of that path. That makes arc length the geometric twin of integrating speed. If you see why ∫√((dx/dt)² + (dy/dt)²) dt and ∫|v(t)| dt are the same thing, you understand the connection the CED is building between Units 8 and 9.
Parametric equations (Unit 9)
The parametric arc length formula in Topic 9.3 is the more general version of the one from 8.13. In fact, setting x = t turns the parametric formula right back into the y = f(x) formula. Learn the parametric one well and you essentially know both.
Velocity Function (Units 8-9)
For a moving particle, √((dx/dt)² + (dy/dt)²) is just speed, the magnitude of the velocity vector. So arc length is what you get when you integrate speed over time. Distance traveled and arc length of the path are the same number.
Derivative (Units 2-3)
The formula only works on smooth curves, which means f′ must exist and be continuous on the interval. A corner or cusp breaks the formula, and the exam loves asking which conditions are actually required.
Limits of Integration (Unit 6)
In the parametric version you integrate over t-values, not x-values. A classic trap is plugging x-bounds into a t-integral. Always check which variable your bounds describe.
Arc length shows up on the BC exam in both multiple-choice and free-response, usually in one of three ways. First, straight computation: set up and evaluate ∫√(1 + (f′(x))²) dx or its parametric cousin, often with a calculator on calculator-active sections since these integrals rarely simplify nicely. Practice problems mirror this, like finding the arc length of x = t², y = t³ from t = 0 to t = 1. Second, setup-only questions: you write the correct integral without evaluating it, which means knowing the formula cold and choosing the right bounds. Third, conceptual checks, like identifying what's required to use the formula (a smooth curve with a continuous derivative) or recognizing that distance traveled by a particle equals the arc length of its path. In particle-motion FRQs, a part asking for 'total distance traveled' along a parametric path is secretly an arc length question.
Arc length (distance traveled) measures the full path a particle actually covers, found by integrating speed: ∫√((dx/dt)² + (dy/dt)²) dt. Displacement only measures the straight-line change in position from start to end. A particle can loop back to where it started with zero displacement but a large arc length. On FRQs, 'how far did the particle travel' means arc length, while 'change in position' means displacement.
For y = f(x) on [a, b], arc length is L = ∫ₐᵇ √(1 + (f′(x))²) dx, which is learning objective AP Calc 8.13.A.
For a parametric curve, arc length is L = ∫ₐᵇ √((dx/dt)² + (dy/dt)²) dt, integrated over t-values (AP Calc 9.3.A).
Both formulas are the Pythagorean theorem applied to infinitely many tiny pieces of the curve, then summed with an integral.
The curve must be smooth, meaning the derivative exists and is continuous on the interval, or the formula doesn't apply.
Distance traveled by a moving particle equals the arc length of its path, because integrating speed is the same as integrating √((dx/dt)² + (dy/dt)²).
Arc length is BC-only, so AB students won't see it, but BC students should expect it in both Unit 8 and Unit 9 contexts.
For y = f(x) from a to b, it's L = ∫ₐᵇ √(1 + (f′(x))²) dx. For a parametric curve, it's L = ∫ₐᵇ √((dx/dt)² + (dy/dt)²) dt. Both appear in Topics 8.13 and 9.3 of the BC course.
No. Arc length is BC-only. Topic 8.13 and all of Unit 9 are excluded from the AB course, so only BC students are tested on it.
No. Arc length is the total distance traveled along the curve, while displacement is just the straight-line change from starting point to ending point. A particle that loops back to its start has zero displacement but positive arc length.
The formula integrates the derivative, so f′ must exist and be continuous on the interval. At a corner or cusp the derivative fails, and the integral setup breaks down. Exam questions sometimes test exactly this requirement.
Compute dx/dt = 2t and dy/dt = 3t², then evaluate L = ∫₀¹ √((2t)² + (3t²)²) dt = ∫₀¹ √(4t² + 9t⁴) dt. Factor out t² to get ∫₀¹ t√(4 + 9t²) dt, which you can finish with u-substitution.