3.3.14 · D5Sequences & Series

Question bank — Binomial theorem for rational indices (approximate values)

2,289 words10 min readBack to topic

Before we start, one reminder in plain words so every symbol below is earned:

  • means "one plus a small number , raised to a power ".
  • here may be a fraction (like = square root) or negative (like = reciprocal), not just a counting number.
  • The expansion runs forever unless is a non-negative whole number.

First: what does "" actually mean, and where does it come from?

Before the traps, let us earn the convergence rule instead of just quoting it. Look at two neighbouring terms of the series, the -th and the -th, and ask: is each new term bigger or smaller than the one before it? The ratio of consecutive terms is what decides whether the running total settles down or explodes.

Now we can see this shrinkage directly. In the figure below, each bar is the actual size of a term of at .


True or false — justify

has a finite expansion for every value of .
False. It terminates only when is a non-negative integer, because then a factor appears and kills every later term; for a fraction or negative no factor is ever zero, so it runs forever.
The series is valid for any real when is a fraction.
False. It only converges when the absolute value of is less than , i.e. ; the ratio of consecutive terms tends to , so at each term is bigger than the last and the sum blows up.
is just an infinite geometric series in disguise.
True. It is exactly the Infinite Geometric Series with first term and ratio , whose sum matches — and both need for the same reason.
If two approximations both use "keep 2 terms", they are equally accurate.
False. Accuracy depends on how small is, not on the term count; with two terms beats with two terms, because the leftover is dominated by the first dropped term, whose size is set by the power of .
The condition is about , so can never be expanded.
False. The number is fine; you just can't use the split. Factor the larger part: , and now works.
For the coefficient of becomes positive because .
False. Substituting into gives : the term stays negative because its coefficient is unchanged and is positive. Only odd-power signs flip.
The truncation error of a binomial approximation is about the size of the first term you dropped.
True. Since consecutive terms shrink by a factor near , the leftover tail is like a geometric chain whose sum is dominated by its lead term ; so the first omitted term sets the error's size — the idea behind Error & Approximation in Calculus.
The rational-index expansion is the same object as the Maclaurin series of .
True. Computing the coefficient for (with and as defined above) reproduces the product-form coefficient exactly — see Maclaurin & Taylor Series.
can be got by differentiating .
True (up to a sign). Differentiating gives ; multiply by to recover the stated series.

Spot the error

", so I can expand directly with ."
The error is not factoring out the dominant term. You must write as the larger base times ; here needs , giving with .
", and since , answer exactly."
Rounding the base to throws away the whole correction. The point of the method is to keep the small deviation: , then , not .
"To expand , use ."
Factorials of fractions don't exist, so the form is illegal here. Use the product form , which never asks for a fractional factorial.
" always, so I'll use it for ."
With the second term is larger than ; here is not "small" (the ratio-to-1 test fails), so one term is worthless.
", so too."
You forgot to substitute . — the signs alternate, they don't all stay positive.
"Since is required, is invalid because ."
The constraint is on , the small added part, not on the whole number . Here , so it is perfectly valid.

Why questions

Why does the integer binomial series stop but the rational one doesn't?
For integer , at the factor appears in the numerator, zeroing that and all later coefficients; a fraction or negative never equals any integer , so no factor is ever zero.
Why does the window come out as and not, say, ?
Because the ratio of consecutive terms tends to (from times ); the tail behaves like a geometric chain of ratio , and geometric chains only settle to a finite sum when that ratio is below .
Why is "keep only " often enough for tiny ?
Because each successive term carries an extra power of , and if is tiny (), then is a millionth the size — the first correction already captures nearly all of the deviation from .
Why must we always massage a problem into the shape ?
The series is only defined and convergent in the form with ; any other base has to be factored out first so the leftover deviation is a genuine small number.
Why does the truncation error roughly equal the first term you dropped?
The dropped terms shrink by a factor near each step, so the leftover is a geometric tail , close to its lead term when is small — see Figure s01's shrinking bars and Error & Approximation in Calculus.
Why is slightly below , not above?
Writing , the correction is negative, pulling the value a hair under the first-order guess .
Why can the reciprocal case be viewed two completely different ways?
As a binomial series with , or as a geometric series with ratio ; both give and both demand , showing Convergence of Series and the binomial condition are the same idea.

Edge cases

What happens to the series at exactly for ?
would be , undefined; and the series does not settle to a value. The right endpoint is excluded for good reason.
What happens at for a positive fractional , say ?
The value is finite, and the series has terms that alternate in sign after the first and shrink to , so by the alternating-series idea it converges (indeed to ). So is a genuine borderline: it fails for but succeeds for — exactly the delicate endpoint studied in Convergence of Series.
What about the other endpoint, , for ?
Here is again undefined, and the series becomes , which diverges to infinity. So both endpoints fail for .
Does the endpoint ever behave nicely for some ?
Yes — for a positive fractional such as , the value is finite and the series converges there (to ). So the endpoint is a genuine borderline: it can converge or diverge depending on the sign and size of , which is exactly the subtlety studied in Convergence of Series.
What does the expansion give when ?
, and every term after the "" carries a factor of , so the whole tail vanishes — the series correctly collapses to just .
What if regardless of ?
; only the constant term survives since every higher term has a factor of . The approximation is exact and trivial here.
Can be a positive integer and still be written as the infinite series?
Yes — the infinite form still holds, but all terms beyond are automatically zero, so it silently reduces to the finite Binomial Theorem for Positive Integral Index.
What is the largest for which is "good"?
There's no sharp cutoff, but the first dropped term is ; for that is (three good digits), while at it balloons to — accuracy degrades smoothly as approaches .
If the small part is negative, say , does convergence still hold?
Yes — convergence depends on , and , so expands perfectly well; only the signs of odd-power terms change.

Recall Two linked series, seen side by side — and

why truncation works The picture below is the visual argument behind the truncation-error rule. It plots the true reciprocal (red) against three truncations — keeping , then , then one more. Read it as a story:

  • Near every truncation hugs the red curve; the gap between a truncation and the truth is essentially the next term you would have added — the first dropped term, exactly as claimed above.

  • As the curves peel apart and the red one races to infinity; this is the convergence radius made visual — outside it, no finite truncation can keep up. This is also why is the same as the Infinite Geometric Series sum, and why truncating any binomial series is the Maclaurin & Taylor Series act of matching a curve near one term at a time.


Connections