Binomial Expansion Calculator
Expand (a + b)^n with the binomial theorem, list each coefficient and power, and compare the result with Pascal's triangle.
Expands (a + b)^n for a non-negative whole number n.
Result
a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4
(a + b)^4 expands to a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4
Quick Answer
A binomial expansion calculator writes every term of (a + b)^n using binomial coefficients. For n = 4, the coefficients are 1, 4, 6, 4, 1. Match them with falling powers of a and rising powers of b to get a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴.
Understanding Binomial Expansion: What Results Show
A binomial has two terms. Raising the binomial to a whole-number power means multiplying the same two-term expression many times. The binomial theorem gives the full result without doing each long product. This tool builds one term for each value of k from 0 through n. The power of a starts at n and falls by one. The power of b starts at 0 and rises by one. A binomial coefficient sets the number in front of each term. The coefficient list matches a row of Pascal's triangle. That link gives students a quick hand check for small powers. The full expansion has n + 1 terms before like terms combine, and the two exponents add to n in every term.
The Binomial Theorem Formula And Its Use In Expansion
The binomial theorem expands any power of a sum into a polynomial using combinatorial coefficients.
- (a + b)ⁿ = Σ C(n, k) × a^(n − k) × b^k, for k = 0 to n.
- C(n, k) = n! ÷ [k!(n − k)!].
- C(n, k + 1) = C(n, k) × (n − k) ÷ (k + 1).
a and b: the two binomial terms.
n: a nonnegative whole-number power.
k: the term index from 0 through n.
C(n, k): the coefficient called n choose k.
How To Use A Binomial Expansion Calculator In 4 Steps
Inputs
- Exponent: enter the power n as a nonnegative whole number.
Steps
- Enter the power n.
- Calculate all n + 1 terms.
- Check the coefficients against Pascal's triangle.
Binomial Expansion In Practice: A Full Pascal Check
Expand (a + b)ⁿ for exponent n = 4.
- Start with coefficient C(4, 0) = 1.
- Find C(4, 1): 1 × (4 − 0) ÷ (0 + 1) = 4.
- Find C(4, 2): 4 × (4 − 1) ÷ (1 + 1) = 6.
- Find C(4, 3): 6 × (4 − 2) ÷ (2 + 1) = 4.
- Find C(4, 4): 4 × (4 − 3) ÷ (3 + 1) = 1.
- Pair the coefficients with falling/rising powers: a⁴, a³b, a²b², ab³, b⁴.
The expanded form is a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴. Every coefficient is an exact integer, so no rounding is needed. The Pascal row is 1, 4, 6, 4, 1.
Where A Binomial Expansion Calculator Is Most Useful
Use this tool in algebra or precalculus when a binomial has a whole-number power. The tool helps check coefficients, term order, and exponent patterns without multiplying every factor by hand.
For nearby algebraic, combinatorics, and polynomial tools, see the math calculators hub and look up concepts in the glossary.
Assumptions
- The expression has two terms.
- The power n is a nonnegative whole number.
- Terms are written in the order set by k.
- Exact integer coefficients are kept.
Limitations
- Negative or fractional powers need a binomial series, not this finite rule.
- Like terms may need more work when a and b contain related expressions.
- Very large powers create long results.
- The tool expands but does not factor a polynomial.
In Practice
A common pattern error moves both exponents in the same direction. The power of a falls while the power of b rises. Their exponents add to n in every term.
Related Calculators
Partial Fraction Decomposition Calculator
Split a proper rational function with distinct linear factors into simpler fractions, with coefficients found from the factor roots.
Open the CalculatorNormal CDF Calculator
Find the chance below, above, or between values on a normal curve from its mean, spread, and one or two cutoffs for each result.
Open the CalculatorPoisson Distribution Calculator
Find the chance of an exact, at-most, or at-least event count from a mean rate and a whole-number target in statistics problems.
Open the CalculatorRelated Guides
- How To Calculate Percentage Uncertainty In Lab Work
Learn how to calculate percentage uncertainty in a lab result with the formula, rounding notes, repeated readings, and a worked example clearly.
- How to Calculate Productivity: Formulas for Any Role
Learn how to calculate productivity using output divided by input. Covers labor productivity, efficiency ratios, and how to apply each formula.
- How To Calculate Projectile Motion
Learn how to calculate projectile motion with this simple step-by-step math guide. We show you how to find max height, fly time, and the total travel path.
- How to Calculate the Scale Factor of a Dilation Guide
Learn how to calculate the scale factor of a dilation in geometry, covering the side-length ratio method and the coordinate-distance method.
- How to Calculate Sourdough Hydration: Baker’s Percentages
Learn how to calculate sourdough hydration using baker's percentages. Covers the basic formula and how to account for starter water and flour.
- How To Calculate Variance Percentage Between Two Values
Learn the variance percentage formula and follow five clear steps to compare actual and expected values. See a worked example with full visible math.
Binomial Expansion Calculator Questions And Answers
How Many Terms Are In A Binomial Expansion?
The expansion of (a + b)^n has n + 1 terms before any like terms combine. The index k runs from 0 through n, which creates one term for each value. This count includes both end terms.
Why Do The Coefficients Match Pascal's Triangle?
Each row of Pascal's triangle lists the binomial coefficients C(n, k). Those same values count how many times each a and b power pattern appears during repeated multiplication. Pascal's rule builds the same sequence.
How Do The Exponents Change Across The Terms?
The exponent of a starts at n and drops to zero across the expansion. The exponent of b starts at zero and rises to n. Their sum stays equal to n in every shown term.
Can The Calculator Expand A Binomial Difference?
A binomial difference can be expanded by treating the second term as negative. Write the form as (a + (-b))^n. The same coefficients apply, while odd powers of the negative term change the sign in order.
Sources
Last updated: . Reviewed for accuracy against the formula shown above.