Skip to main content
Contents
Dark Mode Prev Up Next
\(\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\abs}[1]{\left\lvert #1 \right\rvert}
\newcommand{\set}[1]{\left\{ #1 \right\}}
\renewcommand{\neg}{\sim}
\newcommand{\brac}[1]{\left( #1 \right)}
\newcommand{\rad}[1]{#1 \ \text{rad}}
\newcommand{\eval}[1]{\left. #1 \right|}
\newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor}
\newcommand{\ceil}[1]{\left\lceil #1 \right\rceil}
\newcommand{\ang}[1]{#1^\circ}
\newcommand{\crossmethod}[4]{
\begin{tikzpicture}[baseline=(M.base)]
\node (M) at (0,0) {$#1$};
\node (P) at (0,-1) {$#2$};
\node (N) at (1.5,0) {$#3$};
\node (Q) at (1.5,-1) {$#4$};
\draw (M) -- (Q);
\draw (P) -- (N);
\end{tikzpicture}
}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 9.5 Factoring and Graphing Polynomials
Subsection 9.5.1 Finding Cubic Roots with Scientific Calculator (EQN Mode)
Press
MODE , and go to equation mode by pressing
EQN . A menu will appear which shows the various equation types. Press
4 to choose the cubic equation option
\(aX^3 + bX^2 + cX + d = 0\text{.}\)
The calculator will show entry fields for
\(a\text{,}\) \(b\text{,}\) \(c\text{,}\) and
\(d\text{.}\) Enter each coefficient in order, pressing
= after each one. After entering all coefficients, press
= to compute the solutions.
The calculator will display the first root (e.g.,
\(X_1 =\) followed by the value). Use the up/down arrow keys to scroll through the roots.
Example 9.5.1 . Solving \(x^3 - 2x^2 - x + 2 = 0\) .
For example, to solve
\(x^3 - 2x^2 - x + 2 = 0\text{,}\)
Enter EQN mode and select cubic (option 4).
Input coefficients: \(1 =\) , \(-2 =\) , \(-1 =\) , \(2 =\text{.}\)
Press = to solve. The calculator will show: \(X_1 = -1, \quad X_2 = 1, \quad X_3 = 2\text{.}\)
This will always work, except,
If the roots are fractions or irrational, the calculator will only give you a decimal approximation (not exact fractions or radicals).
If there are repeated roots, the calculator will only show the distinct roots, and not tell you which is repeated.
To exit EQN mode, press
MODE and select another mode (e.g.,
COMP ).
Subsection 9.5.2 Finding Roots of a Polynomial (Factoring Completely) Examples
Exercise Group 9.5.1 . Factoring Practice 1.
Find the roots of each polynomial function by factoring completely.
(a)
\(f(x)=x^3-3x^2-x+3\) Answer .
\(f(x)=(x-1)(x-3)(x+1)\text{,}\) \(x=-1,1,3\)
(b)
\(f(x)=x^3-6x^2+11x-6\) Answer .
\(f(x)=(x-1)(x-2)(x-3)\text{,}\) \(x=1,2,3\)
(c)
\(f(x)=x^3+2x^2-x-2\) Answer .
\(f(x)=(x-1)(x+1)(x+2)\text{,}\) \(x=-2,-1,1\)
(d)
\(f(x)=x^3+x^2-16x-16\) Answer .
\(f(x)=(x-4)(x+1)(x+4)\text{,}\) \(x=-4,-1,4\)
(e)
\(f(x)=x^4-4x^2\) Answer .
\(f(x)=x^2(x-2)(x+2)\text{,}\) \(x=0,2,-2\)
(f)
\(f(x)=x^3-2x^2-9x+18\) Answer .
\(f(x)=(x-3)(x-2)(x+3)\text{,}\) \(x=-3,2,3\)
(g)
\(f(x)=x^3-4x^2-45x\) Answer .
\(f(x)=x(x-9)(x+5)\text{,}\) \(x=0,9,-5\)
(h)
\(f(x)=x^4-81x^2\) Answer .
\(f(x)=x^2(x-9)(x+9)\text{,}\) \(x=0,9,-9\)
(i)
\(f(x)=x^3+3x^2-x-3\) Answer .
\(f(x)=(x-1)(x+1)(x+3)\text{,}\) \(x=1,-1,-3\)
(j)
\(f(x)=x^4-4x^3+x^2+6x\) Answer .
\(f(x)=x(x-3)(x-2)(x+1)\text{,}\) \(x=0,3,2,-1\)
(k)
\(f(x)=x^3+3x^2-6x-8\) Answer .
\(f(x)=(x-2)(x+1)(x+4)\text{,}\) \(x=2,-1,-4\)
(l)
\(f(x)=x^3-4x^2+x+6\) Answer .
\(f(x)=(x-3)(x-2)(x+1)\text{,}\) \(x=3,2,-1\)
Exercise Group 9.5.2 . Factoring Practice 2.
Find the roots of each polynomial function by factoring completely.
(a)
\(f(x)=x^3+2x^2-5x-6\) Answer .
\(f(x)=(x+1)(x-2)(x+3)\text{,}\) \(x=-3,-1,2\)
(b)
\(f(x)=x^4+x^3-13x^2-25x-12\) Answer .
\(f(x)=(x+1)^2(x-4)(x+3)\text{,}\) \(x=-1,4,-3\)
(c)
\(f(x)=x^3+5x^2+2x-8\) Answer .
\(f(x)=(x-1)(x+2)(x+4)\text{,}\) \(x=1,-2,-4\)
(d)
\(f(x)=-x^3-x^2+22x+40\) Answer .
\(f(x)=-(x+2)(x+4)(x-5)\text{,}\) \(x=-2,-4,5\)
(e)
\(f(x)=x^4-5x^3+2x^2+20x-24\) Answer .
\(f(x)=(x-2)^2(x+2)(x-3)\text{,}\) \(x=2,-2,3\)
(f)
\(f(x)=x^4-3x^3-7x^2+15x+18\) Answer .
\(f(x)=(x+1)(x+2)(x-3)^2\text{,}\) \(x=-1,-2,3\)
(g)
\(f(x)=x^3+3x^2-4\) Answer .
\(f(x)=(x-1)(x+2)^2\text{,}\) \(x=1,-2\)
(h)
\(f(x)=x^3+7x^2+16x+12\) Answer .
\(f(x)=(x+2)^2(x+3)\text{,}\) \(x=-3,-2\)
(i)
\(f(x)=x^3-7x^2+7x+15\) Answer .
\(f(x)=(x-5)(x-3)(x+1)\text{,}\) \(x=5,3,-1\)
(j)
\(f(x)=x^3-7x^2-41x-33\) Answer .
\(f(x)=(x-11)(x+1)(x+3)\text{,}\) \(x=11,-1,-3\)
(k)
\(f(x)=-x^3+5x^2-7x+3\) Answer .
\(f(x)=-(x-3)(x-1)^2\text{,}\) \(x=3,1\)
(l)
\(f(x)=-x^4-2x^3+3x^2+4x-4\) Answer .
\(f(x)=-(x-1)^2(x+2)^2\text{,}\) \(x=1,-2\)
Exercise Group 9.5.3 . Factoring Practice 3.
Find the roots of each polynomial function by factoring completely.
(a)
\(f(x)=2x^3-5x^2-4x+3\) Answer .
\(f(x)=(x+1)(2x-1)(x-3)\text{,}\) \(x=-1,\frac{1}{2},3\)
(b)
\(f(x)=2x^3-15x^2+22x+15\) Answer .
\(f(x)=(x-3)(2x+1)(x-5)\text{,}\) \(x=3,-\frac{1}{2},5\)
(c)
\(f(x)=3x^3-4x^2-59x+20\) Answer .
\(f(x)=(x+4)(x-5)(3x-1)\text{,}\) \(x=-4,5,\frac{1}{3}\)
(d)
\(f(x)=3x^3-4x^2-5x+2\) Answer .
\(f(x)=(x+1)(x-2)(3x-1)\text{,}\) \(x=-1,2,\frac{1}{3}\)
(e)
\(f(x)=3x^3+x^2-20x+12\) Answer .
\(f(x)=(x-2)(x+3)(3x-2)\text{,}\) \(x=2,-3,\frac{2}{3}\)
(f)
\(f(x)=x^5+3x^4-5x^3-15x^2+4x+12\) Answer .
\(f(x)=(x-2)(x-1)(x+1)(x+2)(x+3)\text{,}\) \(x=-3,-2,-1,1,2\)
(g)
\(f(x)=x^5+3x^4-x^3-7x^2+4\) Answer .
\(f(x)=(x-1)^2(x+1)(x+2)^2\text{,}\) \(x=-2,-1,1\)
(h)
\(f(x)=x^4+4x^3-7x^2-34x-24\) Answer .
\(f(x)=(x-3)(x+1)(x+2)(x+4)\text{,}\) \(x=-4,-2,-1,3\)
(i)
\(f(x)=x^4+2x^3-7x^2-8x+12\) Answer .
\(f(x)=(x-2)(x-1)(x+2)(x+3)\text{,}\) \(x=2,1,-2,-3\)
(j)
\(f(x)=-x^4-2x^3+7x^2+8x-12\) Answer .
\(f(x)=-(x-2)(x-1)(x+2)(x+3)\text{,}\) \(x=2,1,-2,-3\)
(k)
\(f(x)=2x^4-x^3-14x^2+19x-6\) Answer .
\(f(x)=(x-1)(x-2)(2x-1)(x+3)\text{,}\) \(x=1,2,\frac{1}{2},-3\)
Exercise Group 9.5.4 . Polynomials with Irrational Roots or Irreducible Quadratic Factors.
Find the roots of each polynomial function by factoring completely.
(a)
\(f(x)=x^5-3x^4+8x^2-9x+3\) Answer .
\(f(x)=(x-1)^3(x^2-3)\text{,}\) \(x=1,\sqrt{3},-\sqrt{3}\)
(b)
\(f(x)=x^3-27x+10\) Answer .
\(f(x)=(x-5)(x^2+5x-2)\text{,}\) \(x=5, x=\frac{-5\pm\sqrt{33}}{2}\)
(c)
\(f(x)=x^4+5x^3+2x^2+7x-15\) Answer .
\(f(x)=(x-1)(x+5)(x^2+x+3)\text{,}\) \(x=1,-5\)
(d)
\(f(x) = 2x^3 - 8x^2 - x + 4\) Answer .
\(f(x) = (x-4)(2x^2-1), x = 4, \pm \frac{1}{\sqrt{2}}\)
(e)
\(f(x)=x^4+9x^3+12x^2-11x+21\) Answer .
\(f(x)=(x+3)(x+7)(x^2-x+1)\text{,}\) \(x=-3,-7\)
(f)
\(f(x)=3x^3+5x^2-3x-2\) Answer .
\(f(x)=(x+2)(3x^2-x-1)\text{,}\) \(x=-2, \frac{1\pm\sqrt{13}}{6}\)
(g)
\(f(x) = -2x^4 + 4x^3 + 15x^2 - 16x - 28\) Answer .
\(f(x) = (x-2)(x+2)(-2x^2 + 4x + 7), x = 2, -2, \frac{2 \pm 3\sqrt{2}}{2}\)
(h)
\(f(x)=3x^2+x^2-9x-3\)
Hint .
\(x=-\frac{1}{3}\) is a zero, you can use synthetic division or long division.
Answer .
\(f(x)=(3x+1)(x^2-3)\text{,}\) \(x=-\frac{1}{3}, \sqrt{3},-\sqrt{3}\)
Subsection 9.5.3 Summary of Factoring Higher-Degree Polynomial Functions
(If necessary) Write the polynomial in descending power order.
Check for common factors. If there are any common factors, either a variable, number, or both. If so, factor out the greatest common factor (GCF).
e.g. \(f(x) = 6x^3 - 12x^2 + 18x = 6x(x^2-2x+3)\text{.}\)
e.g. \(f(x) = x^4 - 2x^3 - 11x^2 + 12x = x(x^3-2x^2-11x+12)\text{.}\)
If the leading coefficient is negative, factor out \(-1\) from all its terms.
Especially check if the numbers in the equation are big!
Find one factor, by testing potential zeros until you find a zero. If
\(x = a\) is a zero, then
\(x-a\) is a factor (factor theorem).
List all of the potential roots to show your work (if required).
Divide out the factor, using synthetic division, so that the resulting polynomial has a degree 1 lower than originally.
Repeat the steps, until the resulting polynomial is quadratic.
Factor the quadratic. If itβs not factorable, use the quadratic formula to check for potential irrational zeros.
Note: Also keep in mind other special factoring patterns, which can sometimes be used instead of synthetic division:
Difference of squares, sum of cubes, difference of cubes.
\begin{align*}
a^2 - b^2 \amp = (a + b)(a - b) \amp x^2 - 9 \amp= (x+3)(x-3)\\
a^3 + b^3 \amp = (a + b)(a^2 - ab + b^2) \amp x^3 + 8 \amp= (x+2)(x^2 - 2x + 4)\\
a^3 - b^3 \amp = (a - b)(a^2 + ab + b^2) \amp x^3 - 27 \amp= (x-3)(x^2+3x+9)
\end{align*}
Quadratic form (e.g. \(u = x^2\) or \(u = x^3\) ).
Factor by grouping.
The order you find the factors doesnβt really matter, in that any order will eventually lead you to the same final factored form. However, if testing zeros, it is often easier and more systematic to start from the simplest and smallest zeros, like 1 or \(-1\text{,}\) maybe 2 or \(-2\text{,}\) etc.
If you test a number and it is a root, it can still be a root again for the reduced polynomial (if it is a repeated root). On the other hand, if you test it and itβs not a root, then it is guaranteed to be not a root for the reduced polynomial, so you can skip it.
With multiple synthetic division steps, you can stack multiple of them together, for conciseness.
Subsection 9.5.4 Word Problems
Example 9.5.2 . Box Volume Problem.
If the volume of an open topped box is given by
\(V(x)=x^3+5x^2+2x-8\) and the length can be expressed as
\(x+4\text{,}\) what are the possible expressions for the dimensions of the box in terms of
\(x\text{?}\) What is the volume of the box if
\(x=4\text{?}\)