Skip to main content

Section 3.4 Functions Defined by Accumulation

Subsection 3.4.1 Overview

When a function \(f(x)\) is integrable on an interval \(I\) and \(a \in I\) is any value in that interval, then for any other value \(b \in I\text{,}\) we can compute the definite integral of \(f(x)\) from \(a\) to \(b\text{.}\) Because the value depends on the value of \(b\text{,}\) we can think of this definite integral as a function of the upper limit \(b\text{.}\) We call such a function the accumulation function of \(f(x)\) relative to \(x=a\text{.}\)

This section introduces how to describe accumulation functions according to the properties of the integrand (rate) function. We learn the definitions for increasing and decreasing functions as well as the definition of concavity. Using the Mean Value Theorem for Integrals, we will be able to classify the behavior of accumulation functions according to the behavior of its corresponding integrand (rate) function.

Subsection 3.4.2 Accumulation Functions

In our introduction, we used the variable \(b\) as the upper limit of the accumulation function. Because we usually think of \(x\) as our default independent variable, we would like to use \(x\) as the upper limit of the integral. But then we would have the variable \(x\) playing two different roles — the upper limit of the integral and the variable of integration. To keep a single role for the variable, we always require that when using a variable in a limit of integration, the integration variable must be chosen to be a dummy variable that does not have another contextual meaning.

Definition 3.4.1. Accumulation Function.

Let \(f(x)\) represent a rate of change or rate of accumulation with independent variable \(x\text{.}\) The accumulation function \(A(x)\) relative to \(x=a\) with an initial value \(A(a) = A_0\) is defined as

\begin{equation*} A(x) = A_0 + \int_{a}^{x} f(z) \, dz, \end{equation*}

where \(z\) can be replaced with any other dummy variable (but not \(x\)). The function is defined so long as \(f\) is integrable on the interval containing both \(x\) and \(a\text{.}\)

Once an accumulation function is defined, it can be used to evaluate particular definite integrals, even if the starting limit does not match the point used to define the accumulation.

Notice that in the theorem, the definite integral used the independent variable \(x\) as the variable of integration. This is acceptable because the integral is a specific definite integral and the variable \(x\) plays no role other than the integration variable. We could have written using another dummy variable to get

\begin{equation*} \int_{a}^{b} f(z) \, dz = A(b) - A(a), \end{equation*}

but the result would have been exactly the same.

