4.4 Optimization for Functions

 

In this section, we examine methods on using derivatives to optimize functions.  In theory and applications, we often want to maximize or minimize some quantity. An engineer may want to maximize the speed of a new computer or minimize the heat produced by an appliance. A manufacturer may want to maximize profits and market share or minimize waste. A student may want to maximize a grade in calculus or minimize the hours of study needed to earn a particular grade.Without calculus, we only know how to find the optimum points in a few specific examples (for example, we know how to find the vertex of a parabola). But what if we need to optimize an unfamiliar function?The best way we have without calculus is to examine the graph of the function, perhaps using technology. But our view depends on the viewing window we choose – we might miss something important. In addition, we’ll probably only get an approximation this way. (In some cases, that will be good enough.)

Calculus provides ways of drastically narrowing the number of points we need to examine to find the exact locations of maximums and minimums, while at the same time ensuring that we haven’t missed anything important.

Local Maxima and Minima

Before we examine how calculus can help us find maximums and minimums, we need to define the concepts we will develop and use.

 

Definitions (Local Maxima and Minima)

[latex]f(x)[/latex] has a local maximum at [latex]x=a[/latex] if [latex]f(a) \geq f(x)[/latex] for all [latex]x[/latex] near [latex]a[/latex].

[latex]f(x)[/latex] has a local minimum at [latex]x=a[/latex] if [latex]f(a) \leq f(x)[/latex] for all [latex]x[/latex] near [latex]a[/latex].

[latex]f(x)[/latex] has a local extreme at [latex]x=a[/latex] if [latex]f(a)[/latex] is a local maximum or minimum.

The plurals of these are maxima and minima. We often simply say “max” or “min;” it saves a lot of syllables.

Some books say “relative” instead of “local.”

The process of finding maxima or minima is called optimization.

A point is a local max (or min) if it is higher (lower) than all the nearby points. These points come from the shape of the graph.

 

Definitions (Global Maxima and Minima)

[latex]f(x)[/latex] has a global maximum at [latex]x=a[/latex] if [latex]f(a) \geq f(x)[/latex] for all [latex]x[/latex] in the domain of [latex]f(x)[/latex].

[latex]f(x)[/latex] has a global minimum at [latex]x=a[/latex] if [latex]f(a) \leq f(x)[/latex] for all [latex]x[/latex] in the domain of [latex]f(x)[/latex].

[latex]f(x)[/latex] has a global extreme at [latex]x=a[/latex] if [latex]f(a)[/latex] is a global maximum or minimum.

Some books say “absolute” instead of “global.”

A point is a global max (or min) if it is higher (lower) than every point on the graph. These points come from the shape of the graph and the window through which we view the graph.

The local and global extremes of the function in Figure 4.26 are labeled. You should notice that every global extreme is also a local extreme, but there are local extremes that are not global extremes.

A graph of a polynomial function is shown with points labeled as a through h.
Figure 4.26

If [latex]h(x)[/latex] is the height of the earth above sea level at the location [latex]x[/latex], then the global maximum of [latex]h[/latex] is [latex]h[/latex](summit of Mt. Everest) = 29,028 feet. The local maximum of [latex]h[/latex] for the United States is [latex]h[/latex](summit of Mt. McKinley) = 20,320 feet. The local minimum of [latex]h[/latex] for the United States is [latex]h[/latex](Death Valley) = -282 feet.
 

Example 1

The table shows the annual calculus enrollments at a large university. Which years had local maximum or minimum calculus enrollments? What were the global maximum and minimum enrollments in calculus?

Table 4.5 Years and enrollment
Year Enrollment
2000 1257
2001 1324
2002 1378
2003 1336
2004 1389
2005 1450
2006 1523
2007 1582
2008 1567
2009 1545
2010 1571

There were local maxima in 2002 and 2007; the global maximum was 1582 students in 2007. There were local minima in 2003 and 2009; the global minimum was 1257 students in 2000. We choose not to think of 2000 as a local minimum or 2010 as a local maximum; however, some books would include the endpoints. We are allowed to have a global maximum or global minimum at an endpoint.

Finding Maxima and Minima of a Function

