Skip to main content

Function Behaviors

When we are analyzing functions, we need to have ways to describe the behaviors of said functions. Some common things we use to describe the behavior of functions include the average rate of change, whether it is increasing, decreasing, or constant, and the minimums and maximums found in the function.

Rate of Change

The rate of change describes how an output quantity changes relative to the change in the input quantity. Most time espically with real world data, the rate of change is not constant so we use the average rate of change over a specified period of time. The formula for average rate of change is...

Average rate of change=Change in outputChange in input=ΔyΔx=y2y1x2x1=f(x2)f(x1)x2x1\text{Average rate of change}=\frac{\text{Change in output}}{\text{Change in input}} = \frac{\Delta{y}}{\Delta{x}} = \frac{y_2 - y_1}{x_2 - x_1} = \frac{f(x_2) - f(x_1)}{x_2 - x_1}

note

The symbol Δ\Delta means the change in a quantity. For example, Δf\Delta f means the change in ff.

An example of average rate of change is...

Example\underline{Example}

Find the average rate of change of f(x)=x2xf(x) = x - 2\sqrt{x} on the interval [1,9][1, 9].

Let x1=1x_1 = 1 and x2=9x_2 = 9

y1=121=12(1)=12=1y_1 = 1 - 2\sqrt{1} = 1 - 2(1) = 1 - 2 = -1

y2=929=92(3)=96=3y_2 = 9 - 2\sqrt{9} = 9 - 2(3) = 9 - 6 = 3

ΔyΔx=3(1)91=48=12\frac{\Delta{y}}{\Delta{x}} = \frac{3 - (-1)}{9 - 1} = \frac{4}{8} = \frac{1}{2}

The average rate of change is 12\frac{1}{2}.

note

We can use any point to find the slope of a linear line however when we are finding the average rate of change we need to use the points at the endpoints of the interval because we cannot assume that the rate of change is constant.

Increasing, Decreasing, or Constant

An useful method to describing the behavior of a function is to state if a function is increasing, decreasing, or constant over a given interval.

  1. An increasing function is a function ff on an open interval if f(b)>f(a)f(b) > f(a) for any two input values aa and bb in a given interval where b>ab > a.
  2. A decreasing function is a function ff on an open interval if f(b)<f(a)f(b) < f(a) for any two input values aa and bb in the given interval where b>ab > a.
  3. A constant function is a function ff on an open interval if f(b)=f(a)f(b) = f(a) for any two input values aa and bb.
Increasing, Decreasing, and Constant Functions
Fig. 1 - Increasing, Decreasing, and Constant Functions

For the most common functions...

NameFunctionIncreasing \ Decreasing
Constantf(x)=cf(x) = cAlways constant
Identityf(x)=xf(x) = xIncreasing
Quadraticf(x)=x2f(x) = x^2Increasing on (0,)(0, \infty) and Decreasing on (,0)(-\infty, 0)
Cubicf(x)=x3f(x) = x^3Increasing
Reciprocalf(x)=1xf(x) = \frac{1}{x}Decreasing (,0)(0,)(-\infty, 0) \cup (0, \infty)
Reciprocal Squaredf(x)=1x2f(x) = \frac{1}{x^2}Increasing on (,0)(-\infty, 0) and Decreasing on (0,)(0, \infty)
Cube Rootf(x)=x3f(x) = \sqrt[3]{x}Increasing
Square Rootf(x)=xf(x) = \sqrt{x}Increasing on (0,)(0, \infty)
Absolute Valuef(x)=xf(x) = \:\mid x \midIncreasing on (0,)(0, \infty) and Decreasing on (,0)(-\infty, 0)

Minimum and Maximum

We use the minimum and maximums of a function to help describe all the peaks and valleys that a function may have and also help us understand where the function changes from increasing to decreasing or decreasing to increasing.

The output of the input where a function changes from decreasing to increasing is called the local minimum. In other words, the function ff has a local minimum at x=bx = b if there exists an interval (a,c)(a, c) with a<b<ca < b < c such that, for any xx in the interval (a,c)(a, c), f(x)f(b)f(x) \geq f(b).

The output of the input where a function changes from increasing to decreasing is called the local maximum. In other words, the function ff has a local maximum at x=bx = b if there exists an interval (a,c)(a, c) with a<b<ca < b < c such that, for any xx in the interval (a,c)(a, c), f(x)f(b)f(x) \leq f(b).

note

If a function has more than one local minimum, we say it has local minima. On the other hand, if the function has more than one local maximum, we use the plural form local maxima to express all of them. Together, the local maxima and minima are called the local extrema or local extreme values.

Also note that sometimes we can encounter the word local replaced with relative which means the same thing.

The absolute minimum of ff at x=cx = c is f(c)f(x)f(c) \leq f(x) for all xx in the domain of ff.

The absolute maximum of ff at x=cx = c is f(c)f(x)f(c) \geq f(x) for all xx in the domain of ff.

Minimums and Maximums
Fig. 2 - Minimums and Maximums