Intuition The one core idea
To measure the length of a curved line, we pretend it's made of countless tiny straight sticks, measure each stick with the corner-triangle rule (Pythagoras), and add them all up as they shrink to nothing. That "adding up infinitely many shrinking pieces" is exactly what an integral is — so arc length is Pythagoras run through an integral .
This page assumes you know nothing . Before you touch the derivation in the parent note , we build every symbol it throws at you — one at a time, each anchored to a picture, each earned before it is used.
y = f ( x )
A function is a rule that takes a horizontal position x and gives back exactly one height y . The letter f is just the name of the rule; f ( x ) means "the height the rule produces at position x ."
The picture. Draw a horizontal axis (call it x , "how far across") and a vertical axis (call it y , "how far up"). For every x you slide to, the rule marks one dot at height y = f ( x ) . Join all the dots and you get a curve — a wiggly line living above the x -axis positions.
Intuition Why we need this first
The whole topic asks "how long is that wiggly line?" You cannot ask about a line's length until you can see the line as the trace of a rule f . Everything below lives on this picture.
a and b are the start and end positions on the x -axis. We only measure the piece of curve between x = a and x = b .
( x , y )
A pair ( x , y ) is an address for a dot: go x steps across, then y steps up. The first number is always "across," the second always "up."
The parent writes points like ( x i , y i ) and ( x i − 1 , y i − 1 ) . Read those as:
x i ::: the x -address of the i -th chosen dot.
The subscript i is just a label counter — "dot number i ." There is nothing mysterious in it: x 0 is the first, x 1 the second, and so on up to x n , the last.
Intuition Why subscripts appear at all
We are going to chop the curve at many points and give each chop a number. Without a counting label we could not talk about "the gap between dot 5 and dot 6." The subscript is our filing system.
Δ (capital Greek "Delta") = "the change in"
Δ x means "how much x changed": the horizontal distance between two dots. Δ y means "how much y changed": the vertical distance between them.
Δ x i = x i − x i − 1 , Δ y i = y i − y i − 1
The picture. Between two neighbouring dots, draw a small horizontal step and then a small vertical step. The horizontal step is Δ x i ; the vertical step is Δ y i . Together with the straight line joining the dots, they form a tiny right triangle .
Intuition Why the topic needs
Δ x , Δ y
These two little steps are the legs of the corner-triangle. The whole derivation is built on measuring the slanted line (the curve piece) using its across-step and up-step. No Δ 's, no triangle, no length.
Δ x is one number times x "
Why it feels right: in algebra a letter next to x usually multiplies it.
Why it's wrong: Δ is not a number here — it's an operator meaning "change in." Δ x is a single quantity: one length. You can never split it into Δ times x .
Definition Right triangle and hypotenuse
A right triangle has one square corner (9 0 ∘ ). The two sides making that corner are the legs ; the slanted side opposite the corner is the hypotenuse — always the longest side.
Apply it to our tiny triangle. The legs are Δ x i (across) and Δ y i (up); the hypotenuse is the straight chord L i joining the two dots:
L i = ( Δ x i ) 2 + ( Δ y i ) 2
Intuition Why THIS tool and not another
A curve has no length formula of its own. A straight line does — and Pythagoras is the only rule that gives a slanted straight length from a horizontal and a vertical step. So we deliberately replace each curved sliver with a straight chord we can measure. Pythagoras is the engine of the entire topic.
Intuition Why the square root
The theorem gives the square of the hypotenuse. To recover the length itself we undo the squaring — that undoing is the square root . It answers: "what positive number, squared, gives this?"
Definition Slope (steepness)
Δ x Δ y = across-step up-step measures how steeply the chord rises: "for every one step across, how many steps up?"
The picture. Same tiny triangle. A near-flat chord has a small up-step over a big across-step → small ratio. A near-vertical chord has a big up-step → large ratio.
Intuition Why the topic pulls out this ratio
In Step 2 the parent factors Δ x i out of the root and what's left inside is 1 + ( Δ x i Δ y i ) 2 — the "1 " is the across-step, the ratio-squared is the steepness. Slope is how the up-step re-enters the formula once we've committed to measuring in x .
This chord-slope, using two separated dots, is called a secant slope .
The derivative f ′ ( x ) , also written d x d y , is the slope of the curve at a single point — what the secant slope Δ x Δ y becomes when the two dots slide together until the gap is infinitely small.
The picture. Shrink the tiny triangle toward a point. The chord snuggles right up against the curve and becomes the tangent line — the straight line just kissing the curve there. Its slope is the derivative.
Intuition Why the topic needs the derivative (why this tool)
The secant slope Δ x Δ y depends on which two dots — clumsy for a clean formula. The derivative f ′ ( x ) depends only on the position x , so it can live inside a single integrand 1 + ( f ′ ( x ) ) 2 . The bridge from the messy secant to the clean derivative is the Mean Value Theorem — it promises that somewhere inside each little interval the curve's true slope f ′ ( x i ∗ ) equals the chord's secant slope. That's the magic swap in Step 3.
The little prime mark ′ in f ′ just means "the derivative of f ." The star in x i ∗ means "some special point inside interval i " whose existence the theorem guarantees.
d y , d x , d s mean alone
Written by themselves, d x and d y are infinitely small across- and up-steps — the tiny triangle's legs after they shrink toward zero. Their slanted hypotenuse is d s , the infinitely small arc piece. So d s 2 = d x 2 + d y 2 is just Pythagoras on the smallest possible triangle.
i = 1 ∑ n = "add up"
∑ i = 1 n ( stuff i ) means: plug i = 1 , then 2 , ... up to n , and add all the results. It is shorthand for a long "+ + + " chain.
∑ i = 1 n L i = L 1 + L 2 + ⋯ + L n
Intuition Why the topic needs
∑
We chopped the curve into n chords. Its approximate length is all the chords added . ∑ is the compact name for that pile-up.
n → ∞ lim means "watch what the answer settles down to as n grows without end" — here, as we use more and more, ever-tinier chords.
Definition The definite integral
∫ a b
When you add up infinitely many infinitely-thin pieces across [ a , b ] , the sum ∑ turns into the smooth total ∫ a b . This exact "∑ → ∫ " transformation is the whole story of Riemann sums and the definite integral .
lim n → ∞ ∑ i = 1 n 1 + ( f ′ ( x i ∗ ) ) 2 Δ x i = ∫ a b 1 + ( f ′ ( x ) ) 2 d x
Intuition Why the topic ends here
A pile of chords is only an approximation — it cuts corners. Letting the chords shrink (the limit) removes every corner-cutting error, and the integral is the name of that perfected sum. This is why the final arc-length answer is an integral and not a plain sum.
d x at the end of an integral marks "the width of each infinitely-thin slice," the leftover of Δ x i after shrinking.
Pythagoras gives chord length
Secant slope Delta y over Delta x
Limit turns sum into integral
Once the d s = d x 2 + d y 2 idea is solid here, the same element of arc length powers three neighbouring topics: Surface area of revolution (spin d s around an axis), Parametric arc length (both x and y follow a clock), and Polar arc length (measure with angle and radius instead). Build d s once; reuse it everywhere.
Test yourself — say each answer aloud before revealing.
What does y = f ( x ) draw on the plane? A curve: for each across-position x , one height y given by the rule f .
What does the subscript i in x i do? It's a counting label — "chosen dot number i "; it is not arithmetic.
What does Δ x i mean, and can you split it into Δ times x ? It's the horizontal change x i − x i − 1 (one length); no — Δ is "change in," not a multiplier.
Which theorem gives the length of a slanted chord from its two legs? The Pythagorean theorem:
L i = ( Δ x i ) 2 + ( Δ y i ) 2 .
Why a square root in that chord length? Pythagoras gives the hypotenuse squared ; the root undoes the squaring to get the length.
What is the secant slope Δ x Δ y in words? Up-step divided by across-step — how steeply the chord between two dots rises.
What is the derivative f ′ ( x ) geometrically? The slope of the tangent line — the secant slope when the two dots merge into one point.
Which theorem swaps the secant slope for a true derivative f ′ ( x i ∗ ) ? The Mean Value Theorem.
What does ∑ i = 1 n tell you to do? Add the expression for i = 1 , 2 , … , n .
What does ∫ a b become the limit of? A Riemann sum — infinitely many infinitely-thin pieces added across [ a , b ] .
What does d s represent and why is d s 2 = d x 2 + d y 2 ? An infinitely small arc piece; it's Pythagoras on the tiniest triangle with legs d x and d y .