Factoring a polynomial where factor theorem doesn't work

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
adrimare
Messages
33
Reaction score
0

Homework Statement



Solve: x^3 - 9x^2 + 15x + 30

Homework Equations





The Attempt at a Solution



The factors of 30 are +-1, +-2, +-3, +-5, +-6, +-10, +-15, and +-30.

I used my graphing calculator and got a zero close to -1. I plugged it into the original equation and got 5, not 0. I used the zero function on my calculator and found that the zero occurred around -1.13. that's a fraction.

How would I solve this algebraically?
 
Physics news on Phys.org
Try Newtons method:
Define
[tex]T(x)=x-\frac{f(x)}{f'x}=x-\frac{x^3-9x^2+15x+30}{3x^2+18x+15}[/tex]