Skip to main content
Mathematics LibreTexts

1.6: Graphs of Functions

  • Page ID
    98530
  • \( \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}}\)

    In Section 1.3 we defined a function as a special type of relation; one in which each x-coordinate was matched with only one y-coordinate. We spent most of our time in that section looking at functions graphically because they were, after all, just sets of points in the plane. Then in Section 1.4 we described a function as a process and defined the notation necessary to work with functions algebraically. So now it’s time to look at functions graphically again, only this time we’ll do so with the notation defined in Section 1.4. We start with what should not be a surprising connection.

    The Fundamental Graphing Principle for Functions

    The graph of a function \(\ f\) is the set of points which satisfy the equation \(\ y = f(x)\). That is, the point \(\ (x, y)\) is on the graph of \(\ f\) if and only if \(\ y = f(x)\).

    Example 1.6.1

    Graph \(\ f(x)=x^{2}-x-6\).

    Solution

    To graph \(\ f\), we graph the equation \(\ y = f(x)\). To this end, we use the techniques outlined in Section 1.2.1. Specifically, we check for intercepts, test for symmetry, and plot additional points as needed. To find the x-intercepts, we set \(\ y = 0\). Since \(\ y = f(x)\), this means \(\ f(x) = 0\).

    \(\ \begin{aligned}
    f(x) &=x^{2}-x-6 \\
    0 &=x^{2}-x-6 \\
    0 &=(x-3)(x+2) \quad\quad\quad \text { factor } \\
    x-3=0 & \text { or } x+2=0 \\
    x &=-2,3
    \end{aligned}\)

    So we get (−2, 0) and (3, 0) as x-intercepts. To find the y-intercept, we set \(\ x = 0\). Using function notation, this is the same as finding \(\ f(0)\) and \(\ f(0)=0^{2}-0-6=-6\). Thus the y-intercept is (0, −6). As far as symmetry is concerned, we can tell from the intercepts that the graph possesses none of the three symmetries discussed thus far. (You should verify this.) We can make a table analogous to the ones we made in Section 1.2.1, plot the points and connect the dots in a somewhat pleasing fashion to get the graph below on the right.

    Screen Shot 2022-03-11 at 6.01.31 PM.png

    Graphing piecewise-defined functions is a bit more of a challenge.

    Example 1.6.2

    Graph: \(\ f(x)=\left\{\begin{array}{lll}
    4-x^{2} & \text { if } & x<1 \\
    x-3, & \text { if } & x \geq 1
    \end{array}\right.\)

    Solution

    We proceed as before – finding intercepts, testing for symmetry and then plotting additional points as needed. To find the x-intercepts, as before, we set \(\ f(x) = 0\). The twist is that we have two formulas for \(\ f(x)\). For \(\ x < 1\), we use the formula \(\ f(x)=4-x^{2}\). Setting \(\ f(x) = 0\) gives \(\ 0=4-x^{2}\), so that \(\ x=\pm 2\). However, of these two answers, only \(\ x = −2\) fits in the domain \(\ x < 1\) for this piece. This means the only x-intercept for the \(\ x < 1\) region of the x-axis is (−2, 0). For \(\ x ≥ 1\), \(\ f(x) = x − 3\). Setting \(\ f(x) = 0\) gives \(\ 0 = x − 3\), or \(\ x = 3\). Since \(\ x = 3\) satisfies the inequality \(\ x ≥ 1\), we get (3, 0) as another x-intercept. Next, we seek the y-intercept. Notice that \(\ x = 0\) falls in the domain \(\ x < 1\). Thus \(\ f(0)=4-0^{2}=4\) yields the y-intercept (0, 4). As far as symmetry is concerned, you can check that the equation \(\ y=4-x^{2}\) is symmetric about the y-axis; unfortunately, this equation (and its symmetry) is valid only for \(\ x < 1\). You can also verify \(\ y = x−3\) possesses none of the symmetries discussed in the Section 1.2.1. When plotting additional points, it is important to keep in mind the restrictions on \(\ x\) for each piece of the function. The sticking point for this function is \(\ x = 1\), since this is where the equations change. When \(\ x = 1\), we use the formula \(\ f(x) = x − 3\), so the point on the graph \(\ (1, f(1))\) is \(\ (1, −2)\). However, for all values less than 1, we use the formula \(\ f(x)=4-x^{2}\). As we have discussed earlier in Section 1.2, there is no real number which immediately precedes \(\ x = 1\) on the number line. Thus for the values \(\ x = 0.9\), \(\ x = 0.99\), \(\ x = 0.999\), and so on, we find the corresponding y values using the formula \(\ f(x)=4-x^{2}\). Making a table as before, we see that as the \(\ x\) values sneak up to \(\ x = 1\) in this fashion, the \(\ f(x)\) values inch closer and closer1 to \(\ 4-1^{2}=3\). To indicate this graphically, we use an open circle at the point (1, 3). Putting all of this information together and plotting additional points, we get

    Screen Shot 2022-03-11 at 6.21.17 PM.png

    In the previous two examples, the x-coordinates of the x-intercepts of the graph of \(\ y = f(x)\) were found by solving \(\ f(x) = 0\). For this reason, they are called the zeros of \(\ f\).

    Definition: 1.9

    The zeros of a function \(\ f\) are the solutions to the equation \(\ f(x) = 0\). In other words, \(\ x\) is a zero of \(\ f\) if and only if \(\ (x, 0)\) is an x-intercept of the graph of \(\ y = f(x)\).

    Of the three symmetries discussed in Section 1.2.1, only two are of significance to functions: symmetry about the y-axis and symmetry about the origin.2 Recall that we can test whether the graph of an equation is symmetric about the y-axis by replacing \(\ x\) with \(\ −x\) and checking to see if an equivalent equation results. If we are graphing the equation \(\ y = f(x)\), substituting \(\ −x\) for \(\ x\) results in the equation \(\ y = f(−x)\). In order for this equation to be equivalent to the original equation \(\ y = f(x)\) we need \(\ f(−x) = f(x)\). In a similar fashion, we recall that to test an equation’s graph for symmetry about the origin, we replace x and y with \(\ −x\) and \(\ −y\), respectively. Doing this substitution in the equation \(\ y = f(x)\) results in \(\ −y = f(−x)\). Solving the latter equation for \(\ y\) gives \(\ y = −f(−x)\). In order for this equation to be equivalent to the original equation \(\ y = f(x)\) we need \(\ −f(−x) = f(x)\), or, equivalently, \(\ f(−x) = −f(x)\). These results are summarized below.

    Testing the Graph of a Function for Symmetry

    The graph of a function \(\ f\) is symmetric

    • about the y-axis if and only if \(\ f(−x) = f(x)\) for all \(\ x\) in the domain of \(\ f\).
    • about the origin if and only if \(\ f(−x) = −f(x)\) for all \(\ x\) in the domain of \(\ f\).

    For reasons which won’t become clear until we study polynomials, we call a function even if its graph is symmetric about the y-axis or odd if its graph is symmetric about the origin. Apart from a very specialized family of functions which are both even and odd,3 functions fall into one of three distinct categories: even, odd, or neither even nor odd.

    Example 1.6.3

    Determine analytically if the following functions are even, odd, or neither even nor odd. Verify your result with a graphing calculator.

    1. \(\ f(x)=\frac{5}{2-x^{2}}\)
    2. \(\ g(x)=\frac{5 x}{2-x^{2}}\)
    3. \(\ h(x)=\frac{5 x}{2-x^{3}}\)
    4. \(\ i(x)=\frac{5 x}{2 x-x^{3}}\)
    5. \(\ j(x)=x^{2}-\frac{x}{100}-1\)
    6. \(\ p(x)=\left\{\begin{array}{rll}
      x+3 & \text { if } & x<0 \\
      -x+3, & \text { if } & x \geq 0
      \end{array}\right.\)
    Solution

    The first step in all of these problems is to replace \(\ x\) with \(\ −x\) and simplify.

    1. \(\ \begin{aligned}
      f(x) &=\frac{5}{2-x^{2}} \\
      f(-x) &=\frac{5}{2-(-x)^{2}} \\
      f(-x) &=\frac{5}{2-x^{2}} \\
      f(-x) &=f(x)
      \end{aligned}\)

      Hence, \(\ f\) is even. The graphing calculator furnishes the following.

      Screen Shot 2022-03-11 at 6.38.28 PM.png

      This suggests4 that the graph of \(\ f\) is symmetric about the y-axis, as expected.

    2. \(\ \begin{aligned}
      g(x) &=\frac{5 x}{2-x^{2}} \\
      g(-x) &=\frac{5(-x)}{2-(-x)^{2}} \\
      g(-x) &=\frac{-5 x}{2-x^{2}}
      \end{aligned}\)

      It doesn’t appear that \(\ g(−x)\) is equivalent to \(\ g(x)\). To prove this, we check with an \(\ x\) value. After some trial and error, we see that \(\ g(1) = 5\) whereas \(\ g(−1) = −5\). This proves that \(\ g\) is not even, but it doesn’t rule out the possibility that \(\ g\) is odd. (Why not?) To check if \(\ g\) is odd, we compare \(\ g(−x)\) with \(\ −g(x)\)

      \(\ \begin{aligned}
      -g(x) &=-\frac{5 x}{2-x^{2}} \\
      &=\frac{-5 x}{2-x^{2}} \\
      -g(x) &=g(-x)
      \end{aligned}\)

      Hence, \(\ g\) is odd. Graphically,

      Screen Shot 2022-03-11 at 6.44.19 PM.png

      The calculator indicates the graph of \(\ g\) is symmetric about the origin, as expected.

    3. \(\ \begin{aligned}
      h(x) &=\frac{5 x}{2-x^{3}} \\
      h(-x) &=\frac{5(-x)}{2-(-x)^{3}} \\
      h(-x) &=\frac{-5 x}{2+x^{3}}
      \end{aligned}\)

      Once again, \(\ h(−x)\) doesn’t appear to be equivalent to \(\ h(x)\). We check with an \(\ x\) value, for example, \(\ h(1) = 5\) but \(\ h(-1)=-\frac{5}{3}\). This proves that \(\ h\) is not even and it also shows \(\ h\) is not odd. (Why?) Graphically,

      Screen Shot 2022-03-11 at 6.47.00 PM.png

      The graph of \(\ h\) appears to be neither symmetric about the y-axis nor the origin.

    4. \(\ \begin{aligned}
      i(x) &=\frac{5 x}{2 x-x^{3}} \\
      i(-x) &=\frac{5(-x)}{2(-x)-(-x)^{3}} \\
      i(-x) &=\frac{-5 x}{-2 x+x^{3}}
      \end{aligned}\)

      The expression \(\ i(−x)\) doesn’t appear to be equivalent to \(\ i(x)\). However, after checking some x values, for example \(\ x = 1\) yields \(\ i(1) = 5\) and \(\ i(−1) = 5\), it appears that \(\ i(−x)\) does, in fact, equal \(\ i(x)\). However, while this suggests \(\ i\) is even, it doesn’t prove it. (It does, however, prove \(\ i\) is not odd.) To prove \(\ i(−x) = i(x)\), we need to manipulate our expressions for \(\ i(x)\) and \(\ i(−x)\) and show that they are equivalent. A clue as to how to proceed is in the numerators: in the formula for \(\ i(x)\), the numerator is \(\ 5x\) and in \(\ i(−x)\) the numerator is \(\ −5x\). To re-write \(\ i(x)\) with a numerator of \(\ −5x\), we need to multiply its numerator by −1. To keep the value of the fraction the same, we need to multiply the denominator by −1 as well. Thus

      \(\ \begin{aligned}
      i(x) &=\frac{5 x}{2 x-x^{3}} \\
      &=\frac{(-1) 5 x}{(-1)\left(2 x-x^{3}\right)} \\
      &=\frac{-5 x}{-2 x+x^{3}}
      \end{aligned}\)

      Hence, \(\ i(x) = i(−x)\), so \(\ i\) is even. The calculator supports our conclusion.

      Screen Shot 2022-03-11 at 6.53.31 PM.png

    5. \(\ \begin{aligned}
      j(x) &=x^{2}-\frac{x}{100}-1 \\
      j(-x) &=(-x)^{2}-\frac{-x}{100}-1 \\
      j(-x) &=x^{2}+\frac{x}{100}-1
      \end{aligned}\)

      The expression for \(\ j(−x)\) doesn’t seem to be equivalent to \(\ j(x)\), so we check using \(\ x = 1\) to get \(\ j(1)=-\frac{1}{100}\) and \(\ j(-1)=\frac{1}{100}\). This rules out \(\ j\) being even. However, it doesn’t rule out \(\ j\) being odd. Examining \(\ −j(x)\) gives

      \(\ \begin{aligned}
      j(x) &=x^{2}-\frac{x}{100}-1 \\
      -j(x) &=-\left(x^{2}-\frac{x}{100}-1\right) \\
      -j(x) &=-x^{2}+\frac{x}{100}+1
      \end{aligned}\)

      The expression \(\ −j(x)\) doesn’t seem to match \(\ j(−x)\) either. Testing \(\ x = 2\) gives \(\ j(2)=\frac{149}{50}\) and \(\ j(-2)=\frac{151}{50}\), so \(\ j\) is not odd, either. The calculator gives:

      Screen Shot 2022-03-11 at 7.02.42 PM.png

      The calculator suggests that the graph of \(\ j\) is symmetric about the y-axis which would imply that \(\ j\) is even. However, we have proven that is not the case.

    6. Testing the graph of \(\ y = p(x)\) for symmetry is complicated by the fact \(\ p(x)\) is a piecewise defined function. As always, we handle this by checking the condition for symmetry by checking it on each piece of the domain. We first consider the case when \(\ x < 0\) and set about finding the correct expression for \(\ p(−x)\). Even though \(\ p(x) = x+ 3\) for \(\ x < 0\), \(\ p(-x) \neq-x+3\) here. The reason for this is that since \(\ x < 0\), \(\ −x > 0\) which means to find \(\ p(−x)\), we need to use the other formula for \(\ p(x)\), namely \(\ p(x) = −x+3\). Hence, for \(\ x < 0\), \(\ p(−x) = −(−x)+3 = x + 3 = p(x)\). For \(\ x ≥ 0\), \(\ p(x) = −x + 3\) and we have two cases. If \(\ x > 0\), then \(\ −x < 0\) so \(\ p(−x) = (−x) + 3 = −x + 3 = p(x)\). If \(\ x = 0\), then \(\ p(0) = 3 = p(−0)\). Hence, in all cases, \(\ p(−x) = p(x)\), so \(\ p\) is even. Since \(\ p(0) = 3\) but \(\ p(-0)=p(0)=3 \neq-3\), we also have \(\ p\) is not odd. While graphing \(\ y = p(x)\) is not onerous to do by hand, it is instructive to see how to enter this into our calculator. By using some of the logical commands,5 we have:

      Screen Shot 2022-03-11 at 9.37.06 PM.png

      The calculator bears shows that the graph appears to be symmetric about the y-axis.

    There are two lessons to be learned from the last example. The first is that sampling function values at particular x values is not enough to prove that a function is even or odd − despite the fact that \(\ j(−1) = −j(1)\), j turned out not to be odd. Secondly, while the calculator may suggest mathematical truths, it is the Algebra which proves mathematical truths.6

    The last topic we wish to address in this section is general function behavior. As you shall see in the next several chapters, each family of functions has its own unique attributes and we will study them all in great detail. The purpose of this section’s discussion, then, is to lay the foundation for that further study by investigating aspects of function behavior which apply to all functions. To start, we will examine the concepts of increasing, decreasing and constant. Before defining the concepts algebraically, it is instructive to first look at them graphically. Consider the graph of the function \(\ f\) below.

    Screen Shot 2022-03-11 at 9.39.51 PM.png

    Reading from left to right, the graph ‘starts’ at the point (−4, −3) and ‘ends’ at the point (6, 5.5). If we imagine walking from left to right on the graph, between (−4, −3) and (−2, 4.5), we are walking ‘uphill’; then between (−2, 4.5) and (3, −8), we are walking ‘downhill’; and between (3, −8) and (4, −6), we are walking ‘uphill’ once more. From (4, −6) to (5, −6), we ‘level off’, and then resume walking ‘uphill’ from (5, −6) to (6, 5.5). In other words, for the x values between −4 and −2 (inclusive), the y-coordinates on the graph are getting larger, or increasing, as we move from left to right. Since \(\ y = f(x)\), the y values on the graph are the function values, and we say that the function \(\ f\) is increasing on the interval [−4, −2]. Analogously, we say that \(\ f\) is decreasing on the interval [−2, 3] increasing once more on the interval [3, 4], constant on [4, 5], and finally increasing once again on [5, 6]. It is extremely important to notice that the behavior (increasing, decreasing or constant) occurs on an interval on the x-axis. When we say that the function \(\ f\) is increasing on [−4, −2] we do not mention the actual \(\ y\) values that \(\ f\) attains along the way. Thus, we report where the behavior occurs, not to what extent the behavior occurs.7 Also notice that we do not say that a function is increasing, decreasing or constant at a single x value. In fact, we would run into serious trouble in our previous example if we tried to do so because \(\ x = −2\) is contained in an interval on which \(\ f\) was increasing and one on which it is decreasing. (There’s more on this issue – and many others – in the Exercises.)

    We’re now ready for the more formal algebraic definitions of what it means for a function to be increasing, decreasing or constant.

    Definition: 1.10

    Suppose \(\ f\) is a function defined on an interval \(\ I\). We say \(\ f\) is:

    • increasing on \(\ I\) if and only if \(\ f(a) < f(b)\) for all real numbers \(\ a\), \(\ b\) in \(\ I\) with \(\ a < b\).
    • decreasing on \(\ I\) if and only if \(\ f(a) > f(b)\) for all real numbers \(\ a\), \(\ b\) in \(\ I\) with \(\ a < b\).
    • constant on \(\ I\) if and only if \(\ f(a) = f(b)\) for all real numbers \(\ a\), \(\ b\) in \(\ I\).

    It is worth taking some time to see that the algebraic descriptions of increasing, decreasing and constant as stated in Definition 1.10 agree with our graphical descriptions given earlier. You should look back through the examples and exercise sets in previous sections where graphs were given to see if you can determine the intervals on which the functions are increasing, decreasing or constant. Can you find an example of a function for which none of the concepts in Definition 1.10 apply?

    Now let’s turn our attention to a few of the points on the graph. Clearly the point (−2, 4.5) does not have the largest \(\ y\) value of all of the points on the graph of \(\ f\) − indeed that honor goes to (6, 5.5) − but (−2, 4.5) should get some sort of consolation prize for being ‘the top of the hill’ between \(\ x = −4\) and \(\ x = 3\). We say that the function f has a local maximum8 at the point (−2, 4.5), because the y-coordinate 4.5 is the largest y-value (hence, function value) on the curve ‘near’9 \(\ x = −2\). Similarly, we say that the function f has a local minimum10 at the point (3, −8), since the y-coordinate −8 is the smallest function value near \(\ x = 3\). Although it is tempting to say that local extrema11 occur when the function changes from increasing to decreasing or vice versa, it is not a precise enough way to define the concepts for the needs of Calculus. At the risk of being pedantic, we will present the traditional definitions and thoroughly vet the pathologies they induce in the Exercises. We have one last observation to make before we proceed to the algebraic definitions and look at a fairly tame, yet helpful, example.

    If we look at the entire graph, we see that the largest \(\ y\) value (the largest function value) is 5.5 at \(\ x = 6\). In this case, we say the maximum12 of f is 5.5; similarly, the minimum13 of \(\ f\) is −8.

    We formalize these concepts in the following definitions.

    Definition: 1.11

    Suppose \(\ f\) is a function with \(\ f(a) = b\).

    • We say \(\ f\) has a local maximum at the point \(\ (a, b)\) if and only if there is an open interval \(\ I\) containing a for which \(\ f(a) ≥ f(x)\) for all \(\ x\) in \(\ I\). The value \(\ f(a) = b\) is called ‘a local maximum value of \(\ f’\) in this case.
    • We say \(\ f\) has a local minimum at the point \(\ (a, b)\) if and only if there is an open interval \(\ I\) containing \(\ a\) for which \(\ f(a) ≤ f(x)\) for all \(\ x\) in \(\ I\). The value \(\ f(a) = b\) is called ‘a local minimum value of \(\ f’\) in this case.
    • The value \(\ b\) is called the maximum of \(\ f\) if \(\ b ≥ f(x)\) for all \(\ x\) in the domain of \(\ f\).
    • The value \(\ b\) is called the minimum of \(\ f\) if \(\ b ≤ f(x)\) for all \(\ x\) in the domain of \(\ f\).

    It’s important to note that not every function will have all of these features. Indeed, it is possible to have a function with no local or absolute extrema at all! (Any ideas of what such a function’s graph would have to look like?) We shall see examples of functions in the Exercises which have one or two, but not all, of these features, some that have instances of each type of extremum and some functions that seem to defy common sense. In all cases, though, we shall adhere to the algebraic definitions above as we explore the wonderful diversity of graphs that functions provide us.

    Here is the ‘tame’ example which was promised earlier. It summarizes all of the concepts presented in this section as well as some from previous sections so you should spend some time thinking deeply about it before proceeding to the Exercises.

    Example 1.6.4

    Given the graph of \(\ y = f(x)\) below, answer all of the following questions.

    Screen Shot 2022-03-11 at 10.35.19 PM.png

    1. Find the domain of \(\ f\).
    2. Find the range of \(\ f\).
    3. List the x-intercepts, if any exist.
    4. List the y-intercepts, if any exist.
    5. Find the zeros of \(\ f\).
    6. Solve \(\ f(x) < 0\).
    7. Determine \(\ f(2)\).
    8. Solve \(\ f(x) = −3\).
    9. Find the number of solutions to \(\ f(x) = 1\).
    10. Does \(\ f\) appear to be even, odd, or neither?
    11. List the intervals on which \(\ f\) is increasing.
    12. List the intervals on which \(\ f\) is decreasing.
    13. List the local maximums, if any exist.
    14. List the local minimums, if any exist.
    15. Find the maximum, if it exists.
    16. Find the minimum, if it exists.
    Solution
    1. To find the domain of \(\ f\), we proceed as in Section 1.3. By projecting the graph to the x-axis, we see that the portion of the x-axis which corresponds to a point on the graph is everything from −4 to 4, inclusive. Hence, the domain is [−4, 4].
    2. To find the range, we project the graph to the y-axis. We see that the \(\ y\) values from −3 to 3, inclusive, constitute the range of \(\ f\). Hence, our answer is [−3, 3].
    3. The x-intercepts are the points on the graph with y-coordinate 0, namely (−2, 0) and (2, 0).
    4. The y-intercept is the point on the graph with x-coordinate 0, namely (0, 3).
    5. The zeros of \(\ f\) are the x-coordinates of the x-intercepts of the graph of \(\ y = f(x)\) which are x = −2, 2.
    6. To solve \(\ f(x) < 0\), we look for the \(\ x\) values of the points on the graph where the y-coordinate is less than 0. Graphically, we are looking for where the graph is below the x-axis. This happens for the \(\ x\) values from −4 to −2 and again from 2 to 4. So our answer is \(\ [-4,-2) \cup(2,4]\).
    7. Since the graph of f is the graph of the equation \(\ y = f(x)\), \(\ f(2)\) is the y-coordinate of the point which corresponds to \(\ x = 2\). Since the point (2, 0) is on the graph, we have \(\ f(2) = 0\).
    8. To solve \(\ f(x) = −3\), we look where \(\ y = f(x) = −3\). We find two points with a y-coordinate of −3, namely (−4, −3) and (4, −3). Hence, the solutions to \(\ f(x) = −3\) are \(\ x=\pm 4\).
    9. As in the previous problem, to solve \(\ f(x) = 1\), we look for points on the graph where the y-coordinate is 1. Even though these points aren’t specified, we see that the curve has two points with a \(\ y\) value of 1, as seen in the graph below. That means there are two solutions to \(\ f(x) = 1\).

    Screen Shot 2022-03-11 at 11.03.38 PM.png

    1. The graph appears to be symmetric about the y-axis. This suggests14 that f is even.
    2. As we move from left to right, the graph rises from (−4, −3) to (0, 3). This means \(\ f\) is increasing on the interval [−4, 0]. (Remember, the answer here is an interval on the x-axis.)
    3. As we move from left to right, the graph falls from (0, 3) to (4, −3). This means \(\ f\) is decreasing on the interval [0, 4]. (Remember, the answer here is an interval on the x-axis.)
    4. The function has its only local maximum at (0, 3) so \(\ f(0) = 3\) is the local minimum value.
    5. There are no local minimums. Why don’t (−4, −3) and (4, −3) count? Let’s consider the point (−4, −3) for a moment. Recall that, in the definition of local minimum, there needs to be an open interval I which contains x = −4 such that \(\ f(−4) < f(x)\) for all \(\ x\) in \(\ I\) different from −4. But if we put an open interval around \(\ x = −4\) a portion of that interval will lie outside of the domain of \(\ f\). Because we are unable to fulfill the requirements of the definition for a local minimum, we cannot claim that \(\ f\) has one at (−4, −3). The point (4, −3) fails for the same reason − no open interval around \(\ x = 4\) stays within the domain of \(\ f\).
    6. The maximum value of \(\ f\) is the largest y-coordinate which is 3.
    7. The minimum value of \(\ f\) is the smallest y-coordinate which is −3.

    With few exceptions, we will not develop techniques in College Algebra which allow us to determine the intervals on which a function is increasing, decreasing or constant or to find the local maximums and local minimums analytically; this is the business of Calculus.15 When we have need to find such beasts, we will resort to the calculator. Most graphing calculators have ‘Minimum’ and ‘Maximum’ features which can be used to approximate these values, as we now demonstrate.

    Example 1.6.5

    Let \(\ f(x)=\frac{15 x}{x^{2}+3}\). Use a graphing calculator to approximate the intervals on which \(\ f\) is increasing and those on which it is decreasing. Approximate all extrema.

    Solution

    Entering this function into the calculator gives

    Screen Shot 2022-03-11 at 11.20.32 PM.png

    Using the Minimum and Maximum features, we get

    Screen Shot 2022-03-11 at 11.21.25 PM.png

    To two decimal places, \(\ f\) appears to have its only local minimum at (−1.73, −4.33) and its only local maximum at (1.73, 4.33). Given the symmetry about the origin suggested by the graph, the relation between these points shouldn’t be too surprising. The function appears to be increasing on [−1.73, 1.73] and decreasing on \(\ (-\infty,-1.73] \cup[1.73, \infty)\). This makes −4.33 the (absolute) minimum and 4.33 the (absolute) maximum.

    Example 1.6.6

    Find the points on the graph of \(\ y=(x-3)^{2}\) which are closest to the origin. Round your answers to two decimal places.

    Solution

    Suppose a point \(\ (x, y)\) is on the graph of \(\ y=(x-3)^{2}\). Its distance to the origin (0, 0) is given by

    \(\ \begin{aligned}
    d &=\sqrt{(x-0)^{2}+(y-0)^{2}} \\
    &=\sqrt{x^{2}+y^{2}} \\
    &=\sqrt{x^{2}+\left[(x-3)^{2}\right]^{2}} \quad \text { Since } y=(x-3)^{2} \\
    &=\sqrt{x^{2}+(x-3)^{4}}
    \end{aligned}\)

    Given a value for \(\ x\), the formula \(\ d=\sqrt{x^{2}+(x-3)^{4}}\) is the distance from (0, 0) to the point (x, y) on the curve \(\ y=(x-3)^{2}\). What we have defined, then, is a function \(\ d(x)\) which we wish to minimize over all values of \(\ x\). To accomplish this task analytically would require Calculus so as we’ve mentioned before, we can use a graphing calculator to find an approximate solution. Using the calculator, we enter the function \(\ d(x)\) as shown below and graph.

    Screen Shot 2022-03-11 at 11.29.50 PM.png

    Using the Minimum feature, we see above on the right that the (absolute) minimum occurs near \(\ x = 2\). Rounding to two decimal places, we get that the minimum distance occurs when \(\ x = 2.00\). To find the y value on the parabola associated with \(\ x = 2.00\), we substitute 2.00 into the equation to get \(\ y=(x-3)^{2}=(2.00-3)^{2}=1.00\). So, our final answer is (2.00, 1.00).16 (What does the \(\ y\) value listed on the calculator screen mean in this problem?)

    1.6.2 Exercises

    In Exercises 1 - 12, sketch the graph of the given function. State the domain of the function, identify any intercepts and test for symmetry.\

    1. \(\ f(x) = 2 − x\)
    2. \(\ f(x)=\frac{x-2}{3}\)
    3. \(\ f(x)=x^{2}+1\)
    4. \(\ f(x)=4-x^{2}\)
    5. \(\ f(x) = 2\)
    6. \(\ f(x)=x^{3}\)
    7. \(\ f(x) = x(x − 1)(x + 2)\)
    8. \(\ f(x)=\sqrt{x-2}\)
    9. \(\ f(x)=\sqrt{5-x}\)
    10. \(\ f(x)=3-2 \sqrt{x+2}\)
    11. \(\ f(x)=\sqrt[3]{x}\)
    12. \(\ f(x)=\frac{1}{x^{2}+1}\)

    In Exercises 13 - 20, sketch the graph of the given piecewise-defined function.

    1. \(\ f(x)=\left\{\begin{array}{rlr}
      4-x & \text { if } & x \leq 3 \\
      2 & \text { if } & x>3
      \end{array}\right.\)
    2. \(\ f(x)=\left\{\begin{array}{lll}
      x^{2} & \text { if } & x \leq 0 \\
      2 x & \text { if } & x>0
      \end{array}\right.\)
    3. \(\ f(x)=\left\{\begin{array}{rll}
      -3 & \text { if } & x<0 \\
      2 x-3 & \text { if } & 0 \leq x \leq 3 \\
      3 & \text { if } & x>3
      \end{array}\right.\)
    4. \(\ f(x)=\left\{\begin{array}{lll}
      x^{2}-4 & \text { if } & x \leq-2 \\
      4-x^{2} & \text { if } & -2<x<2 \\
      x^{2}-4 & \text { if } & x \geq 2
      \end{array}\right.\)
    5. \(\ f(x)=\left\{\begin{array}{rll}
      -2 x-4 & \text { if } & x<0 \\
      3 x & \text { if } & x \geq 0
      \end{array}\right.\)
    6. \(\ f(x)=\left\{\begin{array}{lll}
      \sqrt{x+4} & \text { if } & -4 \leq x<5 \\
      \sqrt{x-1} & \text { if } & x \geq 5
      \end{array}\right.\)
    7. \(\ f(x)=\left\{\begin{array}{rll}
      x^{2} & \text { if } & x \leq-2 \\
      3-x & \text { if } & -2<x<2 \\
      4 & \text { if } & x \geq 2
      \end{array}\right.\)
    8. \(\ f(x)=\left\{\begin{array}{rll}
      \frac{1}{x} & \text { if } & -6<x<-1 \\
      x & \text { if } & -1<x<1 \\
      \sqrt{x} & \text { if } & 1<x<9
      \end{array}\right.\)

    In Exercises 21 - 41, determine analytically if the following functions are even, odd or neither.

    1. \(\ f(x) = 7x\)
    2. \(\ f(x) = 7x + 2\)
    3. \(\ f(x) = 7\)
    4. \(\ f(x)=3 x^{2}-4\)
    5. \(\ f(x)=4-x^{2}\)
    6. \(\ f(x)=x^{2}-x-6\)
    7. \(\ f(x)=2 x^{3}-x\)
    8. \(\ f(x)=-x^{5}+2 x^{3}-x\)
    9. \(\ f(x)=x^{6}-x^{4}+x^{2}+9\)
    10. \(\ f(x)=x^{3}+x^{2}+x+1\)
    11. \(\ f(x)=\sqrt{1-x}\)
    12. \(\ f(x)=\sqrt{1-x^{2}}\)
    13. \(\ f(x) = 0\)
    14. \(\ f(x)=\sqrt[3]{x}\)
    15. \(\ f(x)=\sqrt[3]{x^{2}}\)
    16. \(\ f(x)=\frac{3}{x^{2}}\)
    17. \(\ f(x)=\frac{2 x-1}{x+1}\)
    18. \(\ f(x)=\frac{3 x}{x^{2}+1}\)
    19. \(\ f(x)=\frac{x^{2}-3}{x-4 x^{3}}\)
    20. \(\ f(x)=\frac{9}{\sqrt{4-x^{2}}}\)
    21. \(\ f(x)=\frac{\sqrt[3]{x^{3}+x}}{5 x}\)

    In Exercises 42 - 57, use the graph of \(\ y = f(x)\) given below to answer the question.

    Screen Shot 2022-03-12 at 12.04.03 AM.png

    1. Find the domain of \(\ f\).
    2. Find the range of \(\ f\).
    3. Determine \(\ f(−2)\).
    4. Solve \(\ f(x) = 4\).
    5. List the x-intercepts, if any exist.
    6. List the y-intercepts, if any exist.
    7. Find the zeros of \(\ f\).
    8. Solve \(\ f(x) ≥ 0\).
    9. Find the number of solutions to \(\ f(x) = 1\).
    10. Does \(\ f\) appear to be even, odd, or neither?
    11. List the intervals where \(\ f\) is increasing.
    12. List the intervals where \(\ f\) is decreasing.
    13. List the local maximums, if any exist.
    14. List the local minimums, if any exist.
    15. Find the maximum, if it exists.
    16. Find the minimum, if it exists.

    In Exercises 58 - 73, use the graph of \(\ y = f(x)\) given below to answer the question.

    Screen Shot 2022-03-12 at 12.08.35 AM.png

    1. Find the domain of \(\ f\).
    2. Find the range of \(\ f\).
    3. Determine \(\ f(2)\).
    4. Solve \(\ f(x) = −5\).
    5. List the x-intercepts, if any exist.
    6. List the y-intercepts, if any exist.
    7. Find the zeros of \(\ f\).
    8. Solve \(\ f(x) ≤ 0\).
    9. Find the number of solutions to \(\ f(x) = 3\).
    10. Does \(\ f\) appear to be even, odd, or neither?
    11. List the intervals where \(\ f\) is increasing.
    12. List the intervals where \(\ f\) is decreasing.
    13. List the local maximums, if any exist.
    14. List the local minimums, if any exist.
    15. Find the maximum, if it exists.
    16. Find the minimum, if it exists.

    In Exercises 74 - 77, use your graphing calculator to approximate the local and absolute extrema of the given function. Approximate the intervals on which the function is increasing and those on which it is decreasing. Round your answers to two decimal places.

    1. \(\ f(x)=x^{4}-3 x^{3}-24 x^{2}+28 x+48\)
    2. \(\ f(x)=x^{2 / 3}(x-4)\)
    3. \(\ f(x)=\sqrt{9-x^{2}}\)
    4. \(\ f(x)=x \sqrt{9-x^{2}}\)

    In Exercises 78 - 85, use the graphs of \(\ y = f(x)\) and \(\ y = g(x)\) below to find the function value.

    Screen Shot 2022-03-12 at 2.39.10 PM.png

    1. \(\ (f + g)(0)\)
    2. \(\ (f + g)(1)\)
    3. \(\ (f − g)(1)\)
    4. \(\ (g − f)(2)\)
    5. \(\ (fg)(2)\)
    6. \(\ (fg)(1)\)
    7. \(\ \left(\frac{f}{g}\right)(4)\)
    8. \(\ \left(\frac{g}{f}\right)(2)\)

    The graph below represents the height \(\ h\) of a Sasquatch (in feet) as a function of its age \(\ N\) in years. Use it to answer the questions in Exercises 86 - 90.

    Screen Shot 2022-03-12 at 2.44.56 PM.png

    1. Find and interpret \(\ h(0)\).
    2. How tall is the Sasquatch when she is 15 years old?
    3. Solve \(\ h(N) = 6\) and interpret.
    4. List the interval over which \(\ h\) is constant and interpret your answer.
    5. List the interval over which \(\ h\) is decreasing and interpret your answer.

    For Exercises 91 - 93, let \(\ f(x)=\lfloor x\rfloor\) be the greatest integer function as defined in Exercise 75 in Section 1.4.

    1. Graph \(\ y = f(x)\). Be careful to correctly describe the behavior of the graph near the integers.
    2. Is \(\ f\) even, odd, or neither? Explain.
    3. Discuss with your classmates which points on the graph are local minimums, local maximums or both. Is \(\ f\) ever increasing? Decreasing? Constant?

    In Exercises 94 - 95, use your graphing calculator to show that the given function does not have any extrema, neither local nor absolute.

    1. \(\ f(x)=x^{3}+x-12\)
    2. \(\ f(x)=-5 x+2\)
    3. In Exercise 71 in Section 1.4, we saw that the population of Sasquatch in Portage County could be modeled by the function \(\ P(t)=\frac{150 t}{t+15}\), where \(\ t = 0\) represents the year 1803. Use your graphing calculator to analyze the general function behavior of \(\ P\). Will there ever be a time when 200 Sasquatch roam Portage County?
    4. Suppose \(\ f\) and \(\ g\) are both even functions. What can be said about the functions \(\ f + g\), \(\ f − g\), \(\ fg\) and \(\ \frac{f}{g}\)? What if \(\ f\) and g are both odd? What if f is even but g is odd?
    5. One of the most important aspects of the Cartesian Coordinate Plane is its ability to put Algebra into geometric terms and Geometry into algebraic terms. We’ve spent most of this chapter looking at this very phenomenon and now you should spend some time with your classmates reviewing what we’ve done. What major results do we have that tie Algebra and Geometry together? What concepts from Geometry have we not yet described algebraically? What topics from Intermediate Algebra have we not yet discussed geometrically?

    It’s now time to “thoroughly vet the pathologies induced” by the precise definitions of local maximum and local minimum. We’ll do this by providing you and your classmates a series of Exercises to discuss. You will need to refer back to Definition 1.10 (Increasing, Decreasing and Constant) and Definition 1.11 (Maximum and Minimum) during the discussion.

    1. Consider the graph of the function \(\ f\) given below.

      Screen Shot 2022-03-12 at 3.04.24 PM.png

      1. Show that \(\ f\) has a local maximum but not a local minimum at the point (−1, 1).
      2. Show that \(\ f\) has a local minimum but not a local maximum at the point (1, 1).
      3. Show that \(\ f\) has a local maximum AND a local minimum at the point (0, 1).
      4. Show that \(\ f\) is constant on the interval [−1, 1] and thus has both a local maximum AND a local minimum at every point \(\ (x, f(x))\) where \(\ −1 < x < 1\).
    2. Using Example 1.6.4 as a guide, show that the function g whose graph is given below does not have a local maximum at (−3, 5) nor does it have a local minimum at (3, −3). Find its extrema, both local and absolute. What’s unique about the point (0, −4) on this graph? Also find the intervals on which \(\ g\) is increasing and those on which \(\ g\) is decreasing.

      Screen Shot 2022-03-12 at 3.07.33 PM.png

    3. We said earlier in the section that it is not good enough to say local extrema exist where a function changes from increasing to decreasing or vice versa. As a previous exercise showed, we could have local extrema when a function is constant so now we need to examine some functions whose graphs do indeed change direction. Consider the functions graphed below. Notice that all four of them change direction at an open circle on the graph. Examine each for local extrema. What is the effect of placing the “dot” on the y-axis above or below the open circle? What could you say if no function value were assigned to \(\ x = 0\)?
      1. Function I

        Screen Shot 2022-03-12 at 3.13.58 PM.png

      2. Function II

        Screen Shot 2022-03-12 at 3.15.35 PM.png

      3. Function III

        Screen Shot 2022-03-12 at 3.16.13 PM.png

      4. Function IV

        Screen Shot 2022-03-12 at 3.16.56 PM.png

    1.6.3 Answers

    1. \(\ f(x) = 2 − x\)

      Domain: \\(\ (-\infty, \infty)\)

      x-intercept: (2, 0)

      y-intercept: (0, 2)

      No symmetry

      Screen Shot 2022-03-12 at 3.23.00 PM.png

    2. \(\ f(x)=\frac{x-2}{3}\)

      Domain: \\(\ (-\infty, \infty)\)

      x-intercept: (2, 0)

      y-intercept: \(\ \left(0,-\frac{2}{3}\right)\)

      No symmetr

      Screen Shot 2022-03-12 at 3.24.22 PM.png

    3. \(\ f(x)=x^{2}+1\)

      Domain: \\(\ (-\infty, \infty)\)

      x-intercept: None

      y-intercept: (0, 1)

      Even

      Screen Shot 2022-03-12 at 3.25.24 PM.png

    4. \(\ f(x)=4-x^{2}\)

      Domain: \\(\ (-\infty, \infty)\)

      x-intercepts: (−2, 0), (2, 0)

      y-intercept: (0, 4)

      Even

      Screen Shot 2022-03-12 at 3.26.33 PM.png

    5. \(\ f(x) = 2\)

      Domain: \\(\ (-\infty, \infty)\)

      x-intercept: None

      y-intercept: (0, 2)

      Even

      Screen Shot 2022-03-12 at 3.27.25 PM.png

    6. \(\ f(x)=x^{3}\)

      Domain: \\(\ (-\infty, \infty)\)

      x-intercept: (0, 0)

      y-intercept: (0, 0)

      Odd

      Screen Shot 2022-03-12 at 3.36.06 PM.png

    7. \(\ f(x) = x(x − 1)(x + 2)\)

      Domain: \\(\ (-\infty, \infty)\)

      x-intercepts: (−2, 0), (0, 0), (1, 0)

      y-intercept: (0, 0)

      No symmetry

      Screen Shot 2022-03-12 at 3.40.19 PM.png

    8. \(\ f(x)=\sqrt{x-2}\)

      Domain: \(\[2, \infty)\)

      x-intercept: (2, 0)

      y-intercept: None

      No symmetry

      Screen Shot 2022-03-12 at 3.42.23 PM.png

    9. \(\ f(x)=\sqrt{x-2}\)

      Domain: \(\[2, \infty)\)

      x-intercept: (5, 0)

      y-intercept: \(\ (0, \sqrt{5})\)

      No symmetry

      Screen Shot 2022-03-12 at 3.43.11 PM.png

    10. \(\ f(x)=3-2 \sqrt{x+2}\)

      Domain: \(\ [-2, \infty)\)

      x-intercept: \(\ \left(\frac{1}{4}, 0\right)\)

      y-intercept: \(\ (0,3-2 \sqrt{2})\)

      No symmetry

      Screen Shot 2022-03-12 at 3.44.44 PM.png

    11. \(\ f(x)=\sqrt[3]{x}\)

      Domain: \\(\ (-\infty, \infty)\)

      x-intercept: (0, 0)

      y-intercept: (0, 0)

      Odd

      Screen Shot 2022-03-12 at 3.47.27 PM.png

    12. \(\ f(x)=\frac{1}{x^{2}+1}\)

      Domain: \\(\ (-\infty, \infty)\)

      x-intercept: None

      y-intercept: (0, 1)

      Even

      Screen Shot 2022-03-12 at 3.48.45 PM.png

    13. Screen Shot 2022-03-12 at 3.49.34 PM.png
    14. Screen Shot 2022-03-12 at 3.50.04 PM.png
    15. Screen Shot 2022-03-12 at 3.50.32 PM.png
    16. Screen Shot 2022-03-12 at 3.51.06 PM.png
    17. Screen Shot 2022-03-12 at 3.51.35 PM.png
    18. Screen Shot 2022-03-12 at 3.52.08 PM.png
    19. Screen Shot 2022-03-12 at 3.52.38 PM.png
    20. Screen Shot 2022-03-12 at 3.54.58 PM.png
    21. odd
    22. neither
    23. even
    24. even
    25. even
    26. neither
    27. odd
    28. odd
    29. even
    30. neither
    31. neither
    32. even
    33. even and odd
    34. odd
    35. even
    36. even
    37. neither
    38. odd
    39. odd
    40. even
    41. even
    42. [−5, 3]
    43. [−5, 4]
    44. \(\ f(−2) = 2\)
    45. x = −3
    46. (−4, 0), (−1, 0), (1, 0)
    47. (0, −1)
    48. −4, −1, 1
    49. \(\ [-4,-1] \cup[1,3]\)
    50. 4
    51. neither
    52. [−5, −3], [0, 2]
    53. [−3, 0], [2, 3]
    54. \(\ f(−3) = 4, f(2) = 3\)
    55. \(\ f(0) = −1\)
    56. \(\ f(−3) = 4\)
    57. \(\ f(−5) = −5\)
    58. [−4, 4]
    59. [−5, 5)
    60. \(\ f(2) = 3\)
    61. x = −2
    62. (−4, 0), (0, 0), (4, 0)
    63. (0, 0)
    64. −4, 0, 4
    65. \(\ [-4,0] \cup\{4\}\)
    66. 3
    67. neither
    68. [−2, 2)
    69. [−4, −2], (2, 4]
    70. none
    71. \(\ f(−2) = −5, f(2) = 3\)
    72. none
    73. \(\ f(−2) = −5\)
    74. No absolute maximum

      Absolute minimum \(\ f(4.55) ≈ −175.46\)

      Local minimum at (−2.84, −91.32)

      Local maximum at (0.54, 55.73)

      Local minimum at (4.55, −175.46)

      Increasing on [−2.84, 0.54], [4.55, ∞)

      Decreasing on (−∞, −2.84], [0.54, 4.55]

    75. No absolute maximum

      No absolute minimum

      Local maximum at (0, 0)

      Local minimum at (1.60, −3.28)

      Increasing on (−∞, 0], [1.60, ∞)

      Decreasing on [0, 1.60]

    76. Absolute maximum \(\ f(0) = 3\)

      Absolute minimum f(±3) = 0

      Local maximum at (0, 3)

      No local minimum

      Increasing on [−3, 0]

      Decreasing on [0, 3]

    77. Absolute maximum f(2.12) ≈ 4.50

      Absolute minimum f(−2.12) ≈ −4.50

      Local maximum (2.12, 4.50)

      Local minimum (−2.12, −4.50)

      Increasing on [−2.12, 2.12]

      Decreasing on [−3, −2.12], [2.12, 3]

    78. \(\ (f + g)(0) = 4\)
    79. \(\ (f + g)(1) = 5\)
    80. \(\ (f − g)(1) = −1\)
    81. \(\ (g − f)(2) = 0\)
    82. \(\ (fg)(2) = 9\)
    83. \(\ (fg)(1) = 6\)
    84. \(\ \left(\frac{f}{g}\right)(4)=0\)
    85. \(\ \left(\frac{g}{f}\right)(2)=1\)
    86. \(\ h(0) = 2\), so the Sasquatch is 2 feet tall at birth.
    87. \(\ h(15) = 6\), so the Saquatch is 6 feet tall when she is 15 years old.
    88. \(\ h(N) = 6\) when \(\ N = 15\) and \(\ N = 60\). This means the Sasquatch is 6 feet tall when she is 15 and 60 years old.
    89. \(\ h\) is constant on [30, 45]. This means the Sasquatch’s height is constant (at 8 feet) for these years.
    90. \(\ h\) is decreasing on [45, 60]. This means the Sasquatch is getting shorter from the age of 45 to the age of 60. (Sasquatchteoporosis, perhaps?)
    91. Screen Shot 2022-03-12 at 4.17.13 PM.png
    92. Note that \(\ f(1.1) = 1\), but \(\ f(−1.1) = −2\), so f is neither even nor odd.

    Reference

    1 We’ve just stepped into Calculus here!

    2 Why are we so dismissive about symmetry about the x-axis for graphs of functions?

    3 Any ideas?

    4 ‘Suggests’ is about the extent of what it can do.

    5 Consult your owner’s manual, instructor, or favorite video site!

    6 Or, in other words, don’t rely too heavily on the machine!

    7 The notions of how quickly or how slowly a function increases or decreases are explored in Calculus

    8 Also called ‘relative maximum’.

    9 We will make this more precise in a moment.

    10 Also called a ‘relative minimum’.

    11 ‘Maxima’ is the plural of ‘maximum’ and ‘mimima’ is the plural of ‘minimum’. ‘Extrema’ is the plural of ‘extremum’ which combines maximum and minimum.

    12 Sometimes called the ‘absolute’ or ‘global’ maximum.

    13 Again, ‘absolute’ or ‘global’ minimum can be used.

    14 but does not prove

    15 Although, truth be told, there is only one step of Calculus involved, followed by several pages of algebra.

    16 It seems silly to list a final answer as (2.00, 1.00). Indeed, Calculus confirms that the exact answer to this problem is, in fact, (2, 1). As you are well aware by now, the authors are overly pedantic, and as such, use the decimal places to remind the reader that any result garnered from a calculator in this fashion is an approximation, and should be treated as such.


    1.6: Graphs of Functions is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?