3.3.14 · D2Sequences & Series

Visual walkthrough — Binomial theorem for rational indices (approximate values)

1,843 words8 min readBack to topic

Everything below assumes only: you can multiply, you know what "a bit more than 1" means, and you have met a slope (how steep a curve is) once before. Nothing else. We build the rest.


Step 1 — Start with the honest picture: a curve near

WHAT. Draw the function . This just means: take the number (a number close to when is small) and raise it to the power . Here can be any number — a whole number, a half ( means square-root), or a negative number ( means "one over").

WHY. Before we can approximate the curve, we must look at it. Everything we do lives near the single point , because there and — a value we know for free. We will slowly walk away from that anchor.

PICTURE. The blue curve is . Notice it passes through the yellow dot at . That dot is our launch pad.

Figure — Binomial theorem for rational indices (approximate values)

Step 2 — Term zero: the flat guess

WHAT. The crudest possible approximation: pretend the curve is a flat horizontal line at height . In symbols, .

WHY. At the true height is exactly . If we refuse to move, height is the best single number we can name. This is the "start" term of the series — the constant .

PICTURE. The pale-yellow horizontal line sits at height . Near the dot it hugs the blue curve; far away it drifts off. The gap between line and curve (pink) is the error we must fix in the next steps.

Figure — Binomial theorem for rational indices (approximate values)

Each symbol: is "the curve's height when "; always, no matter what is.


Step 3 — Term one: tilt the line to match the slope → the term

WHAT. A flat line ignores that the curve is climbing (or falling). Fix it: use a tilted straight line through the dot whose steepness equals the curve's steepness at . Steepness of a curve is its slope, written (read "f-prime"). The slope tells you how much height you gain per step sideways.

WHY use slope here? Because a straight line is completely decided by (a) a point it passes through and (b) its steepness. We already have the point (the yellow dot). The one extra number that makes the line kiss the curve rather than cross it randomly is exactly the curve's slope at that point. No other tool gives "best straight-line match" — that is precisely what slope means.

To get the slope of : the rule for powers is that differentiating pulls the power down in front and lowers the power by one: At the dot, , so and the slope is just .

So the tilted line is . Term by term: is how steep, is how far sideways, their product is how much height we gained.

PICTURE. The pink tilted line now leaves the dot at the correct angle and clings to the blue curve far longer than the flat line did.

Figure — Binomial theorem for rational indices (approximate values)
Recall Why "slope of

is "? Question ::: What are the two things the power rule does to the exponent? Answer ::: It (1) drops the old power down as a multiplier out front, and (2) reduces the exponent by one to . At the part is , leaving just .


Step 4 — The line still bends away: introduce curvature → the term

WHAT. Look again at Step 3's picture: even the tilted line eventually peels off the curve, because the curve bends and a straight line cannot. We measure bending with the slope of the slope, written ("f-double-prime") — how fast the steepness itself is changing.

WHY a second derivative? A straight line captures direction. To also capture bending we need one more number: how the direction changes. That is exactly . Add a gently-curved piece (a parabola, shape ) whose bending matches, and the fit tightens dramatically.

Differentiate the slope again — same rule, pull down and lower:

Now, why divide by ? The bit of height a parabola contributes has slope-of-slope equal to (differentiate twice: first , then ). We want that to equal , so That division by (the in the formula) is not decoration — it is the price of matching curvature honestly.

PICTURE. The green curve now bends with the blue curve and stays glued much further out.

Figure — Binomial theorem for rational indices (approximate values)

Step 5 — See the pattern: each new term

WHAT. We keep going. The -th correction fixes the -th layer of bending. Its recipe is always the same: take the -th derivative at , divide by (read " factorial" ), multiply by .

WHY the factorial ? Same reason as the in Step 4. Differentiating a total of times spits out . To undo that pile-up and keep the coefficient honest, we divide by .

Each derivative of at pulls one more factor off the front:

So the -th coefficient is

PICTURE. A staircase: term is flat, term tilts, term bends, term bends the bending — each rung a shorter correction than the last.

Figure — Binomial theorem for rational indices (approximate values)

Assembling the whole staircase:


Step 6 — Why it must stop making sense at (the convergence edge)

WHAT. The staircase is infinite for non-integer — no factor ever hits zero to end it. So we must ask: do the corrections keep shrinking? Only then does the infinite pile add up to a finite answer.

WHY does size of decide this? Term carries an . If (a fraction), then get tinier and tinier — the tower converges. If , then grows, each correction bigger than the last, and the sum flies to infinity — meaningless. The knife-edge is .

PICTURE. Two shrinking-vs-growing bar towers. Left (): bars collapse to nothing — safe. Right (): bars explode — the series is nonsense there.

Figure — Binomial theorem for rational indices (approximate values)

Step 7 — Degenerate check: does it still work when is a whole number?

WHAT. Feed in and watch the infinite staircase collapse to the finite ordinary binomial.

WHY check this? A good general formula must contain the special case it generalises. If our rational-index machine didn't reproduce plain , it would be wrong.

The factor kills and every term after it. So the familiar terminating result. The infinite tail vanishes exactly when is a non-negative integer — connecting straight back to Binomial Theorem for Positive Integral Index.

PICTURE. The infinite staircase for beside the truncated 4-rung staircase for ; rung 4 onward is greyed out (zero).

Figure — Binomial theorem for rational indices (approximate values)

The one-picture summary

Everything at once: the flat guess (), the tilt (), the bend () — each new colour hugging the blue truth curve a little longer, all anchored at the yellow launch dot, valid only inside the shaded band .

Figure — Binomial theorem for rational indices (approximate values)
Recall Feynman retelling — the whole walk in plain words

Stand on a curve at the spot where ; there the height is exactly — that's our free starting number. First guess: "stay flat at ." Bad far away, so we tilt our line to match how steeply the curve rises — the steepness is , so we add (" times how far I stepped"). The curve still bends away from any straight line, so we bolt on a gentle parabola whose bending matches the curve's; matching curvature forces the out front (the pays for double-differentiating ). Keep matching higher and higher bends — each fix divides by a bigger factorial and rides a higher power of , so each is smaller than the last. That shrinking is guaranteed only when is a fraction (); make bigger than and the fixes grow instead — chaos. Finally, if happens to be a whole number, one falling factor becomes zero and the endless staircase snaps shut into the plain school-book binomial. That's the entire story: start at 1, add times the small bit, polish with the bend, stop when the bits are tiny.

Connections

  • Maclaurin & Taylor Series — Steps 2–5 are the Maclaurin recipe .
  • Binomial Theorem for Positive Integral Index — Step 7's collapse.
  • Convergence of Series & Infinite Geometric Series — Step 6's edge.
  • Error & Approximation in Calculus — the leftover gap after truncating is ~ the first dropped term.