zuai-logo
zuai-logo
  1. AP Maths
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion Bank

Definite Integrals in Context

Sarah Miller

Sarah Miller

8 min read

Next Topic - Position, Velocity & Acceleration

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

  1. Introduction to Definite Integrals
  2. Net Change in Applied Contexts
  3. Real-World Examples
  4. Exam Tips
  5. Worked Examples
    • Example 1: Marginal Cost and Profit
    • Example 2: Food Consumption by Rabbits
  6. Glossary
  7. Practice Questions
  8. 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

Key Concept

Let f(x)f(x)f(x) represent the rate of change of a function F(x)F(x)F(x). This can be expressed as: [ f(x) = \frac{d}{dx}F(x) = F'(x) ]

The net change of FFF between x=x1x = x_1x=x1โ€‹ and x=x2x = x_2x=x2โ€‹ is given by the integral: [ \int_{x_1}^{x_2} f(x) , dx ]

Understanding the Formula

  • FFF over a small interval ฮ”x\Delta xฮ”x
  • f(x),dxf(x) , dxf(x),dx is the limit of this change as ฮ”xโ†’0\Delta x \to 0ฮ”xโ†’0
  • The integral sums these small changes over the interval from x=x1x = x_1x=x1โ€‹ to x=x2x = x_2x=x2โ€‹
For a deeper understanding of definite integrals as the limit of a sum, refer to the 'Properties of Definite Integrals' study guide.

Value of the Function at a Specific Point

The value of FFF at x2x_2x2โ€‹ is: [ F(x_2) = F(x_1) + \int_{x_1}^{x_2} f(x) , dx ]

Similarly, the value of FFF for any xxx can be written as: [ F(x) = F(x_0) + \int_{x_0}^{x} f(s) , ds ] where sss is a dummy variable used for integration.

Real-World Applications

Consider a company's **profit** (P(x)P(x)P(x)), **revenue** (R(x)R(x)R(x)), and **cost** (C(x)C(x)C(x)): \[ P(x) = R(x) - C(x) \] where xxx represents the units of merchandise sold.

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 xxx increases by 1.

Time as an Independent Variable

Often, the independent variable in real-world situations is time. If f(t)f(t)f(t) is the rate of change of a quantity F(t)F(t)F(t), 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 FFF at t2t_2t2โ€‹ is: [ F(t_2) = F(t_1) + \int_{t_1}^{t_2} f(t) , dt ]

And for any ttt: [ F(t) = F(t_0) + \int_{t_0}^{t} f(s) , ds ] where sss is a dummy variable.

Exam Tips

Exam Tip

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.

Exam Tip

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 Cโ€ฒ(200)C'(200)Cโ€ฒ(200) and interpret it in the context of the problem.

Solution:

Given Cโ€ฒ(x)=300+0.02xC'(x) = 300 + 0.02xCโ€ฒ(x)=300+0.02x: [ C'(200) = 300 + 0.02 \times 200 = 304 ]

The rate of change is positive, so the cost is increasing. At the point when 200 chess sets have been sold, the company's cost is increasing at the rate of $304 per chess set.

(b) Find the change in the cost, CCC, to the company in going from selling 200 to 300 chess sets.

Solution:

This is the integral from x=200x = 200x=200 to x=300x = 300x=300: [ \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} ]

In going from selling 200 to 300 chess sets, the company's cost increases by $30,500.

(c) Using profit=revenueโˆ’cost\text{profit} = \text{revenue} - \text{cost}profit=revenueโˆ’cost, find the change in the profit, PPP, made by the company in going from selling 200 to 300 chess sets.

Solution:

Given P(x)=R(x)โˆ’C(x)P(x) = R(x) - C(x)P(x)=R(x)โˆ’C(x): [ P'(x) = R'(x) - C'(x) ]

[ P'(x) = 625 - (300 + 0.02x) = 325 - 0.02x ]

The change in profit is the integral from x=200x = 200x=200 to x=300x = 300x=300: [ \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} ]

In going from selling 200 to 300 chess sets, the company's profit increases by $32,000.

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 ttt 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 f(t)f(t)f(t) between t=0t = 0t=0 and t=4t = 4t=4: [ \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} ]

The rabbits eat 16 grams of food during the first four hours.

(b) Find fโ€ฒ(263)f' \left( \frac{26}{3} \right)fโ€ฒ(326โ€‹). Using correct units, explain the meaning of fโ€ฒ(263)f' \left( \frac{26}{3} \right)fโ€ฒ(326โ€‹) in the context of the problem.

Solution:

First, differentiate f(t)f(t)f(t): [ 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 t=263t = \frac{26}{3}t=326โ€‹: [ 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} ]

This means that 263\frac{26}{3}326โ€‹ hours after the food bowl was filled, the rate at which the rabbits are consuming the food is decreasing by ฯ€2\frac{\pi}{2}2ฯ€โ€‹ grams per hour, per hour.

(c) Assuming that no more food is added to the bowl, find an expression for F(t)F(t)F(t) in terms of ttt.

Solution:

This is the integral of f(t)f(t)f(t), subtracted from the amount of food in the bowl at t=0t = 0t=0:

[ \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} ]

The amount of food in the bowl at time ttt is given by: \[ F(t) = 80 - 4t - \frac{16}{\pi} \sin \left( \frac{\pi}{4} t \right) \]

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
  1. A companyโ€™s marginal cost function is given by Cโ€ฒ(x)=50+0.1xC'(x) = 50 + 0.1xCโ€ฒ(x)=50+0.1x. Calculate the change in cost when production increases from 100 to 200 units.
Practice Question
  1. The rate at which water flows into a tank is given by f(t)=3+2sinโก(t)f(t) = 3 + 2\sin(t)f(t)=3+2sin(t) liters per hour. How much water flows into the tank during the first 5 hours?
Practice Question
  1. Find the value of fโ€ฒ(5)f'(5)fโ€ฒ(5) for the function f(t)=2t2+3tf(t) = 2t^2 + 3tf(t)=2t2+3t. 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 โˆซx1x2f(x),dx\int_{x_1}^{x_2} f(x) , dxโˆซx1โ€‹x2โ€‹โ€‹f(x),dx.
  • 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.

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Previous Topic - Average Value of a FunctionNext Topic - Position, Velocity & Acceleration

Question 1 of 11

๐ŸŽ‰ You got this! If f(x)f(x)f(x) represents the rate of change of a function F(x)F(x)F(x), what does the definite integral โˆซabf(x),dx\int_{a}^{b} f(x) , dxโˆซabโ€‹f(x),dx represent?

The average value of f(x)f(x)f(x) on the interval [a,b][a, b][a,b]

The net change of F(x)F(x)F(x) from x=ax=ax=a to x=bx=bx=b

The instantaneous rate of change of F(x)F(x)F(x) at x=bx=bx=b

The area under the curve of F(x)F(x)F(x) from x=ax=ax=a to x=bx=bx=b