Mathwords logoMathwords

Binomial Series — Definition, Formula & Examples

The binomial series is the infinite power series expansion of (1+x)k(1 + x)^k where kk is any real number. It generalizes the finite binomial theorem (which works only for positive integers) to fractional and negative exponents.

For any real number kk and x<1|x| < 1, the function (1+x)k(1 + x)^k equals the power series n=0(kn)xn\sum_{n=0}^{\infty} \binom{k}{n} x^n, where the generalized binomial coefficient is (kn)=k(k1)(k2)(kn+1)n!\binom{k}{n} = \frac{k(k-1)(k-2)\cdots(k-n+1)}{n!} for n1n \geq 1 and (k0)=1\binom{k}{0} = 1.

Key Formula

(1+x)k=n=0(kn)xn=1+kx+k(k1)2!x2+k(k1)(k2)3!x3+(1 + x)^k = \sum_{n=0}^{\infty} \binom{k}{n} x^n = 1 + kx + \frac{k(k-1)}{2!}x^2 + \frac{k(k-1)(k-2)}{3!}x^3 + \cdots
Where:
  • kk = Any real number exponent
  • xx = Variable with |x| < 1 for convergence
  • (kn)\binom{k}{n} = Generalized binomial coefficient: k(k−1)···(k−n+1) / n!

How It Works

When kk is a positive integer, the generalized binomial coefficients eventually become zero, so the series terminates and you get the familiar binomial theorem. When kk is a fraction or negative number, the coefficients never reach zero, producing a true infinite series. The series converges for x<1|x| < 1 regardless of kk. To use it, compute the generalized binomial coefficients one at a time: each new factor in the numerator decreases by 1 from the previous.

Worked Example

Problem: Expand (1+x)1/2(1 + x)^{1/2} as a binomial series up to the x3x^3 term.
Step 1: Identify k=12k = \frac{1}{2}. Write the first term (n = 0).
(1/20)x0=1\binom{1/2}{0} x^0 = 1
Step 2: Compute the n=1n = 1 and n=2n = 2 terms using the generalized coefficient formula.
(1/21)x=12x,(1/22)x2=12(12)2!x2=18x2\binom{1/2}{1} x = \frac{1}{2}x, \quad \binom{1/2}{2} x^2 = \frac{\frac{1}{2}\left(-\frac{1}{2}\right)}{2!}x^2 = -\frac{1}{8}x^2
Step 3: Compute the n=3n = 3 term.
(1/23)x3=12(12)(32)3!x3=3/86x3=116x3\binom{1/2}{3} x^3 = \frac{\frac{1}{2}\left(-\frac{1}{2}\right)\left(-\frac{3}{2}\right)}{3!}x^3 = \frac{3/8}{6}x^3 = \frac{1}{16}x^3
Answer: (1+x)1/2=1+12x18x2+116x3+(1 + x)^{1/2} = 1 + \frac{1}{2}x - \frac{1}{8}x^2 + \frac{1}{16}x^3 + \cdots for x<1|x| < 1.

Why It Matters

The binomial series lets you approximate expressions like 1+x\sqrt{1+x} or 1(1+x)3\frac{1}{(1+x)^3} as polynomials, which is essential in physics for linearization and in calculus for integrating functions that have no elementary antiderivative. It appears frequently on AP Calculus BC exams when you need to find Taylor series without computing derivatives directly.

Common Mistakes

Mistake: Forgetting that the numerator factors decrease by 1 each time, so terms like k(k1)(k2)k(k-1)(k-2)\cdots can become negative.
Correction: Track signs carefully. When k=12k = \frac{1}{2}, the second factor is 121=12\frac{1}{2} - 1 = -\frac{1}{2}, making the x2x^2 coefficient negative.