Absolute and Relative Extrema

In our world, understanding maximum and minimum values is critical. A businessperson may ask, “What is the optimal production to maximize the company’s profit?” while a rocket scientist may ask, “What is the maximum acceleration of a space shuttle?” While what we are going to learn in this chapter is very basic, derivatives can be used to obtain maximum and minimum values in many situations given a functional form.

In order to understand extrema, we will introduce two types of extrema: absolute extrema and relative extrema. Let ff be a function with some domain DD. The function ff has an absolute maximum at the value aa if f(a)f(x)f(a)f(x) for all xx in DD. The value of f(a)f(a) is called the absolute maximum value of f(x)f(x). The function ff has an absolute minimum at the value aa if f(a)f(x)f(a)f(x) for all xx in DD. The number f(a)f(a) is called the absolute minimum value of f(x)f(x). The casual definition would be that the is the highest f(x)f(x) at a point aa in the entire function, and the is the lowest f(x)f(x) at a point aa in the entire function.

Given the graph below, can you identify the absolute maximum value and the absolute minimum value of the function?

Figure 6.1: Absolute Maximum and Minimum

As Figure 6.1 shows, the graph of a function ff has an absolute maximum at aa and an absolute minimum at d.d. As we casually defined, (aa, f(a)f(a)) is the highest point on the graph, and (dd, f(a)f(a)) is the lowest point on the graph.

How about (bb, f(b)f(b)) where a valley is and (cc, f(c)f(c)) where a peak is? Consider the value of xx near bb, perhaps in the interval of (aa, cc). We can say that f(b)f(b) is a , or local maximum, since it is the largest of those f(x)f(x) near bb. How about value of xx near cc in the interval (bb, dd)? We can say that f(c)f(c) is a , or local minimum, since it is the smallest of those f(x)f(x) near cc.

The formal definition of relative extrema is as follows. A function ff has a relative maximum at aa if f(a)f(x)f(a)f(x) when xx is near aa. Similarly, a function ff has a relative minimum at aa if f(a)f(x)f(a)f(x) when xx is near aa.

See the graph below. Identify the absolute or relative extreme values at each point x=10,6,1,1,x=10,6,1,1, and 1010.

Figure 6.2: Absolute or Relative Extreme Values

Let’s start with the absolute maximum and minimum. For this function, the absolute maximum is 8 when x=10x=10, and the absolute minimum is −7 when x=6x=6 since those are the highest point and the lowest point of the entire domain [−10, 10]. Now we want to look at the valleys and the peaks. When x=6x=6 and 11, the curve forms the bottom of a valley, so the local minimums are −7 at x=6x=6 and 22 at x=1x=1. At x=1x=1, the function ff has a local maximum of 4 since it is the top of a peak. Note that −7 at x=6x=6 is both an absolute minimum and a relative minimum. How about f(x)=10f(x)=10? It is neither the absolute extremum nor a relative extremum.

Now, let’s look at the following graph:

Figure 6.3: Local and Absolute Maximum

As you can see, at x=3x=3, the function ff has a local and absolute maximum of 7. However, there is no absolute minimum. There are some functions that have both absolute maximum and minimum extrema, while some may have only one or no extrema (for example, consider a linear function with a domain of all values).

How do we know if there are always both an absolute maximum and absolute minimum in a function? The states that if a function ff is continuous on the domain of a closed interval [aa, bb], then there exist αα and ββ in the domain such that ff has an absolute maximum value f(α)f(α) and has an absolute minimum value f(β)f(β). In order to find the absolute extrema of a function, we need to find the relative extrema of the function. Let’s look at the following graph:

Figure 6.4: Tangent Lines at Extrema

The orange lines in the graph represent the tangent lines at relative extrema. They are all horizontal lines, which means that the slope of the tangent line at a local extrema is 0. Does this ring a bell? If we recall how to find the slope of a tangent line at (aa, f(a)f(a)), we differentiate the function, and then plug in x=ax=a to find m=f(x)m=f(x). In other words, the values of xx such that they make m=f(x)m=f(x) could be the xx values at which f(x)f(x) has relative extrema. states that if ff has a local maximum or minimum at aa, and if f(a)f(a) exists, then f(a)=0f(a)=0.

What we have to be careful with about Fermat’s theorem is that the converse is not true. Even when f(a)=0f(a)=0, it does not mean that there is a maximum or minimum at aa. In addition, there may be an extremum at aa even when f(a)f(a) does not exist. Now, you might feel like we are going in a circle. What do we do to find the absolute extrema of a function then? The answer is that we need to find a critical number. A of ff is a number aa in the domain DD of the function such that either f(a)=0f(a)=0 or f(a)f(a) does not exist. While the existence of a critical number aa does not guarantee the existence of relative extrema at x=ax=a, the existence of relative extrema at aa means that aa is a critical number of ff.

In summary, the steps to find the absolute extrema of a continuous function ff in a closed interval [aa, bb] are as follows:

  1. Find all the critical numbers of ff in the interval (aa, bb) by finding the zeros of f(x)f(x).

  2. Find the value of ff at all the critical numbers found in the previous step.

  3. Find the value of ff at the endpoints of the interval, aa and bb.

  4. Compare the values of ff from steps 2 and 3. The largest value found in steps 2 and 3 is the absolute maximum value, and the smallest is the absolute minimum value of ff in the interval [aa, bb].

Example

Let’s practice with an example. Find the absolute maximum and absolute minimum of the function

f(x)=2x33x236x+10f(x)=2x33x236x+10

in the closed interval [-6, 4].

Step 1: Find the critical numbers.

The derivative of the function ff is

f(x)=6x26x36=6(x2x6)=6(x3)(x+2)f(x)=6x26x36=6(x2x6)=6(x3)(x+2)

Therefore, the critical numbers are x=3 and x=2.

Step 2: Find the value of f at the critical numbers.

Given the critical numbers, we have

f(x=3)=107f(x=2)=54

Step 3: Find the value of f at the endpoints of the interval.

f(x=6)=314f(x=4)=54

Step 4: Compare the values of f from steps 2 and 3.

Given the values found in steps 2 and 3, the absolute maximum is 54 when x=2, and the absolute minimum is −314 when x=6.

We will discuss how to find relative extreme values in the next section.