Definite Integrals in Context

Sarah Miller
8 min read
Listen to this study note
Study Guide Overview
This study guide covers definite integrals as they relate to accumulated change. It explains how to calculate net change using definite integrals, focusing on real-world applications with examples involving marginal cost, marginal profit, and rates of change over time. The guide also provides exam tips for interpreting results in context and includes worked examples, practice questions, and a glossary of key terms.
Definite Integrals as Accumulated Change
Table of Contents
- Introduction to Definite Integrals
- Net Change in Applied Contexts
- Real-World Examples
- Exam Tips
- Worked Examples
- Glossary
- Practice Questions
- Summary and Key Takeaways
Introduction to Definite Integrals
A definite integral represents the accumulation of a rate of change over an interval. It can be used to calculate the net change of a quantity in various applied contexts.
Net Change in Applied Contexts
Let represent the rate of change of a function . This can be expressed as: [ f(x) = \frac{d}{dx}F(x) = F'(x) ]
The net change of between and is given by the integral: [ \int_{x_1}^{x_2} f(x) , dx ]
Understanding the Formula
- over a small interval
- is the limit of this change as
- The integral sums these small changes over the interval from to
Value of the Function at a Specific Point
The value of at is: [ F(x_2) = F(x_1) + \int_{x_1}^{x_2} f(x) , dx ]
Similarly, the value of for any can be written as: [ F(x) = F(x_0) + \int_{x_0}^{x} f(s) , ds ] where is a dummy variable used for integration.
Real-World Applications
Marginal profit, marginal revenue, and marginal cost are given by: [ P'(x) = R'(x) - C'(x) ] These represent the rates of change of their respective quantities when increases by 1.
Time as an Independent Variable
Often, the independent variable in real-world situations is time. If is the rate of change of a quantity , then: [ \text{Net change of } F \text{ between times } t_1 \text{ and } t_2 \text{ is } \int_{t_1}^{t_2} f(t) , dt ]
The value of at is: [ F(t_2) = F(t_1) + \int_{t_1}^{t_2} f(t) , dt ]
And for any : [ F(t) = F(t_0) + \int_{t_0}^{t} f(s) , ds ] where is a dummy variable.
Exam Tips
For questions involving real-world contexts, ensure your answers are in the context of the questions. This includes using correct units and interpreting results using the language and details of the question.
Remember when interpreting rates of change:
- A positive rate of change corresponds to an increase in the quantity.
- A negative rate of change corresponds to a decrease in the quantity.
Worked Examples
Example 1: Marginal Cost and Profit
A company produces and sells luxury chess sets.
(a) Find the value of and interpret it in the context of the problem.
Solution:
Given : [ C'(200) = 300 + 0.02 \times 200 = 304 ]
(b) Find the change in the cost, , to the company in going from selling 200 to 300 chess sets.
Solution:
This is the integral from to : [ \int_{200}^{300} (300 + 0.02x) , dx ]
[ \begin{array}{rcl} \text{Change in cost} & = & \left[ 300x + 0.01x^2 \right]_{200}^{300} \ & = & (300 \times 300 + 0.01 \times 300^2) - (300 \times 200 + 0.01 \times 200^2) \ & = & 90000 + 900 - (60000 + 400) \ & = & 30500 \end{array} ]
(c) Using , find the change in the profit, , made by the company in going from selling 200 to 300 chess sets.
Solution:
Given : [ P'(x) = R'(x) - C'(x) ]
[ P'(x) = 625 - (300 + 0.02x) = 325 - 0.02x ]
The change in profit is the integral from to : [ \int_{200}^{300} (325 - 0.02x) , dx ]
[ \begin{array}{rcl} \text{Change in profit} & = & \left[ 325x - 0.01x^2 \right]_{200}^{300} \ & = & (325 \times 300 - 0.01 \times 300^2) - (325 \times 200 - 0.01 \times 200^2) \ & = & 97500 - 900 - (65000 - 400) \ & = & 32000 \end{array} ]
Example 2: Food Consumption by Rabbits
When the food bowl in a pet rabbit habitat is filled up, it contains 80 grams of food. The rabbits consume food from the bowl at a rate modeled by: [ f(t) = 4 + 4 \cos \left( \frac{\pi}{4} t \right) \text{ for } 0 < t \leq 20 ] where is the number of hours after the bowl was filled.
(a) How many grams of food do the rabbits eat during the first four hours after the bowl is filled?
Solution:
This is the definite integral of between and : [ \int_{0}^{4} \left( 4 + 4 \cos \left( \frac{\pi}{4} t \right) \right) , dt ]
[ \begin{array}{rcl} \int_{0}^{4} \left( 4 + 4 \cos \left( \frac{\pi}{4} t \right) \right) , dt & = & 4 \int_{0}^{4} \left( 1 + \cos \left( \frac{\pi}{4} t \right) \right) , dt \ & = & 4 \left[ t + \frac{4}{\pi} \sin \left( \frac{\pi}{4} t \right) \right]_{0}^{4} \ & = & 4 \left( 4 + \frac{4}{\pi} \sin(\pi) - \left( 0 + \frac{4}{\pi} \sin(0) \right) \right) \ & = & 4 \left( 4 + 0 - 0 \right) \ & = & 16 \end{array} ]
(b) Find . Using correct units, explain the meaning of in the context of the problem.
Solution:
First, differentiate : [ f'(t) = 4 \left( -\sin \left( \frac{\pi}{4} t \right) \right) \left( \frac{\pi}{4} \right) = -\pi \sin \left( \frac{\pi}{4} t \right) ]
Substitute : [ f' \left( \frac{26}{3} \right) = -\pi \sin \left( \frac{\pi}{4} \left( \frac{26}{3} \right) \right) = -\pi \sin \left( \frac{13 \pi}{6} \right) = -\pi \left( \frac{1}{2} \right) = -\frac{\pi}{2} ]
(c) Assuming that no more food is added to the bowl, find an expression for in terms of .
Solution:
This is the integral of , subtracted from the amount of food in the bowl at :
[ \begin{array}{rcl} F(t) & = & F(0) - \int_{0}^{t} f(s) , ds \ & = & 80 - \int_{0}^{t} \left( 4 + 4 \cos \left( \frac{\pi}{4} s \right) \right) , ds \ & = & 80 - 4 \int_{0}^{t} \left( 1 + \cos \left( \frac{\pi}{4} s \right) \right) , ds \ & = & 80 - 4 \left[ s + \frac{4}{\pi} \sin \left( \frac{\pi}{4} s \right) \right]_{0}^{t} \ & = & 80 - 4 \left( t + \frac{4}{\pi} \sin \left( \frac{\pi}{4} t \right) - \left( 0 + \frac{4}{\pi} \sin(0) \right) \right) \ & = & 80 - 4 \left( t + \frac{4}{\pi} \sin \left( \frac{\pi}{4} t \right) - 0 \right) \ & = & 80 - 4t - \frac{16}{\pi} \sin \left( \frac{\pi}{4} t \right) \end{array} ]
Glossary
- Definite Integral: A mathematical concept used to calculate the accumulation of a rate of change over an interval.
- Net Change: The total change in a quantity over an interval.
- Rate of Change: The speed at which a variable changes over a specific period of time.
- Marginal Profit/Revenue/Cost: The rate of change of profit, revenue, or cost with respect to the number of units sold.
Practice Questions
Practice Question
- A companyโs marginal cost function is given by . Calculate the change in cost when production increases from 100 to 200 units.
Practice Question
- The rate at which water flows into a tank is given by liters per hour. How much water flows into the tank during the first 5 hours?
Practice Question
- Find the value of for the function . Explain its meaning in the context of the problem.
Summary and Key Takeaways
- Definite integrals can be used to calculate the net change of a quantity over an interval.
- The net change formula is .
- Real-world applications include calculating changes in cost, profit, and other measurable quantities.
- Always interpret results in the context of the problem, using correct units.
- Understanding the rate of change and its implications is crucial for solving applied problems.
Key Takeaways
- Use definite integrals to find accumulated change.
- Interpret the integrals in the context of real-world problems.
- Practice differentiating and integrating functions to build proficiency.
By mastering these concepts, students can effectively tackle problems involving accumulated change and apply these skills in various contexts.

How are we doing?
Give us your feedback and let us know how we can improve