Binomial Expansion Calculator — Expand (a+bx)n Instantly
Free online binomial expansion calculator with full integer expansions, fractional and negative power series, Pascal's triangle visualization, and step-by-step binomial coefficient breakdown.
Binomial Expansion Calculator
Enter values for a, b, and the exponent n to expand (a + bx)n using the binomial theorem.
Binomial Expansion Formula Explained
The binomial theorem provides a formula for expanding expressions raised to a power. For (a + b)n, each term involves a binomial coefficient C(n,k), powers of a and b, and follows a precise pattern.
For General Powers (Negative & Fractional n)
This infinite series converges for |x| < 1 when n is not a positive integer. The generalized binomial coefficient is C(n,k) = n(n−1)(n−2)…(n−k+1) / k!.
Variable Definitions
- a — The first term constant in the binomial (a + bx)
- b — The coefficient of x in the second term
- n — The exponent (power) to which the binomial is raised
- C(n,k) — The binomial coefficient "n choose k"
- k — The term index (0-indexed: k=0 gives the first term)
How to Calculate a Binomial Expansion
Follow these steps to expand any binomial expression using the binomial theorem:
- Identify a, b, and n — Write your expression in the form (a + bx)n.
- Determine binomial coefficients — For integer n, compute C(n,k) = n!/(k!(n−k)!) for k = 0, 1, …, n. Or use Pascal's triangle row n.
- Apply the term formula — Each term is Tk+1 = C(n,k) · an−k · (bx)k.
- Simplify each term — Compute the powers and multiply by the coefficient.
- Sum all terms — Write the expansion from k=0 to k=n as a sum.
For negative or fractional n, use the generalized binomial series which produces an infinite expansion. This calculator shows the first several terms of the series.
Binomial Expansion Calculator Examples
Example 1: Expand (2 + 3x)4
Using n=4, a=2, b=3. Pascal's triangle row 4: 1, 4, 6, 4, 1.
= 16 + 96x + 216x² + 216x³ + 81x⁴
Example 2: Expand (1 + x)−1
Using the generalized binomial theorem for n = −1, a = 1, b = 1.
Valid for |x| < 1
Example 3: Find the 3rd term of (x + 2)6
The 3rd term corresponds to k=2: T3 = C(6,2) · x4 · 22 = 15 · x4 · 4 = 60x4.
Example 4: Expand (1 − 2x)1/2 (first 4 terms)
= 1 − x − x²/2 − x³/2 + …
Real-World Binomial Expansion Applications
- Probability & Genetics: The binomial distribution uses expansions to calculate probabilities of k successes in n trials, essential in genetics for predicting trait inheritance patterns.
- Calculus Approximations: Binomial series approximate functions like (1+x)1/2 for small x, used in physics for relativistic corrections and perturbation theory.
- Engineering Series: Taylor and Maclaurin series often reduce to binomial expansions for rational powers, enabling efficient numerical computation.
- Finance: Compound interest formulas (1+r)n are direct binomial expansions, used to model growth over multiple periods.
- Physics: Binomial expansions approximate gravitational potentials, electrostatic multipole expansions, and quantum mechanical perturbation series.
- Computer Algorithms: Binomial coefficients appear in combinatorial algorithms, dynamic programming solutions, and generating function analysis.
- Statistics: The binomial theorem underpins moment generating functions and the derivation of binomial distribution properties.
People Also Ask
Frequently Asked Questions
Binomial Expansion Glossary
Binomial Theorem
The formula for expanding (a+b)n as a sum of terms involving binomial coefficients, powers of a, and powers of b.
Binomial Coefficient
C(n,k) = n!/(k!(n−k)!) — the numerical coefficient of each term in a binomial expansion, also equal to entries in Pascal's triangle.
Pascal's Triangle
A triangular array where each number is the sum of the two above it. Row n provides the coefficients for (a+b)n.
Factorial
n! = n × (n−1) × (n−2) × ... × 1. Used to compute binomial coefficients. 0! = 1 by definition.
Generalized Binomial Theorem
Extends the binomial theorem to any real exponent n, producing an infinite series using generalized binomial coefficients.
Binomial Series
The infinite series expansion of (1+x)n for non-integer n: 1 + nx + n(n−1)x²/2! + ..., converging for |x|<1.
Combinations (nCr)
The number of ways to choose r items from n distinct items without regard to order. Equal to the binomial coefficient C(n,r).
Binomial Distribution
A probability distribution for the number of successes in n independent trials, with probabilities given by terms of (p+q)n where q=1−p.
Editorial Review & Methodology
This binomial expansion calculator was built and reviewed by the NumbrWiz Editorial Team. The binomial theorem is a cornerstone of algebra and combinatorics, verified against standard mathematics curricula including A-Level mathematics, AP Calculus, and college-level discrete mathematics textbooks.
- Formula verification: Cross-checked against multiple authoritative algebra, combinatorics, and calculus sources including the generalized binomial theorem for non-integer exponents.
- Edge case testing: Tested with n=0, n=1, negative powers, fractional powers, large integer n values, and zero coefficients.
- Pascal's triangle validation: Coefficient generation verified against known Pascal's triangle rows and combinatorial identities.
- Series convergence: For general power mode, the calculator displays terms consistent with the convergence radius |bx/a| < 1.
Transparency note: All calculations run client-side in your browser. No data is ever collected, stored, or transmitted. Results are for educational purposes; verify critical calculations independently. The generalized binomial series is truncated to 6 terms for display purposes.