Sign In
Start by using the graph to find the first root. Then consider using polynomial long division.
Real Roots: x=1
Complex Roots: x=-2± i
We want to find the roots of the polynomial function f(x). To do so, we need to solve the equation f(x)=0. x^3+3x^2+x-5 = 0 The degree of f(x) is 3. Thus, by the Fundamental Theorem of Algebra we know that the equation has exactly three solutions. To find them we will perform the following steps.
Let's take a look at the given graph.
Note that (1,0) is the point where the graph of the function intercepts the x-axis. Therefore, x=1 is the first root of the function and the solution to the equation.
We have already found that x=1 is a solution to f(x)=0. Therefore, (x-1) is a factor of the polynomial function. We will now divide the polynomial by (x-1) to find the remaining roots. (x^3+3x^2+x-5)÷ (x-1) To divide the polynomial we can use polynomial long division. When doing that, all the terms of the dividend must be present and the polynomial must be in standard form. x^3+3x^2+x-5 Since there are no missing terms and our polynomial is in descending degree order, we do not need to rewrite the polynomial. Let's divide the given polynomial by (x-1).
x^3/x= x^2
Multiply term by divisor
Subtract down
4x^2/x= 4x
Multiply term by divisor
Subtract down
5x/x= 5
Multiply term by divisor
Subtract down
Since the quotient is x^2+4x+5, we can now factor out (x-1) and obtain the following equation. (x-1)(x^2+4x+5) = 0
Note that as a second factor we obtained a quadratic function. We can use the Quadratic Formula to find its roots. To do so we need to identify the values of a, b, and c. x^2+4x+5=0 ⇕ 1x^2+ 4x+ 5=0 We can see above that a= 1, b= 4, and c= 5. Now, let's substitute these values into the Quadratic Formula to find the remaining roots.
Substitute values
Calculate power
Multiply
Subtract term
sqrt(- a)= sqrt(a)* i
Calculate root
We can simplify this result into two separate roots.
| x=-4± 2i/2 | |
|---|---|
| x_1=-4+2i/2 | x_2=-4-2i/2 |
| x_1= -2+i | x_2= -2-i |
We already knew that 1 was a root, but now we have found the remaining two roots. Notice that both -2+i and -2-i are complex numbers. Finally, let's list all of the roots we have found for the given function. Real Roots:& 1 Complex Roots:& -2± i