How do you expand (2y^2+x)^7?

1 Answer
Oct 4, 2017

(2y^2+x)^7= 128 y^14+448 x y^12+ 672 x^2 y^10 + 560 x^3 y^8 + 280 x^4 y^6+ 84 x^5 y^4+ 14 x^6 y^2+ x^7

Explanation:

When expanding an expression like this, knowing Pascal's Triangle is crucial:

enter image source here
(Source)

Since this expression is of degree 7 (i.e. has highest power 7), there will be 8 terms in the expansion (like in a quadratic equation where the highest power is 2, there are 3 terms).

As you can see, the 8th row has six numbers {1, 7, 21, 35, 35, 21, 7, 1} respectively.

We use these numbers as coefficients in the expansion of (2y^2+x)^7.

As you can see from the answer, the powers on the 2y are descending as the powers on the x ascend. The exponents of 2y and x must always add up to 7, the expression's highest power.

Basically, to expand this expression you need to multiply the numbers of Pascal's Triangle with the exponents on the first term of the expression (2y), descending from the highest degree 7 to 0. Simultaneously, you need to do this same thing with the second term (x), but ascending from 0 to 7 instead:

(2y^2+x)^7

=1(2y^2)^7(x)^0+7(2y^2)^6(x)^1+21(2y^2)^5(x)^2+35(2y^2)^4(x)^3+35(2y^2)^3(x)^4+21(2y^2)^2(x)^5+7(2y^2)^1(x)^6+1(2y^2)^0(x)^7

=128 y^14+448 x y^12+ 672 x^2 y^10 + 560 x^3 y^8 + 280 x^4 y^6+ 84 x^5 y^4+ 14 x^6 y^2+ x^7

(This response has been closely based off HSBC244's reply to a similar question).