Increasing and decreasing functions

8.2

A function is said to be increasing when it increases as the variable increases and decreases as the variable decreases. A function is said to be decreasing when it decreases as the variable increases and increases as the variable decreases.

The graph of a function indicates plainly whether it is increasing or decreasing.

Example 8.2.1   (1) For instance, consider the function $ a^x$ whose graph (Figure 8.5) is the locus of the equation $ y = a^x$, $ a > 1$:

Figure 8.5: SAGE plot of $ y=2^x$, $ -1<x<1$.
\includegraphics[height=4cm,width=4cm]{exp-fcn2.eps}

As we move along the curve from left to right the curve is rising; that is, as $ x$ increases the function ($ = y$) always increases. Therefore $ a^x$ is an increasing function for all values of $ x$.

(2) On the other hand, consider the function $ (a - x)^3$ whose graph (Figure 8.6) is the locus of the equation $ y = (a - x)^3$.

Figure 8.6: SAGE plot of $ y=(2-x)^3$, $ 1<x<3$.
\includegraphics[height=4cm,width=7cm]{cubic-fcn2.eps}

Now as we move along the curve from left to right the curve is falling; that is, as $ x$ increases, the function ($ = y$) always decreases. Hence $ (a - x)^3$ is a decreasing function for all values of $ x$.

(3) That a function may be sometimes increasing and sometimes decreasing is shown by the graph (Figure 8.7) of

$\displaystyle y = 2x^3 - 9x^2 + 12x - 3.
$

Figure 8.7: SAGE plot of $ y=2x^3 - 9x^2 + 12x - 3$, $ 0<x<3$.
\includegraphics[height=4cm,width=7cm]{cubic-fcn3.eps}

As we move along the curve from left to right the curve rises until we reach the point A when $ x=1$, then it falls from A to the point B when $ x = 2$, and to the right of B it is always rising. Hence

(a)
from $ x = -\infty$ to $ x=1$ the function is increasing;

(b)
from $ x=1$ to $ x = 2$ the function is decreasing;

(c)
from $ x = 2$ to $ x = +\infty$ the function is increasing.

The student should study the curve carefully in order to note the behavior of the function when $ x=1$ and $ x = 2$. Evidently A and B are turning points. At A the function ceases to increase and commences to decrease; at B, the reverse is true. At A and B the tangent (or curve) is evidently parallel to the $ x$-axis, and therefore the slope is zero.

david joyner 2008-08-11