Tim Gan Math
Blog Post

Step-by-step Guide to Binomial Theorem

Timothy Gan
12 min read
Step-by-step Guide to Binomial Theorem - Blog post featured image

Hi students, let’s explore the concept of the Binomial Theorem today! From my experience, this is usually one of the most confusing topics as students approach it with rote memorization instead of seeing the pattern in the expansions.

In this article, I will explain how the formula comes about and provide some examples for you to practice.

Binomial Theorem is a very common topic that can be found in many mathematics syllabi such as the IGCSE Additional Mathematics (0606) and Singapore SEAB Additional Mathematics.

Pascal's Triangle

Before we start, we need to know that there is such a thing called Pascal’s triangle.



Pascal’s triangle is actually a very fun triangle to play with.


So we start the triangle with one at the top. Then we slide down to both sides and move one in.


Binomial Theorem-1


For the interior part, we will have to connect the two numbers above together and add them up.


Binomial Theorem-2


The pattern repeats.



Now, let’s compare the coefficients of the expansions with Pascal’s triangle above.


${{left( a+b right)}^{2}}=%%MATHDISPLAY0%%{{a}^{2}}+%%MATHDISPLAY1%%ab+%%MATHDISPLAY2%%{{b}^{2}}$
${{left( a+b right)}^{3}}=%%MATHDISPLAY3%%{{a}^{3}}+%%MATHDISPLAY4%%{{a}^{2}}b+%%MATHDISPLAY5%%a{{b}^{2}}+%%MATHDISPLAY6%%{{b}^{3}}$
${{left( a+b right)}^{4}}=%%MATHDISPLAY7%%{{a}^{4}}+%%MATHDISPLAY8%%{{a}^{3}}b+%%MATHDISPLAY9%%{{a}^{2}}{{b}^{2}}+%%MATHDISPLAY10%%a{{b}^{3}}+%%MATHDISPLAY11%%{{b}^{4}}$


We could see that there is a similarity in the pattern for the expansion of our expression here. It is pretty obvious how things are working for the coefficients now, but what about the power of the constants? Please note that there is a special pattern of counting for the power of each term in Pascal’s triangle.


${{left( a+b right)}^{4}}=1%%MATHDISPLAY12%%{{b}^{0}}%%MATHDISPLAY13%%{{a}^{3}}%%MATHDISPLAY14%%+6%%MATHDISPLAY15%%{{b}^{2}}%%MATHDISPLAY16%%{{a}^{1}}%%MATHDISPLAY17%%+1%%MATHDISPLAY18%%{{b}^{4}}$


The powers of the term $a$ descends from $4$ to zero while the powers of the other term, $b$ ascends from zero to $4$. 



How do you use Pascal's Triangle?

So, if you want to find, for example, ${{left( a+b right)}^{5}}$, we could use the subsequent level of Pascal’s triangle to help.



To expand ${{left( a+b right)}^{5}}$:


1.


We know that ${{left(a+bright)}^{n}}$ would yield $n+1$ terms. So, we could expect to have six terms after the expansion of ${{left(a+bright)}^{5}}$.
Let's write it as:


${{left( a+b right)}^{5}}=ab+ab+ab+ab+ab+ab$


2.


Then, run down the powers of the terms where the powers of the term $a$ descend from $5$ to zero while the powers of the other term, $b$ would ascend from zero to $5$.


${{left( a+b right)}^{5}}=%%MATHDISPLAY0%%{{b}^{0}}%%MATHDISPLAY1%%{{a}^{4}}%%MATHDISPLAY2%%+%%MATHDISPLAY3%%{{b}^{2}}%%MATHDISPLAY4%%{{a}^{2}}%%MATHDISPLAY5%%+%%MATHDISPLAY6%%{{b}^{4}}%%MATHDISPLAY7%%{{a}^{0}}%%MATHDISPLAY8%%1%%MATHDISPLAY9%%5%%MATHDISPLAY10%%10%%MATHDISPLAY11%%10%%MATHDISPLAY12%%5%%MATHDISPLAY13%%1$${{a}^{0}}{{b}^{5}}$


4.


Simplify the expansion.


