Skip to main content
Logo image

Chapter 18 Accumulation trends

Often we are more interested in general accumulation trends rather than absolute values. Will water levels rise or recede? Will profit increase or decrease? When will they do one, and when will they do the other? When they increase, will they increase slowly or quickly? When they decrease, will they decrease slowly or quickly?
We can answer these questions with the derivative function and the second derivative function.

Section 18.1 Domains of increase and decrease

It’s easy to measure whether a quantity has increased or decreased from one time to a later time.

Definition 18.1.1. Increase and decrease.

We say that a quantity \(q(t)\) is increasing on the domain \(a \lt t \lt b\) if \(\change{q}\) is always positive between any two points in that domain.
We say that a quantity \(q(t)\) is decreasing on the domain \(a \lt t \lt b\) if \(\change{q}\) is always negative between any two points in that domain.

Note 18.1.2.

In Definition 18.1.1, we are always looking for increase or decrease as time increases, so “Between any two points in that domain” requires that we are looking at
\begin{equation*} \change{q} = q(t_2) - q(t_1) \end{equation*}
for \(t_1,t_2\) in the stated domain with positive
\begin{equation*} \change{t} = t_2 - t_1 \text{.} \end{equation*}

Remark 18.1.3.

We can also apply the descriptors increasing or decreasing to a quantity on a domain that includes one or both of its endpoints.

Example 18.1.4. An upright parabola decreases then increases.

On any domain \(0 \le t \le b\) we can say that the quantity function \(q(t) = t^2\) is increasing, because a number that is larger in magnitude will produce a larger square:
\begin{align*} t_1 \amp \lt t_2 \amp\amp\implies\amp t_1^2 \amp \lt t_2^2 \text{.} \end{align*}
That is,
\begin{align*} \change{t} = t_2 - t_1 \amp \gt 0 \amp\amp\implies\amp \change{q} = q_2 - q_1 = t_2^2 - t_1^2 \amp \gt 0 \text{.} \end{align*}
On a domain of the form \(a \le t \le 0\text{,}\) the same principle applies, but for negative numbers satisfying \(t_1 \lt t_2\) it will be \(t_1\) that is greater in magnitude. So our quantity function \(q(t) = t^2\) is decreasing on such a domain, since in that case
\begin{align*} t_1 \amp \lt t_2 \amp\amp\implies\amp t_1^2 \amp \gt t_2^2 \text{.} \end{align*}
That is,
\begin{align*} \change{t} = t_2 - t_1 \amp \gt 0 \amp\amp\implies\amp \change{q} = q_2 - q_1 = t_2^2 - t_1^2 \amp \lt 0 \text{.} \end{align*}
If \(\change{q}\) is always positive between a pair of points in some domain (with positive \(\change{t}\) as well), then the average rate \(\inlineslope{q}{t}\) must always be positive as well. Similarly, domains of decrease will produce negative average rates. Since derivative values are approximated by average rate values, we can connect domains of increase and decrease to the sign of the derivative.

Justification.

