Average Rate of Change Calculator
Calculate the slope of the secant line between two points on a function.
How to Find the Average Rate of Change on an Interval
The average rate of change represents how much a function's output quantity changes relative to the change in the input quantity over a specific interval. In geometry, this is equivalent to finding the slope of the secant line that connects two points on a curve.
The Formula
Given a function f(x) defined on the interval [a, b] (where a is the start and b is the end), the average rate of change A(x) is calculated using the formula:
Average Rate = ( f(b) – f(a) ) / ( b – a )
Alternatively, if you are working with coordinates (x₁, y₁) and (x₂, y₂), the formula is the same as the slope formula:
m = ( y₂ – y₁ ) / ( x₂ – x₁ )
Example Calculation
Let's say you want to find the average rate of change for the function f(x) = x² on the interval [2, 5].
- Identify the interval: a = 2, b = 5.
- Find function values:
- f(2) = 2² = 4
- f(5) = 5² = 25
- Apply the formula:
(25 – 4) / (5 – 2) = 21 / 3 = 7
The average rate of change is 7.
Applications
This concept is fundamental in calculus and physics. For example:
- Physics: If f(t) represents distance over time, the average rate of change is the average velocity.
- Economics: Can measure the average change in cost or revenue over a production interval.
- Demographics: Calculates the average population growth rate between two census years.