SOLUTION: Find all roots of f(x) = x^3-x^2-5x+5 EXACTLY. Sketch a complete graph of f(x) and label all roots clearly.

Algebra ->  Rational-functions -> SOLUTION: Find all roots of f(x) = x^3-x^2-5x+5 EXACTLY. Sketch a complete graph of f(x) and label all roots clearly.      Log On


   



Question 441117: Find all roots of f(x) = x^3-x^2-5x+5 EXACTLY. Sketch a complete graph of f(x) and label all roots clearly.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find all roots of f(x) = x^3-x^2-5x+5 EXACTLY. Sketch a complete graph of f(x) and label all roots clearly.
---------------
graph%28400%2C300%2C-10%2C10%2C-10%2C10%2Cx%5E3-x%5E2-5x%2B5%29
---
Since the sum of the coefficients is zero x= 1 is a root.
Use synthetic division to find the other two:
1)....1....-1....-5....5
.......1.....0.....-5...|..0
Quotient: x^2-5
Factor x^2-5 = 0
(x-sqrt(5))(x+sqrt(5)) = 0
x = sqrt(5) or x = -sqrt(5) or x = 1
========================================
Cheers,
Stan H.
==========