3 The Graphical Behavior of Functions

3.4 Concavity and the Second Derivative

Our study of “nice” functions continues. The previous section showed how the first derivative of a function, f, can relay important information about f. We now apply the same technique to f itself, and learn what this tells us about f.

The key to studying f is to consider its derivative, namely f′′, which is the second derivative of f. When f′′>0, f is increasing. When f′′<0, f is decreasing. As with f, f has relative maxima and minima where f′′=0 or is undefined.

This section explores how knowing information about f′′ gives information about f.

Concavity

We begin with a definition, then explore its meaning.

margin: Note: We often state that “f is concave up” instead of “the graph of f is concave up” for simplicity. Λ
Definition 3.4.1 Concave Up and Concave Down

Let f be differentiable on an interval I. The graph of f is concave up on I if f is increasing. The graph of f is concave down on I if f is decreasing. If f is constant then the graph of f is said to have no concavity.

margin: -22102030xy (a)-22102030xy (b) Figure 3.4.1: A function f with a graph that is (a) concave up and (b) concave down. Notice how the slopes of the tangent lines, when looking from left to right, are (a) increasing and (b) decreasing. Λ

Geometrically, a function is concave up if its graph lies above its tangent lines, so that it curves upward. A function is concave down if its graph lies below its tangent lines, so that it curves downward.

The graph of a function f is concave up when f is increasing. That means as one looks at a concave up graph from left to right, the slopes of the tangent lines will be increasing. Consider Figure 3.4.1(a), where a concave up graph is shown along with some tangent lines. Notice how the tangent line on the left is steep, downward, corresponding to a small value of f. On the right, the tangent line is steep, upward, corresponding to a large value of f.

If a function is decreasing and concave up, then its rate of decrease is slowing; it is “leveling off.” If the function is increasing and concave up, then the rate of increase is increasing. The function is increasing at a faster and faster rate.

Now consider a function which is concave down. We essentially repeat the above paragraphs with slight variation.

The graph of a function f is concave down when f is decreasing. That means as one looks at a concave down graph from left to right, the slopes of the tangent lines will be decreasing. Consider Figure 3.4.1(b), where a concave down graph is shown along with some tangent lines. Notice how the tangent line on the left is steep, upward, corresponding to a large value of f. On the right, the tangent line is steep, downward, corresponding to a small value of f.

If a function is increasing and concave down, then its rate of increase is slowing; it is “leveling off.” If the function is decreasing and concave down, then the rate of decrease is decreasing. The function is decreasing at a faster and faster rate.

margin: Note: A mnemonic for remembering what concave up / down means is: “Concave up is like a cup; concave down is like a frown.” It is admittedly terrible, but it works. Λ

Our definition of concave up and concave down is given in terms of when the first derivative is increasing or decreasing. We can apply the results of the previous section and to find intervals on which a graph is concave up or down. That is, we recognize that f is increasing when f′′>0, etc.

Theorem 3.4.1 Test for Concavity

Let f be twice differentiable on an interval I. The graph of f is concave up if f′′>0 on I, and is concave down if f′′<0 on I.

If knowing where a graph is concave up/down is important, it makes sense that the places where the graph changes from one to the other is also important. This leads us to a definition.

Definition 3.4.2 Point of Inflection

A point of inflection is a point on the graph of f at which the concavity of f changes.

Figure 3.4.2 shows a graph of a function with inflection points labeled.

margin: 123451015 f′′>0 c. up f′′>0 c. up f′′<0 c. down xy Figure 3.4.2: A graph of a function with its inflection points marked. The intervals where concave up/down are also indicated. Λ

If the concavity of f changes at a point (c,f(c)), then f is changing from increasing to decreasing (or, decreasing to increasing) at x=c. That means that the sign of f′′ is changing from positive to negative (or, negative to positive) at x=c. This leads to the following theorem.

Theorem 3.4.2 Points of Inflection

If (c,f(c)) is a point of inflection on the graph of f, then either f′′=0 or f′′ is not defined at c.

We have identified the concepts of concavity and points of inflection. It is now time to practice using these concepts; given a function, we should be able to find its points of inflection and identify intervals on which it is concave up or down. We do so in the following examples.

