Skip to main content

Section 3.2 Rate of Accumulation and the Derivative

Subsection 3.2.1 Overview

For functions which are defined as the accumulation of a given rate,

\begin{equation} f(x) = f_0 + \int_{x_0}^x f'(z) \, dz\text{,}\label{eqn-accumulation-function-with-rate}\tag{3.2.1} \end{equation}

we can describe their monotonicity and concavity using the signs and monotonicity of their corresponding rates of accumulation \(f'(x)\text{.}\) Of course, most functions are not written using an accumulation formula representation. For polynomials, where we know simple accumulation formulas, we know how to calculation the corresponding rate of accumulation \(f'(x)\text{.}\) What about other functions?

This raises a central question of calculus: Which functions can be expressed as an accumulation? And if a function can be expressed as an accumulation, how do we find the formula for the rate of accumulation that will be the integrand in that representation?

This question will be partially resolved through the definition of the derivative. The derivative will provide a new interpretation of the concept of rate of change that is not directly connected to accumulation and definite integrals. At that point, we will have two potential concepts of the rate—the rate of accumulation and the derivative. The connection between these two rates as representing the same thing will ultimately be established through the Fundamental Theorem of Calculus. Anticipating this eventual equality, we will adopt the name derivative as being equivalent to the rate of accumulation.

In this section, we will use known elementary accumulation functions and their corresponding rates to compute the rate of accumulation for simple polynomials. The process of finding a rate of change inherits the linearity properties of integration. Using elementary formulas and linearity, we will learn to identify its rate of change or derivative of any polynomial. Once we have a rate of change, we can express the polynomial as an accumulation function. We can also classify the monotonicity and concavity of the polynomial.

Subsection 3.2.2 The Rate of Accumulation

When a function is defined as an accumulation function in terms of a definite integral (3.2.1), it is easy enough to determine the rate of accumulation or derivative by identifying the function in the integrand. We just need to express the function as a constant (the initial value) plus an integral from the initial point. The function inside the integral, called the integrand, will be the rate of accumulation.

Example 3.2.1.

If \(f(x)\) is defined as \(\displaystyle f(x) = 3 + \int_1^{x} z^2-5z \, dz\text{,}\) then the integrand \(z^2-5z\) must be \(f'(z)\text{.}\) Changing variables means \(f'(x) = x^2-5x\) is the rate of accumulation or derivative.

Example 3.2.2.

