Find all the zeros of the polynomial function. Use the Rational Zero Theorem, Descartes's Rule of Signs obtaining the first zero. \( f(x)=x^{3}-4 x^{2}-7 x+10 \) The zeros of the function are \( \square \). (Use a comma to separate your answers as needed.)
Real Tutor Solution
Answer
Solution
Reviewed and approved by the UpStudy tutoring team
Bonus Knowledge
To find the zeros of the polynomial \( f(x) = x^3 - 4x^2 - 7x + 10 \), we can start by applying the Rational Root Theorem. This theorem suggests that possible rational roots are the factors of the constant term (10) divided by the factors of the leading coefficient (1). Thus, the possible rational roots are \( \pm 1, \pm 2, \pm 5, \pm 10 \). Next, we can also use Descartes's Rule of Signs to determine the number of positive and negative roots. Looking at \( f(x) \), we observe one sign change, indicating one positive root. For negative roots, evaluating \( f(-x) \) gives us \( -x^3 - 4x^2 + 7x + 10 \), which has two sign changes, indicating either two or zero negative roots. Now, testing the possible rational roots: - For \( x = 1 \): \( f(1) = 1 - 4 - 7 + 10 = 0 \) (this is a root!) - For \( x = -1 \): \( f(-1) = -1 - 4 + 7 + 10 = 12 \) - For \( x = 2 \): \( f(2) = 8 - 16 - 14 + 10 = -12 \) - For \( x = -2 \): \( f(-2) = -8 - 16 + 14 + 10 = -0 \) (not a root) - For \( x = 5 \): \( f(5) = 125 - 100 - 35 + 10 = 0 \) - For \( x = -5 \): \( f(-5) = -125 - 100 + 35 + 10 = -180 \) - For \( x = 10 \): \( f(10) = 1000 - 400 - 70 + 10 = 540 \) - For \( x = -10 \): \( f(-10) = -1000 - 400 + 70 + 10 = -1320 \) Thus, we've found two roots: \( 1 \) and \( 5 \). We can now perform synthetic division to factor the polynomial \( f(x) \). Dividing \( f(x) \) by \( (x-1)(x-5) \) will give us a quadratic equation. Using either factor you prefer, let's use \( x - 1 \): \[ \begin{array}{r|rrrr} 1 & 1 & -4 & -7 & 10 \\ & & 1 & -3 & -7 \\ \hline & 1 & -3 & -10 & 0 \\ \end{array} \] Next, divide \( x^2 - 3x - 10 \) to find the remaining roots using the quadratic formula: \[ x = \frac{3 \pm \sqrt{(-3)^2 - 4 \cdot 1 \cdot (-10)}}{2 \cdot 1} = \frac{3 \pm \sqrt{49}}{2} = \frac{3 \pm 7}{2} \] Finding \( x = 5 \) and \( x = -2 \). So the zeros of the function are \( 1, 5, -2 \).