Skip to main content

Section 9.2 Polynomial Zeros, Factored Form

Recall that a big part of analyzing quadratic functions was to be able to find their zeros, i.e. to solve quadratic equations. In a similar way, we want to find zeros of higher-degree polynomial functions.
However, this is not as easy. In fact, it is not even possible to do exactly in general for any given polynomial.
Recall that for quadratic equations, there are 3 main techniques:
Unfortunately, there is no easy formula (similar to the quadratic formula) that can solve 3rd degree, 4th degree, or higher degree equations. This means that we will have to use factoring (by hand) or technology.

Subsection 9.2.1 Zeros by Technology/Graphing Calculator/Desmos

The easiest way to find the zeros of a polynomial function is using technology. Graph the function using Desmos, and observe the \(x\)-intercepts, which are the zeros.
However, you may not get the zeros in exact form, depending on if they are integers, fractions, or irrational numbers.

Subsection 9.2.2 Solving Polynomial Equations in Factored Form

Recall that many quadratic equations were solved by factoring them and setting each factor equal to zero. If the quadratic in factored form, then finding its zeros is straightforward.

Example 9.2.1. Solving a Factored Quadratic.

For example,
\begin{gather*} (x - 2)(x + 3) = 0 \end{gather*}
We set each factor equal to zero:
\begin{gather*} x - 2 = 0 \quad \text{or} \quad x + 3 = 0 \end{gather*}
So the solutions are \(x = 2\) and \(x = -3\text{.}\) Or, you might just read off the solutions from the equation itself.
You might recall that this is called the zero product property, which says that if the product of two numbers is 0, then one of the numbers must be equal to 0. In othre words, for 2 numbers \(a\) and \(b\text{,}\) if \(a \cdot b = 0\text{,}\) then \(a = 0\) or \(b = 0\text{.}\) This is the fundamental property used to solve quadratic equations by factoring.
This idea generalizes to higher degree polynomials, with more than 2 terms.

Example 9.2.2. Solving a Factored Cubic Polynomial.

For example, consider this polynomial with 3 factors,
\begin{gather*} f(x) = (2x - 1)(x + 2)(x - 4) \end{gather*}
It is cubic, because it has 3 linear factors. If you were to expand it out, the highest power would be \(x^3\text{.}\) To find the zeros, set \(f(x) = 0\text{:}\)
\begin{gather*} (2x - 1)(x + 2)(x - 4) = 0 \end{gather*}
Then each factor can be set to zero:
\begin{gather*} 2x - 1 = 0, \quad x + 2 = 0, \quad x - 4 = 0 \end{gather*}
Solving gives:
\begin{gather*} x = \frac{1}{2}, \quad x = -2, \quad x = 4 \end{gather*}
Thus, the solutions are \(x = \frac{1}{2}, -2, 4\text{.}\)

Example 9.2.3. Solving a Factored Quartic Polynomial.

Similarly, for this degree 4 (quartic) polynomial equation,
\begin{gather*} (3x - 2)(x - 1)(x + 3)(x - 5) = 0 \end{gather*}
Setting each factor equal to zero gives:
\begin{gather*} 3x - 2 = 0, \quad x - 1 = 0, \quad x + 3 = 0, \quad x - 5 = 0 \end{gather*}
Solving gives:
\begin{gather*} x = \frac{2}{3}, \quad x = 1, \quad x = -3, \quad x = 5 \end{gather*}

Example 9.2.4. Factors Not in Standard Form.

Sometimes the factors might not be written in the standard form. For example,
\begin{gather*} (2 - x)(x + 4)(4x - 1) = 0 \end{gather*}
Setting each factor equal to zero:
\begin{gather*} 2 - x = 0, \quad x + 4 = 0, \quad 4x - 1 = 0 \end{gather*}
Solving gives:
\begin{gather*} x = 2, \quad x = -4, \quad x = \frac{1}{4} \end{gather*}
The solutions are \(x = 2, -4, \frac{1}{4}\text{.}\)

Example 9.2.5. Factors with Multiplicity.

The exponents on the factors can also vary. For example,
\begin{gather*} (2x - 3)^2(x + 1)^3 = 0 \end{gather*}
However, it doesn’t change the strategy. Set each factor to zero, giving,
\begin{gather*} 2x - 3 = 0 \quad \text{or} \quad x + 1 = 0 \end{gather*}
And solve for \(x\text{,}\)
\begin{gather*} x = \frac{3}{2} \quad \text{and} \quad x = -1 \end{gather*}
So the zeros are \(x = \frac{3}{2}\) and \(x = -1\text{.}\)
In general, if you have a bunch of factors multiplied together that equals 0, then each of the factors can be 0. In this way, solving polynomial equations in this form is easy.
A polynomial written as a product of its factors is said to be in factored form. In other words, like,
\begin{gather*} \boxed{f(x) = a \cdot (\text{linear factor}_1) \cdot (\text{linear factor}_2) \cdot \cdots \cdot (\text{linear factor}_n)} \end{gather*}

Exercise Group 9.2.1. Practice: Solving Factored Polynomials.

Solve each equation.
(a)
\((x - 1)(x + 2)(x - 4) = 0\text{.}\)
Answer.
\(x=1,-2,4\text{.}\)
(b)
\((2x - 3)(x + 5)(x + 1) = 0\text{.}\)
Answer.
\(x=\frac{3}{2},-5,-1\text{.}\)
(c)
\(x(x - 2)(3x + 4) = 0\text{.}\)
Answer.
\(x=0,2,-\frac{4}{3}\text{.}\)
(d)
\((2 - x)(x + 1)(x - 7) = 0\text{.}\)
Answer.
\(x=2,-1,7\text{.}\)
(g)
\((3x - 2)(x - 1)(x + 3)(x - 5) = 0\text{.}\)
Answer.
\(x=\frac{2}{3},1,-3,5\text{.}\)
(h)
\(x(x - 2)(x + 2)(4x - 1) = 0\text{.}\)
Answer.
\(x=0,2,-2,\frac{1}{4}\text{.}\)