$L = \int_a^b \sqrt{1 + [f'(x)]^2} dx$ — the length of a curve from $x=a$ to $x=b$
The arc length formula allows us to calculate the length of a curve between two points. By summing up infinitely many tiny straight line segments (using the Pythagorean theorem), we derive an integral that gives the exact length. This is a BC Calculus topic.
Length of the curve $y = f(x)$ from $x=a$ to $x=b$
💡 Derivation
On a small interval $dx$, the change in $y$ is $dy = f'(x) dx$. The small arc length $ds$ is approximately $\sqrt{dx^2 + dy^2} = \sqrt{1 + (dy/dx)^2} dx$. Summing (integrating) gives the total length.
📊 Visualizing Arc Length
Interactive graph below. The curve length is approximated by the sum of small straight segments:
Example 1Arc Length of a Linear Function
Find the arc length of $f(x) = 2x + 1$ from $x=0$ to $x=3$.
Let $u = 1 + \frac{9}{4} y$, $du = \frac{9}{4} dy$ ⇒ $dy = \frac{4}{9} du$ When $y=0$, $u=1$; when $y=4$, $u=10$ $L = \int_1^{10} \sqrt{u} \cdot \frac{4}{9} du = \frac{4}{9} \cdot \frac{2}{3} [u^{3/2}]_1^{10} = \frac{8}{27}(10\sqrt{10} - 1)$
Example 4Arc Length of Sine
Find the arc length of $f(x) = \sin x$ from $x=0$ to $x=2\pi$.
$f'(x) = \cos x$
$L = \int_0^{2\pi} \sqrt{1 + \cos^2 x} dx$
This integral cannot be expressed in elementary functions — it's an elliptic integral. On the AP exam, you would set up the integral but not evaluate it.
⚠️ Common Mistakes
Forgetting the square root: The formula is $\sqrt{1 + (f')^2}$, not $1 + (f')^2$.
Confusing with surface area: Arc length is $\int \sqrt{1 + (f')^2} dx$; surface area of revolution is $2\pi \int f(x) \sqrt{1 + (f')^2} dx$.
Incorrect limits: Make sure the limits of integration match the variable of integration.
Not simplifying when possible: Sometimes rewriting in terms of $y$ makes the integral easier.