Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Definition
The binomial series is the Taylor series expansion of the function $(1 + x)^n$ around $x = 0$. It generalizes the binomial theorem to cases where the exponent $n$ is not necessarily an integer.
The general form of the binomial series for $(1 + x)^n$ is $\sum_{k=0}^{\infty} \binom{n}{k} x^k$, where $\binom{n}{k}$ is the generalized binomial coefficient.
For integer $n$, the binomial series terminates after a finite number of terms.
The radius of convergence for the binomial series $ (1 + x)^n $ depends on whether $ n $ is an integer or not: if $ n \in \mathbb{Z}$, it converges for all $ x $, otherwise it converges for $ |x| < 1 $.
The generalized binomial coefficient $\binom{n}{k}$ can be computed using $\frac{n(n-1)(n-2)...(n-k+1)}{k!}$ for any real or complex number $ n $.
In applications, the binomial series is useful in approximating functions near a specific point and solving differential equations.
An infinite series of the form $\sum_{n=0}^{\infty} a_n (x - c)^n$, where each term involves powers of $(x - c)$ and coefficients $a_n$.
Binomial Theorem: A formula that provides the expanded form of $(a + b)^n$ as a sum involving terms containing coefficients given by binomial coefficients.