Before the traps, let us earn the convergence rule instead of just quoting it. Look at two neighbouring terms of the series, the r-th and the (r+1)-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∣arxr∣ of a term of (1+x)1/2 at x=0.2.
(1+x)n has a finite expansion for every value of n.
False. It terminates only when n is a non-negative integer, because then a factor (n−n)=0 appears and kills every later term; for a fraction or negative n no factor is ever zero, so it runs forever.
The series (1+x)n=1+nx+⋯ is valid for any real x when n is a fraction.
False. It only converges when the absolute value of x is less than 1, i.e. ∣x∣<1; the ratio of consecutive terms tends to ∣x∣, so at x=5 each term is bigger than the last and the sum blows up.
(1−x)−1=1+x+x2+x3+⋯ is just an infinite geometric series in disguise.
True. It is exactly the Infinite Geometric Series with first term 1 and ratio x, whose sum 1−x1 matches (1−x)−1 — and both need ∣x∣<1 for the same reason.
If two approximations both use "keep 2 terms", they are equally accurate.
False. Accuracy depends on how small x is, not on the term count; (1+0.001)50 with two terms beats (1+0.4)1/2 with two terms, because the leftover is dominated by the first dropped term, whose size is set by the power of x.
The condition ∣x∣<1 is about x, so (2+3)1/2 can never be expanded.
False. The number51/2 is fine; you just can't use the (2+3) split. Factor the larger part: (4+1)1/2=2(1+41)1/2, and now ∣x∣=41<1 works.
For (1−x)1/2 the coefficient of x2 becomes positive because (−x)2=x2.
False. Substituting x→−x into +21x−81x2 gives −21x−81x2: the x2 term stays negative because its coefficient −81 is unchanged and (−x)2 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 ∣x∣<1, the leftover tail is like a geometric chain t+∣x∣t+∣x∣2t+⋯ whose sum 1−∣x∣t is dominated by its lead term t; 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 (1+x)n.
True. Computing the coefficient ar=r!f(r)(0) for f(x)=(1+x)n (with r and ar as defined above) reproduces the product-form coefficient exactly — see Maclaurin & Taylor Series.
(1+x)−2=1−2x+3x2−4x3+⋯ can be got by differentiating (1+x)−1.
True (up to a sign). Differentiating (1+x)−1=1−x+x2−⋯ gives −(1+x)−2=−1+2x−3x2+⋯; multiply by −1 to recover the stated series.
"(a+b)n=an+bn⋅(small stuff), so I can expand (3+7)1/2 directly with x=7."
The error is not factoring out the dominant term. You must write (3+7)1/2 as the larger base times (1+small); here 101/2 needs 10=9(1+91), giving 3(1+91)1/2 with ∣x∣=91<1.
"(998)1/3≈9981/3, and since 998≈1000, answer =10 exactly."
Rounding the base to 1000 throws away the whole correction. The point of the method is to keep the small deviation: 998=1000(1−0.002), then 10(1−0.002)1/3≈9.9933, not 10.
"To expand (1+x)1/2, use (r1/2)=r!(1/2−r)!(1/2)!."
Factorials of fractions don't exist, so the r!(n−r)!n! form is illegal here. Use the product formar=r!n(n−1)⋯(n−r+1), which never asks for a fractional factorial.
"(1+x)n≈1+nx always, so I'll use it for x=0.5,n=10."
With x=0.5 the second term 2n(n−1)x2=290(0.25)=11.25 is larger than 1+nx=6; here x is not "small" (the ratio-to-1 test fails), so one term is worthless.
"(1−x)−1=1+x+x2+⋯, so (1+x)−1=1+x+x2+⋯ too."
You forgot to substitute x→−x. (1+x)−1=1−x+x2−x3+⋯ — the signs alternate, they don't all stay positive.
"Since ∣x∣<1 is required, 1.02=(1+0.02)1/2 is invalid because 1.02>1."
The constraint is on x=0.02, the small added part, not on the whole number 1.02. Here ∣x∣=0.02<1, so it is perfectly valid.
Why does the integer binomial series stop but the rational one doesn't?
For integer n, at r=n+1 the factor (n−n) appears in the numerator, zeroing that and all later coefficients; a fraction or negative n never equals any integer r−1, so no factor is ever zero.
Why does the window come out as ∣x∣<1 and not, say, ∣x∣<2?
Because the ratio of consecutive terms tends to ∣x∣ (from r+1n−r→−1 times x); the tail behaves like a geometric chain of ratio ∣x∣, and geometric chains only settle to a finite sum when that ratio is below 1.
Why is "keep only 1+nx" often enough for tiny x?
Because each successive term arxr carries an extra power of x, and if x is tiny (x=0.001), then x2 is a millionth the size — the first correction nx already captures nearly all of the deviation from 1.
Why must we always massage a problem into the shape (1±small)?
The series is only defined and convergent in the form (1+x)n with ∣x∣<1; 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 ∣x∣ each step, so the leftover is a geometric tail t+∣x∣t+⋯=1−∣x∣t, close to its lead term t when ∣x∣ is small — see Figure s01's shrinking bars and Error & Approximation in Calculus.
Why is 0.96 slightly below0.98, not above?
Writing (1−0.04)1/2≈1−0.02−81(0.04)2, the x2 correction is negative, pulling the value a hair under the first-order guess 0.98.
Why can the reciprocal case (1+x)−1 be viewed two completely different ways?
As a binomial series with n=−1, or as a geometric series with ratio −x; both give 1−x+x2−⋯ and both demand ∣x∣<1, showing Convergence of Series and the binomial condition are the same idea.
What happens to the series at exactly x=+1 for n=−1?
(1−1)−1 would be 01, undefined; and the series 1−1+1−1+⋯ does not settle to a value. The right endpoint ∣x∣=1 is excluded for good reason.
What happens at x=+1 for a positive fractionaln, say n=21?
The value (1+1)1/2=2 is finite, and the series 1+21−81+161−⋯ has terms that alternate in sign after the first and shrink to 0, so by the alternating-series idea it converges (indeed to 2). So x=+1 is a genuine borderline: it fails for n=−1 but succeeds for 0<n<1 — exactly the delicate endpoint studied in Convergence of Series.
What about the other endpoint, x=−1, for n=−1?
Here (1+(−1))−1=(0)−1=01 is again undefined, and the series becomes 1+1+1+⋯, which diverges to infinity. So both endpoints fail for n=−1.
Does the x=−1 endpoint ever behave nicely for some n?
Yes — for a positive fractionaln such as n=21, the value (1+(−1))1/2=0 is finite and the series converges there (to 0). So the endpoint x=−1 is a genuine borderline: it can converge or diverge depending on the sign and size of n, which is exactly the subtlety studied in Convergence of Series.
What does the expansion give when n=0?
(1+x)0=1, and every term after the "1" carries a factor of n=0, so the whole tail vanishes — the series correctly collapses to just 1.
What if x=0 regardless of n?
(1+0)n=1; only the constant term survives since every higher term has a factor of x=0. The approximation is exact and trivial here.
Can n be a positive integer and still be written as the infinite series?
Yes — the infinite form still holds, but all terms beyond xn are automatically zero, so it silently reduces to the finite Binomial Theorem for Positive Integral Index.
What is the largest x for which (1+x)1/2≈1+21x is "good"?
There's no sharp cutoff, but the first dropped term is 81x2; for x=0.1 that is ≈0.00125 (three good digits), while at x=0.5 it balloons to ≈0.03 — accuracy degrades smoothly as x approaches 1.
If the small part is negative, say x=−0.03, does convergence still hold?
Yes — convergence depends on ∣x∣, and ∣−0.03∣=0.03<1, so (1−0.03)n 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 1−x1=(1−x)−1 (red) against three truncations — keeping 1+x, then 1+x+x2, then one more. Read it as a story:
Near x=0 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 ∣x∣→1 the curves peel apart and the red one races to infinity; this is the convergence radius ∣x∣<1 made visual — outside it, no finite truncation can keep up.
This is also why (1−x)−1 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 x=0 one term at a time.