What must the tangent line look like at a local max or min? Look at these two graphs again – you’ll see that at all the extreme points, the tangent line is horizontal (so [latex]f' = 0[/latex]). There is one cusp in the blue graph – the tangent line is vertical there (so [latex]f'[/latex] is undefined).

A graph of a polynomial function is shown with points labeled as a through h.
Figure 4.27
A graph of a polynomial function is shown with five points labeled as Local minimum, global and local minimum, local minimum, local maximum, global and local minimum, respectively.
Figure 4.28

That gives us the clue how to find extreme values.

Definitions

A critical number for a function [latex]f[/latex] is a value [latex]x = a[/latex] in the domain of [latex]f[/latex] where either [latex]f'(a) = 0[/latex] or [latex]f'(a)[/latex] is undefined.

A critical point for a function f is a point (a, f(a)) where a is a critical number of f.

A local max or min of f can only occur at a critical point.

 

Example 2

Find the critical points of [latex]f(x) = x^3 - 6x^2 + 9x + 2[/latex].

A critical number of [latex]f[/latex] can occur only where [latex]f'(x) = 0[/latex] or where [latex]f'[/latex] does not exist.

\[f ‘(x) = 3x^2 – 12x + 9 = 3(x^2 – 4x + 3) = 3(x – 1)(x – 3)\] So [latex]f'(x) = 0[/latex] at [latex]x = 1[/latex] and [latex]x = 3[/latex] (and no other values of [latex]x[/latex]). There are no places where [latex]f'[/latex] is undefined.

The critical numbers are [latex]x = 1[/latex] and [latex]x= 3[/latex]. So the critical points are (1, 6) and (3, 2).

These are the only possible locations of local extremes of [latex]f[/latex]. We haven’t discussed yet how to tell whether either of these points is actually a local extreme of [latex]f[/latex], or which kind it might be. But we can be certain that no other point is a local extreme.

The graph of [latex]f[/latex] below shows that [latex](1, f(1) ) = (1, 6)[/latex] is a local maximum and [latex](3, f(3) ) = (3, 2)[/latex] is a local minimum. This function does not have a global maximum or minimum.

A graph of a polynomial function is shown. The graph starts at (-0.5, -2) and increases to a maximum at (1, 6) and the graph decreases to a minimum at (3, 2) and then the graph increases.  The graph is labeled as fx(x) = x^3 - 6x^2 + 9x + 2.  The vertical axis is labeled as y and extends from -2 to 6. The horizontal axis is labeled as x and extends from -1 to 4.
Figure 4.29

 

Example 3

Find all local extremes of [latex]f(x) = x^3[/latex].

[latex]f(x) = x^3[/latex] is differentiable for all [latex]x[/latex], and [latex]f'(x) = 3x^2[/latex]. The only place where [latex]f'(x) = 0[/latex] is at [latex]x = 0[/latex], so the only candidate is the critical point (0,0).

If [latex]x \gt 0[/latex] then [latex]f(x) = x^3 \gt 0 = f(0)[/latex], so [latex]f(0)[/latex] is not a local maximum.

Similarly, if [latex]x \lt 0[/latex] then [latex]f(x) = x^3 \lt 0 = f(0)[/latex] so [latex]f(0)[/latex] is not a local minimum.

The critical point (0,0) is the only candidate to be a local extreme of [latex]f[/latex], and, based on the graph, this candidate did not turn out to be a local extreme of [latex]f[/latex]. The function [latex]f(x) = x^3[/latex] does not have any local extremes.

A graph is shown which increases from left to right.  The graph is labeled as y = x^3.
Figure 4.30

Remember this example! It is not enough to find the critical points – we can only say that [latex]f[/latex] might have a local extreme at the critical points.

First and Second Derivative Tests

Is that critical point a Maximum or Minimum (or Neither)?

Once we have found the critical points of [latex]f[/latex], we still have the problem of determining whether these points are maxima, minima or neither.

All of the graphs in the figure below have a critical point at (2, 3). It is clear from the graphs that the point (2,3) is a local maximum in (a) and (d), (2,3) is a local minimum in (b) and (e), and (2,3) is not a local extreme in (c) and (f).

