The average rate of change of a function between two points \((x_1, f(x_1))\) and \((x_2, f(x_2))\) is given by:
\[\text{Average rate on } [x_1, x_2] = \frac{f(x_2) - f(x_1)}{x_2 - x_1}\]
This formula represents the slope of the secant line through the two points on the function.
You use this formula when:
The average rate of change formula measures how quickly a function changes between two points. It is essentially the slope of the secant line. It is the foundation for understanding gradients, linear models, and the concept of derivatives in calculus.