Overview

The binomial expansion describes how to expand powers of a two-term sum, written (x + y)^n. For integer n ≥ 0 the expansion is a finite polynomial whose coefficients are the familiar binomial coefficients. A broader version, the generalized binomial theorem, extends the idea to arbitrary real or complex exponents and yields an infinite series that converges under specific conditions.

Formula and basic properties

The standard algebraic form for a nonnegative integer exponent n is: (x + y)^n = sum_{k=0}^n C(n,k) x^{n-k} y^k, where C(n,k) is “n choose k” = n!/(k!(n−k)!). Important properties include symmetry C(n,k)=C(n,n−k), the relationship to Pascal’s triangle, and the fact that the sum of coefficients equals 2^n.

Common forms and convergence

There are three commonly discussed contexts for binomial expansions:

  • Finite polynomial case: n is a nonnegative integer and the expansion has n+1 terms.
  • Generalized binomial series: for arbitrary exponent α, (1+x)^α = sum_{k=0}^∞ binom(α,k) x^k with binom(α,k)=α(α−1)…(α−k+1)/k!, convergent for |x|<1 (and in some boundary cases).
  • Negative-integer or other special exponents: often treated as instances of the generalized series producing an infinite expansion except when the exponent is a nonnegative integer.

History and development

The combinatorial coefficients and triangular arrangement now called Pascal’s triangle appeared in many mathematical traditions long before it was named for Blaise Pascal, including work in China, India and the Islamic world. Isaac Newton formulated the generalized binomial series that allows non-integer exponents and linked the expansion to what later became power series in analysis.

Examples and applications

Simple examples: (x + y)^2 = x^2 + 2xy + y^2; (x + y)^3 = x^3 + 3x^2y + 3xy^2 + y^3. A generalized example: (1 + x)^{1/2} = 1 + (1/2)x − (1/8)x^2 + … for |x|<1. Uses span algebraic manipulation, combinatorics (counting subsets and paths), probability (binomial distributions), numerical series expansions, and symbolic computation.

Notable facts and distinctions

Binomial coefficients count combinations and appear throughout discrete mathematics. Pascal’s triangle encodes identities (such as row sums and hockey-stick identities) and provides a quick way to expand small integer powers. Distinguish the finite expansion (polynomial) from the infinite generalized series: convergence and radius depend on the exponent and the size of the terms, so the infinite form is a tool of analysis as much as algebra.