June 5, 2026
We’ve recently investigated quadratics:
Try the following warm-up problems.
Problem 1: Find all solutions to \(\left(x + 5\right)\left(-3x + 5\right) = 0\).
Problem 2: A student claims that the solutions to \(\left(x - 5\right)\left(x - 1\right) = 21\) are \(x = 5\) and \(x = 1\) because those values make each factor equal to zero. Is the student correct? If not, identify the error and find the actual solutions.
Note: Problem 2 is designed to surface a common mistake. Think carefully before answering.
Today we generalize the ideas from linear and quadratic functions to the broader class of polynomial functions.
After today’s class meeting, you should be able to:
Definition (Polynomial Equation): A polynomial equation can be written in the form
\[a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0 = 0\]
For a polynomial \(a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0\):
Linear (\(n = 1\)) and quadratic (\(n = 2\)) equations are both special cases of polynomials.
Strategy: The general approach for solving polynomial equations is the same as for quadratics:
Number of Solutions
A degree \(n\) polynomial equation has at most \(n\) real solutions. Counting complex solutions and multiplicities, it has exactly \(n\) solutions.
Example 1: The polynomial equation \(4x^3 - 10x^2 -42x + 40 = 0\) can be partially factored into \(\left(2x + 5\right)\left(2x^2 - 10x + 8\right) = 0\). Find all solutions to the equation.
Solution. We already have \(0\) on the right side. Continue factoring the left side.
\[\begin{align} \left(2x + 5\right)\left(2x^2 - 10x + 8\right) &= 0 \end{align}\]
Example 1: The polynomial equation \(4x^3 - 10x^2 -42x + 40 = 0\) can be partially factored into \(\left(2x + 5\right)\left(2x^2 - 10x + 8\right) = 0\). Find all solutions to the equation.
Solution. We already have \(0\) on the right side. Continue factoring the left side.
\[\begin{align} \left(2x + 5\right)\left(2x^2 - 10x + 8\right) &= 0\\ \implies 2\left(2x + 5\right)\left(x^2 - 5x + 4\right) &= 0 \end{align}\]
Example 1: The polynomial equation \(4x^3 - 10x^2 -42x + 40 = 0\) can be partially factored into \(\left(2x + 5\right)\left(2x^2 - 10x + 8\right) = 0\). Find all solutions to the equation.
Solution. We already have \(0\) on the right side. Continue factoring the left side.
\[\begin{align} \left(2x + 5\right)\left(2x^2 - 10x + 8\right) &= 0\\ \implies 2\left(2x + 5\right)\left(x^2 - 5x + 4\right) &= 0\\ \implies 2\left(2x + 5\right)\left(x - 4\right)\left(x - 1\right) &= 0 \end{align}\]
From factored form, we use the zero product property.
\[\begin{align} 2x + 5 &= 0 & &\text{or} & x - 4 &= 0 & &\text{or} & x - 1 &= 0 \end{align}\]
Example 1: The polynomial equation \(4x^3 - 10x^2 -42x + 40 = 0\) can be partially factored into \(\left(2x + 5\right)\left(2x^2 - 10x + 8\right) = 0\). Find all solutions to the equation.
Solution. We already have \(0\) on the right side. Continue factoring the left side.
\[\begin{align} \left(2x + 5\right)\left(2x^2 - 10x + 8\right) &= 0\\ \implies 2\left(2x + 5\right)\left(x^2 - 5x + 4\right) &= 0\\ \implies 2\left(2x + 5\right)\left(x - 4\right)\left(x - 1\right) &= 0 \end{align}\]
From factored form, we use the zero product property.
\[\begin{align} 2x + 5 &= 0 & &\text{or} & x - 4 &= 0 & &\text{or} & x - 1 &= 0\\ \implies 2x &= -5 & &\text{or} & x &= 4 & &\text{or} & x &= 1 \end{align}\]
Example 1: The polynomial equation \(4x^3 - 10x^2 -42x + 40 = 0\) can be partially factored into \(\left(2x + 5\right)\left(2x^2 - 10x + 8\right) = 0\). Find all solutions to the equation.
Solution. We already have \(0\) on the right side. Continue factoring the left side.
\[\begin{align} \left(2x + 5\right)\left(2x^2 - 10x + 8\right) &= 0\\ \implies 2\left(2x + 5\right)\left(x^2 - 5x + 4\right) &= 0\\ \implies 2\left(2x + 5\right)\left(x - 4\right)\left(x - 1\right) &= 0 \end{align}\]
From factored form, we use the zero product property.
\[\begin{align} 2x + 5 &= 0 & &\text{or} & x - 4 &= 0 & &\text{or} & x - 1 &= 0\\ \implies 2x &= -5 & &\text{or} & x &= 4 & &\text{or} & x &= 1\\ \implies x &= \frac{-5}{2} & & & & & & & & \end{align}\]
So we have three distinct solutions, \(\boxed{~x = -5/2~}\), \(\boxed{~x = 4~}\), or \(\boxed{~x = 1~}\).
Notice that this was a degree-three polynomial, so three solutions is exactly what we expect (though those solutions may not all be distinct, or real, generally).
Definition (Multiplicity): If \(\left(x - a\right)^k\) appears in the fully factored form of a polynomial, then \(x = a\) is a root of multiplicity \(k\).
For example, the equation \(x^2 + 6x + 9 = 0\) has factored form \(\left(x + 3\right)^2 = 0\), and has only one solution. That solution is \(x = -3\), but \(-3\) is a root of multiplicity two. It results from a factor that appears twice.
Counting multiplicities and complex solutions, a degree \(n\) polynomial always has exactly \(n\) solutions.
Example 2: Find all solutions to \(\left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 = 0\), including complex roots and multiplicities.
Solution.
\[\begin{align} \left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 &= 0 \end{align}\]
Example 2: Find all solutions to \(\left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 = 0\), including complex roots and multiplicities.
Solution.
\[\begin{align} \left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 &= 0\\ \implies \left(x - 3\right)\left(x - 2\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 &= 0 \end{align}\]
Reading the solutions directly from the linear factors, we have \(x = 3\) (multiplicity 1), \(x = 2\) (multiplicity 1), \(x = 8\) (multiplicity 3).
That accounts for \(1 + 1 + 3 = 5\) solutions.
The total degree of the polynomial is \(2 + 2 + 3 = 7\) (remember that we add exponents when multiplying factors with like bases, so \(x^2\cdot x^2\cdot x^3 = x^7\)).
Because of this, two solutions remain, and we know that they come from \(x^2 + x + 4 = 0\):
\[\begin{align} x &= \frac{-1 \pm \sqrt{\left(1 - 16\right)}}{2} \end{align}\]
Example 2: Find all solutions to \(\left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 = 0\), including complex roots and multiplicities.
Solution.
\[\begin{align} \left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 &= 0\\ \implies \left(x - 3\right)\left(x - 2\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 &= 0 \end{align}\]
Reading the solutions directly from the linear factors, we have \(x = 3\) (multiplicity 1), \(x = 2\) (multiplicity 1), \(x = 8\) (multiplicity 3).
That accounts for \(1 + 1 + 3 = 5\) solutions.
The total degree of the polynomial is \(2 + 2 + 3 = 7\) (remember that we add exponents when multiplying factors with like bases, so \(x^2\cdot x^2\cdot x^3 = x^7\)).
Because of this, two solutions remain, and we know that they come from \(x^2 + x + 4 = 0\):
\[\begin{align} x &= \frac{-1 \pm \sqrt{\left(1 - 16\right)}}{2} = \frac{-1 \pm \sqrt{-15}}{2} \end{align}\]
Example 2: Find all solutions to \(\left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 = 0\), including complex roots and multiplicities.
Solution.
\[\begin{align} \left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 &= 0\\ \implies \left(x - 3\right)\left(x - 2\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 &= 0 \end{align}\]
Reading the solutions directly from the linear factors, we have \(x = 3\) (multiplicity 1), \(x = 2\) (multiplicity 1), \(x = 8\) (multiplicity 3).
That accounts for \(1 + 1 + 3 = 5\) solutions.
The total degree of the polynomial is \(2 + 2 + 3 = 7\) (remember that we add exponents when multiplying factors with like bases, so \(x^2\cdot x^2\cdot x^3 = x^7\)).
Because of this, two solutions remain, and we know that they come from \(x^2 + x + 4 = 0\):
\[\begin{align} x &= \frac{-1 \pm \sqrt{\left(1 - 16\right)}}{2} = \frac{-1 \pm \sqrt{-15}}{2} = \frac{-1 \pm i\sqrt{15}}{2} \end{align}\]
Example 2: Find all solutions to \(\left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 = 0\), including complex roots and multiplicities.
Solution.
\[\begin{align} \left(x^2 - 5x + 6\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 &= 0\\ \implies \left(x - 3\right)\left(x - 2\right)\left(x^2 + x + 4\right)\left(x - 8\right)^3 &= 0 \end{align}\]
Reading the solutions directly from the linear factors, we have \(x = 3\) (multiplicity 1), \(x = 2\) (multiplicity 1), \(x = 8\) (multiplicity 3).
That accounts for \(1 + 1 + 3 = 5\) solutions.
The total degree of the polynomial is \(2 + 2 + 3 = 7\) (remember that we add exponents when multiplying factors with like bases, so \(x^2\cdot x^2\cdot x^3 = x^7\)).
Because of this, two solutions remain, and we know that they come from \(x^2 + x + 4 = 0\):
\[\begin{align} x &= \frac{-1 \pm \sqrt{\left(1 - 16\right)}}{2} = \frac{-1 \pm \sqrt{-15}}{2} = \frac{-1 \pm i\sqrt{15}}{2} = \frac{-1}{2} \pm \frac{\sqrt{15}}{2}i \end{align}\]
The two complex solutions are a conjugate pair, as expected. All \(7\) solutions accounted for. \(\checkmark\)
Try It! 1: Find all solutions to \(\left(x^2 + 9\right)\left(x^2 - 11x + 30\right)^2 = 0\).
Before solving, answer: what is the degree of this polynomial? How many solutions should you find (counting multiplicities and complex solutions)?
Reminder: Check that your solution count matches the degree when you’re done.
Definition (Polynomial Function): A function of the form
\[f\left(x\right) = a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0\]
is a polynomial function. Its graph is a smooth, continuous curve.
To sketch the graph of a polynomial function, we identify five things:
The multiplicity of a root determines how the graph behaves at that \(x\)-intercept:
\[f\left(x\right) = x^3\left(x - 1\right)\left(x + 2\right)^2\]

Just as with quadratics, the leading term \(a_nx^n\) determines end behavior.
| Leading coefficient | Degree | \(\displaystyle{\lim_{x\to -\infty}}\) | \(\displaystyle{\lim_{x\to \infty}}\) |
|---|---|---|---|
| \(a_n > 0\) | even | \(+\infty\) | \(+\infty\) |
| \(a_n < 0\) | even | \(-\infty\) | \(-\infty\) |
| \(a_n > 0\) | odd | \(-\infty\) | \(+\infty\) |
| \(a_n < 0\) | odd | \(+\infty\) | \(-\infty\) |
From Factored Form: If your polynomial function is in factored form, for example \(f\left(x\right) = \left(x - a_1\right)^{n_1}\left(x - a_2\right)^{n_2}\cdots\left(x - a_k\right)^{n_k}\), then analyse the limiting sign of each factor when \(x\) approaches \(-\infty\) and again when \(x\) approaches \(\infty\), and determine whether the ultimate product will be positive or negative.
Remember Your “Book Functions”
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = \left(0 + 5\right)\left(0 + 1\right)^2\left(0 - 3\right)\left(0 - 5\right)\left(0 - 7\right)^4\)
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = 5 \cdot \left(1\right)^2 \cdot \left(-3\right) \cdot \left(-5\right) \cdot \left(-7\right)^4\)
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = 5 \cdot 1 \cdot \left(-3\right) \cdot \left(-5\right) \cdot 2401\)
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = 180{,}075\)
Roots and multiplicities:
End behavior: We’ll evaluate \(\displaystyle{\lim_{x\to -\infty}{g\left(x\right)}}\) and \(\displaystyle{\lim_{x\to \infty}{g\left(x\right)}}\) separately.
\[\begin{align} \lim_{x\to -\infty}{g\left(x\right)} &= \lim_{x\to -\infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4} \end{align}\]
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = 180{,}075\)
Roots and multiplicities:
End behavior: We’ll evaluate \(\displaystyle{\lim_{x\to -\infty}{g\left(x\right)}}\) and \(\displaystyle{\lim_{x\to \infty}{g\left(x\right)}}\) separately.
\[\begin{align} \lim_{x\to -\infty}{g\left(x\right)} &= \lim_{x\to -\infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4}\\ &= \lim_{x\to -\infty}{\stackrel{\color{red}{\left(-\right)}}{\left(x + 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x + 1\right)^2}\stackrel{\color{red}{\left(-\right)}}{\left(x - 3\right)}\stackrel{\color{red}{\left(-\right)}}{\left(x - 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 7\right)^4}} \end{align}\]
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = 180{,}075\)
Roots and multiplicities:
End behavior: We’ll evaluate \(\displaystyle{\lim_{x\to -\infty}{g\left(x\right)}}\) and \(\displaystyle{\lim_{x\to \infty}{g\left(x\right)}}\) separately.
\[\begin{align} \lim_{x\to -\infty}{g\left(x\right)} &= \lim_{x\to -\infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4}\\ &= \lim_{x\to -\infty}{\stackrel{\color{red}{\left(-\right)}}{\left(x + 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x + 1\right)^2}\stackrel{\color{red}{\left(-\right)}}{\left(x - 3\right)}\stackrel{\color{red}{\left(-\right)}}{\left(x - 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 7\right)^4}}\\ &= -\infty \end{align}\]
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = 180{,}075\)
Roots and multiplicities:
End behavior: We’ll evaluate \(\displaystyle{\lim_{x\to -\infty}{g\left(x\right)}}\) and \(\displaystyle{\lim_{x\to \infty}{g\left(x\right)}}\) separately.
\[\begin{align} \lim_{x\to -\infty}{g\left(x\right)} &= \lim_{x\to -\infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4}\\ &= \lim_{x\to -\infty}{\stackrel{\color{red}{\left(-\right)}}{\left(x + 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x + 1\right)^2}\stackrel{\color{red}{\left(-\right)}}{\left(x - 3\right)}\stackrel{\color{red}{\left(-\right)}}{\left(x - 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 7\right)^4}}\\ &= -\infty\\ \lim_{x\to\infty}g\left(x\right) &= \lim_{x\to \infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4} \end{align}\]
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = 180{,}075\)
Roots and multiplicities:
End behavior: We’ll evaluate \(\displaystyle{\lim_{x\to -\infty}{g\left(x\right)}}\) and \(\displaystyle{\lim_{x\to \infty}{g\left(x\right)}}\) separately.
\[\begin{align} \lim_{x\to -\infty}{g\left(x\right)} &= \lim_{x\to -\infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4}\\ &= \lim_{x\to -\infty}{\stackrel{\color{red}{\left(-\right)}}{\left(x + 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x + 1\right)^2}\stackrel{\color{red}{\left(-\right)}}{\left(x - 3\right)}\stackrel{\color{red}{\left(-\right)}}{\left(x - 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 7\right)^4}}\\ &= -\infty\\ \lim_{x\to\infty}g\left(x\right) &= \lim_{x\to \infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4}\\ &= \lim_{x\to \infty}{\stackrel{\color{red}{\left(+\right)}}{\left(x + 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x + 1\right)^2}\stackrel{\color{red}{\left(+\right)}}{\left(x - 3\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 7\right)^4}} \end{align}\]
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = 180{,}075\)
Roots and multiplicities:
End behavior: We’ll evaluate \(\displaystyle{\lim_{x\to -\infty}{g\left(x\right)}}\) and \(\displaystyle{\lim_{x\to \infty}{g\left(x\right)}}\) separately.
\[\begin{align} \lim_{x\to -\infty}{g\left(x\right)} &= \lim_{x\to -\infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4}\\ &= \lim_{x\to -\infty}{\stackrel{\color{red}{\left(-\right)}}{\left(x + 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x + 1\right)^2}\stackrel{\color{red}{\left(-\right)}}{\left(x - 3\right)}\stackrel{\color{red}{\left(-\right)}}{\left(x - 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 7\right)^4}}\\ &= -\infty\\ \lim_{x\to\infty}g\left(x\right) &= \lim_{x\to \infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4}\\ &= \lim_{x\to \infty}{\stackrel{\color{red}{\left(+\right)}}{\left(x + 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x + 1\right)^2}\stackrel{\color{red}{\left(+\right)}}{\left(x - 3\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 7\right)^4}}\\ &= \infty \end{align}\]
Example 3: For \(g\left(x\right) = \left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4\), find the \(y\)-intercept, roots and their multiplicities, determine the end behavior, and sketch an approximate graph.
Solution.
\(y\)-intercept: \(g\left(0\right) = 180{,}075\)
Roots and multiplicities:

