Sign In
Use the Fundamental Theorem of Algebra to find the number of zeros. Then, use Descartes' Rule of Signs to determine the possible number of positive and negative real zeros.
x=-7, x=2i, x=-2i
To find the zeros of the given polynomial function, we will follow three steps.
Let's do it!
Consider the given function.
f(x)=x^3+7x^2+4x+28
We see the degree of the polynomial is 3. According to the Fundamental Theorem of Algebra, the function has three zeros. This is including any repeated zeros.
Let's now determine the type of zeros. To do so, we will examine the number of sign changes for f(x).
There are no sign changes for the coefficients of f(x). According to Descartes' Rule of Signs, the function has zero positive real zeros. Next, let's write and simplify f(- x). f(- x)= (- x)^3+7(- x)^2+4(- x)+28 ⇕ f(- x)=- x^3 + 7x^2 - 4x +28 As we did for f(x), we will examine the number of sign changes for f(- x).
There are three sign changes for the coefficients of f(- x). Once again, according to Descartes' Rule of Signs, the function has one or three negative real zeros. Therefore, there are two options for the types of real zeros of f(x). Remember, we know that there are three zeros in total.
| Option 1 | Option 2 | ||
|---|---|---|---|
| Real Zeros | 0 positive | Real Zeros | 0 positive |
| 1 negative | 3 negative | ||
| Imaginary Zeros | 2 | Imaginary Zeros | |
| Number of Zeros | 0+ 1+2=3 total | Number of Zeros | 0+ 3+ =3 total |
Let's now determine the real zeros by making a table of values.
| x | x^3+7x^2+4x+28 | f(x)=x^3+7x^2+4x+28 |
|---|---|---|
| - 7 | ( -7)^3+7( -7)^2+4( -7)+28 | 0 |
| - 6 | ( -6)^3+7( -6)^2+4( -6)+28 | 40 |
| - 5 | ( -5)^3+7( -5)^2+4( -5)+28 | 58 |
| - 4 | ( -4)^3+7( -4)^2+4( -4)+28 | 60 |
| - 3 | ( -3)^3+7( -3)^2+4( -3)+28 | 52 |
We see above that a zero occurs at x=- 7. Let's use synthetic division to depress the polynomial.
Bring down the first coefficient
Multiply the coefficient by the divisor
Add down
Multiply the coefficient by the divisor
Add down
Multiply the coefficient by the divisor
Add down
The above are the coefficients of the depressed polynomial. Moreover, since - 7 is a root of f(x)=0, (x+7) is a factor of f(x). f(x)=x^3+7x^2+4x+28 ⇕ f(x)=(x+7) ( x^2+4 ) Now the depressed is a quadratic polynomial. We can find its zeros by taking the square roots. Remember to consider the positive and negative solutions.
LHS-4=RHS-4
sqrt(LHS)=sqrt(RHS)
sqrt(- a)= sqrt(a)* i
Calculate root
Since x=2i and x=-2i are zeros of the depressed polynomial, we can rewrite them as (x-2i)(x+2i). f(x)=(x+7) ( x^2+4 ) ⇕ f(x)=(x+7)(x-2i)(x+2i) The three zeros are - 7, 2i, and -2i.