Skip to main content
Mathematics LibreTexts

3.1: Graphs of Polynomials

  • Page ID
    3989
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Three of the families of functions studied thus far: constant, linear and quadratic, belong to a much larger group of functions called polynomials. We begin our formal study of general polynomials with a definition and some examples.

    Definition 3.1: Polynomial Functions

    A polynomial function is a function of the form

    \[ f(x) = a_{n} x^{n} + a_{n-1}x^{n-1} + \ldots + a_{2}x^{2} + a_{1}x + a_0, \label{polynomialfunction}\]

    where \(a_0\), \(a_1\), ... , \(a_{n}\) are real numbers and \(n \geq 1\) is a natural number. The domain of a polynomial function is \((-\infty, \infty)\).

    There are several things about Definition 3.1 that may be off-putting or downright frightening. The best thing to do is look at an example. Consider

    \[f(x) = 4x^5 - 3x^2 + 2x - 5.\]

    Is this a polynomial function? We can re-write the formula for \(f\) as

    \[f(x)= 4x^5 + 0 x^{4} + 0 x^{3} + (-3)x^2 + 2 x + (-5).\]

    Comparing this with Definition 3.1, we identify \(n=5\), \(a_5 = 4\), \(a_4 = 0\), \(a_3 = 0\), \(a_2 = -3\), \(a_1 = 2\) and \(a_0 = -5\). In other words, \(a_5\) is the coefficient of \(x^{5}\), \(a_{4}\) is the coefficient of \(x^{4}\), and so forth; the subscript on the \(a\)'s merely indicates to which power of \(x\) the coefficient belongs. The business of restricting \(n\) to be a natural number lets us focus on well-behaved algebraic animals.

    Example \(\PageIndex{1}\):

    Determine if the following functions are polynomials. Explain your reasoning.

    1. \(g(x) = \dfrac{4+x^3}{x}\)
    2. \(p(x) = \dfrac{4x+x^3}{x}\)
    3. \(q(x) = \dfrac{4x+x^3}{x^2+4}\)
    4. \(f(x) =\sqrt[3]{x}\)
    5. \(h(x) = |x|\)
    6. \(z(x) = 0\)

    Solution

    1. We note directly that the domain of \(g(x) = \frac{x^3+4}{x}\) is \(x \neq 0\). By definition, a polynomial has all real numbers as its domain. Hence, \(g\) can't be a polynomial.
    2. Even though \(p(x) = \frac{x^3+4x}{x}\) simplifies to \(p(x) = x^2+4\), which certainly looks like the form given in Definition 3.1, the domain of \(p\), which, as you may recall, we determine \emph{before} we simplify, excludes \(0\). Alas, \(p\) is not a polynomial function for the same reason \(g\) isn't.
    3. After what happened with \(p\) in the previous part, you may be a little shy about simplifying \(q(x) = \frac{x^3+4x}{x^2+4}\) to \(q(x) = x\), which certainly fits Definition 3.1. If we look at the domain of \(q\) before we simplified, we see that it is, indeed, all real numbers. A function which can be written in the form of Definition 3.1 whose domain is all real numbers is, in fact, a polynomial.
    4. We can rewrite \(f(x) =\sqrt[3]{x}\) as \(f(x) = x^{\frac{1}{3}}\). Since \(\frac{1}{3}\) is not a natural number, \(f\) is not a polynomial.
    5. The function \(h(x) = |x|\) isn't a polynomial, since it can't be written as a combination of powers of \(x\) even though it can be written as a piecewise function involving polynomials. As we shall see in this section, graphs of polynomials possess a quality\footnote{One which really relies on Calculus to verify.} that the graph of \(h\) does not.
    6. There's nothing in Definition 3.1 which prevents all the coefficients \(a_{n}\), etc., from being \(0\). Hence, \(z(x) = 0\), is an honest-to-goodness polynomial.

    Definition 3.2: Suppose \(f\) is a polynomial function.

    Given \(f(x) = a_{n} x^{n} + a_{n-1} x^{n-1} + \ldots + a_{2} x^{2} + a_{1} x + a_{0}\) with \(a_{n} \neq 0\), we say

    • The natural number \(n\) is called the degree of the polynomial \(f\).
    • The term \(a_{n} x^{n}\) is called the leading term of the polynomial \(f\).
    • The real number \(a_{n}\) is called the leading coefficient of the polynomial \(f\).
    • The real number \(a_{0}\) is called the constant term of the polynomial \(f\).

    If \(f(x) = a_{0}\), and \(a_{0} \neq 0\), we say \(f\) has degree \(0\).

    If \(f(x) = 0\), we say \(f\) has no degree.\footnote{Some authors say \(f(x) = 0\) has degree \(-\infty\) for reasons not even we will go into.}

    The reader may well wonder why we have chosen to separate off constant functions from the other polynomials in Definition 3.2. Why not just lump them all together and, instead of forcing \(n\) to be a natural number, \(n = 1, 2, \ldots\), allow \(n\) to be a whole number, \(n = 0, 1, 2, \ldots\). We could unify all of the cases, since, after all, isn't \(a_{0}x^{0} = a_{0}\)? The answer is 'yes, as long as \(x\neq 0\).' The function \(f(x) = 3\) and \(g(x) = 3x^{0}\) are different, because their domains are different. The number \(f(0) = 3\) is defined, whereas \(g(0) = 3(0)^{0}\) is not.

    • Technically, \(0^{0}\) is an indeterminant form, which is a special case of being undefined. The authors realize this is beyond pedantry, but we wouldn't mention it if we didn't feel it was necessary.

    Indeed, much of the theory we will develop in this chapter doesn't include the constant functions, so we might as well treat them as outsiders from the start. One good thing that comes from Definition 3.2 is that we can now think of linear functions as degree \(1\) (or 'first degree') polynomial functions and quadratic functions as degree \(2\) (or 'second degree') polynomial functions.

    Example \(\PageIndex{2}\):

    Find the degree, leading term, leading coefficient and constant term of the following polynomial functions.

    1. \(f(x) = 4x^5 - 3x^2 + 2x - 5\)
    2. \(g(x) = 12x +x^3\)
    3. \(h(x) = \dfrac{4-x}{5}\)
    4. \(p(x) = (2x-1)^{3}(x-2)(3x+2)\)

    Solution

    1. There are no surprises with \(f(x) = 4x^5 - 3x^2 + 2x - 5\). It is written in the form of Definition 3.2, and we see that the degree is \(5\), the leading term is \(4x^5\), the leading coefficient is \(4\) and the constant term is \(-5\).
    2. The form given in Definition 3.2 has the highest power of \(x\) first. To that end, we re-write \(g(x) = 12x +x^3 = x^3+12x\), and see that the degree of \(g\) is \(3\), the leading term is \(x^3\), the leading coefficient is \(1\) and the constant term is \(0\).
    3. We need to rewrite the formula for \(h\) so that it resembles the form given in Definition 3.2: \(h(x) = \frac{4-x}{5} = \frac{4}{5} - \frac{x}{5} = -\frac{1}{5} x + \frac{4}{5}\). The degree of \(h\) is \(1\), the leading term is \(-\frac{1}{5} x\), the leading coefficient is \(-\frac{1}{5}\) and the constant term is \(\frac{4}{5}\).
    4. It may seem that we have some work ahead of us to get \(p\) in the form of Definition 3.2. However, it is possible to glean the information requested about \(p\) without multiplying out the entire expression \((2x-1)^{3}(x-2)(3x+2)\). The leading term of \(p\) will be the term which has the highest power of \(x\). The way to get this term is to multiply the terms with the highest power of \(x\) from each factor together - in other words, the leading term of \(p(x)\) is the product of the leading terms of the factors of \(p(x)\). Hence, the leading term of \(p\) is \((2x)^3(x)(3x) = 24x^5\). This means that the degree of \(p\) is \(5\) and the leading coefficient is \(24\). As for the constant term, we can perform a similar trick. The constant term is obtained by multiplying the constant terms from each of the factors \((-1)^3(-2)(2) = 4\). \qed

    Our next example shows how polynomials of higher degree arise 'naturally' in even the most basic geometric applications.

    Example \(\PageIndex{3}\):

    A box with no top is to be fashioned from a \(10\) inch \(\times\) \(12\) inch piece of cardboard by cutting out congruent squares from each corner of the cardboard and then folding the resulting tabs. Let \(x\) denote the length of the side of the square which is removed from each corner.

    alt

    Find the volume \(V\) of the box as a function of \(x\). Include an appropriate applied domain.

    Use a graphing calculator to graph \(y=V(x)\) on the domain you found in part 1 and approximate the dimensions of the box with maximum volume to two decimal places. What is the maximum volume?

    Solution

    1. From Geometry, we know that \(\mbox{Volume} = \mbox{width} \times \mbox{height} \times \mbox{depth}\). The key is to find each of these quantities in terms of \(x\). From the figure, we see that the height of the box is \(x\) itself. The cardboard piece is initially \(10\) inches wide. Removing squares with a side length of \(x\) inches from each corner leaves \(10-2x\) inches for the width.\footnote{There's no harm in taking an extra step here and making sure this makes sense. If we chopped out a \(1\) inch square from each side, then the width would be \(8\) inches, so chopping out \(x\) inches would leave \(10-2x\) inches.} As for the depth, the cardboard is initially \(12\) inches long, so after cutting out \(x\) inches from each side, we would have \(12-2x\) inches remaining. As a function\footnote{When we write \(V(x)\), it is in the context of function notation, not the volume \(V\) times the quantity \(x\).} of \(x\), the volume is \[V(x) = x(10-2x)(12-2x) = 4x^3-44x^2+120x\] To find a suitable applied domain, we note that to make a box at all we need \(x > 0\). Also the shorter of the two dimensions of the cardboard is \(10\) inches, and since we are removing \(2x\) inches from this dimension, we also require \(10 - 2x > 0\) or \(x < 5\). Hence, our applied domain is \(0 < x < 5\).

    2. Using a graphing calculator, we see that the graph of \(y=V(x)\) has a relative maximum. For \(0 < x < 5\), this is also the absolute maximum. Using the 'Maximum' feature of the calculator, we get \(x \approx 1.81\), \(y \approx 96.77\). This yields a height of \(x \approx 1.81\) inches, a width of \(10 - 2x \approx 6.38\) inches, and a depth of \(12 - 2x \approx 8.38\) inches. The \(y\)-coordinate is the maximum volume, which is approximately \(96.77\) cubic inches (also written \(\mbox{in}^3\)).

    3.1.3b.png

    In order to solve Example 3.1.3, we made good use of the graph of the polynomial \(y=V(x)\), so we ought to turn our attention to graphs of polynomials in general. Below are the graphs of \(y=x^2\), \(y=x^4\) and \(y=x^6\), side-by-side. We have omitted the axes to allow you to see that as the exponent increases, the 'bottom' becomes 'flatter' and the 'sides' become 'steeper.' If you take the the time to graph these functions by hand,\footnote{Make sure you choose some \(x\)-values between \(-1\) and \(1\).} you will see why.

    alt

    All of these functions are even, (Do you remember how to show this?) and it is exactly because the exponent is even.\footnote{Herein lies one of the possible origins of the term 'even' when applied to functions.} This symmetry is important, but we want to explore a different yet equally important feature of these functions which we can be seen graphically -- their end behavior.

    The end behavior of a function is a way to describe what is happening to the function values (the \(y\)-values) as the \(x\)-values approach the 'ends' of the \(x\)-axis.\footnote{Of course, there are no ends to the \(x\)-axis.} That is, what happens to \(y\) as \(x\) becomes small without bound\footnote{We think of \(x\) as becoming a very large (in the sense of its absolute value) \textit{negative} number far to the left of zero.} (written \(x \rightarrow -\infty\)) and, on the flip side, as \(x\) becomes large without bound\footnote{We think of \(x\) as moving far to the right of zero and becoming a very large \textit{positive} number.} (written \(x \rightarrow \infty\)).

    For example, given \(f(x) = x^2\), as \(x \rightarrow -\infty\), we imagine substituting \(x=-100\), \(x=-1000\), etc., into \(f\) to get \(f(-100)=10000\), \(f(-1000)=1000000\), and so on. Thus the function values are becoming larger and larger positive numbers (without bound). To describe this behavior, we write: as \(x \rightarrow -\infty\), \(f(x) \rightarrow \infty\). If we study the behavior of \(f\) as \(x \rightarrow \infty\), we see that in this case, too, \(f(x) \rightarrow \infty\). (We told you that the symmetry was important!) The same can be said for any function of the form \(f(x) = x^n\) where \(n\) is an even natural number. If we generalize just a bit to include vertical scalings and reflections across the \(x\)-axis,\footnote{See Theorems 1.4 and 1.5in Section 1.7. we have

    End Behavior of functions \(f(x) = ax^{n}\), \(n\) even.

    Suppose \(f(x) = a x^{n}\) where \(a \neq 0\) is a real number and \(n\) is an even natural number. The end behavior of the graph of \(y=f(x)\) matches one of the following: \index{end behavior ! of \(f(x) = ax^{n}, n\) even}

    • for \(a > 0\), as \(x \rightarrow -\infty\), \(f(x) \rightarrow \infty\) and as \(x \rightarrow \infty\), \(f(x) \rightarrow \infty\)
    • for \(a < 0\), as \(x \rightarrow -\infty\), \(f(x) \rightarrow -\infty\) and as \(x \rightarrow \infty\), \(f(x) \rightarrow -\infty\)

    Graphically:

    3.1a.png

    We now turn our attention to functions of the form \(f(x) = x^{n}\) where \(n \geq 3\) is an odd natural number. (We ignore the case when \(n=1\), since the graph of \(f(x)=x\) is a line and doesn't fit the general pattern of higher-degree odd polynomials.) Below we have graphed \(y=x^3\), \(y=x^5\), and \(y=x^7\). The 'flattening' and 'steepening' that we saw with the even powers presents itself here as well, and, it should come as no surprise that all of these functions are odd.\footnote{And are, perhaps, the inspiration for the moniker 'odd function'.} The end behavior of these functions is all the same, with \(f(x) \rightarrow -\infty\) as \(x \rightarrow -\infty\) and \(f(x) \rightarrow \infty\) as \(x \rightarrow \infty\).

    3.1c.png

    As with the even degreed functions we studied earlier, we can generalize their end behavior.

    End Behavior of functions

    Suppose \(f(x) = a x^{n}\) where \(a \neq 0\) is a real number and \(n \geq 3\) is an odd natural number. The end behavior of the graph of \(y=f(x)\) matches one of the following: \index{end behavior ! of \(f(x) = ax^{n}, n\) odd}

    1. for \(a > 0\), as \(x \rightarrow -\infty\), \(f(x) \rightarrow -\infty\) and as \(x \rightarrow \infty\), \(f(x) \rightarrow \infty\)
    2. for \(a < 0\), as \(x \rightarrow -\infty\), \(f(x) \rightarrow \infty\) and as \(x \rightarrow \infty\), \(f(x) \rightarrow -\infty\)

    Graphically:

    3.1b.png

    Despite having different end behavior, all functions of the form \(f(x) = ax^{n}\) for natural numbers \(n\) share two properties which help distinguish them from other animals in the algebra zoo: they are continuous and smooth. While these concepts are formally defined using Calculus, informally, graphs of continuous functions have no 'breaks' or 'holes' in them, and the graphs of smooth functions have no 'sharp turns' (if you take Calculus, you'll find that smooth functions are automatically continuous, so that saying 'polynomials are continuous and smooth' is redundant). It turns out that these traits are preserved when functions are added together, so general polynomial functions inherit these qualities. Below we find the graph of a function which is neither smooth nor continuous, and to its right we have a graph of a polynomial, for comparison. The function whose graph appears on the left fails to be continuous where it has a 'break' or 'hole' in the graph; everywhere else, the function is continuous. The function is continuous at the 'corner' and the 'cusp', but we consider these 'sharp turns', so these are places where the function fails to be smooth. Apart from these four places, the function is smooth and continuous. Polynomial functions are smooth and continuous everywhere, as exhibited in the graph on the right.

    3.1d.png

    The notion of smoothness is what tells us graphically that, for example, \(f(x) = |x|\), whose graph is the characteristic '\(\vee\)' shape, cannot be a polynomial. The notion of continuity is what allowed us to construct the sign diagram for quadratic inequalities as we did in Section 2.4. This last result is formalized in the following theorem.

    Theorem 3.1: The Intermediate Value Theorem (Zero Version)

    Suppose \(f\) is a continuous function on an interval containing \(x=a\) and \(x=b\) with \(a<b\). If \(f(a)\) and \(f(b)\) have different signs, then \(f\) has at least one zero between \(x = a\) and \(x = b\); that is, for at least one real number \(c\) such that \(a < c < b\), we have \(f(c) = 0\).

    The Intermediate Value Theorem is extremely profound; it gets to the heart of what it means to be a real number, and is one of the most often used and under appreciated theorems in Mathematics. With that being said, most students see the result as common sense since it says, geometrically, that the graph of a polynomial function cannot be above the \(x\)-axis at one point and below the \(x\)-axis at another point without crossing the \(x\)-axis somewhere in between. The following example uses the Intermediate Value Theorem to establish a fact that that most students take for granted. Many students, and sadly some instructors, will find it silly.

    Example \(\PageIndex{4}\):

    Use the Intermediate Value Theorem to establish that \(\sqrt{2}\) is a real number.

    Solution

    Consider the polynomial function \(f(x) = x^2 - 2\). Then \(f(1) = -1\) and \(f(3) = 7\). Since \(f(1)\) and \(f(3)\) have different signs, the Intermediate Value Theorem guarantees us a real number \(c\) between \(1\) and \(3\) with \(f(c) = 0\). If \(c^2 - 2 = 0\) then \(c = \pm \sqrt{2}\). Since \(c\) is between \(1\) and \(3\), \(c\) is positive, so \(c = \sqrt{2}\). \qed

    Our primary use of the Intermediate Value Theorem is in the construction of sign diagrams, as in Section 2.4, since it guarantees us that polynomial functions are always positive \((+)\) or always negative \((-)\) on intervals which do not contain any of its zeros. The general algorithm for polynomials is given below.

    Steps for Constructing a Sign Diagram for a Polynomial Function

    Suppose \(f\) is a polynomial function.

    1. Find the zeros of \(f\) and place them on the number line with the number \(0\) above them.
    2. Choose a real number, called a test value, in each of the intervals determined in step 1.
    3. Determine the sign of \(f(x)\) for each test value in step 2, and write that sign above the corresponding interval.

    Example \(\PageIndex{5}\): Graphing Polynomials

    Construct a sign diagram for \(f(x) = x^3 (x-3)^2 (x+2) \left(x^2+1\right)\). Use it to give a rough sketch of the graph of \(y=f(x)\).

    Solution

    First, we find the zeros of \(f\) by solving \(x^3 (x-3)^2 (x+2)\left(x^2+1\right)=0\). We get \(x=0\), \(x=3\) and \(x=-2\). (The equation \(x^2+1=0\) produces no real solutions.) These three points divide the real number line into four intervals: \((-\infty, -2)\), \((-2,0)\), \((0,3)\) and \((3,\infty)\). We select the test values \(x=-3\), \(x=-1\), \(x=1\) and \(x=4\). We find \(f(-3)\) is \((+)\), \(f(-1)\) is \((-)\) and \(f(1)\) is \((+)\) as is \(f(4)\). Wherever \(f\) is \((+)\), its graph is above the \(x\)-axis; wherever \(f\) is \((-)\), its graph is below the \(x\)-axis. The \(x\)-intercepts of the graph of \(f\) are \((-2,0)\), \((0,0)\) and \((3,0)\). Knowing \(f\) is smooth and continuous allows us to sketch its graph.

    3.1.5a.png

    A couple of notes about the Example 3.1.5 are in order. First, note that we purposefully did not label the \(y\)-axis in the sketch of the graph of \(y=f(x)\). This is because the sign diagram gives us the zeros and the relative position of the graph - it doesn't give us any information as to how high or low the graph strays from the \(x\)-axis. Furthermore, as we have mentioned earlier in the text, without Calculus, the values of the relative maximum and minimum can only be found approximately using a calculator. If we took the time to find the leading term of \(f\), we would find it to be \(x^8\). Looking at the end behavior of \(f\), we notice that it matches the end behavior of \(y=x^8\). This is no accident, as we find out in the next theorem.

    Theorem 3.2: End Behavior for Polynomial Functions

    The end behavior of a polynomial \(f(x) = a_{n} x^{n} + a_{n-1} x^{n-1} + \ldots + a_{2} x^{2} + a_{1} x + a_{0}\) with \(a_{n} \neq 0\) matches the end behavior of \(y = a_{n} x^{n}\).

    To see why Theorem 3.2 is true, let's first look at a specific example. Consider \(f(x) = 4x^3 - x + 5\). If we wish to examine end behavior, we look to see the behavior of \(f\) as \(x \rightarrow \pm \infty\). Since we're concerned with \(x\)'s far down the \(x\)-axis, we are far away from \(x=0\) so can rewrite \(f(x)\) for these values of \(x\) as \[ f(x) = 4x^3 \left( 1 - \dfrac{1}{4x^2} + \dfrac{5}{4x^3}\right)\]

    As \(x\) becomes unbounded (in either direction), the terms \(\frac{1}{4x^2}\) and \(\frac{5}{4x^3}\) become closer and closer to \(0\), as the table below indicates.

    x \(\frac{1}{4x^2}\) \(\frac{5}{4x^3}\)
    -1000 0.00000025 -0.00000000125
    -100 0.000025 -0.00000125
    -10 0.0025 -0.00125
    10 0.0025 0.00125
    100 0.000025 0.00000125
    1000 0.00000025 0.00000000125

    In other words, as \(x \rightarrow \pm \infty\), \(f(x) \approx 4x^3\left( 1 - 0 +0\right) = 4x^3\), which is the leading term of \(f\). The formal proof of Theorem 3.2 works in much the same way. Factoring out the leading term leaves

    \[ f(x) = a_{n} x^{n} \left( 1 + \dfrac{a_{n-1}}{a_{n} x}+ \ldots + \dfrac{a_{2}}{a_{n} x^{n-2}} + \dfrac{a_{1}}{a_{n} x^{n-1}}+\dfrac{a_{0}}{a_{n} x^{n}}\right)\]

    As \(x \rightarrow \pm \infty\), any term with an \(x\) in the denominator becomes closer and closer to \(0\), and we have \(f(x) \approx a_{n} x^{n}\). Geometrically, Theorem 3.2 says that if we graph \(y=f(x)\) using a graphing calculator, and continue to 'zoom out', the graph of it and its leading term become indistinguishable. Below are the graphs of \(y=4x^3-x+5\) (the thicker line) and \(y=4x^3\) (the thinner line) in two different windows.

    3.1c.png

    Let's return to the function in Example 3.1.5, \(f(x) = x^3 (x-3)^2 (x+2)\left(x^2+1\right)\), whose sign diagram and graph are reproduced below for reference. Theorem 3.2 tells us that the end behavior is the same as that of its leading term \(x^{8}\). This tells us that the graph of \(y=f(x)\) starts and ends above the \(x\)-axis. In other words, \(f(x)\) is \((+)\) as \(x \rightarrow \pm \infty\), and as a result, we no longer need to evaluate \(f\) at the test values \(x=-3\) and \(x=4\). Is there a way to eliminate the need to evaluate \(f\) at the other test values? What we would really need to know is how the function behaves near its zeros - does it cross through the \(x\)-axis at these points, as it does at \(x=-2\) and \(x=0\), or does it simply touch and rebound like it does at \(x=3\). From the sign diagram, the graph of \(f\) will cross the \(x\)-axis whenever the signs on either side of the zero switch (like they do at \(x=-2\) and \(x=0\)); it will touch when the signs are the same on either side of the zero (as is the case with \(x=3\)). What we need to determine is the reason behind whether or not the sign change occurs.

    3.1d.png

    Fortunately, \(f\) was given to us in factored form: \(f(x) = x^3 (x-3)^2 (x+2)\). When we attempt to determine the sign of \(f(-4)\), we are attempting to find the sign of the number \((-4)^3 (-7)^2 (-2)\), which works out to be \((-)(+)(-)\) which is \((+)\). If we move to the other side of \(x=-2\), and find the sign of \(f(-1)\), we are determining the sign of \((-1)^3 (-4)^2 (+1)\), which is \((-)(+)(+)\) which gives us the \((-)\). Notice that signs of the first two factors in both expressions are the same in \(f(-4)\) and \(f(-1)\). The only factor which switches sign is the third factor, \((x+2)\), precisely the factor which gave us the zero \(x=-2\). If we move to the other side of \(0\) and look closely at \(f(1)\), we get the sign pattern \((+1)^3(-2)^2(+3)\) or \((+)(+)(+)\) and we note that, once again, going from \(f(-1)\) to \(f(1)\), the only factor which changed sign was the first factor, \(x^3\), which corresponds to the zero \(x=0\). Finally, to find \(f(4)\), we substitute to get \((+4)^3(+2)^2(+5)\) which is \((+)(+)(+)\) or \((+)\). The sign didn't change for the middle factor \((x-3)^2\). Even though this is the factor which corresponds to the zero \(x=3\), the fact that the quantity is \textit{squared} kept the sign of the middle factor the same on either side of \(3\). If we look back at the exponents on the factors \((x+2)\) and \(x^3\), we see that they are both odd, so as we substitute values to the left and right of the corresponding zeros, the signs of the corresponding factors change which results in the sign of the function value changing. This is the key to the behavior of the function near the zeros. We need a definition and then a theorem.

    Definition 3.3: Multiplicity

    Suppose \(f\) is a polynomial function and \(m\) is a natural number. If \((x-c)^{m}\) is a factor of \(f(x)\) but \((x-c)^{m+1}\) is not, then we say \(x=c\) is a zero of multiplicity \(m\).

    Hence, rewriting \(f(x) = x^3 (x-3)^2 (x+2)\) as \(f(x) = (x-0)^3 (x-3)^2 (x-(-2))^{1}\), we see that \(x=0\) is a zero of multiplicity \(3\), \(x=3\) is a zero of multiplicity \(2\) and \(x=-2\) is a zero of multiplicity \(1\).

    Theorem 3.3: The Role of Multiplicity

    Suppose \(f\) is a polynomial function and \(x=c\) is a zero of multiplicity \(m\). \index{multiplicity ! effect on the graph of a polynomial}

    • If \(m\) is even, the graph of \(y=f(x)\) touches and rebounds from the \(x\)-axis at \((c,0)\).
    • If \(m\) is odd, the graph of \(y=f(x)\) crosses through the \(x\)-axis at \((c,0)\).

    Our last example shows how end behavior and multiplicity allow us to sketch a decent graph without appealing to a sign diagram.

    Example \(\PageIndex{6}\):

    Sketch the graph of \(f(x) = -3(2x-1)(x+1)^2\) using end behavior and the multiplicity of its zeros.

    Solution

    The end behavior of the graph of \(f\) will match that of its leading term. To find the leading term, we multiply by the leading terms of each factor to get \((-3)(2x)(x)^2 = -6x^3\). This tells us that the graph will start above the \(x\)-axis, in Quadrant II, and finish below the \(x\)-axis, in Quadrant IV. Next, we find the zeros of \(f\). Fortunately for us, \(f\) is factored.\footnote{Obtaining the factored form of a polynomial is the main focus of the next few sections.} Setting each factor equal to zero gives is \(x = \frac{1}{2}\) and \(x=-1\) as zeros. To find the multiplicity of \(x=\frac{1}{2}\) we note that it corresponds to the factor \((2x-1)\). This isn't strictly in the form required in Definition 3.3. If we factor out the \(2\), however, we get \((2x-1) = 2\left(x-\frac{1}{2}\right)\), and we see that the multiplicity of \(x = \frac{1}{2}\) is \(1\). Since \(1\) is an odd number, we know from Theorem 3.3 that the graph of \(f\) will cross through the \(x\)-axis at \(\left(\frac{1}{2},0\right)\). Since the zero \(x=-1\) corresponds to the factor \((x+1)^2 = (x-(-1))^2\), we find its multiplicity to be \(2\) which is an even number. As such, the graph of \(f\) will touch and rebound from the \(x\)-axis at \((-1,0)\). Though we're not asked to, we can find the \(y\)-intercept by finding \(f(0) = -3(2(0)-1)(0+1)^2 = 3\). Thus \((0,3)\) is an additional point on the graph. Putting this together gives us the graph below.

    3.1.6a.png


    This page titled 3.1: Graphs of Polynomials is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Carl Stitz & Jeff Zeager via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.