${{left( a+b right)}^{5}}={{a}^{5}}+5{{a}^{4}}b+10{{a}^{3}}{{b}^{2}}+10{{a}^{2}}{{b}^{3}}+5a{{b}^{4}}+{{b}^{5}}$



However, it is impossible for us to draw out Pascal’s triangle every time, especially if it involves the expansion of higher powers.



What is a binomial coefficient, and how it is calculated?

In fact, there is a formula for us to find the binomial coefficients and this formula is called “$n$ choose $r$” , written as ${}^{n}{{c}_{r}}$ or $left( begin{matrix}n \r \end{matrix} right)$.


But how do we identify the terms in Pascal’s triangle? We need to bear in mind that counting always starts from zero.



The $n$ refers to the level, which corresponds to the power of the expansion.


This makes it easy to find the coefficient of a particular term as we can use our calculator to find the value of ${}^{n}{{c}_{r}}$. 



Example: Finding Coefficient of a Specific Term


To find the coefficient of the third term for the expansion ${{left( a+b right)}^{5}}$:












Image$begin{aligned}{}^{5}{{C}_{3}}&=left( begin{matrix}5 \3 \end{matrix} right) \
& =frac{5!}{3!left( 5-2 right)!} \& =10
end{aligned}$

How to find the general term in binomial theorem?

For the expansion of ${{(a+b)}^{n}}$ , the general term formula for ${{(r+1)}^{text{th}}}$ term is ${{T}_{r+1}}=left( begin{matrix}n \r \end{matrix} right){{a}^{(n-r)}}{{b}^{r}}$.


Let’s see how we can apply the general term formula in some simple questions.


(1)


Finding the 5th term of the expansion ${{(1+2x)}^{6}}$


$r=4$ (Note: we start counting from zero hence 5th term will have $r=4$)
5th term, ${{T}_{5}}={{T}_{4+1}}=left( begin{matrix}
6 \
4 \
end{matrix} right){{1}^{(6-4)}}{{left( 2x right)}^{4}}=240{{x}^{3}}$


(2)


Finding the 7th term of the expansion ${{(3+x)}^{8}}$


$r=6$ , 7th term, ${{T}_{7}}={{T}_{6+1}}=left( begin{matrix}
8 \
6 \
end{matrix} right){{3}^{(8-6)}}{{left( x right)}^{6}}=504{{x}^{3}}$


(3)


Finding the 5th term of the expansion ${{(2x+1)}^{6}}$


$r=4$, 5th term, ${{T}_{5}}={{T}_{4+1}}=left( begin{matrix}
6 \
4 \
end{matrix} right){{left( 2x right)}^{(6-4)}}{{left( 1 right)}^{4}}=60{{x}^{2}}$


Note that the 5th term of (1) and (3) are different. Why is it different when ${{(1+2x)}^{6}}={{(2x+1)}^{6}}$? It’s because the power of expansion is different. For (1) we ascend the power of $x$ as for (3) we descend the power of $x$. This shows that, though the general term formula is convenient, it’s not all that useful if the context is not given.


This is a brief overview of Pascal’s triangle and Binomial Theorem. Download free printable worksheet here for some extra practice. Now, let’s see how we can solve problems involving binomial theorem in the subsequent questions. 



How to find the first four terms of a binomial expansion?

Question 1 - Binomial Expansion involving Linear Equation

 Find, in ascending powers of $x$, the first four terms in the expansion of ${{(2-3x)}^{6}}$.


[presto_player id=27124]


In the O Level Syllabus, you were given the formula


${{left( a+b right)}^{n}}={{a}^{n}}+left( begin{matrix}n \1 \end{matrix} right){{a}^{n-1}}b+left( begin{matrix}n \2 \end{matrix} right){{a}^{n-2}}{{b}^{2}}+...+left( begin{matrix}n \r \end{matrix} right){{a}^{n-r}}{{b}^{r}}+...+{{b}^{n}}$,


where $n$ is a positive integer and $left( begin{matrix}n \r \end{matrix} right)=frac{n!}{r!left( n-r right)!}=frac{nleft( n-1 right)...left( n-r+1 right)}{r!}$.


