4.2.16Calculus II — Integration

Arc length formula — derivation

1,832 words8 min readdifficulty · medium4 backlinks

Step 1 — Approximate the curve by line segments

Pick points a=x0<x1<<xn=ba=x_0 < x_1 < \dots < x_n = b along the curve. Connect consecutive points (xi1,yi1)(x_{i-1}, y_{i-1}) and (xi,yi)(x_i, y_i) with straight chords. The total length of the curve is approximately the sum of these chord lengths.

Figure — Arc length formula — derivation

Each chord is the hypotenuse of a tiny right triangle with horizontal leg Δxi=xixi1\Delta x_i = x_i - x_{i-1} and vertical leg Δyi=yiyi1\Delta y_i = y_i - y_{i-1}:

Li=(Δxi)2+(Δyi)2L_i = \sqrt{(\Delta x_i)^2 + (\Delta y_i)^2}


Step 2 — Pull a Δxi\Delta x_i out of the square root

Why this step? We want an integral in xx, so we want everything written in terms of Δxi\Delta x_i.

Li=(Δxi)2+(Δyi)2=(Δxi)2(1+(Δyi)2(Δxi)2)=1+(ΔyiΔxi)2  ΔxiL_i = \sqrt{(\Delta x_i)^2 + (\Delta y_i)^2} = \sqrt{(\Delta x_i)^2\left(1 + \frac{(\Delta y_i)^2}{(\Delta x_i)^2}\right)} = \sqrt{1 + \left(\frac{\Delta y_i}{\Delta x_i}\right)^2}\;\Delta x_i

(We can pull out Δxi\Delta x_i since Δxi>0\Delta x_i > 0.)


Step 3 — Use the Mean Value Theorem

Why this step? We need to turn the secant slope ΔyiΔxi\dfrac{\Delta y_i}{\Delta x_i} into an actual derivative ff', so the limit becomes a clean integrand.

If ff is continuous on [xi1,xi][x_{i-1},x_i] and differentiable inside, the Mean Value Theorem guarantees some xi(xi1,xi)x_i^* \in (x_{i-1}, x_i) with

f(xi)=f(xi)f(xi1)xixi1=ΔyiΔxif'(x_i^*) = \frac{f(x_i) - f(x_{i-1})}{x_i - x_{i-1}} = \frac{\Delta y_i}{\Delta x_i}

Substitute:

