Question
Question: How do you find all the zeros of \({x^3} + {x^2} - 4x + 6\)?...
How do you find all the zeros of x3+x2−4x+6?
Solution
Given a polynomial and the zeros of the polynomial are determined by finding the values of x for which the polynomial is equal to zero. Then we will apply the rational root theorem which states that the rational root is of the form r=±qp where the denominator must divide by the leading coefficient and the numerator is divided by the constant.
Complete step-by-step answer:
Here in the polynomial, q=1 and p=6. First, we will find the factors of the trailing constant.
p=1,2,3,6
Therefore, the possible rational roots of the polynomial are ±11,±12,±13,±16
Now we will substitute the value of roots one by one into the polynomial to check for which value the polynomial is zero.
By substituting x=1 into the polynomial.
{\left( 1 \right)^3} + {\left( 1 \right)^2} - 4\left( 1 \right) + 6 = 1 + 1 - 4 + 6 \\\
= 2 - 4 + 6 \\\
= 4 \\\
By substituting x=2 into the polynomial.
{\left( 2 \right)^3} + {\left( 2 \right)^2} - 4\left( 2 \right) + 6 = 8 + 4 - 8 + 6 \\\
= 12 - 14 \\\
= - 2 \\\
By substituting x=−3 into the polynomial.
{\left( { - 3} \right)^3} + {\left( { - 3} \right)^2} - 4\left( { - 3} \right) + 6 = - 27 + 9 + 12 + 6 \\\
= - 18 + 18 \\\
= 0 \\\
Thus, x=−3 is a root of the polynomial which means x+3 is a factor of the polynomial.
We will find other factors using the long division method.
Thus, the factors of the polynomial are (x+3)(x2−2x+2)
We will apply the algebraic identity (a−b)2=a2−2ab+b2 on the factors of the polynomial.
⇒(x+3)(x2−2x+1+1)
⇒(x+3)((x−1)2+1)
First, we will substitute i2=−1 into the expression ((x−1)2−(−1)). Now we will apply the algebraic identity a2−b2=(a−b)(a+b)to the expression.
⇒((x−1)2−(i)2)
⇒(x−1−i)(x−1+i)
Final answer: Hence all zeros of the polynomial are x=3,(1−i),(1+i).
Note:
In such types of questions students mainly don't get an approach on how to solve it. In such types of questions students mainly forget to apply the rational root theorem by which factorizes the whole expression. Sometimes we have to factor out a number from an expression then the expression forms in a way so that it can be factorized and identity can be applied. In such types of questions, to factor, the polynomial synthetic division can also be used instead of the long division process. The main approach to solve this question is to form a question in such a way and then apply identity.