Example 3.4.1 Finding intervals of concave up/down, inflection points

Let f(x)=x3-3x+1. Find the inflection points of f and the intervals on which it is concave up/down.

SolutionWe start by finding f(x)=3x2-3 and f′′(x)=6x. To find the inflection points, we use Theorem 3.4.2 and find where f′′(x)=0 or where f′′ is undefined. We find f′′ is always defined, and is 0 only when x=0. So the point (0,1) is the only possible point of inflection.

margin: (a)-2-112-22f(x)f′′(x)xy (b) Figure 3.4.3: A number line determining the concavity of f and a graph of f used in Example 3.4.1. Λ

This possible inflection point divides the real line into two intervals, (-,0) and (0,). We use a process similar to the one used in the previous section to determine increasing/decreasing. Pick any c<0; f′′(c)<0 so f is concave down on (-,0). Pick any c>0; f′′(c)>0 so f is concave up on (0,). Since the concavity changes at x=0, the point (0,1) is an inflection point.

The number line in Figure 3.4.3(a) illustrates the process of determining concavity (to save space, we will abbreviate “concave down”, “concave up”, and “inflection point” to “CD”, “CU”, and “IP”, respectively). Figure 3.4.3(b) shows a graph of f and f′′, confirming our results. Notice how f is concave down precisely when f′′(x)<0 and concave up when f′′(x)>0.

Example 3.4.2 Finding intervals of concave up/down, inflection points

Let f(x)=x/(x2-1). Find the inflection points of f and the intervals on which it is concave up/down.

SolutionThe first thing we see is that f itself is not defined at x=±1, having a domain of (-,-1)(-1,1)(1,). Since the domain of f is the union of three intervals, it makes sense that the concavity of f could switch across intervals. We cannot say that f has points of inflection at x=±1 as they are not part of the domain, but we must still consider these x-values to be important and will include them in our number line.

We need to find f and f′′. Using the Quotient Rule and simplifying, we find

f(x)=-(1+x2)(x2-1)2andf′′(x)=2x(x2+3)(x2-1)3.

To find the possible points of inflection, we seek to find where f′′(x)=0 and where f′′ is not defined. Solving f′′(x)=0 reduces to solving 2x(x2+3)=0; we find x=0. We find that f′′ is not defined when x=±1, for then the denominator of f′′ is 0 (of course, f is not defined at these points either).

The important x-values at which concavity might switch are x=-1, x=0 and x=1, which split the number line into four intervals as shown in our sign chart below. We determine the concavity on each. Keep in mind that all we are concerned with is the sign of f′′ on the interval.

Interval 1,

(-,-1): Select a number c in this interval with a large magnitude (for instance, c=-100). The denominator of f′′(x) will be positive. In the numerator, the (c2+3) will be positive and the 2c term will be negative. Thus the numerator is negative and f′′(c) is negative. We conclude f is concave down on (-,-1).

Interval 2,

(-1,0): For any number c in this interval, the term 2c in the numerator will be negative, the term (c2+3) in the numerator will be positive, and the term (c2-1)3 in the denominator will be negative. Thus f′′(c)>0 and f is concave up on this interval.

Interval 3,

(0,1): Any number c in this interval will be positive and “small.” Thus the numerator is positive while the denominator is negative. Thus f′′(c)<0 and f is concave down on this interval.

Interval 4,

(1,): Choose a large value for c. It is evident that f′′(c)>0, so we conclude that f is concave up on (1,).

margin: -22-10-5510f(x)f′′(x)xy Figure 3.4.4: A graph of f(x) and f′′(x) in Example 3.4.2. Λ

We conclude that f is concave up on (-1,0) and (1,) and concave down on (-,-1) and (0,1). There is only one point of inflection, (0,0), as f is not defined at x=±1. Our work is confirmed by the graph of f in Figure 3.4.4. Notice how f is concave up whenever f′′ is positive, and concave down when f′′ is negative.

