Binomial Expansion Reminder For IB Mathematics
Binomial Expansion Reminder For IB Mathematics
𝑛 𝑛 𝑛 𝑛
(𝑎 + 𝑏)𝑛 = ( ) 𝑎0 𝑏𝑛 + ( ) 𝑎1 𝑏𝑛−1 + ( ) 𝑎2 𝑏𝑛−2 + ⋯ + ( ) 𝑎𝑛 𝑏0
0 1 2 𝑛
where (𝑎 + 𝑏) has two terms, that’s why it’s called binomial, and the powers of 𝑎 and 𝑏 in each
term of the expansion add up to 𝒏. The coefficients (𝑛𝑘), where 𝑘 = 0,1, … , 𝑛 are called
binomial coefficients. In Russian texts they are normally denoted 𝐶𝑛𝑘 rather than (𝑛𝑘).
Some well-remembered examples of this expansion are
𝑛
𝑛
(𝑎 + 𝑏) = ∑ ( ) 𝑎𝑘 𝑏𝑛−𝑘
𝑛
𝑘
𝑘=0
(notice that 𝑘 + (𝑛 − 𝑘) = 𝑛, how it should be). If the coefficients are written in a table with 𝑛
being the row number and 𝑘 being the column number, one has
0 1 2 … 𝑘
0 1
1 1 1
2 1 2 1
…
𝑛 𝑛 𝑛 𝑛 … 𝑛
( ) ( ) ( ) ( )
0 1 2 𝑘
where the red arrows show that the number in (𝑛, 𝑘)-th position is a sum of numbers
in (𝑛 − 1, 𝑘)-th and (𝑛 − 1, 𝑘 − 1)-th positions,
𝑛 𝑛−1 𝑛−1
( )=( )+( )
𝑘 𝑘 𝑘−1
(and the empty cells are considered to have zeros inside). This construction in the table is called
Pascal’s triangle.
Without writing down the Pascal’s triangle, the binomial coefficients can be found using an
explicit formula
𝑛 𝑛!
( )=
𝑘 𝑘! (𝑛 − 𝑘)!
𝑛 𝑛(𝑛 − 1)(𝑛 − 2) … (𝑛 − 𝑘 + 1)
( )=
𝑘 𝑘!
Which reveals the combinatorial meaning of the binomial coefficient: when expanding a
bracket of form (𝑎 + 𝑏)𝑛 into powers of 𝑎𝑘 𝑏𝑛−𝑘 , to pick 𝑎 k times from a product of n
brackets, one has 𝑛 choices for the first bracket, (𝑛 − 1) choice for the 2nd bracket, and so on
up to (𝑛 − 𝑘 + 1) choices for the 𝑘-th bracket. These choices are now divided by 𝑘! – the
number of permutations of k objects, since we do not care about the order in which one picks
the brackets.
𝑛 𝑛 𝑛(𝑛 − 1)
( ) = 𝑛, ( )=
1 2 2
There are several good properties of binomials that we didn’t mention yet. First of all, Pascal’s
triangle is symmetric – reads the same from left to right and from right to left. This gives
𝑛 𝑛
( )=( )
𝑘 𝑛−𝑘
𝑛 𝑛 𝑛 𝑛 𝑛
( )+ ( )+ ( ) +⋯+ ( ) + ( ) = 2𝑛
0 1 2 𝑛−1 𝑛