Question
Question: How do you use the binomial series to expand \[{(x + 2)^7}\] ?...
How do you use the binomial series to expand (x+2)7 ?
Solution
First, we need to know about the relation between binomial expansion and Pascal’s triangle. The word binomial stands for expressions having two terms. For example: (1+x) , (x+y) and etc.
Pascal triangle is an arrangement of the numbers nCr in a triangular form.
Binomial expansion of (a+b)n is
(a+b)n=nC0anbo+nC1an−1b1+⋯+nCran−rbr+⋯+nCna0bn .
For example, from the fifth row we can write down the expansion of (a+b)4 and from the sixth row we can write down the expansion of (a+b)5 and so on. We know the terms (without coefficients) of (a+b)5 are:
a5,a4b,a3b2,a2b3,ab4,b5
The two variable’s power adding them together
And the sixth row of the Pascal triangle is
1 5 10 10 5 1
Using these two we can write
(a+b)5=a5+5a4b+10a3b2+10a2b3+5ab4+b5
Complete step-by-step solution:
The given binomial expansion is (x+2)7 .
Let consider, a=x and b=2
n=7
The seventh row of Pascal triangle is
1 7 21 35 35 21 7 1
The terms (without coefficients) of (a+b)7
a7,a6b,a5b2,a4b3,a3b4,a2b5,ab6,b7
The two variable’s power adding them together
Using the two, we can write,
(a+b)7=a7+7a6b+21a5b2+35a4b3+35a3b4+21a2b5+7ab6+b7
Then a and b value substituting x and 7 respectively in the equation of (a+b)7
This can be applied
(x+2)7=x7+7x6(2)+21x5(2)2+35x4(2)3+35x3(2)4+21x2(2)5+7x(2)6+(2)7
Now, we have to find the value of every required power of (2) . For example, (2)2=2×2=4
And finding every power of values,
(x+2)7=x7+7x6(2)+21x5(4)+35x4(8)+35x3(16)+21x2(32)+7x(64)+(128)
Now we will multiply the coefficient of x by the power of (2) values.
7x6(2)=7×2x6=14x6
21x5(2)2=21×4x5=84x5
35x4(2)3=35×8x4=280x4
35x3(2)4=35×16x3=560x3
21x2(2)5=21×32x2=672x2
7x(2)6=7×64x=448x
Now, substituting in the equation, we get,
(x+2)7=x7+14x6+84x5+280x4+560x3+672x2+448x+128
Then, the required (x+2)7 binomial expansion is
(x+2)7=x7+14x6+84x5+280x4+560x3+672x2+448x+128
Note: If n is any positive integer, then
(a+b)n=nC0anbo+nC1an−1b1+⋯+nCran−rbr+⋯+nCna0bn, n∈N
Some cases of binomial theorem,
Replacing b by (−b), in the binomial expansion of (a+b)n,n∈N , we get
(a−b)n=nC0anbo−nC1an−1b1+nC2an−2b2−⋯+(−1)rnCran−rbr+⋯+(−1)nnCna0bn
Observe that the sign ′+′ and ′−′ appear alternately in the binomial expansion of (a−b)n .
Replacing a by 1 and b by x , in the binomial expansion of (a+b)n , we get
(1+x)n=nC0+nC1x+nC2x2+⋯+nCrxr+⋯+nCnxn.