Recall that relative maxima and minima of f are found at critical points of f; that is, they are found when f(x)=0 or when f is undefined. Likewise, the relative maxima and minima of f are found when f′′(x)=0 or when f′′ is undefined; note that these are the inflection points of f.

What does a “relative maximum of f ” mean? The derivative measures the rate of change of f; maximizing f means finding where f is increasing the most — where f has the steepest tangent line. A similar statement can be made for minimizing f; it corresponds to where f has the steepest negatively-sloped tangent line.

We utilize this concept in the next example.

margin: 1235101520S(t)ty Figure 3.4.5: A graph of S(t) in Example 3.4.3, modeling the sale of a product over time. Λ
Example 3.4.3 Understanding inflection points

The sales of a certain product over a three-year span are modeled by S(t)=t4-8t2+20, where t is the time in years, shown in Figure 3.4.5. Over the first two years, sales are decreasing. Find the point at which sales are decreasing at their greatest rate.

SolutionWe want to maximize the rate of decrease, which is to say, we want to find where S has a minimum. To do this, we find where S′′ is 0. We find S(t)=4t3-16t and S′′(t)=12t2-16. Setting S′′(t)=0 and solving, we get t=2/31.16 (we ignore the negative value of t since it does not lie in the domain of our function S).

margin: 123-101020S(t)S(t)ty Figure 3.4.6: A graph of S(t) in Example 3.4.3 along with S(t). Λ

This is both the inflection point and the point of maximum decrease. This is the point at which things first start looking up for the company. After the inflection point, it will still take some time before sales start to increase, but at least sales are not decreasing quite as quickly as they had been.

A graph of S(t) and S(t) is given in Figure 3.4.6. When S(t)<0, sales are decreasing; note how at t1.16, S(t) is minimized. That is, sales are decreasing at the fastest rate at t1.16. On the interval of (1.16,2), S is decreasing but concave up, so the decline in sales is “leveling off.”

Not every critical point corresponds to a relative extrema; f(x)=x3 has a critical point at x=0 but no relative maximum or minimum. Likewise, just because f′′(x)=0 we cannot conclude concavity changes at that point. We were careful before to use terminology “possible point of inflection” since we needed to check to see if the concavity changed. The canonical example of f′′(x)=0 without concavity changing is f(x)=x4. At x=0, f′′(x)=0 but f is always concave up, as shown in Figure 3.4.7.

margin: -1-0.50.510.51xy Figure 3.4.7: A graph of f(x)=x4. Clearly f is always concave up, despite the fact that f′′(x)=0 when x=0. It this example, the possible point of inflection (0,0) is not a point of inflection. Λ

The Second Derivative Test

The first derivative of a function gave us a test to find if a critical value corresponded to a relative maximum, minimum, or neither. The second derivative gives us another way to test if a critical point is a local maximum or minimum. The following theorem officially states something that is intuitive: if a critical value occurs in a region where a function f is concave up, then that critical value must correspond to a relative minimum of f, etc. See Figure 3.4.8 for a visualization of this.

margin: -2-112-10-5510 CD rel. max CU rel min xy Figure 3.4.8: Demonstrating the fact that relative maxima occur when the graph is concave down and relative minima occur when the graph is concave up. Λ
Theorem 3.4.3 The Second Derivative Test

Let c be a critical point of f where f′′(c) is defined.

  1. (a)

    If f′′(c)>0, then f has a local minimum at (c,f(c)).

  2. (b)

    If f′′(c)<0, then f has a local maximum at (c,f(c)).

Note that if f′′(c)=0, then the Second Derivative Test is inconclusive. The Second Derivative Test relates to the First Derivative Test in the following way. If f′′(c)>0, then the graph is concave up at a critical point c and f itself is growing. Since f(c)=0 and f is growing at c, then it must go from negative to positive at c. This means the function goes from decreasing to increasing, indicating a local minimum at c.

Example 3.4.4 Using the Second Derivative Test

Let f(x)=100/x+x. Find the critical points of f and use the Second Derivative Test to label them as relative maxima or minima.