Six graphs are shown arranged in three rows and two columns. In the first column from top to bottom: the top graph is a parabola opening down, the middle graph is composed of two line segments and increases from left to right and the bottom graph is a v-shaped graph which opens up.  In the second column, the top graph is a parabola which opens up, the middle graph is a v-shaped graph which opens down and the bottom graph is composed of two line segments and decreases from left to right.
Figure 4.31

The critical numbers only give the possible locations of extremes, and some critical numbers are not the locations of extremes. The critical numbers are the candidates for the locations of maxima and minima.

[latex]f'[/latex] and Extreme Values of [latex]f[/latex]

Four possible shapes of graphs are shown here – in each graph, the point marked by an arrow is a critical point, where [latex]f'(x) = 0[/latex]. What happens to the derivative near the critical point?

 

Four graphs are shown in a horizontal format. The leftmost graph is a parabola opening down, the next graph is a parabola opening up, the next graph is a curve which is concave down and then switches to concave up and the rightmost graph is a curve  which is concave up and then switches to concave down.
Figure 4.32

At a local max, such as in the graph on the left, the function increases on the left of the local max, then decreases on the right. The derivative is first positive, then negative at a local max. At a local min, the function decreases to the left and increases to the right, so the derivative is first negative, then positive. When there isn’t a local extreme, the function continues to increase (or decrease) right past the critical point – the derivative doesn’t change sign.

 

The First Derivative Test for Extremes

Find the critical points of f.

For each critical number c, examine the sign of f’ to the left and to the right of c. What happens to the sign as you move from left to right?

  • If [latex]f'(x)[/latex] changes from positive to negative at [latex]x = c[/latex], then [latex]f[/latex] has a local maximum at [latex](c, f(c))[/latex].
  • If [latex]f'(x)[/latex] changes from negative to positive at [latex]x = c[/latex], then [latex]f[/latex] has a local minimum at [latex](c, f(c))[/latex].
  • If [latex]f'(x)[/latex] does not change sign at [latex]x = c[/latex], then [latex](c, f(c))[/latex] is neither a local maximum nor a local minimum.

 

Example 4

Find the critical points of [latex]f(x) = x^3 - 6x^2 + 9x + 2[/latex] and classify them as local max, local min, or neither.

We already found the critical points; they are (1, 6) and (3, 2).

Now we can use the first derivative test to classify each. Recall that [latex]f'(x) = 3x^2 - 12x + 9 = 3(x^2 - 4x + 3) = 3(x - 1)(x - 3)[/latex]. The factored form is easiest to work with here, so let’s use that.

At (1, 6) we could choose a number slightly less than 1 to plug into the formula for [latex]f'[/latex] – perhaps use [latex]x = 0[/latex], or [latex]x = 0.9[/latex]. Then we could examine its sign. But we don’t care about the numerical value, all we are interested in is its sign. And for that, we don’t have to do any plugging in:

  • If [latex]x[/latex] is a little less than 1, then [latex]x-1[/latex] is negative, and [latex]x-3[/latex] is negative.
    So [latex]f' = 3(x - 1)(x - 3)[/latex] will be pos(neg)(neg) = positive.
  • For [latex]x[/latex] a little more than 1, we can evaluate [latex]f'[/latex] at a number more than 1 (but less than 3, we don’t want to go past the next critical point!) – perhaps [latex]x = 2[/latex]. Or we can make a quick sign argument like what we did above: for [latex]x[/latex] a little more than 1, [latex]f' = 3(x - 1)(x - 3)[/latex] will be pos(pos)(neg) = negative.

So [latex]f'[/latex] changes from positive to negative, which means there is a local max at (1, 6).

As another approach, we could draw a number line, and mark the critical numbers:

 

A horizontal number line is shown with the values of 1 and 3 marked.
Figure 4.33

We already know the derivative is zero or undefined at the critical numbers. On each interval between these values, the derivative will stay the same sign. To determine the sign, we could pick a test value in each interval, and evaluate the derivative at those points (or use the sign approach used above).

A horizontal number line is shown with the values of 0, 1, 2, 3, 4 marked.  The graph is labeled as f'.  A plus sign appears above 0.  A minus sign appears above 2.  A plus sign appears above 4.
Figure 4.34

