Average Rate of Change: The slope of the secant line connecting two points on a function, calculated as \( \frac{f(b) - f(a)}{b - a} \) for interval [a,b].
- Identify the interval endpoints: a and b
- Calculate f(a) and f(b)
- Apply the formula: \( \frac{f(b) - f(a)}{b - a} \)
- Simplify to get the rate of change
Interval is [1, 4], so a = 1 and b = 4
\( f(1) = 2(1)^2 - 3(1) + 1 = 2(1) - 3 + 1 = 2 - 3 + 1 = 0 \)
\( f(4) = 2(4)^2 - 3(4) + 1 = 2(16) - 12 + 1 = 32 - 12 + 1 = 21 \)
\( \text{Average rate of change} = \frac{f(4) - f(1)}{4 - 1} = \frac{21 - 0}{3} = \frac{21}{3} = 7 \)
On average, the function increases by 7 units for every 1 unit increase in x over the interval [1, 4]
The average rate of change of \( f(x) = 2x^2 - 3x + 1 \) over the interval [1, 4] is 7.
• Average Rate of Change Formula: \( \frac{f(b) - f(a)}{b - a} \)
• Function Evaluation: Substitute values into the function
Comparing Rates of Change: Calculating and comparing average rates of change over different intervals to understand how a function's behavior varies across its domain.
Find g(0) and g(2)
\( g(0) = 0^3 - 2(0)^2 + 0 = 0 \)
\( g(2) = 2^3 - 2(2)^2 + 2 = 8 - 8 + 2 = 2 \)
Rate of change = \( \frac{2 - 0}{2 - 0} = \frac{2}{2} = 1 \)
Find g(2) and g(3)
\( g(2) = 2 \) (calculated above)
\( g(3) = 3^3 - 2(3)^2 + 3 = 27 - 18 + 3 = 12 \)
Rate of change = \( \frac{12 - 2}{3 - 2} = \frac{10}{1} = 10 \)
Interval [0, 2]: Rate of change = 1
Interval [2, 3]: Rate of change = 10
Since 10 > 1, the interval [2, 3] has the greater rate of change
The function increases much faster on [2, 3] than on [0, 2]
The average rate of change over [0, 2] is 1, and over [2, 3] is 10. The interval [2, 3] has the greater average rate of change.
• Average Rate of Change Formula: \( \frac{f(b) - f(a)}{b - a} \)
• Comparison: Higher absolute value indicates faster change
Inverse Average Rate Problem: Finding an unknown endpoint of an interval given the average rate of change over that interval.
\( \frac{h(k) - h(1)}{k - 1} = 6 \)
\( h(1) = 1^2 + 4(1) - 3 = 1 + 4 - 3 = 2 \)
\( h(k) = k^2 + 4k - 3 \)
\( \frac{(k^2 + 4k - 3) - 2}{k - 1} = 6 \)
\( \frac{k^2 + 4k - 5}{k - 1} = 6 \)
\( k^2 + 4k - 5 = 6(k - 1) \)
\( k^2 + 4k - 5 = 6k - 6 \)
\( k^2 + 4k - 5 - 6k + 6 = 0 \)
\( k^2 - 2k + 1 = 0 \)
\( (k - 1)^2 = 0 \)
\( k = 1 \)
Since k = 1, the interval [1, k] becomes [1, 1], which is not a valid interval (zero width)
This means there is no valid value of k where the average rate of change is 6
There is no value of k such that the average rate of change of \( h(x) = x^2 + 4x - 3 \) over [1, k] is 6.
• Average Rate of Change Formula: \( \frac{f(b) - f(a)}{b - a} \)
• Algebraic Manipulation: Solve for unknown interval endpoint
• Verification: Check that the solution makes sense in context
Average Rate of Change: The slope of the secant line connecting two points on a function, representing the average change in output per unit change in input over an interval.
Secant Line: A line that intersects a curve at two or more points.
Instantaneous Rate of Change: The rate of change at a single point (slope of tangent line), which is the limit of the average rate of change as the interval approaches zero.
Positive Rate: Function is increasing over the interval.
Negative Rate: Function is decreasing over the interval.
Zero Rate: Function is constant over the interval.
- Identify the interval: Determine the endpoints [a, b]
- Calculate function values: Find f(a) and f(b)
- Apply the formula: Use \( \frac{f(b) - f(a)}{b - a} \)
- Simplify: Reduce to simplest form
- Interpret: State what the rate means in context
• Formula: \( \frac{f(b) - f(a)}{b - a} \) where [a, b] is the interval
• Units: Output units divided by input units
• Interpretation: Average change in y per unit change in x
• Secant Connection: Equals the slope of the secant line
Real-World Rate of Change: Interpreting average rates of change in practical contexts, connecting mathematical results to meaningful quantities in the problem scenario.
From 2021 to 2023: t₁ = 1 (year 2021 is 1 year after 2020) and t₂ = 3 (year 2023 is 3 years after 2020)
\( R(1) = -(1)^3 + 6(1)^2 + 15(1) + 50 = -1 + 6 + 15 + 50 = 70 \)
Revenue in 2021 was $70,000
\( R(3) = -(3)^3 + 6(3)^2 + 15(3) + 50 = -27 + 54 + 45 + 50 = 122 \)
Revenue in 2023 was $122,000
\( \text{Average rate of change} = \frac{R(3) - R(1)}{3 - 1} = \frac{122 - 70}{2} = \frac{52}{2} = 26 \)
Since R(t) is in thousands of dollars and t is in years, the rate of change is in thousands of dollars per year.
The average rate of change is 26 thousand dollars per year.
This means that, on average, the company's revenue increased by $26,000 per year from 2021 to 2023.
The average rate of change of revenue from 2021 to 2023 is 26 thousand dollars per year. This means the company's revenue increased by an average of $26,000 per year during this period.
• Average Rate of Change Formula: \( \frac{f(b) - f(a)}{b - a} \)
• Unit Analysis: Rate of change has units of output per unit of input
• Contextual Interpretation: Connect mathematical result to real-world meaning
Pattern Recognition: Analyzing how average rates of change vary across multiple intervals to understand the overall behavior of a function.
\( f(-1) = (-1)^3 - 3(-1)^2 + 2 = -1 - 3 + 2 = -2 \)
\( f(0) = 0^3 - 3(0)^2 + 2 = 2 \)
\( f(1) = 1^3 - 3(1)^2 + 2 = 1 - 3 + 2 = 0 \)
\( f(2) = 2^3 - 3(2)^2 + 2 = 8 - 12 + 2 = -2 \)
\( f(3) = 3^3 - 3(3)^2 + 2 = 27 - 27 + 2 = 2 \)
\( \frac{f(0) - f(-1)}{0 - (-1)} = \frac{2 - (-2)}{1} = \frac{4}{1} = 4 \)
\( \frac{f(1) - f(0)}{1 - 0} = \frac{0 - 2}{1} = \frac{-2}{1} = -2 \)
\( \frac{f(2) - f(1)}{2 - 1} = \frac{-2 - 0}{1} = \frac{-2}{1} = -2 \)
\( \frac{f(3) - f(2)}{3 - 2} = \frac{2 - (-2)}{1} = \frac{4}{1} = 4 \)
Rates of change: 4, -2, -2, 4
The function increases rapidly from x = -1 to x = 0 (rate = 4), then decreases from x = 0 to x = 2 (rate = -2), then increases again from x = 2 to x = 3 (rate = 4).
This suggests the function has a local maximum around x = 0 and a local minimum around x = 2.
The average rates of change are: [-1,0]: 4, [0,1]: -2, [1,2]: -2, [2,3]: 4. The function increases rapidly at first, then decreases, then increases again, suggesting local extrema between these intervals.
• Average Rate of Change Formula: \( \frac{f(b) - f(a)}{b - a} \)
• Pattern Recognition: Connecting rates of change to function behavior
• Local Extrema: Changes in sign of rate suggest maxima/minima
Average Rate of Change: The ratio of the change in the output of a function to the change in the input over a specified interval. It represents the slope of the secant line connecting two points on the function.
Secant Line: A line that passes through two points on a curve. The slope of this line equals the average rate of change over the interval.
Positive Rate: Indicates that the function is increasing over the interval (output increases as input increases).
Negative Rate: Indicates that the function is decreasing over the interval (output decreases as input increases).
Zero Rate: Indicates that the function is constant over the interval (output does not change as input changes).
Units of Rate: The units of average rate of change are the units of the output divided by the units of the input.
- Identify the interval: Determine the endpoints [a, b] of the interval
- Calculate function values: Evaluate f(a) and f(b)
- Apply the formula: Use \( \frac{f(b) - f(a)}{b - a} \)
- Simplify: Perform the arithmetic operations
- Interpret: Explain what the rate means in the context of the problem
- Connect to graph: Relate to the slope of the secant line
• Formula: \( \frac{f(b) - f(a)}{b - a} \) for interval [a, b]
• Geometric Meaning: Equals the slope of the secant line through (a, f(a)) and (b, f(b))
• Units: Output units per input unit
• Sign Interpretation: Positive = increasing, Negative = decreasing, Zero = constant
• Connection to Calculus: Average rate of change approaches instantaneous rate of change as interval shrinks
Rate of Change Concepts
Positive Rate
Function increasing
Negative Rate
Function decreasing
Zero Rate
Function constant
Real-World Applications:
- Average velocity in physics
- Marginal cost in economics
- Population growth rate
- Chemical reaction rate
- Temperature change rate
Key insight: Average rate of change bridges algebraic computation with geometric interpretation, providing a foundation for calculus concepts.