Solutionmargin: -20-101020-40-202040f′′(10)>0f′′(-10)<0xy Figure 3.4.9: A graph of f(x) in Example 3.4.4. The second derivative is evaluated at each critical point. When the graph is concave up, the critical point represents a local minimum; when the graph is concave down, the critical point represents a local maximum. Λ We find f(x)=-100/x2+1 and f′′(x)=200/x3. We set f(x)=0 and solve for x to find the critical points (note that f is not defined at x=0, but neither is f so this is not a critical point.) We find the critical points are x=±10. Evaluating f′′ at x=10 gives 0.1>0, so there is a local minimum at x=10. Evaluating f′′(-10)=-0.1<0, determining a relative maximum at x=-10. These results are confirmed in Figure 3.4.9.

We have been learning how the first and second derivatives of a function relate information about the graph of that function. We have found intervals of increasing and decreasing, intervals where the graph is concave up and down, along with the locations of relative extrema and inflection points. In Chapter 1 we saw how limits explained asymptotic behavior. In the next section we combine all of this information to produce accurate sketches of functions.

Exercises 3.4

 

Terms and Concepts

  1. 1.

    Sketch a graph of a function f(x) that is concave up on (0,1) and is concave down on (1,2).

  2. 2.
    Sketch a graph of a function f(x) that is: (a) Increasing, concave up on (0,1), (b) increasing, concave down on (1,2), (c) decreasing, concave down on (2,3) and (d) increasing, concave down on (3,4).
  3. 3.

    Is it possible for a function to be increasing and concave down on (0,) with a horizontal asymptote of y=1? If so, give a sketch of such a function.

  4. 4.

    Is it possible for a function to be increasing and concave up on (0,) with a horizontal asymptote of y=1? If so, give a sketch of such a function.

Problems

  1. 5.
    Given the graph of f′′, identify the concavity of f and its inflection points.-22-4-224xy
  2. 6.
    Given the graph of f, identify the concavity of f and its inflection points.-22-22xy

In Exercises 7–16., a function f(x) is given.

  1. (a)

    Compute f′′(x).

  2. (b)

    Graph f and f′′ on the same axes (using technology is permitted) and verify Theorem 3.4.1.

  1. 7.

    f(x)=-7x+3

  2. 8.

    f(x)=-4x2+3x-8

  3. 9.

    f(x)=4x2+3x-8

  4. 10.

    f(x)=x3-3x2+x-1

  5. 11.

    f(x)=-x3+x2-2x+5

  6. 12.

    f(x)=sinx

  7. 13.

    f(x)=tanx

  8. 14.

    f(x)=1x2+1

  9. 15.

    f(x)=1x

  10. 16.

    f(x)=1x2

In Exercises 17–36., a function f(x) is given.

  1. (a)

    Find the x coordinates of the possible points of inflection of f.

  2. (b)

    Create a number line to determine the intervals on which f is concave up or concave down.

  3. (c)

    Find the critical points of f and use the Second Derivative Test, when possible, to determine the relative extrema.

  4. (d)

    Find the x values where f(x) has a relative maximum or minimum.

  1. 17.

    f(x)=x2-2x+1

  2. 18.

    f(x)=-x2-5x+7

  3. 19.

    f(x)=x3-x+1

  4. 20.

    f(x)=2x3-3x2+9x+5

  5. 21.

    f(x)=x44+x33-2x+3

  6. 22.

    f(x)=-3x4+8x3+6x2-24x+2

  7. 23.

    f(x)=x4-4x3+6x2-4x+1

  8. 24.

    f(x)=secx on (-3π/2,3π/2)

  9. 25.

    f(x)=1x2+1

  10. 26.

    f(x)=xx2-1

  11. 27.

    f(x)=sinx+cosx on (-π,π)

  12. 28.

    f(x)=x2ex

  13. 29.

    f(x)=x2lnx

  14. 30.

    f(x)=e-x2

  15. 31.

    f(x)=xx+3

  16. 32.

    f(x)=cos2x-2sinx on (0,2π)

  17. 33.

    f(x)=x3-3x2-9x+4

  18. 34.

    f(x)=x4-2x2+3

  19. 35.

    f(x)=1+3x2-2x3

  20. 36.

    f(x)=x-x4

Omni CMS