Decompossing a polynomial (keep getting the wrong result )

  • Thread starter Thread starter Susanne217
  • Start date Start date
  • Tags Tags
    Polynomial
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Susanne217
Messages
311
Reaction score
0
decompossing a polynomial (keep getting the wrong result :()

Homework Statement



Given the polynomial f(x) = -x^2 - x + 1, decompose the polynomial into linear terms


The Attempt at a Solution



I get [tex](x-(-(\frac{-\sqrt{5}+1}{2}))((x-(-\frac{-\sqrt{5}-1}{2}))[/tex]

I seem to be missing a integer factor but can't get it to fit properly. Maybe one of you guys can point out my error ? Or where I doing this wrong :)
 
Physics news on Phys.org


Well, the roots of your polynomial are [tex]\frac{-1\pm\sqrt{5}}{2}[/tex], so shouldn't you have

[tex]f(x)=-\left[x-\left(\frac{-1+\sqrt{5}}{2}\right)\right]\left[x-\left(\frac{-1-\sqrt{5}}{2}\right)\right][/tex]

?
 


gabbagabbahey said:
Well, the roots of your polynomial are [tex]\frac{-1\pm\sqrt{5}}{2}[/tex], so shouldn't you have

[tex]f(x)=-\left[x-\left(\frac{-1+\sqrt{5}}{2}\right)\right]\left[x-\left(\frac{-1-\sqrt{5}}{2}\right)\right][/tex]

?


forgot the minus 1 I can see. Must be tired. Thanks :)