Decompossing a polynomial (keep getting the wrong result )

  • Thread starter Thread starter Susanne217
  • Start date Start date
  • Tags Tags
    Polynomial
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 (x-(-(\frac{-\sqrt{5}+1}{2}))((x-(-\frac{-\sqrt{5}-1}{2}))

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 \frac{-1\pm\sqrt{5}}{2}, so shouldn't you have

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

?
 


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

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

?


forgot the minus 1 I can see. Must be tired. Thanks :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top