To solve this question:

















1.From the question, we know that $a=2$, $b=-3x$ and $n=6$.
2.

Substitute the values into the formula and expand it.


$begin{aligned}{{left( 2-3x right)}^{6}}&=left( begin{matrix} 6 \ 0 \end{matrix} right){{left( 2 right)}^{6}}{{left( -3x right)}^{0}}+left( begin{matrix} 6 \ 1 \end{matrix} right){{left( 2 right)}^{5}}{{left( -3x right)}^{1}}+left( begin{matrix} 6 \ 2 \end{matrix} right){{left( 2 right)}^{4}}{{left( -3x right)}^{2}}+left( begin{matrix} 6 \ 3 \end{matrix} right){{left( 2 right)}^{3}}{{left( -3x right)}^{3}}+... \ & =left( 1 right){{left( 2 right)}^{6}}left( 1 right)+6{{left( 2 right)}^{5}}left( -3x right)+15{{left( 2 right)}^{4}}{{left( -3 right)}^{2}}{{x}^{2}}+20{{left( 2 right)}^{3}}{{left( -3 right)}^{3}}{{x}^{3}}+... \ & =64-576x+2160{{x}^{2}}-4320{{x}^{3}}+... end{aligned}$


Question 2 - Binomial Expansion involving Fraction

 Find, in ascending powers of $x$, the first four terms in the expansion of ${{left( 2x+frac{y}{4} right)}^{6}}$.


[presto_player id=39092]


To solve this question:

















1.From the question, we know that $a=2x$, $b=frac{y}{4}$ and $n=6$.
2.

Substitute the values into the formula and expand it.


$begin{aligned} {{left( 2x+frac{y}{4} right)}^{6}}&=left( begin{matrix} 6 \ 0 \ end{matrix} right){{left( 2x right)}^{0}}{{left( frac{y}{4} right)}^{6}}+left( begin{matrix} 6 \ 1 \ end{matrix} right){{left( 2x right)}^{1}}{{left( frac{y}{4} right)}^{5}}+left( begin{matrix} 6 \ 2 \ end{matrix} right){{left( 2x right)}^{2}}{{left( frac{y}{4} right)}^{4}}+left( begin{matrix} 6 \ 3 \ end{matrix} right){{left( 2x right)}^{3}}{{left( frac{y}{4} right)}^{3}}+... \ & =left( 1 right)left( 1 right)frac{{{y}^{6}}}{{{4}^{6}}}+frac{6left( 2 right)}{{{4}^{5}}}x{{y}^{5}}+frac{15{{left( 3 right)}^{2}}}{{{4}^{4}}}{{x}^{2}}{{y}^{4}}+frac{20{{left( 2 right)}^{3}}}{{{4}^{3}}}{{x}^{3}}{{y}^{3}}+... \ & =frac{1}{4096}{{y}^{6}}+frac{3}{256}x{{y}^{5}}+frac{15}{64}{{x}^{2}}{{y}^{4}}+frac{5}{2}{{x}^{3}}{{y}^{3}}+... end{aligned}$




How to find the binomial coefficients?

Question 3 - Without the use of a calculator

Evaluate the following without using a calculator.


(a)      $left( begin{matrix} 10 \ 3 \end{matrix} right)$,


(b)      $left( begin{matrix} n+2 \ 2 \end{matrix} right)$ in terms of $n$,


(c)       $left( begin{matrix}n+1 \ n \end{matrix} right)$ in terms of $n$, 


(d)      $left( begin{matrix} n \n \end{matrix} right)$ in terms of $n$.


[presto_player id=27128]


From the formula, $left( begin{matrix}n \r \end{matrix} right)=frac{n!}{r!left( n-r right)!}=frac{nleft( n-1 right)...left( n-r+1 right)}{r!}$.

























