To find the average rate of change of a function over a specific interval, you need to follow these steps:
-
Identify the function: Determine the function \( f(x) \) for which you want to find the average rate of change.
-
Define the interval: Identify the interval over which you want to calculate the average rate of change. This interval is typically given and can be expressed as \( [a, b] \), where \( a \) and \( b \) are the endpoints of the interval.
-
Calculate the values of the function at the endpoints: Calculate \( f(a) \) and \( f(b) \) by plugging the values of \( a \) and \( b \) into the function.
-
Apply the average rate of change formula: The average rate of change of the function \( f(x) \) over the interval \( [a, b] \) is given by the formula:
\[ \text{Average Rate of Change} = \frac{f(b) - f(a)}{b - a} \]
-
Simplify: Perform the calculations to find \( f(b) - f(a) \) and \( b - a \), then simplify the expression to get the average rate of change.
Example:
Consider the function \( f(x) = x^2 \) over the interval \( [2, 5] \).
-
Function: \( f(x) = x^2 \)
-
Interval: \( [2, 5] \) (here, \( a = 2 \) and \( b = 5 \))
-
Calculate function values:
- \( f(2) = 2^2 = 4 \)
- \( f(5) = 5^2 = 25 \)
-
Apply the formula: \[ \text{Average Rate of Change} = \frac{f(5) - f(2)}{5 - 2} = \frac{25 - 4}{5 - 2} = \frac{21}{3} = 7 \]
-
Result: The average rate of change of the function \( f(x) = x^2 \) over the interval \( [2, 5] \) is \( 7 \).
By carefully following these steps, you can effectively find the average rate of change for any function over any interval.