
William W. answered 04/12/23
Math and science made easy - learn from a retired engineer
I'm going to assume that you cannot use a calculator for this.
According to Descartes rule of signs, since there is 1 sign change, there will be 1 positive real root. So, I'll start guessing positive real roots that comply with the Rational Zeros (Roots) Theorem. The Rational Zeros Theorem says that IF there are any rational zeros, they will be te factors of 14 divided by the factors of 4 so: 14, 7, 7/2, 2, 7/4, 1, or 1/2. I'll start doing synthetic division on the integers and star with "1" first:
1 | 4 0 -9 -14
| 4 4 -5
|___________
4 4 -5 -19 (did not produce a zero)
Try 2:
2 | 4 0 -9 -14
| 8 16 14
|___________
4 8 7 0 (This WORKED!)
2 is one of the zeros. The remaining quadratic was also found. It is 4x2 + 8x + 7
Now that you have a quadratic, you can use the quadratic formula to find the other zeros:
x = [-b ± √(b2 - 4ac)]/(2a)
a = 4, b = 8 c = 7:
x = [-8 ± √(82 - 4•4•7)]/(2•4)
x = [-8 ± √(64 - 112)]/8
x = [-8 ± √(-48)]/8
x = [-8 ± √(16•3•(-1))]/8
x = [-8 ± (4√3)i]/8
x = [-2 ± (√3)i]/2
So the 2nd zero is (-2 + √3 i)/2 and the 3rd zero is (-2 - √3 i)/2