Find \(G'(x)\) for \(\displaystyle G(x) = 4 - 3 \int_1^{x} \frac{1}{z} \, dz\text{.}\)

Solution

Because \(G(x)\) is not yet written as a constant plus an integral, we need to use properties of integrals to put it in the standard form of an accumulation function. The (((Unresolved xref, reference "thm-definite-integral-constant-multiple"; check spelling or use "provisional" attribute)))constant multiple rule allows us to treat \(-3\) as a constant multiplied inside the integral,

\begin{equation*} G(x) = 4 + \int_1^x \frac{-3}{z} \, dz\text{.} \end{equation*}

Now that \(G(x)\) is an accumulation function, we can find the rate to be

\begin{equation*} G'(x) = \frac{-3}{x}\text{.} \end{equation*}

The elementary accumulation formulas for simple powers 3.4.3 can be interpreted as complementary rules used to find the rate of accumulation or derivative for simple powers. As an example, consider the known accumulation formula

\begin{equation*} \int_0^x z^2 \, dz = \frac{1}{3}x^3. \end{equation*}

If we multiply both sides of the equation by \(3\) to clear the fraction and move the constant inside the integral, we have an equivalent statement

\begin{equation*} x^3 = \int_0^x 3z^2 \, dz. \end{equation*}

That is, we have just found that for the function \(f(x)=x^3\) the derivative is the rate of accumulation \(f'(x)=3x^2\text{.}\) Every accumulation formula that we know provides a corresponding rate of accumulation for simple powers.

Each formula follows by applying the same technique described above for \(f(x)=x^3\) on the corresponding accumulation formula.

You might have noticed a pattern in these formulas, that the rate of accumulation involves a power that has been reduced by one from the accumulation function and that the power for the accumulation has become a constant multiple. Without creating more accumulation formulas, we can not prove that this pattern will always be true. In mathematics, we call a pattern that we believe might be true a conjecture.

This conjecture happens to be true, but we will need to wait to develop the process of differentiation to prove it.

Example 3.2.5.

For \(f(x) = x^{10}\text{,}\) what does the conjecture about the power rule predict will be \(f'(x)\text{?}\)

Solution

The function \(f\) is an elementary power function with \(n=10\text{.}\) The power rule shown in the conjecture states that

\begin{equation*} f'(x) = 10 x^{9}\text{.} \end{equation*}

The reason this is a conjecture right now is that we would currently need to write \(x^{10}\) as an accumulation function

\begin{equation*} x^10 = \int_0^{x} 10z^9\text{,} \end{equation*}

but we don't currently have a rule for a definite integral with a power that high. That would require knowing the limit of a Riemann sum

\begin{equation*} \int_0^{x} 10z^9 = \lim_{n \to \infty} \sum_{k=1}^{n} 10 (\frac{kx}{n})^9 \frac{x}{n}\text{.} \end{equation*}

Without knowing a sum accumulation for \(\displaystyle \sum_{k=1}^{n} k^9\text{,}\) we can't justify this integral.

We will need one more simple rate of accumulation to deal with constant terms. A constant function sees no change, so the accumulation must always be zero, and that will come from a rate of accumulation that is zero.

Because \(\displaystyle \int_a^b 0 \, dx = 0\text{,}\) we can write \(\displaystyle f(x) = c + \int_{a}^{x} 0 \, dz\) for any value \(a\text{.}\) Thus, the rate of accumulation \(f'(x) = 0\text{.}\)

The linearity properties of definite integrals imply that rates of accumulation also satisfy the same linearity properties.

Using a common initial point at \(x=a\text{,}\) we can write

\begin{gather*} f(x) = f(a) + \int_a^x f'(z) \, dz,\\ g(x) = g(a) + \int_a^x g'(z) \, dz. \end{gather*}

Because \(h(x) = c_1 f(x) + c_2 g(x)\text{,}\) we can use the linearity properties of definite integrals to rewrite

\begin{align*} h(x) &= c_1 \Big(f(a) + \int_a^x f'(z) \, dz\Big) + c_2 \Big(g(a) + \int_a^x g'(z) \, dz\Big)\\ &= c_1 f(a) + c_2 g(a) + c_1 \int_a^x f'(z) \, dz + c_2 \int_a^x g'(z) \, dz\\ &= (c_1 f(a) + c_2 g(a)) + \int_a^x (c_1 f'(z) + c_2 g'(z)) \, dz \end{align*}

Since \(h(a) = c_1 f(a) + c_2 g(a)\text{,}\) we can see that \(h(x)\) has been written in the form of an accumulation with a rate of accumulation \(h'(x) = c_1 f'(x) + c_2 g'(x)\text{.}\)

A polynomial is a linear combination of simple powers. Consequently, the derivative of a polynomial will be the same linear combination of the derivatives of those powers.

Example 3.2.8.

Find \(f'(x)\) for \(f(x) = x^2 - 6x + 5\text{.}\)

Solution

We look at \(f(x)\) as a sum of three terms:

\begin{equation*} f(x) = \underset{f_1(x)}{\underbrace{x^2}} + \underset{f_2(x)}{\underbrace{-6x}} + \underset{f_3(x)}{\underbrace{5}}\text{.} \end{equation*}

First, \(f_1(x)=x^2\) is an elementary power for which we know \(f_1'(x)=2x\text{.}\) Next, \(f_2(x)=-6x\) is a constant \(-6\) times \(x\text{,}\) so \(f_2'(x)\) is the same constant times \(1\text{,}\) \(f_2'(x)=-6\cdot 1 = -6\text{.}\) Finally, \(f_3(x)=5\) is a constant function so that \(f_3'(x)=0\text{.}\) The linearity for rates of accumulation implies

\begin{equation*} f'(x)=\underset{f_1'(x)}{\underbrace{2x}} + \underset{f_2'(x)}{\underbrace{-6}}+\underset{f_3'(x)}{\underbrace{0}} = 2x-6\text{.} \end{equation*}

Subsection 3.2.3 Using the Rate of Accumulation

Now that we know how to find the rate of accumulation for simple polynomials, we can express a polynomial as an accumulation with that rate. Although we know the rate of accumulation, we also need to be careful that the initial value matches the function of interest.

Example 3.2.9.

Express \(f(x)=x^3 - 6x^2 - 4\) as an accumulation from \(x=1\text{.}\)

Solution

Start by finding the rate of accumulation.

\begin{equation*} f'(x)=3x^2 - 6(2x) + 0 = 3x^2 - 12x \end{equation*}

The rate of accumulation becomes the integrand of the accumulation using \(f'(z)\text{.}\) Because the integral will start at \(x=1\text{,}\) the initial value will be

\begin{equation*} f(1) = 1^3 - 6 \cdot 1^2 - 4 = -9. \end{equation*}

We can now write \(f(x)\) as an accumulation from \(x=1\text{:}\)

\begin{align*} f(x) &= f(1) + \int_1^x f'(z) \, dz\\ &= -9 + \int_1^x 3z^2 - 12z \, dz. \end{align*}

The sign of the rate of accumulation determines whether an accumulation is increasing or decreasing. Furthermore, the monotonicity of the rate of accumulation determines the concavity of the accumulation. If we determine the rate of accumulation for a polynomial \(f(x)\text{,}\) then we can use sign analysis on the resulting formula \(f'(x)\) to characterize monotonicity of \(f(x)\text{.}\)

Because the rate of accumulation \(f'(x)\) will itself be a new polynomial, we can describe its monotonicity using the rate of accumulation for that rate of accumulation. The rate of accumulation of the rate of accumulation is called the second derivative and is named \(f''(x)\text{.}\) Because the monotonicity of the rate \(f'(x)\) determines concavity of \(f\text{,}\) we can use sign analysis of \(f''(x)\) to characterize the concavity \(f\text{.}\)

Example 3.2.10.

We found that \(f(x)=x^3-6x^2-4\) has corresponding rate \(f'(x)=3x^2-12x\text{.}\) Describe the monotonicity and concavity of \(f(x)\text{.}\)

Solution

Sign analysis of the rate of accumulation \(f'(x)\) will be used to describe the monotonicity of \(f(x)\text{.}\) We factor

\begin{equation*} f'(x)=3x^2-12x=3x(x-4). \end{equation*}

The zeros (\(x\)-intercepts) occur at \(x=0\) and \(x=4\) and \(f'(x)\) is continuous. We need to test the sign of \(f'(x)\) in the intervals \((-\infty,0)\text{,}\) \((0,4)\text{,}\) and \((4,\infty)\text{.}\) Only the sign matters, so using the factored formula, we can count how many factors are positive and negative.

  • \(f'(-1)=3(-1)(-5) = +\) (2 negative factors)
  • \(f'(1)=3(1)(-3) = -\) (1 negative factors)
  • \(f'(5)=3(5)(1) = +\) (0 negative factors)

When doing such a problem, we just use a sign analysis number line to record our results.

We interpret the signs of \(f'(x)\) to deduce the monotonicity of \(f(x)\text{.}\) The function \(f'(x)\) is positive on the intervals \((-\infty,0)\) and \((4,\infty)\) and negative on the interval \((0,4)\text{.}\) Consequently, \(f(x)\) must be increasing on the intervals \((-\infty,0)\) and \((4,\infty)\) and decreasing on the interval \((0,4)\text{.}\) Because \(f(x)\) is continuous (all polynomials are continuous), we can extend each of these intervals to include the end-points at \(x=0\) and \(x=4\text{.}\)

Concavity of \(f(x)\) depends on the monotonicity of \(f'(x)\text{.}\) Because \(f'(x)=3x^2-12x\) is itself a polynomial, we can find its rate of accumulation \(f''(x)\) and perform sign analysis to deduce that monotonicity.

\begin{equation*} f''(x) = 6x-12=6(x-2) \end{equation*}

The only zero of \(f''(x)\) is at \(x=2\text{.}\) We test the intervals \((-\infty,2)\) and \((2,\infty)\) using the signs of \(f''(x)\text{,}\) summarized by the following number line.

Because \(f''(x) \lt 0\) on the interval \((-\infty,2)\text{,}\) we know that \(f'(x)\) is decreasing on \((-\infty,2)\text{.}\) Consequently, \(f(x)\) is concave down on \((-\infty,2)\text{.}\) Because \(f''(x) \gt 0\) on the interval \((2,\infty)\text{,}\) we know that \(f'(x)\) is increasing on \((2,\infty)\text{.}\) Consequently, \(f(x)\) is concave up on \((2,\infty)\text{.}\) Again, because \(f(x)\) is continuous, intervals of concavity can be extended to include the end-point at \(x=2\text{.}\)

Notice how the graph of \(y=f(x)\) reflects the monotonicity and concavity that we have determined.

Figure 3.2.11. Graph of \(y=f(x)=x^3-6x^2-4\text{,}\) including turning points at \(x=0\) and \(x=4\) and an inflection point at \(x=2\text{.}\)

Subsection 3.2.4 Summary

  • The rate of accumulation \(f'(x)\) is the integrand function of an accumulation function \(f(x)\text{,}\)

    \begin{equation*} f(x) = f(a) + \int_a^x f'(z) \,dz \end{equation*}
  • The rate of accumulation for a function is equivalent to what we will later define as the derivative of the function. Thus, we often just call the rate of accumulation \(f'(x)\) the derivative of \(f(x)\text{.}\) Showing this equivalence will be the goal of the Fundamental Theorem of Calculus.

  • Our known accumulation formulas have a complementary interpretation as derivatives:

    • \(f(x)=x\) has derivative \(f'(x)=1\)
    • \(f(x)=x^2\) has derivative \(f'(x)=2x\)
    • \(f(x)=x^3\) has derivative \(f'(x)=3x^2\)
    • \(f(x)=x^4\) has derivative \(f'(x)=4x^3\)

    A pattern in these derivatives suggest a conjecture (which we later prove) that any power \(f(x)=x^n\) has derivative \(f'(x)=nx^{n-1}\text{.}\)

    In addition, any constant function \(f(x)=c\) has derivative \(f'(x)=0\text{.}\)

  • Rates of accumulation (derivatives) satisfy the linear properties of a sum rule and a constant multiple rule.

  • For simple polynomials \(f(x)\text{,}\) we compute \(f'(x)\) as a related polynomial in order to answer questions about monotonicity. Because \(f'(x)\) is a polynomial, it also has its own derivative \(f''(x)\) (called the second derivative of \(f(x)\)). The sign of \(f''(x)\) determines the monotonicity of \(f'(x)\text{,}\) which in turn determines the concavity of \(f(x)\text{.}\)

Exercises 3.2.5 Exercises

For each function defined in terms of an integral, identify the rate of accumulation.

1.

\(\displaystyle f(x) = - 5 + \int_1^x ze^{-z} \, dz\)

2.

\(\displaystyle Q(x) = \int_0^x \frac{s}{s^2+1} \, ds\)

3.

\(\displaystyle A(x) = 4 \int_{-2}^x t + 3t^3 \, dt\)

4.

\(\displaystyle R(x) = 1 + 2 \int_1^x \sin(z) \, dz - 3 \int_1^x \cos(z)\, dz\)

Find the derivative of each polynomial.

5.

\(\displaystyle p(x) = x^2 - 5x\)

6.

\(\displaystyle q(x) = x^3 - 6x^2\)

7.

\(\displaystyle r(x) = x^4 + 2x^3 - 5\)

Write each polynomial as an accumulation function from the indicated starting point.

8.

\(\displaystyle p(x) = x^2 - 5x\) from \(x=1\)

9.

\(\displaystyle p(x) = x^2 - 5x\) from \(x=-2\)

10.

\(\displaystyle q(x) = x^3 - 6x^2\) from \(x=2\)

11.

\(\displaystyle q(x) = x^3 - 6x^2\) from \(x=0\)

12.

\(\displaystyle r(x) = x^4 + 2x^3 - 5\) from \(x=-1\)

13.

\(\displaystyle r(x) = x^4 + 2x^3 - 5\) from \(x=2\)

Determine the monotonicity and concavity of each polynomial.

14.

\(f(x) = 3 x^2 - 48 x + 5\)

15.

\(g(x) = 100 + 80x - 2x^2\)

16.

\(h(x) = 9x^2 - x^3\)

17.

\(w(x) = x^3 - 9 x^2 + 15x + 4\)

18.

\(u(x) = x^4-6x^2 +15\)

19.

\(M(x) = 15 +4x^3 - x^4\)