The integrand function \(f\) for an accumulation \(A\) is the rate of accumulation or rate of change. When we learn about derivatives in the next chapter, we will learn a different conception of rate of change that is called the derivative, written \(A'(x)\text{.}\) Fortunately, the (((Unresolved xref, reference "fundamental-theorem-calculus"; check spelling or use "provisional" attribute)))Fundamental Theorem of Calculus  will show that the two different conceptions agree with one another. That is, for any accumulation function

\begin{equation*} A(x) = A_0 + \int_{c}^{x} f(z) \, dz\text{,} \end{equation*}

the derivative \(A'(x)\) and the rate of accumulation \(f(x)\) are the same. For consistency of discussion later, we will call \(f(x)\) the derivative of the accumulation function \(A(x)\text{.}\)

Some accumulation functions can be expressed simply using other well known formulas. For example, we previously discovered the following rules which we can now identify as accumulation functions.

That is, for a constant rate \(A'(x)=1\text{,}\) the accumulated change relative to \(x=0\) is \(A(x)=x\text{.}\) Similarly, for the rate \(A'(x)=x\text{,}\) the accumulated change relative to \(x=0\) is \(A(x) = \frac{1}{2}x^2\text{.}\)

Example 3.4.4.

Suppose \(A(x)\) has a rate \(A'(x)=2x^2-3\) and initial value \(A(0)=4\text{.}\) Express \(A(x)\) in terms of a definite integral. Then apply the properties of integrals and the elementary accumulation functions to find an algebraic formula for \(A(x)\text{.}\)

Solution

Because we are given \(A(0)=4\text{,}\) we will write

\begin{equation*} A(x) = A(0) + \int_0^x f(z) \, dz \end{equation*}

where \(f(x)=A'(x)\) is the desired rate of accumulation. That is,

\begin{equation*} A(x) = 4 + \int_0^x 2z^2-3 \, dz. \end{equation*}

To find the algebraic formula for \(A(x)\text{,}\) we will rewrite the definite integral as a linear combination of the elementary rates \(z^2\) and \(1\text{.}\) That is, \(f(z) = 2z^2-3 = 2 \cdot z^2 - 3 \cdot 1\) so that the linearity property of integrals allows us to use the elementary accumulation functions.

\begin{align*} A(x) &= 4 + 2 \cdot \int_0^x z^2 \, dz - 3 \cdot \int_0^x 1 \, dz\\ &= 4 + 2 \cdot \left(\frac{1}{3}x^3 \right) - 3 \cdot \left( x \right)\\ &= \frac{2}{3} x^3 - 3x + 4 \end{align*}

Subsection 3.4.3 Monotonicity and Concavity

We first learned to describe the monotonicity of functions in Section 3.1. Recall from Definition 3.1.1 that a function \(f\) is increasing on a set \(S\) if for every \(x_1,x_2 \in S\text{,}\)

\begin{equation*} x_1 \lt x_2 \quad \implies \quad f(x_1) \lt f(x_2)\text{,} \end{equation*}

and decreasing if

\begin{equation*} x_1 \lt x_2 \quad \implies \quad f(x_1) \gt f(x_2)\text{.} \end{equation*}

We can rewrite these inequalities in terms of the increment of change of \(f\text{:}\)

\begin{gather*} f(x_1) \lt f(x_2) \quad \Leftrightarrow \quad f(x_2) - f(x_1) \gt 0, \\ f(x_1) \gt f(x_2) \quad \Leftrightarrow \quad f(x_2) - f(x_1) \lt 0. \end{gather*}

That is, an increasing function is associated with positive increments of change and a decreasing function is associated with negative increments of change.

When a function \(f(x)\) is described as an accumulation, it can be written as the integral of its rate of accumulation or derivative \(f'(x)\text{.}\) Thus,

\begin{equation*} f(x_2) - f(x_1) = \int_{x_1}^{x_2} f'(x) \, dx. \end{equation*}

Knowing the sign of the rate of accumulation can then be used to determine intervals of monotonicity.

Let \(x_1,x_2 \in [a,b]\) satisfy \(x_1 \lt x_2\text{.}\) Because \(f\) is an accumulation of \(f'\text{,}\) we know that

\begin{equation*} f(x_2) - f(x_1) = \int_{x_1}^{x_2} f'(x) \, dx. \end{equation*}

We now treat each case individually.

If \(f'(x)=0\) for all \(x \in (a,b)\text{,}\) then

\begin{equation*} f(x_2) - f(x_1) = \int_{x_1}^{x_2} 0 \, dx = 0 \end{equation*}

and \(f(x_2) = f(x_1)\text{.}\) Because \(x_1\) and \(x_2\) were arbitrary, \(f(x)\) must have the same value for any \(x \in [a,b]\text{.}\)

If \(f'(x) \gt 0\) for all \(x \in (a,b)\text{,}\) then (((Unresolved xref, reference "thm-integral-inequality"; check spelling or use "provisional" attribute)))  allows us to form a bound

\begin{equation*} \int_{x_1}^{x_2} f'(x) \, dx \gt \int_{x_1}^{x_2} 0 \, dx = 0\text{.} \end{equation*}

This guarantees that \(f(x_2)-f(x_1) \gt 0\) so that \(f\) is increasing on \([a,b]\text{.}\)

If \(f'(x) \lt 0\) for all \(x \in (a,b)\text{,}\) then again (((Unresolved xref, reference "thm-integral-inequality"; check spelling or use "provisional" attribute)))  allows us to form a bound

\begin{equation*} \int_{x_1}^{x_2} f'(x) \, dx \lt \int_{x_1}^{x_2} 0 \, dx = 0\text{,} \end{equation*}

so that \(f(x_2)-f(x_1) \gt 0\text{.}\) Thus, \(f\) is decreasing on \([a,b]\text{.}\)

Example 3.4.6.

Suppose \(\displaystyle f(x) = \int_1^x t^2-5t+6 \, dt\text{.}\) Describe the monotonicity of \(f\text{.}\)

Solution

The rate of accumulation for \(f\) is given by \(f'(x)=x^2-5x+6\text{.}\) (Recall the integral uses a dummy variable; we change it back to \(x\) for analysis.) Because \(f'\) is continuous everywhere, the domain for \(f\) is \((-\infty,\infty)\text{.}\) The starting location \(x=1\) simply gives the initial value with \(f(1)=0\text{.}\)

We find the signs of \(f'\) by first solving \(f'(x)=0\) and then testing the resulting intervals.

\begin{gather*} x^2-5x+6 = 0\\ (x-2)(x-3) = 0\\ x-2=0 \text{ or } x-3=0\\ x=2 \text{ or } x=3 \end{gather*}

The intervals to test are \((-\infty,2)\text{,}\) \((2,3)\text{,}\) and \((3,\infty)\text{.}\) We can test actual values or consider the signs of the factors on each interval. The results are summarized on the number-line summary.

We can now interpret the sign analysis of \(f'(x)\text{.}\)

  • \(f'(x) \gt 0\) on \((-\infty,2)\) implies that \(f(x)\) is increasing on \((-\infty,2]\text{.}\)
  • \(f'(x) \lt 0\) on \((2,3)\) implies that \(f(x)\) is decreasing on \([2,3]\text{.}\)
  • \(f'(x) \gt 0\) on \((3,\infty)\) implies that \(f(x)\) is increasing on \([3,\infty)\text{.}\)

A graph of \(y=f(x)\) is shown below consistent with this analysis and the initial value \(f(1)=0\text{.}\)

Example 3.4.7.

Suppose \(\displaystyle g(x) = \int_1^x \frac{t-4}{t+2} \, dt\text{.}\) Describe the monotonicity of \(g\text{.}\)

Solution

The rate of accumulation for \(g\) is given by \(\displaystyle g'(x)=\frac{x-4}{x+2}\text{.}\) The function \(g'\) has a discontinuity at \(x=-2\) which corresponds to a vertical asymptote. The domain of the accumulation function is the interval containing \(x=1\) up to this discontinuity, which is the interval \((-2,\infty)\text{.}\)

To determine monotonicity, we need to find the sign of \(g'(x)\text{.}\) Intervals are determined by the roots and discontinuities. The root is the solution to \(\displaystyle g'(x)=\frac{x-4}{x+2}=0\) which occurs when \(x-4=0\) or \(x=4\text{.}\) Using this root and the discontinuity at \(x=-2\text{,}\) the intervals to test are \((-2,4)\) and \((4,\infty)\text{.}\)

\begin{align*} g'(0) &= \frac{0-4}{0+2} = -2\\ g'(6) &= \frac{6-4}{6+2} = \frac{1}{4} \end{align*}

This could be summarized on a number-line as shown below.

We can now interpret the sign analysis of \(g'(x)\text{.}\)

  • \(g'(x) \lt 0\) on \((-2,4)\) implies \(g(x)\) is decreasing on \((-2,4]\text{.}\) (We can not include \(x=-2\) because of the vertical asymptote.)
  • \(g'(x) \gt 0\) on \((4,\infty)\) implies \(g(x)\) is increasing on \([4,\infty)\text{.}\)

A graph of \(g(x)\) is shown below that is consistent with this analysis.

Concavity was introduced as a way to describe how a function bends. However, our original definition of concavity 3.1.13 also involved inequalities, stating that the rate of change itself was increasing or decreasing. For an accumulation function, the rate of accumulation will control concavity. The following theorem suggests that we try to think of the rate of accumulation as being, on its own, another accumulation of another function which we call the second derivative of the accumulation.

We will prove that \(f'(x)\) is constant, increasing, or decreasing, in each of the respective cases. In fact, this is often adopted as the de facto definition for concavity. Because \(f'\) is an accumulation with rate \(f''\text{,}\) we only need to apply Theorem 3.4.5. The relationship between the monotonicity of \(f'\) and the changes of the average rates of change given in the original definition of concavity requires the Mean Value Theorem.

At this point, we have not learned how to find the rate so that a function can be written as an accumulation. This requires computing derivatives. However, we can use technology to help us out.

Example 3.4.9.

Use technology to find derivatives in order to describe the monotonicity and concavity of \(f(x) = x^3 - 4x.\)

Solution

We start by writing \(f(x)\) as an accumulation. The rate of accumulation \(f'(x)\) is a derivative, which we find using technology.

Knowing the rate \(f'(x)=3x^2-4\) and an initial value, say \(f(0)=0^3-4(0)=0\text{,}\) we can write

\begin{equation*} f(x) = 0 + \int_0^x 3z^2-4 \, dz = \int_0^x 3z^2-4 \, dz\text{.} \end{equation*}

Monotonicity is determined by the signs of \(f'(x)=3x^2-4\text{.}\)

\begin{gather*} 3x^2-4 = 0\\ 3x^2=4\\ x^2 = \frac{4}{3}\\ x = \pm \sqrt{\frac{4}{3}}\\ x = \pm \frac{2}{\sqrt{3}} \end{gather*}

We can test the sign of \(f'(x)\) in each resulting interval and summarize the results on a number line.

Interpreting the sign analysis tells us that \(f(x)=x^3-4x\) is increasing on the interval \((-\infty,-\frac{2}{\sqrt{3}}]\text{,}\) decreasing on the interval \([-\frac{2}{\sqrt{3}},\frac{2}{\sqrt{3}}]\text{,}\) and increasing on the interval \([\frac{2}{\sqrt{3}},\infty)\text{.}\)

To analyze concavity, we need to write \(f'(x)=3x^2-4\) as an accumulation function. Technology helps us find the derivative, which requires one additional line.

Now that we know \(f''(x)=6x\text{,}\) and we have an initial value \(f'(0)=3(0)^2-4 = -4\text{,}\) we can write

\begin{equation*} f'(x) = -4 + \int_0^x 6z \, dz\text{.} \end{equation*}

The signs of \(f''(x) = 6x\) change at \(x=0\text{,}\) summarized by the sign analysis below.

Interpreting the sign analysis of the second derivative, we describe the concavity. The function \(f(x)\) is concave down on \((-\infty,0]\) and concave up on \([0,\infty)\text{.}\)

A graph illustrating these features is shown below. The curve is colored differently, depending on concavity. To the left of \(x=0\) (blue), the curve is concave down. To the right of \(x=0\) (orange), the curve is concave up. The local extremes at \(x=\pm \frac{2}{\sqrt{3}}\) are also labeled.

A point where the concavity of a function changes from concave up to concave down or vice versa is called a point of inflection, or more simply an inflection point. We require that an inflection point only occurs at points where the function is continuous.

Definition 3.4.10.

Suppose that \(f(x)\) is a function that is continuous at \(x=c\) and that there are intervals so that \(f\) is concave up on \((a,c)\) and concave down on \((c,b)\text{,}\) or the reverse, concave down on \((a,c)\) and concave up on \((c,b)\text{.}\) We say that \(f\) has a point of inflection at \(x=c\text{.}\)

An inflection point occurs at the points where \(f''(x)\) changes sign. On a graph, this is where the curve transitions between bending upward and bending downward. Inflection points are significant because they represent points where the rate of change \(f'(x)\) reaches its extreme values.

When we can view a graph of the rate of accumulation (the derivative), we can interpret the features of that rate to describe the behavior of the accumulation function itself.

Example 3.4.11.

The graph of the accumulation rate \(f'(x)\) for a function \(f(x)\) is shown in the figure below. Describe the monotonicity and concavity and sketch a graph of the accumulation function \(y=f(x)\) with initial value \(f(0)=3\text{.}\)

Solution

The graph of \(f'(x)\) can be used to determine the signs of \(f'(x)\) that are used to find the monotonicity of \(f(x)\) while the monotonicity of \(f'(x)\) can be used to find the concavity of \(f(x)\text{.}\) Computing the signed area of the graph can be used to determine the actual increments of change.

The signs of \(f'(x)\) based on the graph are summarized on the following number-line summary.

We interpret this to make the following conclusions about monotonicity: \(f(x)\) is

  • increasing on intervals \([-2,3]\) and \([5,6]\text{,}\)
  • decreasing on intervals \([-3,-2]\) and \([3,5]\text{.}\)

From the graph, we can not determine what happens beyond the visible window.

In addition, the graph allows us to identify the monotonicity of \(f'\text{.}\) We see that \(f'(x)\) is

  • increasing on intervals \([-3,0]\) and \([4,6]\text{,}\)
  • constant on the interval \([0,1]\text{,}\)
  • decreasing on the interval \([1,4]\text{.}\)

We interpret this to give us concavity: \(f(x)\) is

  • concave up on intervals \([-3,0]\) and \([4,6]\text{,}\)
  • linear on the interval \([0,1]\) with slope \(f'(x)=4\text{,}\)
  • concave down on the interval \([1,4]\text{.}\)

The definite integral of \(f'(x)\) over an interval, which computes the signed area, determines the increment of change in \(f(x)\text{.}\) The graph of \(f'(x)\) is made of straight line segments, so we can compute the integrals using simple geometric formulas for the areas of triangles, rectangles, and trapezoids.

\begin{align*} f(-2) - f(-3) &= \int_{-3}^{-2} f'(x) \, dx \\ &= -\textstyle \frac{1}{2}(1)(2) = -1\\ f(0) - f(-2) &= \int_{-2}^{0} f'(x) \, dx \\ &= +\textstyle \frac{1}{2}(2)(4) = 4\\ f(1) - f(0) &= \int_{0}^{1} f'(x) \, dx \\ &= +\textstyle (1)(4) = 4\\ f(3) - f(1) &= \int_{1}^{3} f'(x) \, dx \\ &= +\textstyle \frac{1}{2}(2)(4) = 4\\ f(4) - f(3) &= \int_{3}^{4} f'(x) \, dx \\ &= -\textstyle \frac{1}{2}(1)(2) = -1\\ f(5) - f(4) &= \int_{4}^{5} f'(x) \, dx \\ &= -\textstyle \frac{1}{2}(1)(2) = -1\\ f(6) - f(5) &= \int_{5}^{6} f'(x) \, dx \\ &= +\textstyle \frac{1}{2}(1)(2) = 1 \end{align*}

The initial value \(f(0)=3\) gives us a starting point for the graph. We can use the increments computed from the definite integrals to find the values of \(f(x)\) at several specific points. For example, because \(f(1)-f(0)=4\text{,}\) we know that \(f(1)=7\text{.}\) If we start by plotting these points, we can sketch the graph of \(y=f(x)\) by including shapes consistent with the monotonicity and concavity of \(f\text{.}\) Where the monotonicity changes, the graph of \(f(x)\) reaches an extreme value. Where the concavity changes, the graph of \(f(x)\) has an inflection point. To emphasize concavity, different concavity regions are colored differently—orange for concave up, blue for concave down, and black for linear.

As we conclude this section, make note of the relationship between our understanding the behavior of sequences in terms of increments and accumulation sequences with the behavior of accumulation functions in terms of the derivative or rate of accumulation. Where the behavior of a sequence is described in terms of a range of index values, the behavior of a function is described in terms of an interval.

Subsection 3.4.4 Summary

  • An accumulation function \(A(x)\) is a function defined using a definite integral in order to have a given rate of accumulation \(f(x)\) and initial value \(A(x_0) = A_0\text{,}\)
    \begin{equation*} A(x) = A_0 + \int_{x_0}^x f(z)\, dz. \end{equation*}
    The integration variable \(z\) is a dummy variable and must be different from the independent variable.
  • The accumulation rate \(f(x)\) will later be shown (Fundamental Theorem of Calculus) to be the derivative of the accumulation function \(A(x)\) so that we will write \(A'(x) = f(x)\text{.}\)
  • Knowing an accumulation function can be used to compute definite integrals of the accumulation rate,
    \begin{equation*} \int_a^b f(x) \, dx = A(b) - A(a)\text{.} \end{equation*}
    See Theorem 3.4.2.
  • A function \(f(x)\) that can be written as an accumulation with rate (derivative) \(f'(x)\) has a monotonicity determined by the sign of \(f'(x)\) on intervals.

    • \(f'(x) \gt 0\) on \((a,b)\) implies \(f(x)\) is increasing on \([a,b]\)
    • \(f'(x) = 0\) on \((a,b)\) implies \(f(x)\) is constant on \([a,b]\)
    • \(f'(x) \lt 0\) on \((a,b)\) implies \(f(x)\) is decreasing on \([a,b]\)
  • A function \(f(x)\) that can be written as an accumulation with rate (derivative) \(f'(x)\) which itself can also be written as an accumulation \(f''(x)\) (second derivative of \(f\)) has concavity determined by the sign of \(f''(x)\) on intervals.

    • \(f''(x) \gt 0\) on \((a,b)\) implies \(f'(x)\) is increasing on \([a,b]\) and \(f(x)\) is concave up on \([a,b]\)
    • \(f''(x) = 0\) on \((a,b)\) implies \(f'(x)\) is constant on \([a,b]\) and \(f(x)\) is linear on \([a,b]\)
    • \(f''(x) \lt 0\) on \((a,b)\) implies \(f'(x)\) is decreasing on \([a,b]\) and \(f(x)\) is concave down on \([a,b]\)
  • A point where \(f(x)\) changes concavity is called a point of inflection or inflection point. An inflection point represents where the rate of accumulation reaches an extreme value.

Exercises 3.4.5 Exercises

Express each accumulation function with its given rate of accumulation and initial value as a formula involving a definite integral. Then, using the properties of definite integrals and the elementary accumulation functions, find the algebraic formula.

1.

Find \(f(x)\) with \(f'(x)=2x+5\) and \(f(0)= 2\text{.}\)

2.

Find \(g(x)\) with \(g'(x)=x^2-4x\) and \(g(0)= -5\text{.}\)

3.

Find \(A(x)\) with \(A'(x)=x\) and \(A(2)= 0\text{.}\)

4.

Find \(P(t)\) with \(P'(t)=2t+5\) and \(P(2)= 5\text{.}\)

5.

Find \(Q(t)\) with \(Q'(t)=t^2+5t\) and \(Q(1)= 2\text{.}\)

For each accumulation function, describe the monotonicity.

6.

\(\displaystyle f(x) = \int_2^x 4z-7 \, dz\)

7.

\(\displaystyle g(t) = \int_1^t 5-2x \, dx\)

8.

\(\displaystyle A(x) = 2+\int_{-3}^{x} 9-u^2 \, du\)

9.

\(\displaystyle Q(x) = -3+\int_{0}^{x} \frac{2z}{z^2-4} \, dz\)

10.

\(\displaystyle R(t) = \int_{-1}^{x} \frac{2z}{3z-1} \, dz\)

Use technology to find derivatives in order to describe the monotonicity and concavity of each function. Compare your results to a graph of \(y=f(x)\text{.}\)

11.

\(f(x) = x^2 - 12x + 32\)

12.

\(f(x) = x^3 - 12x + 4\)

13.

\(f(x) = x^3 + 6x^2 - 15x\)

14.

\(f(x) = e^{2x}-4x\)

15.

\(f(x) = 5xe^{-3x}\)

16.

\(\displaystyle f(x) = \frac{\ln(x)}{x}\)

Each figure represents the graph of the derivative or rate of accumulation. Describe the monotonicity and concavity of the corresponding accumulation function and sketch a graph consistent with the given initial value.

17.

Given: graph of \(y=f'(x)\) and \(f(0)=4\text{.}\)

18.

Given: graph of \(y=f'(x)\) and \(f(2)=-1\text{.}\)

19.

Given: graph of \(y=f'(x)\) and \(f(1)=3\text{.}\)