Results 1 to 10 of 10

Thread: Binomial Theorem

  1. #1

    Thread Starter
    Lively Member Yunie's Avatar
    Join Date
    May 2007
    Posts
    87

    Binomial Theorem

    Write down and simplify the first four terms in the expansion of [1- (x/2)]^10.
    Hence find the coefficient of x^3 in the expansion of (5+4x)(1 - x/2))^10.

    My workings:

    [1- (x/2)]^10 = 1 + 10C1 (-x/2) + 10C2 (-x/2)^2 + 10C3 (-x/2)^3 + ...
    = 1 + 10 (-x/2) + 45 (x^2/4) + 120 (-x^3/8) + ...
    = 1 - 5x + 45x^2/4 + 15x^3 + ...


    (5+4x)(1-x/2)^10 = (5+4x)(1-5x+45x^2/4 + 15x^3)
    = (5*15)x^3 + (4*45/x)x^3
    = 75x^3 + 180x^3/4
    = 75x^3 + 45x^3

    coefficient of x^3 = 75+45 = 120

    The answer is -30...Please help me check my workings and correct me...It would be best for you to show your workings step-by-step..Thanks.


    Also, can help me do this question?:

    [x-(2/x^2)]^16

    Thanks.
    I really want to do well in maths. Please help and tolerate my stupidness.


  2. #2
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Binomial Theorem

    The first part is almost correct: only the sign of the 4th term must be negative:

    [1- (x/2)]10 = 1 - 5x + 45x2/4 - 15x3 + ...

    and this is why in the second part you get 120 rather than -30, check it!
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  3. #3

    Thread Starter
    Lively Member Yunie's Avatar
    Join Date
    May 2007
    Posts
    87

    Re: Binomial Theorem

    Hahaha, I see. Careless! Thanks for pointing out the mistake for me krtxmrtz!

    Hmm, perhaps you could give me some hints on how to do for this question>>> [x-(2/x^2)]^16 ?

    Thanks a lot.
    I really want to do well in maths. Please help and tolerate my stupidness.


  4. #4
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Binomial Theorem

    Quote Originally Posted by Yunie
    Hahaha, I see. Careless! Thanks for pointing out the mistake for me krtxmrtz!

    Hmm, perhaps you could give me some hints on how to do for this question>>> [x-(2/x^2)]^16 ?

    Thanks a lot.
    Do you know & understand the binomial expansion?
    Last edited by krtxmrtz; Sep 21st, 2007 at 01:59 AM.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  5. #5

    Thread Starter
    Lively Member Yunie's Avatar
    Join Date
    May 2007
    Posts
    87

    Re: Binomial Theorem

    I know...But [x-(2/x^2)]^16 is different from [1- (x/2)]^10...
    I really want to do well in maths. Please help and tolerate my stupidness.


  6. #6

    Thread Starter
    Lively Member Yunie's Avatar
    Join Date
    May 2007
    Posts
    87

    Re: Binomial Theorem

    And, how to find the coefficient of x in the expansion of
    [x-(2/x^2)]^16?

    Thanks again.
    I really want to do well in maths. Please help and tolerate my stupidness.


  7. #7
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Binomial Theorem

    Quote Originally Posted by Yunie
    And, how to find the coefficient of x in the expansion of
    [x-(2/x^2)]^16?

    Thanks again.
    The expansion of (a + b)n has n+1 terms and the j-th term is:

    [n! / ((j - 1)!*(n - j + 1)!)] an - j + 1bj - 1

    and the sum of the powers of a and b is always n:
    n - j + 1 + (j - 1) = n

    In your specific case, the j-th term is:

    [16! / ((j - 1)!*(17 - j)!)] x16 - j + 1(-2/x2)j - 1 = [16! / ((j - 1)!*(17 - j)!)] x17 - j(-2*x-2)j - 1 = [16! / ((j - 1)!*(17 - j)!)] x17 - j(-2)j - 1*x-2(j - 1)

    so you're aiming at a j value such that the power of x is 1,

    17 - j -2(j - 1) = 1 wherefore j = 6, so finally the term you want is:

    [16! / ((6 - 1)!*(17 - 6)!)] x17 - 6(-2)6 - 1*x-2(6 - 1) = [16! / (5! * 11!)]x11*(-2)5x-10 = -4362*32 x = -139776 x

    And to be strict, the coefficient is just -139776
    Last edited by krtxmrtz; Sep 21st, 2007 at 02:46 AM.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  8. #8

    Thread Starter
    Lively Member Yunie's Avatar
    Join Date
    May 2007
    Posts
    87

    Re: Binomial Theorem

    Your workings look so complicated...*blur*
    I really want to do well in maths. Please help and tolerate my stupidness.


  9. #9
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Binomial Theorem

    Quote Originally Posted by Yunie
    Your workings look so complicated...*blur*
    Yes, I was trying to do it such that you didn't have to write the entire expansion up to the 6th term, but it finally turned out more complicated. You can go on with the binomial theorem and explicitely write the expansion for (a + b)n for n = 16 and then substitute the values for your particular case, i.e. a = x and b = 2 / x2
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  10. #10

    Thread Starter
    Lively Member Yunie's Avatar
    Join Date
    May 2007
    Posts
    87

    Re: Binomial Theorem

    Ok...I will try..Actually I used to know how to do this type of question, it just slips out of my mind when I did not touch this chapter for quite some time..It's okay, thanks for your help.
    I really want to do well in maths. Please help and tolerate my stupidness.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width