4.2.16 · D5Calculus II — Integration
Question bank — Arc length formula — derivation
The whole formula we are stress-testing: Keep the little right triangle in mind the whole way: base , height , hypotenuse .
True or false — justify
Arc length can be shorter than the straight line joining the two endpoints.
False. A straight line is the shortest path between two points, so the curve — a sum of chords each at least as long as its own straight piece — is always the endpoint chord (see Pythagorean theorem).
If a curve is horizontal ( constant) from to , its arc length is exactly .
True. Then , so the integrand is and — a flat curve is just its own base.
Doubling every -value of a curve doubles its arc length.
False. Stretching vertically changes the slope nonlinearly inside a square root, so the length changes but not by a clean factor of 2.
Shifting a curve up by a constant () leaves its arc length unchanged.
True. A vertical shift doesn't change (the derivative of a constant is 0), so the integrand and the length are identical.
The arc length integrand is always .
True. , so the thing under the root is at least 1, meaning arc always accumulates at least as fast as horizontal distance.
For a curve you can always just use anyway.
False. If has vertical tangents (like a sideways parabola), blows up; you must integrate in : .
Arc length always increases when you widen the interval .
True. The integrand , so integrating over a larger interval adds a strictly positive amount of length.
The Mean Value Theorem step requires to be differentiable everywhere on .
Mostly true and worth respecting: Mean Value Theorem needs continuous on the closed interval and differentiable on the open interior; a corner (non-differentiable point) breaks the clean single formula and forces splitting the integral.
Spot the error
", because we integrate to get totals."
computes the area under the curve, not the distance along it. Length must carry the from the hypotenuse; alone measures height, not travel.
" — slope tells you how far you go."
This counts only vertical travel and ignores the horizontal leg . The "" under the root is exactly the missing term; drop it and you shorten every slanted step.
" for all ."
Only valid when the inside is . In general ; you must check the sign on the actual interval before dropping the absolute value.
"."
You cannot split a square root over a sum; . That false step would ignore Pythagoras and always overestimate the hypotenuse.
"We pulled out as — no absolute value needed, so it's a lucky simplification."
It's not luck: we chose the labels so , making , hence genuinely. The positivity is by construction, not by accident.
"The Riemann sum needs the chosen at the left endpoint."
No — the Mean Value Theorem hands us a specific interior point , and because any tag point works in the limit when is continuous, the sum still converges to the same integral.
"A curve with a sharp corner has infinite arc length there."
False. A corner makes undefined at one point but the length stays finite — you just split the integral at the corner and add the two finite pieces.
Why questions
Why does a "" appear inside the square root, and not a "" or nothing?
Because ; dividing by gives , and that lone is precisely the horizontal-leg contribution .
Why do we approximate with straight chords instead of, say, tiny circular arcs?
A straight segment is the only shape whose length we already know exactly (Pythagoras). We tile with the tool we have, then shrink the tiles so the approximation error vanishes.
Why does the Mean Value Theorem show up in an integration derivation?
It converts the measurable secant slope into an actual derivative value , so the sum becomes a Riemann sum for rather than a mess of differences.
Why must be continuous for the limit to be a definite integral?
Riemann integrability of needs the integrand to be nice (continuous is enough); a wildly discontinuous slope could make the limiting sum fail to converge to an integral.
Why is the same reused for surfaces of revolution?
Because a surface of revolution is built by spinning arc elements: each strip has length and circumference , so reuses the very element we derived here.
Why can the same curve be written as or and give the same length?
Length is a geometric property of the path, independent of which variable you sweep; the two integrals are just different parametrizations of the identical , as parametric form makes explicit.
Why does the formula fail (or need care) at a vertical tangent?
There , so diverges as an integrand in ; switch to integrating in , where the slope is finite.
Edge cases
What is the arc length over a zero-width interval, ?
Zero. — no interval, no path, no length.
What happens to the integrand at a point where (a flat spot / local max)?
It equals there; the curve is momentarily horizontal, so it accumulates length at the pure horizontal rate — perfectly finite and well behaved.
A curve has a vertical tangent (slope ) somewhere in . Can we still find its length?
Yes, but not by integrating in there. Reparametrize as or use a parameter $t$, so the infinite slope becomes a finite, integrable expression.
Does the arc length formula work for a curve given in polar coordinates like ?
If has a jump discontinuity (a corner) at , how do we compute ?
Split: . Each piece is smooth and finite; add them. The single corner contributes no length by itself.
What if the curve doubles back (not a function of ), like a full circle?
The formula fails the vertical-line test. Use parametric arc length, where and each depend on a parameter , so the path can loop freely.
Recall One-line summary of every trap
Length lives in the hypotenuse : never (that's area), never alone (that's vertical-only), never dropping the (sign check), and never in where the tangent goes vertical (switch variables).
Connections
- Arc length formula — derivation — the parent this bank interrogates.
- Pythagorean theorem — why has that shape.
- Mean Value Theorem — the secant-to-derivative bridge tested above.
- Riemann sums and the definite integral — why the limiting sum is an integral.
- Parametric arc length, Polar arc length, Surface area of revolution — where the edge cases lead next.