Binomial Theorem

From weather forecast services to engineering and statistics, polynomial expressions are used daily to perform simple or more complicated mathematical operations. But how do you calculate a polynomial expression when the indices are very high and the calculations are long and tedious? This is where the binomial theorem comes in handy.

Get started

Millions of flashcards designed to help you ace your studies

Sign up for free

Review generated flashcards

Sign up for free
You have reached the daily AI limit

Start learning or create your own AI flashcards

StudySmarter Editorial Team

Team Binomial Theorem Teachers

  • 5 minutes reading time
  • Checked by StudySmarter Editorial Team
Save Article Save Article
Contents
Contents
Table of contents

    Jump to a key chapter

      This article will cover the binomial theorem, its formula, and what it is used for. The binomial theorem will then also be applied in examples to solve binomial expansions.

      What is the Binomial Theorem Formula?

      The binomial theorem allows us to expand an expression of the form (x + y)n into a polynomial sum containing x and y terms. A general formula for a binomial expression is given by,

      (x+y)n= n0 xn y0 + n1 xn-1y1 + n2 xn-2 y2 +...+ nn-1 x1 yn-1 + nn x0 yn.

      which can be simplified to the following.

      The binomial formula is the following

      (x+y)n=k=0n nk xn-k yk,

      where both n and k are integers.

      In the above expression, k=0ndenotes the sum of all the terms starting at k = 0 until k = n.

      Note that x and y can be interchanged here so the binomial theorem can also be written a

      (x+y)n=k=0n nk xk yn-k

      and this would give the same results as above.

      The notation nk can be referred to as "n choose k" and gives a number called binomial coefficient, which is the number of different combinations of ordering k objects out of a total of n objects.

      A binomial coefficient (n choose k, or C kn) is given by,

      ,

      where "!" means factorial.

      Factorial means the product of an integer with all the integers below it. For an integer n, we can express the factorial of n as

      n!=n×(n-1)×(n-2)×...×1.

      For example for 5 choose 3, we would have,

      .

      What is the proof for the binomial theorem?

      The binomial theorem can be proved in a few different ways, but we will focus on the combinatorial proof.

      Any expression in the form of (x+y)n can be written as

      (x+y)n=(x+y) × (x+y) ×...× (x+y),

      with a total of n products.

      After expanding and removing the parenthesis, each term has the form of xn-k yk, for some arbitrary k between 0 and n.

      The coefficient of this term has to be the number of ways to choose k values of y out of n values of (x+y). Therefore, the coefficient of xn-k yk is nk and

      (x+y)n=k=0n nk xn-k yk.

      How to do a binomial expansion?

      To understand how to expand a binomial expansion, we will look at an example.

      Let's say we want to expand . In this case, n = 4 and k will vary between 0 and 4. Using the formula for the binomial theorem, we can write:

      .

      We can now use the equation for the binomial coefficient to find all the constant terms in this expression. For the first term, 4 choose 0 (4C0), we have:

      .

      Repeating this for all 5 coefficients, we end up with binomial coefficients of 4C0 = 1, 4C1 = 4, 4C2 = 6, 4C3 = 4 and 4C4 = 1 in order.

      Therefore, our expression for the binomial expansion simplifies to:

      .

      Note that y could also be replaced by any number.

      Binomial theorem examples

      The binomial theorem can also be used to find a specific term for a binomial expansion. For this, you do not have to carry out the whole expansion but will only be required to find one term. Let's look at an example to see how this can be done.

      Find the coefficient of x4 in the expansion of (2x+1)6.

      Solution

      We recall the binomial theorem,

      .

      We notice that in our case n = 6, x = 2x and y = 1.

      We need to find the term where the power of x is 4.

      This will be when xn-2=x6-2=x4. So the term we are looking at in the formula is the third term

      n2xn-2y2.

      Replacing n = 6, y = 1 and x = 2x, we get

      62(2x)412.

      To find the binomial coefficient, we use

      nk=n!k!(n-k)!=6!2!(4!)=6×5×4×3×2×12×1×4×3×2×1=15.

      So the term we are looking for is 15×(2x)4×12=240x4.As the question asks for the coefficient of the x4 term, the answer is simply 240.

      Expand (x2+3)5.

      Solution

      In this case, we have x=x2, y=3 and n=5.

      Using the binomial formula, we can expand this to

      (x2+3)5=50(x2)530+51(x2)431+52(x2)332+53(x2)233+54(x2)134+55(x2)035.

      Now we need to calculate all the coefficients using the n choose k formula.

      For 50 we obtain

      50=5!0!(5-0)!=5×4×3×2×11×5×4×3×2×1=1.

      Repeating this for all coefficients, we get 51=5, 52=10, 53=10, 54=5 and 55=1.

      Therefore,

      (x2+3)5=x10+5x83+10x69+10x427+5x281+243=x10+15x8+90x6+270x4+405x2+243.

      Binomial Theorem - Key takeaways

      • The binomial theorem is used for carrying out binomial expansions. This means simplifying expressions of the form (x+y)ninto a polynomial sum in terms of x and y.
      • The formula for the binomial theorem is:

      • The simplified version of the binomial theorem is (x+y)n=k=0nnkxn-kyk=k=0nnkxkyn-k
      • The binomial coefficients or constant terms in this expression are found using:

      Binomial Theorem Binomial Theorem
      Learn with 0 Binomial Theorem flashcards in the free StudySmarter app

      We have 14,000 flashcards about Dynamic Landscapes.

      Sign up with Email

      Already have an account? Log in

      Frequently Asked Questions about Binomial Theorem

      What is the binomial theorem used for?

      The binomial theorem is used for carrying out binomial expansions. This means simplifying expressions of the form (x + y)n into a polynomial sum in terms of x and y.  

      What is the binomial theorem formula?

      The simplified formula for the binomial theorem is (x + y)n = Σ (n choose k) xn–k yk.

      How to expand an expression using the binomial theorem?

      You can expand an expression by plugging the numbers into the binomial formula

      (x + y)n = Σ (n choose k) xn–k yk

      and working out the binomial coefficients with the formula (n choose k) = n! / [k!(n-k)!]

      How to prove the binomial theorem?

      The binomial theorem can be proved in a few different ways, but the most accessible may be the proof using combinatorics.

      What is the binomial theorem?

      The binomial theorem is the theorem that states the binomial formula.

      Save Article

      Discover learning materials with the free StudySmarter app

      Sign up for free
      1
      About StudySmarter

      StudySmarter is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.

      Learn more
      StudySmarter Editorial Team

      Team Math Teachers

      • 5 minutes reading time
      • Checked by StudySmarter Editorial Team
      Save Explanation Save Explanation

      Study anywhere. Anytime.Across all devices.

      Sign-up for free

      Sign up to highlight and take notes. It’s 100% free.

      Join over 22 million students in learning with our StudySmarter App

      The first learning app that truly has everything you need to ace your exams in one place

      • Flashcards & Quizzes
      • AI Study Assistant
      • Study Planner
      • Mock-Exams
      • Smart Note-Taking
      Join over 22 million students in learning with our StudySmarter App
      Sign up with Email