4.2.16 · D2Calculus II — Integration

Visual walkthrough — Arc length formula — derivation

2,599 words12 min readBack to topic

Step 1 — What are we even measuring?

Figure — Arc length formula — derivation

Here = how far right you are, = the height the rule gives you, = start, = end. The letter will mean the true length of the cyan curve.


Step 2 — Chop the curve into tiny straight pieces

Figure — Arc length formula — derivation

Each dot is a point where . The is just a counter: the 1st dot, 2nd dot, and so on up to the -th.


Step 3 — One tiny triangle, and how long its slanted side is

Figure — Arc length formula — derivation

Rebuilding Pythagoras from scratch (no memorising). Put four copies of our triangle around a tilted square whose side is the chord . The big outer square has side . Its area equals the tilted inner square () plus the four triangles ():

Expand the left side: . The cancels the triangles, leaving

  • — the sideways travel, squared.
  • — the vertical travel, squared.
  • — undoes the squaring to return an actual length. See Pythagorean theorem.

Step 4 — Pull the sideways step out of the root

Figure — Arc length formula — derivation
  • We could pull out of the root because (we always walk left-to-right — this is exactly the "no doubling back, advance rightward" assumption from Step 1 — so , no minus sign).
  • The is the leftover from the sideways leg — it is what stops us forgetting the horizontal travel.
  • = vertical-move ÷ right-move = the slope of the chord (a "secant slope"). If the chord falls, this ratio is negative — but it gets squared next, so again the sign washes out.

Step 5 — Turn the chord's slope into a true derivative (Mean Value Theorem)

Figure — Arc length formula — derivation

Under those conditions, the Mean Value Theorem promises a point strictly between and with

  • means "the slope function" — how steep the curve is at a point.
  • (star) is some spot inside the little interval; MVT says it exists, we don't need to find it.

Substituting into Step 4's result:


Step 6 — Add them up, shrink, and read off the integral

Figure — Arc length formula — derivation
  • The sample height becomes the integrand .
  • becomes , an infinitely thin width.
  • becomes — the same idea "add them all," now continuous.

Step 7 — Edge cases: does the picture still hold?

Figure — Arc length formula — derivation
  • Flat curve (). Vertical leg ; the triangle collapses to a horizontal segment. Integrand , so — exactly the width. ✓ A flat line's length is its horizontal span.
  • Vertical wall (). The slope blows up; the formula chokes because a vertical piece has (nothing to pull out). Fix: flip to the form and integrate in instead — the vertical leg becomes the "safe" direction.
  • Corner (slope jumps). At a sharp kink doesn't exist — this violates MVT's differentiability condition at that one point. Since one bad point has zero width, the integral is unbothered — just split the interval at the corner and add the two pieces.

The one-picture summary

Figure — Arc length formula — derivation

Read the film strip left-to-right: curve → chords → one triangle → pull out → tangent matches chord → strips sum to an integral. Every arrow is one step above.

Recall Feynman: the whole walkthrough in plain words

You want the length of a bumpy path. You can't measure a curve directly, so you lay tiny straight sticks end-to-end along it (Step 2). Each stick is the long side of a little right triangle whose legs are "a bit rightward" and "a bit up or down"; the corner-square trick (Pythagoras) says the stick's length is — and because the vertical bit gets squared, it doesn't matter if the curve climbs or falls (Step 3). To collect everything into a sum over rightward steps, you factor the rightward bit out and are left with times the rightward step (Step 4). "Slope of the stick" isn't quite the curve's real slope, but the Mean Value Theorem — as long as the curve is smooth (continuous and differentiable) — guarantees the real tangent somewhere inside is exactly as tilted, so you replace it by (Step 5). Now every stick reads ; adding infinitely many infinitely short ones is what the integral sign means, giving (Step 6). Test it on a flat road (length = width), a vertical cliff (integrate in instead), and a sharp corner (split there) — it survives all three (Step 7). Same later builds surfaces of revolution, parametric and polar lengths.


Flashcards

Which little shape gives each chord its length?
A right triangle with legs ; the chord is the hypotenuse .
Why does the arc-length formula work for descending curves where ?
Because enters squared, and ; the sign washes out, so length is the same climbing or falling.
Why can we pull out of the square root without a ?
Because (we walk left to right, no doubling back), so .
What two hypotheses does the Mean Value Theorem need on each subinterval?
continuous on the closed and differentiable on the open .
What does MVT replace, and with what?
The chord's average slope with an exact derivative at an interior point.
What turns the final sum into an integral?
It is a Riemann sum ; its limit as is .
What is the arc-length element ?
; then .
For a vertical piece where , what do we do?
Integrate in using .
For a curve with a corner, how do we handle the non-differentiable point?
Split the interval at the corner and add the two arc lengths.

Connections