First, if \(q(t)\) is increasing on \(a \lt t \lt b\text{,}\) then \(\change{q}\) calculated between any pair of points in that domain will always be positive. Since \(\change{t}\) is always positive, this makes every average rate calculation \(\inlineslope{q}{t}\) positive. But if \(q\) is differentiable, then at any given point \(t = t^\ast\) the average rate approximations to the derivative value \(q'(t^\ast)\) can be made arbitrarily close to it by taking sufficiently small \(\change{t}\text{.}\) Since positive average rates cannot be made arbitrarily close to a negative value, \(q'(t^\ast)\) cannot be negative. However, \(q'(t^\ast) = 0\) is possible, since it could be the case that all of these average rate calculations around \(t = t^\ast\) are all positive but very small in magnitude.
Now suppose it is known that \(q'(t)\) is positive on all of \(a \lt t \lt b\text{.}\) Then near any given value \(t = t^\ast\) in that domain, there is a small subdomain (by taking \(\change{t}\) sufficiently small) around that point where all of the average rate calculations \(\inlineslope{q}{t}\) are close to that positive derivative value \(q'(t^\ast)\) and hence must be positive themselves. Since \(\change{t}\) is always positive, we must have that all of these \(\change{q}\) values of positive, so \(q\) is at least increasing on this small subdomain around \(t = t^\ast\text{.}\) By “stitching” together all of these small subdomains, we find that \(q\) must be increasing on all of the full domain \(a \lt t \lt b\text{.}\)
Finally, similar arguments can be made to confirm the claims in Statement 2 of this pattern.

Remark 18.1.6.

Notice that we have been careful to say “\(q'(t)\) cannot be negative” in the first statement and “\(q'(t)\) positive” in the second statement. If we start with the assumption that \(q\) is increasing, then, as described in the justification, it is still possible for \(q'(t^\ast) = 0\) to be true at some points in that domain.
On the other hand, if we started with the assumption \(q'(t) \ge 0\) on some domain, then we couldn’t say for sure that \(q\) is always increasing on that domain, since there could be an extended period where \(q'(t) = 0\text{.}\) On such a period, the graph of \(q(t)\) would be a horizontal line, and \(q\) would be neither increasing nor decreasing.

Warning 18.1.7.

Even if \(q'(t^\ast) \gt 0\) at some particular point \(t = t^\ast\text{,}\) it is never appropriate to say “\(q\) is increasing at \(t = t^\ast\text{.}\)” The adjectives increasing and decreasing are comparative, so you need at least two data points in order to be able to say that \(q\) increased or decreased from this point to that point. In general, we will only apply the descriptors increasing and decreasing to a function over an entire domain such as \(a \le t \le b\text{.}\)

Example 18.1.8. The natural logarithm and its derivative.

The natural logarithm function \(\ln(t)\) has domain \(t \gt 0\) and derivative function \(r(t) = \ln'(t) = 1/t\text{.}\) Since we have
\begin{align*} t \amp \gt 0 \amp\amp\implies\amp \frac{1}{t} \amp \gt 0 \text{,} \end{align*}
Pattern 18.1.5 says that \(\ln(t)\) should be always increasing on its domain. We easily confirm this using our knowledge of the graph of the logarithm function. (See Figure 8.1.2.)
On the other hand, consider the rate function \(r(t) = 1/t\) itself. Its derivative is
\begin{equation*} r'(t) = - \frac{1}{t^2} \text{,} \end{equation*}
and that derivative function is always negative on the domain \(t \gt 0\text{.}\) Pattern 18.1.5 then says that \(r(t)\) should be decreasing on that same domain, and we know from its graph that this is so. But consider what this means for the logarithm function: since
  • \(r(t)\) is the rate of variation of \(\ln(t)\)
  • the variation in \(\ln(t)\) is that it is increasing on its domain
  • the rate function \(r(t)\) is decreasing on that same domain,
we can say that the natural increases on domain \(t \gt 0\text{,}\) but it does so at a decreasing rate.

Example 18.1.9. The natural exponential and its derivative.

The natural exponential function \(q(t) = \exp(t)\) has domain the full real number line, and is its own derivative function: \(r(t) = q'(t) = \exp(t)\text{.}\) Since \(\exp(t) \gt 0\) for all \(t\text{,}\) we can say that \(q(t)\) is always increasing.
But we also have \(r'(t) = \exp(t) \gt 0\) for all \(t\text{,}\) so the rate function \(r(t)\) is also always increasing. This is what makes exponential growth effectively “runaway” growth: not only is the quantity function \(q(t)\) increasing, it is increasing at an increasing rate.

Example 18.1.10. Determining domains of increase and decrease.

Consider the function
\begin{equation*} q(t) = \frac{2 t^2}{t^2 - 1} \text{.} \end{equation*}
Let’s ask Sage to compute its derivative. (We could also turn the denominator into a factor with a negative exponent, and then use a combination of the Product Rule and the Chain Rule.
That denominator can be factored:
\begin{equation*} q'(t) = \frac{ - 4 t }{ (t^2 - 1)^2 } \text{.} \end{equation*}
To use Pattern 18.1.5 to determine the domains of increase and decrease, we would like to solve the inequalities
\begin{align*} q'(t) \amp \gt 0 \amp q'(t) \amp \lt 0 \text{,} \end{align*}
though solving one will effectively solve the other. Because of the outer square, the denominator is positive for all \(t \neq \pm 1\text{.}\) Because of the extra negative in the numerator, the numerator is negative for \(t \gt 0\) and positive for \(t \lt 0\text{.}\) So
\begin{align*} q'(t) \amp \gt 0 \amp\amp\text{for}\amp t \amp \lt 0, \; t \neq \pm 1 \\ q'(t) \amp \lt 0 \amp\amp\text{for}\amp t \amp \gt 0, \; t \neq \pm 1 \text{,} \end{align*}
and we conclude that \(q\) is increasing on the domains \(t \lt -1\) and \(-1 \lt t \lt 0\text{,}\) and decreasing on the domains \(0 \lt t \lt 1\) and \(t \gt 1\text{.}\)

Example 18.1.11. Joining two domains of increase.

Consider the function \(q(t) = t^3\text{.}\) We have \(q'(t) = 3 t^2\text{,}\) and so except for \(q'(0) = 0\) we have \(q'(t) \gt 0\) for all \(t\text{.}\) At this point we can say that \(q\) increases on the domain \(t \lt 0\text{,}\) and again on the domain \(t \gt 0\text{.}\)
What about at \(t = 0\text{?}\) We should never talk about increasing or decreasing at one single point. But suppose we compare the output \(q(0) = 0\) to other nearby outputs. For example, if we use \(t_1 = 0\) and \(t_2 \gt 0\text{,}\) then
\begin{equation*} \change{q} = q(t_2) - q(t_1) = t_2^3 - 0 \gt 0 \text{.} \end{equation*}
On the other side, if we use \(t_1 \lt 0\) and \(t_2 = 0\text{,}\) then
\begin{equation*} \change{q} = q(t_2) - q(t_1) = 0 - t_2^3 \gt 0 \text{,} \end{equation*}
because \(t_2^3\) itself will be negative for \(t_2 \lt 0\text{.}\) So it is appropriate to say that \(q\) increases through \(t = 0\text{,}\) and we can join our two domains of increase together to say that \(q(t) = t^3\) is always increasing.
Why didn’t we do the same thing in Example 18.1.10, and join the two adjacent domains \(t \lt -1\) and \(-1 \lt t \lt 0\) together to say that that particular function was increasing on the domain \(t \lt 0\text{?}\) Because in that case \(q(-1)\) was undefined, and so there is no point there for the function to increase through. Even though \(q\) is increasing on each of those two adjacent domains, we cannot join them together into one domain of increase.

Section 18.2 Critical points and local extremes

An important feature in Example 18.1.10 is the boundary between the domain \(-1 \lt t \lt 0\text{,}\) where the function is increasing, and the domain \(0 \lt t \lt 1\text{,}\) where the function is decreasing. Notice that \(q'(0) = 0\) at that boundary. We can think of this feature in several different ways.
  1. When increasing, the quantity is accumulating, and when decreasing, the quantity is dissipating. At a boundary between these two behaviours, there must be an instant where the quantity is neither accumulating nor dissipating; that is, where \(r(t) = 0\text{.}\)
  2. If the function represents the position of an object in motion, the derivative function represents velocity. When the velocity is positive, the object’s position is increasing in the “positive direction”, and so we think of the object as moving “forward.” When the velocity is negative, the object’s position is increasing in the “negative direction”, and so we think of the object as moving “backward.” At a boundary between these two boundaries, in order to switch direction of movement there must be an instant where the object comes to a stop; that is, where \(v(t) = 0\text{.}\)
  3. Graphically, if a function increases and then decreases, it must have come to a “peak” at that boundary point between the two behaviours. On the increasing side of the peak we will see positive slopes, and on the decreasing side we will see negative slopes. So if the function is differentiable at that boundary point, then we should see a slope \(q'(t) = 0\text{,}\) where the tangent line is horizontal.

Justification.

If \(q(t^\ast)\) is undefined, then one of the listed occurrences has indeed occurred. If \(q(t^\ast)\) is defined but \(q'(t^\ast)\) is not, then again one of the listed occurrences has indeed occurred. So we really only need to concern ourselves with the case that both \(q(t^\ast)\) and \(q'(t^\ast)\) are defined, and try to determine the value of \(q'(t^\ast)\) in that case.
Suppose that \(q(t)\) is increasing on some domain \(a \lt t \le t^\ast\) and decreasing on some domain \(t^\ast \le t \lt b\text{.}\) (The argument in the case that \(q\) is decreasing on the first domain and increasing on the second is essentially the same.) In that case, every forward difference approximation to the instantaneous rate will be negative (since \(\change{q}\) is negative when \(q\) is decreasing), and every backward difference approximation to the instantaneous rate will be positive (since \(\change{q}\) is positive when \(q\) is increasing). However, if \(q'(t^\ast)\) is defined, then by Definition 11.5.1, all of those approximations, both positive and negative, for sufficiently small \(\change{t}\) must be close to the derivative value \(q'(t^\ast)\text{.}\) The only number that can simultaneously be arbitrarily close to both positive and negative values is \(0\text{.}\)
Ignoring the first of the three situations in Pattern 18.2.1 for now, points on the graph of \(q(t)\) where one of the other two situations occur are important, because they signal the potential for changes in behaviour.

Definition 18.2.2. Critical points.

A point \(t = t^\ast\) in the domain of \(q\) where \(q'(t^\ast)\) is either undefined or equal to \(0\) is called a critical point for the function.
We have already seen an example of a critical point with \(q'(t^\ast) = 0\) in Example 18.1.10, for \(t^\ast = 0\text{.}\) Here is an example of the other variety of critical point.

Example 18.2.3. A critical point can be a cusp.

Consider \(q(t) = t^{2/3}\text{.}\) Then the derivative function
\begin{equation*} q'(t) = - \frac{2}{3 t^{1/3}} \end{equation*}
is undefined at \(t = 0\text{,}\) even though the original function \(q\) is defined there.
Graph with a cusp as a critical point.
Figure 18.2.4. The cusp at \(t = 0\) is a critical point.
On the graph we can see that the function does change from decreasing to increasing at \(t = 0\text{,}\) but it does with an instantaneous change in behaviour instead of a gradual one, and leaves behind a cusp at that boundary between behaviours.

Warning 18.2.5.

A critical point is not always a boundary between different behaviours, as the example of \(q(t) = t^3\) demonstrates, where \(t = 0\) is a critical point but the function increases on its entire domain.
When a ball is thrown up into the air, it increases in height until it comes to a momentary stop, when it begins to descend again. That critical point occurs at the moment of maximum height.

Definition 18.2.6. Local extremes.

  • A function \(q(t)\) is said to have a local minimum at \(t = t^\ast\) if there is a domain containing \(t = t^\ast\) where \(\change{q}\) is always negative to the left of that point and always positive to the right of that point. In this case, \(q(t^\ast)\) called a local minimum value of \(q\).
  • A function \(q(t)\) is said to have a local maximum at \(t = t^\ast\) if there is a domain containing \(t = t^\ast\) where \(\change{q}\) is always positive to the left of that point and always negative to the right of that point. In this case, \(q(t^\ast)\) called a local maximum value of \(q\).
In general, we say that \(q\) has a local extreme at \(t = t^\ast\) if it has either a local minimum or a local maximum there.
Graph of a function with a local minimum.
(a) A function with a local minimum.
Graph of a function with a local maximum.
(b) A function with a local maximum.
Figure 18.2.7. Recognizing local extremes.

Remark 18.2.8.

These are referred to as local minimum and maximum values, since they will only be the lowest or highest values on some (possibly small) domain around them. The function could then go on to achieve lower or higher values on a larger domain, as in Figure 18.2.7.

Example 18.2.9. Repeating local extremes.

Because of its periodic nature, the cosine function has an infinite number of local extreme locations: a local maximum at each point \(t = n \pi\) with \(n\) an even integer, and a local minimum at each point \(t = n \pi\) with \(n\) an odd integer. (See Figure 10.3.2.)
Hopefully it is obvious from our definition that a local extreme can only occur at a critical point.

Justification.

We will discuss only the case of a local minimum — the case of a local maximum is essentially the same.
If \(q(t)\) has a local minimum at \(t = t^\ast\text{,}\) then by definition \(\change{q}\) is always negative to the left and positive to the right of that point, on some suitably small domain around it. This means that \(q\) must be decreasing down to that minimum value, and then increasing away from it. Since we are assuming that \(t = t^\ast\) is in the domain of \(q\text{,}\) then Pattern 18.2.1 essentially says that \(q\) must have a critical point there.
But again, as the cube example demonstrates, a critical point is not always a local extreme. Here is a way that we can determine if \(q\) has a local extreme at a particular critical point, and what kind if it does.
Graph of a function that changes from increasing to decreasing at a local maximum.
(a) Change from increasing to decreasing at a local maximum.
Graph of a function that changes from decreasing to increasing at a local minimum.
(b) Change from decreasing to increasing at a local minimum.
Graph of a function that illustrates a saddle point as a momentary stop while increasing.
(c) A saddle point as a momentary “stop” while increasing.
Graph of a function that illustrates a saddle point as a momentary stop while decreasing.
(d) A saddle point as a momentary “stop” while decreasing.
Figure 18.2.12. Graphical representation of the First Derivative Test.

Remark 18.2.13.

A critical point in the third category of Pattern 18.2.11 is sometimes called a saddle point for \(q\text{.}\) Notice that such a critical point can still have a horizontal tangent there if \(q'(t^\ast)\text{,}\) but in this case the tangent passes through the curve at the saddle point.

Example 18.2.14. Applying the First Derivative Test.

Consider the accumulation function
\begin{equation*} A(t) = \ccmint{0}{t}{ (u - 2) (u - 4)^2 }{u} \text{.} \end{equation*}
When does the accumulated quantity come to a momentary high or low value? By the Theorem 13.3.1, the derivative function is
\begin{equation*} A'(t) = \opddt \, \ccmint{0}{t}{ (u - 2) (u - 4)^2 }{u} = (t - 2) (t - 4)^2 \text{.} \end{equation*}
So there are two critical points, at \(t = 2\) and \(t = 4\text{.}\) Except for at \(t = 4\text{,}\) the squared factor in the derivative function is always positive, so increasing/decreasing behaviour is completely determined by the \((t - 2)\) factor:
  • decreasing for \(t \lt 2\)
  • increasing for \(t \gt 2\text{.}\)
So the quantity was initially dissipating, reached a local minimum value at \(t = 2\text{,}\) and then began to accumulate forever more after that. In particular, the critical point at \(t = 4\) is only a saddle point and not a local extreme.
Let’s ask Sage to compute that momentary low quantity for us.
So the quantity will bottom out at \(68/3\) below whatever initial quantity there was at \(t = 0\text{,}\) and then start to recover.

Section 18.3 The second derivative

If \(r(t) = q'(t)\) is the rate of variation of quantity \(q\text{,}\) then \(r'(t)\) is the rate of variation of that rate of variation. Since this derivative function is the derivative of the derivative of \(q\text{,}\) we usually refer to it as the second derivative of \(q\text{,}\) and write
\begin{equation*} q''(t) \qquad\text{or}\qquad \dbldqdt \end{equation*}
to represent it.
The second derivative tells about the variation of the rate function \(r(t)\) — essentially it gives us information about whether a quantity is “speeding up” or “slowing down” in its variation. For example, we’ve already seen in Example 18.1.8 and Example 18.1.9 that both the natural logarithm and exponential functions are increasing on their respective domains, but the logarithm function increases at a decreasing rate, while the exponential function just keeps increasing faster and faster.
However, when using the idea of “speeding up” and “slowing down,” we’ve got to be careful to take “direction” into account.

Example 18.3.1. Speeding up versus slowing down.

Suppose an object exhibits linear motion, with position function
\begin{align*} s(t) \amp = t^3 - 12 t^2 + 36 t \amp t \amp \ge 0 \text{.} \end{align*}
The derivative function represents velocity:
\begin{align*} v(t) \amp = s'(t) \\ \amp = 3 t^2 - 24 t + 36 \\ \amp = 3 (t - 2) (t - 6) \text{.} \end{align*}
Variation in velocity is called acceleration:
\begin{equation*} a(t) = v'(t) = s''(t) = 6 t - 24 = 6 (t - 4) \text{.} \end{equation*}
As described at the beginning of this chapter, when \(v(t) \gt 0\text{,}\) position is increasing and we think of the object as moving forward. When \(v(t) \lt 0\text{,}\) position is decreasing and we think of the object as moving backward. In this case, the object is
  • moving forward on \(0 \le t \lt 2\) and again on \(t \gt 6\)
  • moving backward on \(2 \lt t \lt 6\text{.}\)
From our acceleration function, we can say that velocity is
  • decreasing on \(0 \le t \lt 4\)
  • increasing on \(t \gt 4\text{.}\)
However, velocity increasing/decreasing is not the same as speeding up / slowing down, since velocity takes direction into account but speed does not. In particular, on \(2 \lt t \lt 4\) we have both negative velocity and negative acceleration. If velocity is decreasing from an already negative value, then velocity is becoming more negative. In other words, the magnitude of velocity (speed) is actually increasing, and the object is speeding up on that time domain.
In general, an object in motion is speeding up when velocity and acceleration have the same “direction,” and slowing down otherwise. For this object, we have
  • moving forward but slowing down on \(0 \le t \lt 2\)
  • momentarily stopped at \(t = 2\)
  • moving backward and speeding up on \(2 \lt t \lt 4\)
  • moving backward but slowing down on \(4 \lt t \lt 6\)
  • momentarily stopped at \(t = 6\)
  • moving forward and speeding up on \(t \gt 6\text{.}\)
Here are some representative graphs for the different combinations of increasing/decreasing function and increasing/decreasing rate.
Typical graph shape when quantity and rate are both increasing.
(a) Quantity and rate both increasing.
Typical graph shape when quantity decreases then increases, but rate is always increasing.
(b) Quantity decreasing then increasing, but rate always increasing.
Typical graph shape when quantity is decreasing but rate is increasing.
(c) Quantity decreasing but rate increasing.
Typical graph shape when quantity and rate are both decreasing.
(d) Quantity and rate both decreasing.
Typical graph shape when quantity increases then decreases, but rate is always decreasing.
(e) Quantity increasing then decreasing, but rate always decreasing.
Typical graph shape when quantity is increasing but rate is decreasing.
(f) Quantity increasing but rate decreasing.
Figure 18.3.2. Different combinations of increasing/decreasing function and increasing/decreasing rate.
Notice that these representative graphs are split into two groups based on a common feature, depending on whether the rate is increasing or decreasing: each graph with an increasing rate exhibits a curve that opens upward, whereas each graph with an increasing rate exhibits a curve that opens downward.

Definition 18.3.3. Concavity and inflection points.

Suppose \(q(t)\) is a twice-differentiable function on domain \(a \lt t \lt b\text{.}\)
  • If \(q''(t) \gt 0\) at all points on that domain, then we say that \(q\) is concave up there.
  • If \(q''(t) \lt 0\) at all points on that domain, then we say that \(q\) is concave down there.
  • If \(t = t^\ast\) is in the domain of \(q\) and at a boundary between concave up and down domains, then we say that \(q\) has an inflection point there.

Remark 18.3.4.

Since the second derivative of \(q\) is the first derivative of \(q'\text{,}\) domains of concavity for \(q\) coincide with domains of increase/decrease for \(q'\text{,}\) and inflection points for \(q\) must be critical points for \(q'\text{.}\) That means that to determine inflection points, we should look for points where \(q''(t)\) is either \(0\) or undefined. However, just as with critical points versus local extremes, note that having one of those two conditions does not necessarily mean that \(q\) will have an inflection point there.

Warning 18.3.5.

A common mistake for beginning students is to use critical points for \(q\) in their analysis of concavity and inflection points. While some functions will coincidentally have \(q''(t) = 0\) at some of the same \(t\)-values where \(q'(t) = 0\) occurs, in general only points with \(q''(t) = 0\) (or \(q''(t)\) undefined) should be considered as potential inflection points.

Example 18.3.6. Determining concavity.

Let’s continue Example 18.1.10, where we’ve already determined the domains of increase and decrease for
\begin{equation*} q(t) = \frac{2 t^2}{t^2 - 1} \text{.} \end{equation*}
Let’s now ask Sage to calculate the second derivative for us.
That denominator is ugly, let’s have Sage factor it for us.
So now we have
\begin{equation*} q''(t) = \frac{4 (3 t^2 + 1)}{ {(t + 1)}^3 {(t - 1)}^3 } \text{.} \end{equation*}
Note that the numerator is always positive, so \(q''(t) = 0\) is not possible. This function is undefined at \(t = \pm 1\text{,}\) but so is the original function \(q(t)\text{,}\) so those cannot be inflection points. However, they could still be boundaries between different concavities for \(q\text{.}\)
Since the numerator is always positive, to solve the inequalities
\begin{align*} q''(t) \amp \gt 0 \amp q''(t) \amp \lt 0 \end{align*}
we only need to look at the denominator. We see:
  • \({(t + 1)}^3\) is negative on \(t \lt -1\) and positive on \(t \gt -1\)
  • \({(t - 1)}^3\) is negative on \(t \lt 1\) and positive on \(t \gt 1\text{.}\)
Putting these together, we have that \(q\) is
  • concave up on \(t \lt -1 \) and on \(t \gt 1\)
  • concave up down on \(-1 \lt t \lt 1 \text{.}\)

Section 18.4 Graph trends

Computers are great at drawing graphs for us, but they have some draw backs.
  • A restricted viewport means you never know if you are seeing all the important features and behaviour of the the graph, no matter how far you zoom out.
  • Computer-generated graphs do not perform well with functions whose values “explode” quickly, especially near singularities.
Essentially, the problem is that a computer can only show you what you ask it to show you, and is unforgiving in its accuracy. As humans we can sacrifice some accuracy and use what we have learned in this and previous chapters to sketch a total graphical picture of the behaviour of a function’s graph, one that we can be sure captures all of the important features of the graph. To do this, we don’t plot a whole bunch of points and blindly connect the dots. Instead, we only plot important points (for example, intercepts, critical points, inflection points) and then connect these using our knowledge of the graph’s behaviour between them (increasing/decreasing, concave up/down, singularities, long-term/ancient behaviour).

Example 18.4.1. Sketching a graph.

Let’s finish analyzing the function from Example 18.1.10 and Example 18.3.6:
\begin{equation*} q(t) = \frac{2 t^2}{t^2 - 1} \text{.} \end{equation*}
We already know:
  • increasing on \(t \lt -1\) and \(-1 \lt t \lt 0\)
  • decreasing on \(0 \lt t \lt 1\) and \(t \gt 1\)
  • concave up on \(t \lt -1 \) and on \(t \gt 1\)
  • concave up down on \(-1 \lt t \lt 1 \text{.}\)
To this we can add:
  • intercepts both axes at the origin, since \(q(0) = 0\text{,}\) and there are no other axis intercepts
  • singularities at \(t = -1\) and \(t = 1\)
  • long-term behaviour
    \begin{equation*} \frac{2 t^2}{t^2 - 1} \to 2 \qquad\text{as}\qquad t \to \infty \end{equation*}
  • ancient behaviour
    \begin{equation*} \frac{2 t^2}{t^2 - 1} \to 2 \qquad\text{as}\qquad t \to -\infty \text{.} \end{equation*}
We can also combine some of these pieces of information.
  • Since the graph increases up to the intercept at \(q(0) = 0\) and then decreases away, there must be a local maximum there.
  • Since \(q\) increases on \(t \lt -1\text{,}\) the graph must be above the horizontal asymptote \(y = 2\) at the far left of the graph, and must increase away from it so that eventually \(y \to \infty\) as \(t = -1^-\) on the left of the vertical asymptote at \(t = -1\text{.}\)
  • Since \(q\) also increases on \(-1 \lt t \lt 0\text{,}\) the graph must increase away from the vertical asymptote at \(t = -1\text{,}\) so \(y \to -\infty\) as \(t \to -1^+\text{.}\)
  • With similar reasoning we can conclude
    \begin{gather*} y \to -\infty \qquad\text{as}\qquad t \to 1^- \\ y \to \infty \qquad\text{as}\qquad t \to 1^+ \end{gather*}
    and that the graph must decrease down to the horizontal asymptote at \(y = 2\) from above at the far right of the graph.
Graph of an analyzed function.
Figure 18.4.2. Graph of \(q(t) = 2 t^2 / (t^2 - 1)\text{.}\)
Here is a general procedure one can follow to sketch a graph that contains all the important features of the function. The steps do not necessarily all need to be completed, nor do they necessarily need to be completed in the stated order.
Here is one final example. Verifying the provided information is left to you, the reader.

Example 18.4.4. Using the curve-sketching procedure.

For function
\begin{equation*} q(t) = \frac{t^3}{t^2 + 1} \text{,} \end{equation*}
we have derivative and second derivative
\begin{align*} q'(t) \amp = \frac{t^2 (t^2 + 3)}{(x^2 + 1)^3} \amp q''(t) \amp = \frac{2 t (3 - t^2)}{(t^2 + 1)^3}\text{.} \end{align*}
Here is the information requested by the Curve-sketching procedure.
  1. Domain.
    The whole real number line. No singularities.
  2. Long-term/ancient behaviour.
    \begin{align*} q(t) \amp \to \infty \amp\amp\text{as}\amp t \to \infty \amp q(t) \amp \to -\infty \amp\amp\text{as}\amp t \to -\infty \end{align*}
    So no horizontal asymptotes, but we can divide
    \begin{equation*} \frac{t^3}{t^2 + 1} = t - \frac{t}{t^2 + 1} \text{,} \end{equation*}
    with
    \begin{equation*} \frac{t}{t^2 + 1} \to 0 \qquad\text{as}\qquad t \to \pm \infty \text{,} \end{equation*}
    so we have a slant asymptote of \(y = t\text{.}\)
  3. Intercepts.
    Only at the origin, as \(q(0) = 0\text{.}\)
  4. Critical points.
    Only at \(q'(0) = 0\text{,}\) and we already know that \(q(0) = 0\text{.}\)
  5. Increase/decrease.
    Increasing on the entire domain, so the critical point at the origin is a saddle point.
  6. Concavity.
    • Concave up on \(t \lt -\sqrt{3}\) and again on \(0 \lt t \lt \sqrt{3}\text{.}\)
    • Concave down on \(-\sqrt{3} \lt t \lt 0\) and again on \(t \gt \sqrt{3}\text{.}\)
    • Inflection points at
      \begin{align*} q(-\sqrt{3}) \amp = - \frac{3 \sqrt{3}}{4} \amp q(0) \amp = 0 \amp q(\sqrt{3}) = \frac{3 \sqrt{3}}{4} \text{.} \end{align*}
And here is the graph. Being a computer-generated graph, it’s a bit difficult to see the change in concavity at inflection points \(t = \pm \sqrt{3}\text{.}\) But the graph must change concavity at these points, because it is impossible for the graph to approach the slant asymptote from below at the far right of the graph with a concave-up orientation, and similarly for the approach to the slant asymptote at the far left of the graph.
Graph of an analyzed function.
Figure 18.4.5. Graph of \(q(t) = t^3 / (t^2 + 1)\text{.}\)