(a)$begin{aligned}left( begin{matrix}n \ r \end{matrix} right)&=frac{n!}{r!left( n-r right)!} \left( begin{matrix}10 \ 3 \end{matrix} right)&=frac{10!}{3!left( 10-3 right)!} \& =frac{10!}{3!7!} \& =frac{10cdot 9cdot 8cdot 7!}{left( 3cdot 2cdot 1 right)cdot 7!} \& =120 end{aligned}$
(b)$begin{aligned}left( begin{matrix}n+2 \2 \end{matrix} right)&=frac{left( n+2 right)!}{2!left( n+2-2 right)!} \& =frac{left( n+2 right)!}{2cdot 1cdot n!} \& =frac{left( n+2 right)left( n+1 right)n!}{2cdot n!} \& =frac{left( n+2 right)left( n+1 right)}{2}end{aligned}$
(c)$begin{aligned}left( begin{matrix}n+1 \ n\end{matrix} right)&=frac{left( n+1 right)!}{n!left( n+1-n right)!} \& =frac{left( n+1 right)!}{n!1!} \& =frac{left( n+1 right)n!}{n!} \& =n+1 end{aligned}$
(d)$begin{aligned} left( begin{matrix} n \ n \end{matrix} right)&=frac{n!}{n!left( n-n right)!} \& =frac{n!}{n!0!} \& =1end{aligned}$

Question 4 - To find the coefficient of a specific term

Find, in ascending powers of $x$, the first three terms in the expansion of ${{left( 2-frac{x}{2} right)}^{6}}.$ Hence, find the coefficient of ${{x}^{2}}$ in the expansion of ${{left( x+1 right)}^{2}}{{left( 2-frac{x}{2} right)}^{6}}.$


[presto_player id=39257]

















1.Find the first three terms of ${{left( 2-frac{x}{2} right)}^{6}}$ :
$begin{aligned} {{left( 2-frac{x}{2} right)}^{6}}&=left( begin{matrix}
6 \
0 \
end{matrix} right){{left( 2 right)}^{6}}{{left( -frac{x}{2} right)}^{0}}+left( begin{matrix}
6 \
1 \
end{matrix} right){{left( 2 right)}^{5}}{{left( -frac{x}{2} right)}^{1}}+left( begin{matrix}
6 \
2 \
end{matrix} right){{left( 2 right)}^{4}}{{left( -frac{x}{2} right)}^{2}}+... \
& ={{2}^{6}}+6{{left( 2 right)}^{5}}cdot left( -frac{1}{2} right)x+15{{left( 2 right)}^{4}}{{left( -frac{1}{2} right)}^{2}}{{left( x right)}^{2}}+... \
& =64-96x+60{{x}^{2}}+...
end{aligned}$
2.

Then, multiply ${{left( x+1 right)}^{2}}$ to the three terms obtained to find the coefficient of ${{x}^{2}}$ in ${{left( x+1 right)}^{2}}{{left( 2-frac{x}{2} right)}^{6}}$.


Tips: We only need to multiply the terms that would produce ${{x}^{2}}$.
$begin{aligned}
{{left( x+1 right)}^{2}}{{left( 2-frac{x}{2} right)}^{6}}&=left( {{x}^{2}}+2x+1 right)left( 64-96x+60{{x}^{2}}+... right) \
& =64{{x}^{2}}-96xleft( 2x right)+1left( 60{{x}^{2}} right)+... \
& =-68{{x}^{2}}+...
end{aligned}$


$therefore $coefficient of ${{x}^{2}}=-68$




How to find the unknown powers for binomial expansion?

Question 5

In the expansion of ${{(1-2x)}^{n}}$, where $n$ is a positive integer, in the ascending powers of $x$, the coefficient of the third term is $112$. Find the value of $n$.


[presto_player id=39252]

















1.Expand the term ${{left( 1-2x right)}^{n}}$ to find the third term:
${{left( 1-2x right)}^{n}}=left( begin{matrix}
n \
0 \
end{matrix} right){{left( 1 right)}^{n}}{{left( -2x right)}^{0}}+left( begin{matrix}
n \
1 \
end{matrix} right){{left( 1 right)}^{n-1}}{{left( -2x right)}^{1}}+%%MATHDISPLAY0%%+...$


Third term$=left( begin{matrix}
n \
2 \
end{matrix} right){{left( -2x right)}^{2}}=frac{nleft( n-1 right)}{2!}{{left( -2 right)}^{2}}{{x}^{2}}$


