3

Hey,

For (2/x + 3x)5, find the coefficient of:

(i) x2
(ii) x3
(iii) x4

flag

1 Answer

2

Recall that from the Binomial Theorem, (a+b)n expands with the terms:

an, an-1b, an-2b2, ......, abn-1, bn

In words: start with an and then decrease its power by 1, while increasing the power of b by 1.

Hence (2/x + 3x)5 expands into the terms:

(2/x)5, (2/x)4(3x), (2/x)3(3x)2, (2/x)2(3x)3, (2/x)(3x)4, (3x)5

When we evaluate the x power of each term, we get: -5, -3, -1, 1, 3, 5 respectively.

Hence the answers to (i) and (iii) are 0. The coefficient to non-existant terms are zero.


(ii) x3 is the second last term: (2/x)(3x)4

Recall that there is also a binomial coefficient to that term: 5C4 = 5

We can also get the binomial coefficients by using row 5 of Pascal's triangle.

1, 5, 10, 10, 5, 1

Useful for grabbing the coefficients in bulk.

So the relevant term is:

  • 5(2/x)(3x)4
  • (10/x)(81x4)
  • 810x3

Hence, the coefficient is 810.

link|flag
Thanks for that.. Would there be a shorter way to find this? In my textbook they showed us a 'shortcut way'. – Phresh Feb 9 at 10:07
Well, the shortcut way is to just grab the relevant term, i.e.: what I did in the dot points for part (ii). I covered the whole binomial theory stuff in the above just for teaching purposes! – Collin Li Feb 9 at 10:11

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.