Results 1 to 17 of 17

Thread: Roots

  1. #1

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787

    Roots

    --------------------------------------------------------------------------------
    this question is loads of fun:

    let the roots of the following equation be positive, find all coefficients:

    x^6-6x^5+ax^4+bx^3+cx^2+dx+1=0
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  2. #2
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Since it's 6th order polynomial then it has 6 roots. There are only 4 coefficients to be determined so the number of possible solutions is infinite. If we "force" the positive roots to be, say, 1, 2, 3 and 4, then we are left with the following system for the coefficients:

    a + b + c + d = 4
    16a + 8b + 4c + 2d = 127
    81a + 27b + 9c + 3d = 728
    256a + 64b + 16c + 4d = 2047

    Solving them by any suitable method yields

    a = -119 / 24
    b = 1075 / 12
    c = -4189/24
    d = 1127 / 12

  3. #3
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    That's wrong though, it has 6 roots. 4 roots are positive, what about the other 2?

  4. #4
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Originally posted by Yonatan
    That's wrong though, it has 6 roots. 4 roots are positive, what about the other 2?
    I don't quite get what you mean, just WHAT is wrong?

    And who cares about the other 2 roots? All you are supposed to calculate is the coefficients, not the roots.

  5. #5
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    The assumption is that the 6 roots are positive. You found the coefficients assuming 4 of the 6 roots are positive. If one or both of the other two is/are negative, the coefficients you found are an incorrect answer to the question.

    I checked it out, and both of the other roots are negative.

    The roots, given your coefficients, are:

    x=1
    x=2
    x=3
    x=4
    x=(-24-sqrt(570)/12
    x=-1/2(24+sqrt(570))

  6. #6
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Yes, I have to admit you're quite right... I had wrongly taken the statement about 6 positive roots rather as a hint than as a requirement to meet...
    Well, so much the better, that should mean more fun when I have some time to re-think it all over.

  7. #7
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    Wait, bugz, you can't have all positive roots, because the sum of the roots is -6, according to your original equation.
    Merry Math Making!

  8. #8

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    actually, the sum is 6, not -6
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

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

    I guess I found the solution while sitting in front of a boring TV program...

    The first 2 and the last term suggest the polynome could be the expansion of (x-1)6. Thus there would be 6 degenerate roots all equal to 1 and the unknown coefficients would be equal to the corresponding numbers in the so called triangle of Tartaglia, that is to say:

    a = 15
    b = -20
    c = 15
    d = -6

    and (x-1)6 = x6 - 6x5 + 15x4 - 20x3 + 15x2 - 6x + 1

  10. #10
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Nice

  11. #11

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    prove all other cases doesn't work
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  12. #12
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    What do you exactly mean?

  13. #13

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    can you prove that for for any positive roots r1,r2,r3,r4,r5,r6, only 1,1,1,1,1,1 would give you the equation x^6-6x^5+ax^4+bx^3+cx^2+dx+1=0? ie prove if all the roots to this equation is positive, they MUST all be ones -- if they are not ones they don't work! (hint hint)
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  14. #14
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    This is a suggestion, though I haven't actually found the proof.

    If r1, r2, r3, r4, r5, r6 are the roots then

    x6 - 6x5 + ax4 + bx3 + cx2 + dx + 1 = (x - r1)(x - r2)(x - r3)(x - r4)(x - r5)(x - r6)

    Now, if these products are calculated and we look at the coefficients for the x5 and x0 terms we have:

    r1 + r2 + r3 + r4 + r5 + r6 = 6

    r1r2r3r4r5r6 = 1

    At this stage it seems kind of obvious that these 2 equations can only be fulfilled by all ones if the ri's are to be all positive. However I could go no farther than this and don't see the way to prove this statement...

  15. #15

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    you just need one more step to complete the answer. have you ever heard of AM-GM Inequality? (arithmetic mean-geometric mean inequality)?
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  16. #16
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Gorblimey!!!! How come I never thought of that!!!!?????

    I suppose the proof can be now completed as follows:

    ( r1 + r2 + r3 + r4 + r5 + r6 ) / 6 = 1 = AM

    r1r2r3r4r5r6 = 1 = 1(1/6) = (r1r2r3r4r5r6)(1/6) = GM

    ... and since GM <= AM and the equality only holds when all the numbers are equal, then all must be 1's.

  17. #17

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    is AM>=GM, and equality occurs if and only if all the numbers are equal. of course, the restriction to the positive roots is because AM-GM works only for positive numbers
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

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