At (3, 2) [latex]f'[/latex] changes from negative to positive, so there is a local min at (3, 2).
This confirms what we saw before in the graph.

A graph of a polynomial function is shown. The graph starts at (-0.5, -2) and increases to a maximum at (1, 6) and the graph decreases to a minimum at (3, 2) and then the graph increases.  The graph is labeled as fx(x) = x^3 - 6x^2 + 9x + 2.  The vertical axis is labeled as y and extends from -2 to 6. The horizontal axis is labeled as x and extends from -1 to 4.
Figure 4.35

[latex]f''[/latex] and Extreme Values of [latex]f[/latex]

The concavity of a function can also help us determine whether a critical point is a maximum or minimum or neither. For example, if a point is at the bottom of a concave up function, then the point is a minimum.

 

Two curves are shown on the same set of axes.  Both curves are parabolas which open up.  The lowest point on each curve is labeled as min.  The label on the graph shows f'(c) = 0 and f'(c) > 0.
Figure 4.36

The Second Derivative Test for Extremes

Find all critical points of [latex]f[/latex]. For those critical points where [latex]f'(c) = 0[/latex], find [latex]f''(c)[/latex].

  • If [latex]f''(c) \lt 0[/latex] (negative) then [latex]f[/latex] is concave down and has a local maximum at [latex]x = c[/latex].
  • If [latex]f''(c) \gt 0[/latex] (positive) then [latex]f[/latex] is concave up and has a local minimum at [latex]x = c[/latex].
  • If [latex]f''(c) = 0[/latex] then [latex]f[/latex] may have a local maximum, a minimum or neither at [latex]x = c[/latex].

The cartoon faces can help you remember the Second Derivative Test.

Left image is a circle with plus signs for eyes and a smile. Right image is a circle with minus signs for eyes and a frown.
Figure 4.37 Happy and sad faces

 

Example 5

[latex]f(x) = 2x^3 - 15x^2 + 24x - 7[/latex] has critical numbers [latex]x =[/latex] 1 and 4. Use the Second Derivative Test for Extremes to determine whether [latex]f(1)[/latex] and [latex]f(4)[/latex] are maximums or minimums or neither.

We need to find the second derivative:
\[ \begin{align*}
f(x)=& 2x^3 – 15x^2 + 24x – 7\\
f'(x)=& 6x^2 – 30x + 24\\
f”(x)=& 12x – 30
\end{align*} \]

Then we just need to evaluate [latex]f''[/latex] at each critical number:

[latex]x = 1[/latex]: [latex]f''(1)=12(1)-30 \lt 0[/latex], so there is a local maximum at [latex]x = 1[/latex].

[latex]x = 4[/latex]: [latex]f''(4)=12(4)-30 \gt 0[/latex], so there is a local minimum at [latex]x = 4[/latex].

Many students like the Second Derivative Test. The Second Derivative Test is often easier to use than the First Derivative Test. You only have to find the sign of one number for each critical number rather than two. And if your function is a polynomial, its second derivative will probably be a simpler function than the derivative.

However, if you needed a product rule, quotient rule, or chain rule to find the first derivative, finding the second derivative can be a lot of work. Also, even if the second derivative is easy, the Second Derivative Test doesn’t always give an answer. The First Derivative Test will always give you an answer.

Use whichever test you want to. But remember – you have to do some test to be sure that your critical point actually is a local max or min.

Global Maxima and Minima

In applications, we often want to find the global extreme; knowing that a critical point is a local extreme is not enough.

For example, if we want to make the greatest profit, we want to make the absolutely greatest profit of all. How do we find global max and min?

There are just a few additional things to think about.

Endpoint Extremes

The local extremes of a function occur at critical points – these are points in the function that we can find by thinking about the shape (and using the derivative to help us). But if we’re looking at a function on a closed interval, the endpoints could be extremes. These endpoint extremes are not related to the shape of the function; they have to do with the interval, the window through which we’re viewing the function.

