zuai-logo

Riemann Sums & Definite Integrals

David Brown

David Brown

5 min read

Listen to this study note

Study Guide Overview

This study guide covers accumulation functions, defining them as functions representing accumulated change over an interval. It explains how to write these functions as definite integrals, using a dummy variable. Examples and practice questions demonstrate calculating accumulation functions given a rate of change function, and a glossary defines key terms like rate of change and dummy variable.

Accumulation Functions

Table of Contents

  1. What is an Accumulation Function?
  2. Writing Accumulation Functions as Definite Integrals
  3. Worked Example
  4. Practice Questions
  5. Glossary
  6. Summary and Key Takeaways

What is an Accumulation Function?

Key Concept

An accumulation function is a function that outputs values representing an accumulation of change over an interval from a given starting point to a variable endpoint.

For example, if a strawberry harvester gathers half a kilogram of strawberries for each meter of strawberry plants (rate of change = 0.5 kilograms per meter), the accumulation function from the harvester's starting point to a point xx meters from that starting point is simply 0.5x0.5x. Substituting in a value for xx gives you the amount of strawberries harvested up to that point.

Writing Accumulation Functions as Definite Integrals

Most often, you will see accumulation functions written as definite integrals:

g(x)=axf(t),dtg(x) = \int_{a}^{x} f(t) , dt

  • gg: the accumulation function
    • gg is a function of xx
    • Its value changes as the value of xx changes
  • ff: the associated rate of change function
  • aa: the (fixed) starting point of the integral
  • xx: the (variable) ending point of the integral
  • tt: a 'dummy variable' used for evaluating the integral
    • Any letter except xx can be used for the dummy variable inside the integral
A definite integral is being used to define a new function of xx.

Worked Example

Let ff be the function defined by f(x)=2x+sinxf(x) = 2x + \sin x.

Let gg be the function defined by g(x)=0xf(t),dtg(x) = \int_{0}^{x} f(t) , dt.

(a) Show that g(x)=x2cosx+1g(x) = x^2 - \cos x + 1.

Answer:

We need to integrate f(t)f(t):

0xf(t),dt=0x(2t+sint),dt=[t2cost]0x=(x2cosx)(02cos0)=x2cosx(01)=x2cosx+1\begin{align*} \int_{0}^{x} f(t) , dt &= \int_{0}^{x} (2t + \sin t) , dt \\ &= \left[ t^2 - \cos t \right]_{0}^{x} \\ &= \left( x^2 - \cos x \right) - \left( 0^2 - \cos 0 \right) \\ &= x^2 - \cos x - (0 - 1) \\ &= x^2 - \cos x + 1 \end{align*}

Therefore, g(x)=x2cosx+1g(x) = x^2 - \cos x + 1.

(b) Let g(x)g(x)...

Exam Tip

Ensure you understand the process of integrating and substituting the limits to solve definite integrals.

Practice Questions

Practice Question
  1. Define an accumulation function for a car traveling at a constant speed of 60 km/h.
  2. Given f(x)=3x2+cosxf(x) = 3x^2 + \cos x, find the accumulation function g(x)g(x) from 00 to xx.
  3. If h(x)=2x(4t+sint),dth(x) = \int_{2}^{x} (4t + \sin t) , dt, calculate h(5)h(5).
  4. Explain why a dummy variable is necessary in defining an accumulation function.

Glossary

  • Accumulation Function: A function that represents the accumulation of changes over an interval.
  • Definite Integral: An integral with upper and lower limits, providing an accumulation function.
  • Rate of Change: The rate at which one quantity changes with respect to another.
  • Dummy Variable: A placeholder variable used in the context of integration.

Summary and Key Takeaways

  • Accumulation functions help us understand the total change over an interval.
  • They are often written using definite integrals.
  • The integral's limits define the starting and ending points of the accumulation.
  • The rate of change function is integrated to find the accumulation function.
  • Always use a dummy variable inside the integral to avoid confusion with the variable of integration.
Key Concept

Understanding accumulation functions and their representation as definite integrals is crucial for solving problems related to total change over an interval.