All calculators

Education

Rate of Change Calculator

Last updated: May 31, 2026

Written by Blake Boege

A rate of change calculator is a calculus utility that measures how a dependent variable changes relative to an independent variable. It supports two modes of calculation: average rate of change, which computes the slope of the secant line between two distinct points, and instantaneous rate of change, which calculates the slope of the tangent line at a single point using symbolic differentiation. Students and researchers use it to analyze velocities, acceleration, growth rates, and general function behaviors with detailed mathematical step breakdowns.

Calculate how fast a function changes. Toggle between Average Rate of Change (secant slope over an interval) and Instantaneous Rate of Change (tangent slope at a point).

Quick Answer

Calculate the average rate of change between two points or the instantaneous rate of change at a single point. Supports step-by-step worked solutions.

Calculation Type

Worked Steps

1. Evaluate at x₁ = 2:
f(2) = 10

2. Evaluate at x₂ = 4:
f(4) = 28

3. Compute difference quotient:
[f(4) - f(2)] / [4 - 2]
= [28 - 10] / [4 - 2]
= 18 / 2
= 9

Average Rate of Change

Δy / Δx =

9

Slope of the secant line between 2 and 4

Function f(x)x² + 3·x
Point 1 (x₁)2
f(x₁)10
Point 2 (x₂)4
f(x₂)28
Δy (f(x₂) - f(x₁))18
Δx (x₂ - x₁)2

Average Example: f(x) = x² + 3x, x₁ = 2, x₂ = 4. Avg Rate = (28 - 10) / (4 - 2) = 9

Instantaneous Example: f(x) = x² + 3x, x₀ = 3. f′(x) = 2x + 3. f′(3) = 9

Was this helpful?

Examples

Average Rate: f(x) = x² + 3x from x=2 to x=4

[f(4) - f(2)] / [4 - 2] = [28 - 10] / 2 = 9.0

Instantaneous Rate: f(x) = x² + 3x at x=3

f′(x) = 2x + 3. Evaluated at x=3 is 2(3) + 3 = 9.0

Average Rate: f(t) = 5 * t³ from t=1 to t=3

[f(3) - f(1)] / [3 - 1] = [135 - 5] / 2 = 65.0

How it works

Choose between the Average Rate of Change (requiring two points) or the Instantaneous Rate of Change (requiring a single point and utilizing calculus derivative rules).

Average Rate of Change Formula

Average Rate = [f(x₂) - f(x₁)] / (x₂ - x₁)

Instantaneous Rate of Change Formula

Instantaneous Rate = f′(x₀) = lim (h → 0) [f(x₀ + h) - f(x₀)] / h

Real-World Analogy: Speedometer vs. Average Speed

To understand the difference, consider a road trip:

  • Average Rate of Change: If you drive 120 miles in 2 hours, your average speed is 60 mph. This is computed by dividing total distance by total time, ignoring stops or bursts of speed.
  • Instantaneous Rate of Change: If you look at your speedometer at exactly 1 hour into the trip, it might read 75 mph. That is your speed at that specific moment, representing the derivative of your position function.

Calculus Connection

Mathematically, the instantaneous rate of change is the limit of the average rate of change as the interval length ($x_2 - x_1$) approaches zero. This limit defines the derivative, which represents the local slope of the function's curve at any given point.

Related Calculators

If you want to view symbolic derivatives or integrals directly, try our Derivative Calculator and Integral Calculator.

Related Calculators

More tools from Education

Frequently asked questions

The rate of change describes how one quantity changes in relation to another. If y is a function of x, the rate of change measures the change in y divided by the change in x.

The average rate of change is the slope of the secant line connecting two distinct points on a curve. The instantaneous rate of change is the slope of the tangent line at a single point, representing the speed of change at that exact instant (the derivative).

The average rate of change of f(x) over the interval [x₁, x₂] is given by the formula: [f(x₂) - f(x₁)] / [x₂ - x₁].

The instantaneous rate of change is found by taking the derivative of the function f(x) with respect to x, and then evaluating that derivative at the given point x₀.

Yes, a negative rate of change indicates that as the independent variable increases, the dependent variable decreases, showing a downward trend or deceleration.