Susanne217
- 311
- 0
decompossing a polynomial (keep getting the wrong result :()
Given the polynomial f(x) = -x^2 - x + 1, decompose the polynomial into linear terms
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 :)
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 :)