End behavior: We’ll evaluate \(\displaystyle{\lim_{x\to -\infty}{g\left(x\right)}}\) and \(\displaystyle{\lim_{x\to \infty}{g\left(x\right)}}\) separately.
\[\begin{align} \lim_{x\to -\infty}{g\left(x\right)} &= \lim_{x\to -\infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4}\\ &= \lim_{x\to -\infty}{\stackrel{\color{red}{\left(-\right)}}{\left(x + 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x + 1\right)^2}\stackrel{\color{red}{\left(-\right)}}{\left(x - 3\right)}\stackrel{\color{red}{\left(-\right)}}{\left(x - 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 7\right)^4}}\\ &= -\infty\\ \lim_{x\to\infty}g\left(x\right) &= \lim_{x\to \infty}{\left(x + 5\right)\left(x + 1\right)^2\left(x - 3\right)\left(x - 5\right)\left(x - 7\right)^4}\\ &= \lim_{x\to \infty}{\stackrel{\color{red}{\left(+\right)}}{\left(x + 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x + 1\right)^2}\stackrel{\color{red}{\left(+\right)}}{\left(x - 3\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 5\right)}\stackrel{\color{red}{\left(+\right)}}{\left(x - 7\right)^4}}\\ &= \infty \end{align}\]
Try It! 2: For the polynomial function \(f\left(x\right) = \left(x + 3\right)^2\left(x - 1\right)\left(x - 4\right)^3\):
Try It! 3: Before sketching anything – a sixth degree polynomial function has roots at \(x = -2\) (multiplicity 1), \(x = 0\) (multiplicity 3), and \(x = 4\) (multiplicity 2), with positive leading coefficient.
Without computing anything, predict:
Navigate to our MAT142 Exit Ticket Form, answer the questions, and complete the task below.
Note. Today’s discussion is listed as 12. Polynomial Functions and Equations

Task: Consider \(f\left(x\right) = \left(x + 2\right)^3\left(x - 1\right)\left(x - 4\right)^2\).
\(\left(a\right)\) What is the degree of \(f\)?
\(\left(b\right)\) List the roots and their multiplicities. At each root, does the graph pass through or bounce off the \(x\)-axis?
\(\left(c\right)\) Determine \(\displaystyle{\lim_{x\to -\infty}{f\left(x\right)}}\) and \(\displaystyle{\lim_{x\to \infty}{f\left(x\right)}}\).
:::