2.

Compare the coefficient of the third term with $112$


$begin{aligned} frac{nleft( n-1 right)}{2!}cdot 4&=112 \
 2nleft( n-1 right)&=112 \
 nleft( n-1 right)&=56 \
 {{n}^{2}}-n-56&=0 \
 left( n-8 right)left( n+7 right)&=0
end{aligned}$


$therefore n=8$ ; $n=-7$ is rejected as $n>0$




How do you find a specific term of the expansion?

Question 6

 Find the term independent of $x$ in the expansion of ${{left( {{x}^{3}}-frac{1}{2x} right)}^{12}}$.


[presto_player id=39308]

























1.Note that term independent of $x$ refers to the term where the degree of $x=0$, ${{x}^{0}}$.
2.

Find the general term of ${{left( {{x}^{3}}-frac{1}{2x} right)}^{12}}$.


$begin{aligned} {{left( {{x}^{3}}-frac{1}{2x} right)}^{12}}&=...+left( begin{matrix}
12 \
r \
end{matrix} right){{left( {{x}^{3}} right)}^{12-r}}{{left( -frac{1}{2x} right)}^{r}}+... \
& =left( begin{matrix}
12 \
r \
end{matrix} right){{x}^{3left( 12-r right)}}{{left( -frac{1}{2}{{x}^{-1}} right)}^{r}}+... \
& =left( begin{matrix}
12 \
r \
end{matrix} right){{x}^{36-3r}}{{left( -frac{1}{2} right)}^{r}}{{left( {{x}^{-1}} right)}^{r}}+... \
& =left( begin{matrix}
12 \
r \
end{matrix} right){{left( -frac{1}{2} right)}^{r}}{{x}^{36-3r-r}}+... \
& =left( begin{matrix}
12 \
r \
end{matrix} right){{left( -frac{1}{2} right)}^{r}}{{x}^{36-4r}}+...
end{aligned}$


3.

The power of $x$ will be zero since the term is independent of $x$.


$begin{aligned} {{x}^{0}}&={{x}^{36-4r}} \
0&=36-4r \
r&=9
end{aligned}$


4.

Substitute $r=9$ into the general term to get the coefficient.


$left( begin{matrix} 12 \
9 \
end{matrix} right){{left( -frac{1}{2} right)}^{9}}=-frac{55}{128}$




How do you solve binomial expansion given the ratio of coefficients?

Question 7

 Find the value of $n$ in${{(1+2x)}^{n}}$, given that the coefficients of ${{x}^{2}}$ and ${{x}^{3}}$ are in the ratio of $3:14$.


[presto_player id=39310]

























1.

. Write down the general form of ${{left( 1+2x right)}^{n}}$.


${{left( 1+2x right)}^{n}}=left( begin{matrix}
n \
r \
end{matrix} right){{left( 1 right)}^{n-r}}{{left( 2x right)}^{r}}+...$
General form$=left( begin{matrix}
n \
r \
end{matrix} right){{2}^{r}}{{x}^{r}}$


2.

Find the coefficient of ${{x}^{2}}$; Substitute $r=2$ into the general form.


Coefficient of ${{x}^{2}}=left( begin{matrix}
n \
2 \
end{matrix} right){{2}^{2}}=frac{nleft( n-1 right)}{2!}left( 4 right)=2nleft( n-1 right)$


3.

Find the coefficient of ${{x}^{3}}$; Substitute $r=3$ into the general form.


Coefficient of ${{x}^{3}}=left( begin{matrix}
n \
3 \
end{matrix} right){{2}^{3}}=frac{nleft( n-1 right)left( n-2 right)}{3!}left( 8 right)=frac{4}{3}nleft( n-1 right)left( n-2 right)$


4.

Given that the coefficient of ${{x}^{2}}:{{x}^{3}}$ are in the ratio of $3:14$.


