Question
Question: How do you use the binomial theorem to expand \({{\left( 2x-1 \right)}^{4}}\)?...
How do you use the binomial theorem to expand (2x−1)4?
Solution
Binomial theorem is a method used to expand a binomial term that is raised to some power of positive integer. According to binomial theorem, the nth power of the sum of two numbers (say a and b) can be expressed (expanded) as the sum or series of (n+1) terms, provided that ‘n’ is a positive integer.
Formula used:
(x+y)n=i=0∑nnCixn−iyi,
where x and y are real numbers and n is a positive integer (a natural number).
nCi=i!(n−i)!n!
Complete step by step answer:
Let us first understand what is the binomial theorem.Binomial theorem is a method used to expand a binomial term that is raised to some power of positive integer. According to binomial theorem, the nth power of the sum of two numbers (say a and b) can be expressed (expanded) as the sum or series of (n+1) terms, provided that ‘n’ is a positive integer.
Suppose we have an expression (x+y)n, where x and y are real numbers and n is a positive integer (a natural number).
Then, the binomial expansion of the above expression is given as
(x+y)n=i=0∑nnCixn−iyi
Here, i is a natural number taking values from 0 to n.
When we expand the summation we get that (x+y)n=nC0xn−0y0+nC1xn−1y1+nC2xn−2y2+.......+nCn−1xn−(n−1)yn−1+nCnxn−nyn.
In the given question, n=4,
Therefore, the given expression can expanded, with the help of binomial theorem as
(2x−1)4=4C0(2x)4−0(−1)0+4C1(2x)4−1(−1)1+4C2(2x)4−2(−1)2+4C3(2x)4−3(−1)3+4C4(2x)4−4(−1)4
This equation can be further simplified to
(2x−1)4=4C0(2x)4(−1)0+4C1(2x)3(−1)1+4C2(2x)2(−1)2+4C3(2x)1(−1)3+4C4(2x)0(−1)4
⇒(2x−1)4=4C0(16x4)−4C1(8x3)+4C2(4x2)−4C3(2x)+4C4(1) ….. (i)
Now, we shall use the formula nCi=i!(n−i)!n!
Therefore, equation (i) can be simplified to
(2x−1)4=0!(4−0)!4!(16x4)−1!(4−1)!4!(8x3)+2!(4−2)!4!(4x2)−3!(4−3)!4!(2x)+4!(4−4)!4!(1)
With this, we get that
(2x−1)4=(1)(16x4)−1!3!4!(8x3)+2!2!4!(4x2)−3!1!4!(2x)+4!0!4!(1)
⇒(2x−1)4=16x4−(4)8x3+(24×3)(4x2)−(4)(2x)+(1)
Finally,
∴(2x−1)4=16x4−32x3+24x2−8x+1
Hence, we found the expansion of the given expression with the help of binomial theorem.
Note: when we expand an expression with the help of binomial theorem, the series consists of (n+1) terms. If you do not use the formula of combination nCi, then you can make use of Pascal's triangle and select the row that has (n+1) elements (numbers).