Li=1+(f(xi))2  ΔxiL_i = \sqrt{1 + \big(f'(x_i^*)\big)^2}\;\Delta x_i


Step 4 — Sum and take the limit (Riemann sum → integral)

L=limni=1n1+(f(xi))2  ΔxiL = \lim_{n\to\infty}\sum_{i=1}^{n} \sqrt{1 + \big(f'(x_i^*)\big)^2}\;\Delta x_i

This is exactly a Riemann sum for the function g(x)=1+(f(x))2g(x)=\sqrt{1+(f'(x))^2}. Provided ff' is continuous, the limit is the definite integral:


Worked Examples


Common Mistakes (Steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine a snake lying on a bumpy road. You want to know how long the snake is. You can't just measure the road's width — the snake goes up and over the bumps. So you lay down lots of tiny straight matchsticks along the snake's body. Each matchstick covers a little bit "across" and a little bit "up." Using the corner-triangle rule (Pythagoras), each matchstick's length is across2+up2\sqrt{\text{across}^2 + \text{up}^2}. Add all matchsticks. Now use teenier matchsticks, and teenier, forever — that "adding up infinitely many tiny matchsticks" is what the integral sign \int means. That's the arc length.


Flashcards

What is the arc length integrand for y=f(x)y=f(x)?
1+(f(x))2\sqrt{1+(f'(x))^2}, integrated dxdx from aa to bb.
Where does the "+1+1" in the arc length formula come from?
From the horizontal leg: ds2=dx2+dy2ds^2=dx^2+dy^2, dividing by dx2dx^2 gives 1+(dy/dx)21+(dy/dx)^2.
Which theorem converts the secant slope Δy/Δx\Delta y/\Delta x into f(xi)f'(x_i^*)?
The Mean Value Theorem.
What geometric fact gives each tiny chord length?
Pythagoras: Li=(Δxi)2+(Δyi)2L_i=\sqrt{(\Delta x_i)^2+(\Delta y_i)^2}.
Arc length of a curve x=g(y)x=g(y) from y=cy=c to y=dy=d?
cd1+(dx/dy)2dy\int_c^d\sqrt{1+(dx/dy)^2}\,dy.
Why is arc length always ≥ the straight chord between endpoints?
A straight line is the shortest path; the curve is the sum of chords each ≥ their own straight piece, never shorter.
What's the arc length differential dsds in terms of dx,dydx,dy?
ds=dx2+dy2ds=\sqrt{dx^2+dy^2}.
Common error: integrating ydx\int y\,dx for arc length — what does that actually compute?
The area under the curve, not its length.

Connections

  • Pythagorean theorem — the engine for each chord length.
  • Mean Value Theorem — converts secant slopes into derivatives.
  • Riemann sums and the definite integral — turns the chord-sum limit into \int.
  • Surface area of revolution — reuses the same dsds element: S=2πydsS=\int 2\pi y\,ds.
  • Parametric arc length — generalizes to L=(dx/dt)2+(dy/dt)2dtL=\int\sqrt{(dx/dt)^2+(dy/dt)^2}\,dt.
  • Polar arc lengthL=r2+(dr/dθ)2dθL=\int\sqrt{r^2+(dr/d\theta)^2}\,d\theta.

Concept Map

approximate by

Pythagoras on triangle

sum and limit

factor out delta x

secant slope appears

Mean Value Theorem

substitute

sum over i

f prime continuous, limit

memory hook

Curve y=fx from a to b

Straight chords

Chord length Li

Chord sum limit

Pull out delta xi

Ratio delta yi over delta xi

Derivative f prime at xi star

Li with f prime

Riemann sum of g

Arc length integral

ds squared = dx squared + dy squared

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Socho ek tedhi-medhi curve hai aur tumhe uski actual lambai chahiye — matlab agar ek chinti us curve ke upar chale, to kitna chalegi. Seedhi line ki tarah simple formula nahi hai, kyunki curve ghoom-ghoom ke jaati hai. Trick yeh hai: curve ko bahut saare chhote-chhote straight tukdo (chords) me tod do. Har chhota tukda ek right triangle ka hypotenuse hai jiska base Δx\Delta x aur height Δy\Delta y hai. Pythagoras lagao: tukde ki length =Δx2+Δy2=\sqrt{\Delta x^2 + \Delta y^2}.

Ab in saare tukdo ko jodo, aur tukdo ko chhota karte jao — itna chhota ki sum ek integral ban jaaye. Beech me ek chhota algebra step: Δx2+Δy2\sqrt{\Delta x^2+\Delta y^2} me se Δx\Delta x bahar nikaalo, to 1+(Δy/Δx)2Δx\sqrt{1+(\Delta y/\Delta x)^2}\,\Delta x milta hai. Yahan Δy/Δx\Delta y/\Delta x slope hai, aur Mean Value Theorem kehta hai ki yeh kisi point pe exactly f(x)f'(x) ke barabar hai. Bas, ho gaya — limit lene par formula: L=ab1+(dy/dx)2dx.L=\int_a^b \sqrt{1+(dy/dx)^2}\,dx.

Yaad rakhne ka asaan tareeka: ds2=dx2+dy2ds^2 = dx^2 + dy^2 — ek chhota triangle. Woh "+1+1" jo formula me andar hai, woh horizontal travel (dxdx wala leg) ka hissa hai. Bahut log galti se sirf ydx\int y\,dx likh dete hain — par woh to area hai, length nahi! Length me hamesha square root aata hai.

Yeh chiz important kyun hai? Kyunki yahi dsds aage chal ke surface area of revolution, parametric curves, aur polar curves me bhi reuse hota hai. Ek baar samajh gaye to poora calculus ka "geometry along a curve" wala portion clear ho jaata hai.

Go deeper — visual, from zero

Test yourself — Calculus II — Integration

Connections