A graph is shown which descreases then increases then decreases.  A point is shown on the leftmost part of the graph and labeled as maximum. A point is shown on the rightmost part of the graph and labeled as minimum.
Figure 4.38

In the graph above, it appears that there are three critical points – one local min, one local max, and one that is neither one. But the global max, the highest point of all, is at the left endpoint. The global min, the lowest point of all, is at the right endpoint.

How do we decide if endpoints are global max or min? It’s easier than you expected – simply plug in the endpoints, along with all the critical numbers, and compare [latex]y[/latex]-values.

 

Example 6

Find the global max and min of [latex]f(x) = x^3 - 3x^2 - 9x + 5[/latex] for [latex]-2 \leq x \leq 6[/latex].

[latex]f'(x) = 3x^2 - 6x - 9 = 3(x + 1)(x - 3)[/latex]. We need to find critical points, and we need to check the endpoints.

[latex]f'(x) = 3(x + 1)(x - 3) = 0[/latex] when [latex]x = -1[/latex] and [latex]x = 3[/latex]. The endpoints of the interval are [latex]x = -2[/latex] and [latex]x = 6[/latex].

Now we simply compare the values of [latex]f[/latex] at these four values of [latex]x[/latex]:

Table 4.6 [latex]x[/latex] versus [latex]f(x)[/latex]
[latex]x[/latex] [latex]f(x)[/latex]
-2 3
-1 10
3 -22
6 59

The global minimum of [latex]f[/latex] on [latex][ -2, 6][/latex] is -22, when [latex]x = 3[/latex], and the global maximum of [latex]f[/latex] on [latex][ -2, 6][/latex] is 59, when [latex]x = 6[/latex].

If there’s only one critical point

If the function has only one critical point and it’s a local max (or min), then it must be the global max (or min). To see this, think about the geometry. Look at the graph on the left – there is a local max, and the graph goes down on either side of the critical point. Suppose there was some other point that was higher – then the graph would have to turn around. But that turning point would have shown up as another critical point. If there’s only one critical point, then the graph can never turn back around.

 

Two graphs are shown in a horizontal format. The leftmost graph is a parabola opening down, the next graph is a parabola opening up.  For the leftmost graph, a point is plotted at the highest point on the curve and is labeled as max.  For the rightmost graph, a point is plotted at the lowest point on the curve and is labeled min.
Figure 4.39

When in doubt, graph it and look.

If you are trying to find a global max or min on an open interval (or the whole real line), and there is more than one critical point, then you need to look at the graph to decide whether there is a global max or min. Be sure that all your critical points show in your graph, and that you graph beyond them – that will tell you what you want to know.

 

Example 7

Find the global max and min of [latex]f(x) = x^3 - 6x^2 + 9x + 2[/latex].

We have previously found that (1, 6) is a local max and (3, 2) is a local min. This is not a closed interval, and there are two critical points, so we must turn to the graph of the function to find global max and min.

The graph of [latex]f[/latex] shows that points to the left of [latex]x = 4[/latex] have [latex]y[/latex]-values greater than 6, so (1, 6) is not a global max. Likewise, if [latex]x[/latex] is negative, [latex]y[/latex] is less than 2, so (3, 2) is not a global min. There are no endpoints, so we’ve exhausted all the possibilities. This function does not have a global maximum or minimum.

A graph of a polynomial function is shown. The graph starts at (-0.5, -2) and increases to a maximum at (1, 6) and the graph decreases to a minimum at (3, 2) and then the graph increases.  The graph is labeled as fx(x) = x^3 - 6x^2 + 9x + 2.  The vertical axis is labeled as y and extends from -2 to 6. The horizontal axis is labeled as x and extends from -1 to 4.
Figure 4.40

 

To find Global Extremes

The only places where a function can have a global extreme are critical points or endpoints.

  • If the function has only one critical point, and it’s a local extreme, then it is also the global extreme.
  • If there are endpoints, find the global extremes by comparing [latex]y[/latex]-values at all the critical points and at the endpoints.
  • When in doubt, graph the function to be sure. (However, unless the problem explicitly tells you otherwise, it is not enough to just use the graph to get your answer.)

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Techniques of Calculus 1 Copyright © 2021 by Larry Musolino is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book