$begin{aligned} frac{text{coefficient},,text{of},,{{x}^{2}}}{text{coefficient},,text{of},,{{x}^{3}}}&=frac{3}{14} \
frac{2nleft( n-1 right)}{frac{4}{3}nleft( n-1 right)left( n-2 right)}&=frac{3}{14};nne 1,nne 0 \
frac{2}{frac{4}{3}left( n-2 right)}&=frac{3}{14} \
2left( 14 right)&=3left[ frac{4}{3}left( n-2 right) right] \
2left( 14 right)&=4left( n-2 right) \
n&=frac{2left( 14 right)}{4}+2 \
n&=9
end{aligned}$




How do you solve questions involving the application of binomial theorem?

Question 8

Obtain the first $4$ terms in the expansion, in ascending powers of $x$, of ${{(1-4x)}^{5}}$. Hence, find the value of ${{(0.96)}^{5}}$ correct to $3$ decimal places.


[presto_player id=39512]





















1.Expand the term ${{left( 1-4x right)}^{5}}$to find the first four terms:
$begin{aligned}
{{left( 1-4x right)}^{5}}&=left( begin{matrix}
5 \
0 \
end{matrix} right){{left( 1 right)}^{5}}{{left( -4x right)}^{0}}+left( begin{matrix}
5 \
1 \
end{matrix} right){{left( 1 right)}^{4}}{{left( -4x right)}^{1}}+left( begin{matrix}
5 \
2 \
end{matrix} right){{left( 1 right)}^{3}}{{left( -4x right)}^{2}}+left( begin{matrix}
5 \
3 \
end{matrix} right){{left( 1 right)}^{2}}{{left( -4x right)}^{3}}+... \
& =1cdot 1cdot 1+5cdot 1cdot left( -4x right)+10left( 1 right)left( 16{{x}^{2}} right)+10left( 1 right)left( -64 right){{x}^{3}}+... \
& =1-20x+160{{x}^{2}}-640{{x}^{3}}+...
end{aligned}$
2.Compare ${{left( 1-4x right)}^{5}}$ with ${{left( 0.96 right)}^{5}}$:


$begin{aligned}
1-4x&=0.96 \
4x&=1-0.96 \
4x&=0.04 \
x&=0.01
end{aligned}$


3.Substitute $x=0.01$ into the expansion:


$begin{aligned}
{{left( 1-4left( 0.01 right) right)}^{5}}&approx 1-20left( 0.01 right)+160{{left( 0.01 right)}^{2}}-640{{left( 0.01 right)}^{3}} \ & approx 0.81536 \ {{left( 0.96 right)}^{5}}&approx 0.815left( 3,text{d}text{.p}text{.} right) end{aligned}$




Convenient things to remember or memorize

Special Identities

Last but not least, here are some special identities to remember:



  • $0!=1$,

  • $left( begin{matrix}n \0 \end{matrix} right)=1$,

  • $left( begin{matrix}n \1 \end{matrix} right)=n$,

  • $left( begin{matrix}n \2 \end{matrix} right)=frac{n(n-1)}{2!}$,

  • $left( begin{matrix}n \3 \end{matrix} right)=frac{n(n-1)(n-2)}{3!}$,

  • $left( begin{matrix}n \n \end{matrix} right)=1$.

Binomial Theorem Formula

Also, remember that this Binomial Theorem Formula is given in the Additional Mathematics Formulae Sheet during GCE O Level Examination




Do sign up for our Free Mini-Courses and try our well-structured curriculum to see how it can help to maximize your learning in mathematics online.


Secondary School Additional Mathematics Free Online Course Sign Up.


You may also find the pricing and plans for our Additional Mathematics unlimited all-access courses here!

Conclusion

Secondary School Additional Mathematics Free Online Course Sign Up.

You may also find the pricing and plans for our Additional Mathematics unlimited all-access courses here!

Related Articles

Blog Post
Group work is a really important part of being a student. It's something we all have to do. It's a big help in school because it teaches us important...
Blog Post
In today's digital age, students are often bombarded with a sea of apps that promise to help with school, but out of all these, there are some really...
Blog Post
As students with limited resources at our fingertips and so much on our plates, we may often find ourselves at our wits' end when we see our friends and...
Step-by-step Guide to Binomial Theorem | Tim Gan Math | Tim Gan Math