Results 1 to 11 of 11

Thread: polynomial problem

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    58

    polynomial problem

    When a polynomial P(x) is divided by x-2, the remainder is 3. When it is divided by x-3, the remainder is 2. Find the remainder when P(x) is divided by (x-2)(x-3).
    Last edited by fiery123; Sep 28th, 2006 at 06:19 PM.

  2. #2
    Addicted Member Rassis's Avatar
    Join Date
    Jun 2004
    Location
    Lisbon
    Posts
    248

    Re: polynomial problem

    If I understood it right, the answer is:

    Given: P(x)/(x-2) = 3 and P(x)/(x-3) = 2
    One gets: P(x)/[(x-2).(x-3)] = 1/[(x-2).(x-3)]/P(x) = 1/[(x-2)/P(x).(x-3)/P(x)] = 1/[(1/3).(1/2)] = 6
    ...este projecto dos Deuses que os homens teimam em arruinar...

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    58

    Re: polynomial problem

    sry i just found a mistake in my first post. I edited it already. The answer is -x+5 according to my book. But i have no idea how to work it out.

  4. #4
    Addicted Member Glaysher's Avatar
    Join Date
    Jul 2006
    Posts
    132

    Re: polynomial problem

    Quote Originally Posted by Rassis
    If I understood it right, the answer is:

    Given: P(x)/(x-2) = 3 and P(x)/(x-3) = 2
    One gets: P(x)/[(x-2).(x-3)] = 1/[(x-2).(x-3)]/P(x) = 1/[(x-2)/P(x).(x-3)/P(x)] = 1/[(1/3).(1/2)] = 6
    No he's talking about the remainder on division. They don't divide exactly

    eg 21/5 = 4 remainder 1
    Vaiyo A-O
    A Home Va Ya Ray
    Vaiyo A-Rah
    Jerhume Brunnen G
    Vaiyo A-Rah
    Jerhume Brunnen G

  5. #5
    Addicted Member Glaysher's Avatar
    Join Date
    Jul 2006
    Posts
    132

    Re: polynomial problem

    Quote Originally Posted by fiery123
    sry i just found a mistake in my first post. I edited it already. The answer is -x+5 according to my book. But i have no idea how to work it out.
    I suspect it has something to do with the remainder theorem but I haven't worked it out yet
    Vaiyo A-O
    A Home Va Ya Ray
    Vaiyo A-Rah
    Jerhume Brunnen G
    Vaiyo A-Rah
    Jerhume Brunnen G

  6. #6
    Addicted Member Rassis's Avatar
    Join Date
    Jun 2004
    Location
    Lisbon
    Posts
    248

    Re: polynomial problem

    Thanks Glaysher for the correction.
    ...este projecto dos Deuses que os homens teimam em arruinar...

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

    Re: polynomial problem

    You have:

    P(x) / (x - 2) = R(x) + 3
    P(x) / (x - 3) = S(x) + 2

    where R(x) and S(x) are the quotient polynomials. Therefore,

    P(x) / [(x - 2)(x - 3)] = -P(x) / (x - 2) + P(x) / (x - 3) = -[R(x) + 3] + [S(x) + 2] =

    ...(call T = S - R)...

    = T(x) - 1

    So the remainder you want is -1
    Last edited by krtxmrtz; Sep 29th, 2006 at 03:32 PM.
    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
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: polynomial problem

    Quote Originally Posted by krtxmrtz
    You have:

    P(x) / (x - 2) = R(x) + 3
    P(x) / (x - 3) = S(x) + 2

    where R(x) and S(x) are the quotient polynomials.
    Hi there folks. The above statement is a mistake on my side, I didn't really slow down to think what I was typing. The correct statements are:

    P(x) = R(x)*(x - 2) + 3
    P(x) = S(x)*(x - 3) +2

    and this, of course, invalidates all I had previously posted.

    If I find the solution I'll come back, but at the moment it's pretty late here and I must rush off to bed...
    Sorry about it, I hope I haven't misled anyone, but the error is obvious if only you read that with care.
    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)

  9. #9
    Addicted Member Glaysher's Avatar
    Join Date
    Jul 2006
    Posts
    132

    Re: polynomial problem

    P(x) / [(x - 2)(x - 3)] = -P(x) / (x - 2) + P(x) / (x - 3)

    = -[R(x) + 3/(x - 2)] + [S(x) + 2/(x - 3)]

    = [S(x) - R(x)] + 2/(x - 3) - 3/(x - 2)

    = [S(x) - R(x)] + [2(x - 2)]/[(x -2)(x - 3)] - [3(x -3)]/[(x - 2)(x - 3)]

    = [S(x) - R(x)] + [-x + 5]/[(x - 2)(x - 3)]

    So remaninder is -x + 5

    as P(x) = [S(x) - R(x)][(x - 2)(x - 3)] + (-x + 5)
    Vaiyo A-O
    A Home Va Ya Ray
    Vaiyo A-Rah
    Jerhume Brunnen G
    Vaiyo A-Rah
    Jerhume Brunnen G

  10. #10

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    58

    Resolved Re: polynomial problem

    hmm. ok i still don't get it. But it's probably too hard for me anyway. So thanks for all your help.

  11. #11
    Addicted Member Glaysher's Avatar
    Join Date
    Jul 2006
    Posts
    132

    Re: polynomial problem

    Working was skipped out in krtxmrtz first flawed answer. He used partial fractions to show that 1/[(x - 2)(x - 3)] = -1/(x - 2) + 1/(x - 3)

    Then multiplied both sides by P(x). I used this in my corrected version.

    Was there any other parts of the solution you would like further explanations for?
    Vaiyo A-O
    A Home Va Ya Ray
    Vaiyo A-Rah
    Jerhume Brunnen G
    Vaiyo A-Rah
    Jerhume Brunnen G

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