Question
Question: Using binomial theorem, write down the expansion of the following: \({{\left( 2x+3y \right)}^{5}}\)...
Using binomial theorem, write down the expansion of the following: (2x+3y)5
Solution
We are asked to find the binomial expansion of an expression. For that we should be aware about the general binomial expansion of any expression involving two variables x and y raised to the power of n. Moreover, we should be able to find the value of the combination term involved in the binomial expansion.
Complete step by step answer:
For any two real numbers a and b, and for any natural number n, the following binomial expansion holds true:
(a+b)n=nC0anb0+nC1an−1b1+…+nCna0bn
So, we put a=2x, b=3y and n=5, we get:
(2x+3y)5=5C0(2x)5+5C1(2x)4(3y)+5C2(2x)3(3y)2+5C3(2x)2(3y)3+5C4(2x)(3y)4+5C5(3y)5
Now, we know that:
nCr=r!(n!−r!)n!
So, after dissolving the coefficients, we have:
(2x+3y)5=(2x)5+5(2x)4(3y)+10(2x)3(3y)2+10(2x)2(3y)3+5(2x)(3y)4+(3y)5
=32(x)5+5×16(x)4(3y)+10(2x)3×9(y)2+10(2x)2×27(y)3+5(2x)81(y)4+243(y)5
=32(x)5+5×16(x)4(3y)+10×8(x)3×9(y)2+10×4(x)2×27(y)3+5(2x)81(y)4+243(y)5
=32x5+240x4y+720x3y2+1080x2y3+810xy4+243y5
Hence, the resultant expression has been obtained.
Note: Since the number to which this expression is raised is 5, which is very small; we can simply use the Pascal’s triangle to determine the coefficients of the variables. Using that we would reduce the chances of calculation mistakes that might occur while solving the combination term. The entry in the nth row and kth column of Pascal's triangle is denoted by:
nCk
The first few rows of a Pascal’s triangle are:
Exponent | Coefficients |
---|---|
N=1 | 1 1 |
N=2 | 1 2 1 |
N=3 | 1 3 3 1 |
N=4 | 1 4 6 4 1 |
N=5 | 1 5 10 10 5 1 |
Using this, we can write the coefficients along with the variables and then do the multiplication to obtain the resultant expression. As we can see this has been obtained only after dissolving the coefficients as we had done in the question.