Rate Of Change: Average vs Instantaneous

#Calculus
TL;DR
Rate of change measures how fast one quantity changes with respect to another. The average rate of change over an interval $[a, b]$ is $\dfrac{f(b) - f(a)}{b - a}$, the slope of the secant line. The instantaneous rate of change at a point is the derivative $f'(x) = \lim_{h \to 0} \dfrac{f(x+h) - f(x)}{h}$, the slope of the tangent line. Units always carry meaning: metres per second, dollars per unit, or square centimetres per second.
BT
Bhanzu TeamLast updated on September 23, 202612 min read

What Is Rate Of Change?

Rate of change is a measure of how quickly one quantity changes in response to a change in another quantity. If $y = f(x)$, the rate of change tells you how much $y$ moves for a given move in $x$. It comes in two forms, and keeping them apart is the whole game.

The average rate of change of $f$ over the interval $[a, b]$ is:

$$\text{Average rate} = \frac{f(b) - f(a)}{b - a} = \frac{\Delta y}{\Delta x}$$

The instantaneous rate of change of $f$ at a point $x$ is the derivative:

$$f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$

The same symbol has a second name. Leibniz wrote the derivative as $\dfrac{dy}{dx}$, and this article uses $f'(x)$ and $\dfrac{dy}{dx}$ for the one identical idea: the instantaneous rate of change of $y$ with respect to $x$.

Geometry ties the two together:

  • The average rate of change is the slope of the secant line through the two points $\big(a, f(a)\big)$ and $\big(b, f(b)\big)$.

  • The instantaneous rate of change is the slope of the tangent line that just touches the curve at a single point.

Both are slopes; they only differ in whether you measure across an interval or at one instant. That link to slope is the reason a rate of change and a gradient are the same object seen from two directions.

How Do You Find The Average Rate Of Change?

To find the average rate of change, subtract the output values, subtract the input values, and divide. It is the rise over the run between two points, exactly the slope from two points.

Take the position function $s(t) = t^2$, where $s$ is distance in metres and $t$ is time in seconds. The average velocity on the interval $[1, 3]$ is:

$$\frac{s(3) - s(1)}{3 - 1} = \frac{(3)^2 - (1)^2}{3 - 1} = \frac{9 - 1}{2} = \frac{8}{2} = 4$$

Final answer: the average velocity on $[1, 3]$ is $4$ metres per second.

That $4$ is the slope of the secant line joining $(1, 1)$ and $(3, 9)$ on the graph of $s(t) = t^2$. It does not say the object ever travelled at exactly $4$ m/s; it says that, on balance across those two seconds, it covered ground as if it had.

How Do You Find The Instantaneous Rate Of Change?

To find the instantaneous rate of change, shrink the interval until it collapses to a single point. Replace the fixed endpoint $b$ with a moving one at distance $h$, then let $h \to 0$:

$$f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$

Watch it work on the same $s(t) = t^2$:

$$s'(t) = \lim_{h \to 0} \frac{(t + h)^2 - t^2}{h}$$

$$= \lim_{h \to 0} \frac{t^2 + 2th + h^2 - t^2}{h}$$

$$= \lim_{h \to 0} \frac{2th + h^2}{h} = \lim_{h \to 0} (2t + h) = 2t$$

So $s'(t) = 2t$. The instantaneous velocity at $t = 2$ seconds is:

$$s'(2) = 2(2) = 4 \text{ m/s}$$

Final answer: $s'(t) = 2t$, and the instantaneous velocity at $t = 2$ is $4$ metres per second.

Notice the coincidence: the average velocity on $[1, 3]$ and the instantaneous velocity at the midpoint $t = 2$ are both $4$ m/s. For a parabola that is exact, and it hints at the deeper truth that the average rate over an interval always equals the instantaneous rate somewhere inside it. Geometrically, $s'(2) = 4$ is the slope of the tangent line touching $s(t) = t^2$ at the single point $(2, 4)$.

What Is The Formula For Rate Of Change? (Reference Table)

Both rates are slopes, and both come with a unit built from the two quantities involved. This table collects the forms you will actually use.

Table: The two rates of change, their formulas, geometry, and typical units.

Rate

Formula

Geometry

Typical units

Average rate of change

$\dfrac{f(b) - f(a)}{b - a}$

Slope of the secant line

m/s, $/unit, °C/hr

Instantaneous rate of change

$f'(x) = \lim\limits_{h \to 0} \dfrac{f(x+h) - f(x)}{h}$

Slope of the tangent line

m/s, $/unit, °C/hr

Rate with respect to time

$\dfrac{dy}{dt}$

Speed of change of $y$ over time

units of $y$ per second

Related rates link

$\dfrac{dy}{dt} = \dfrac{dy}{dx} \cdot \dfrac{dx}{dt}$

Chain rule tying two rates together

depends on quantities

The unit is never optional. A derivative of position with respect to time is a velocity in metres per second; a derivative of cost with respect to quantity is a marginal cost in dollars per unit. Strip the unit and the number loses its meaning.

How Does Rate Of Change Apply To Cost? (A Marginal Example)

Economics uses the instantaneous rate of change under a different name: marginal cost, the rate at which total cost changes as one more unit is produced.

Suppose the cost, in dollars, of producing $x$ items is:

$$C(x) = 0.1x^2 + 8x + 500$$

The marginal cost is the derivative:

$$C'(x) = 0.2x + 8$$

At a production level of $x = 100$ items:

$$C'(100) = 0.2(100) + 8 = 20 + 8 = 28$$

Final answer: the marginal cost at $100$ items is $28$ dollars per item.

Check that this behaves like "the cost of the next item." The actual cost of item $101$ is:

$$C(101) - C(100) = 2328.10 - 2300.00 = 28.10$$

The instantaneous rate $$28$ per item matches the true next-item cost of $$28.10$ almost exactly. That is what the instantaneous rate of change buys you: a fast, accurate read on the effect of one more unit, without recomputing the whole total.

Related rates are problems where two or more quantities change together over time, and you know one rate and want another. The tool is the chain rule: differentiate a relationship between the quantities with respect to time $t$.

Start with a circle whose radius grows. Its area is $A = \pi r^2$. Differentiate both sides with respect to time:

$$\frac{dA}{dt} = 2\pi r , \frac{dr}{dt}$$

The area's rate of change $\dfrac{dA}{dt}$ is tied to the radius's rate of change $\dfrac{dr}{dt}$ through the factor $2\pi r$. Know one, and this equation hands you the other.

Worked related-rates problem: the sliding ladder.

A $10$-foot ladder leans against a vertical wall. The bottom is pulled away from the wall at $\dfrac{dx}{dt} = 2$ feet per second. How fast is the top sliding down the wall when the bottom is $6$ feet from the wall?

Let $x$ be the distance from the wall to the ladder's foot and $y$ the height of its top. The ladder length is fixed, so the Pythagorean relation holds at all times:

$$x^2 + y^2 = 10^2 = 100$$

Differentiate both sides with respect to time $t$:

$$2x , \frac{dx}{dt} + 2y , \frac{dy}{dt} = 0 \quad \Longrightarrow \quad \frac{dy}{dt} = -\frac{x}{y} , \frac{dx}{dt}$$

Find $y$ at the instant $x = 6$:

$$y = \sqrt{100 - 6^2} = \sqrt{100 - 36} = \sqrt{64} = 8$$

Substitute $x = 6$, $y = 8$, and $\dfrac{dx}{dt} = 2$:

$$\frac{dy}{dt} = -\frac{6}{8}(2) = -\frac{12}{8} = -1.5$$

Final answer: the top of the ladder slides down at $1.5$ feet per second. The negative sign says $y$ is decreasing, which matches the top falling.

Why Does The Instantaneous Rate Of Change Work?

The instantaneous rate is not a separate invention; it is the average rate pushed to its limit. Three ideas make it hold together.

  • Shrinking the interval. The average rate needs two points. Slide the second point toward the first, and the secant line pivots. As the gap $h$ heads to zero, the secant settles onto the tangent, and its slope settles onto $f'(x)$.

  • The limit is the point of it. You cannot just set $h = 0$, since that gives $\tfrac{0}{0}$. The limit lets you cancel the $h$ first (as in $\tfrac{2th + h^2}{h} = 2t + h$), and only then read off the value at $h = 0$.

  • The tangent is the best straight-line guess. Near the point of tangency, the tangent line hugs the curve so closely that, over a tiny stretch, the curve and the line are nearly the same. The tangent's slope is therefore the honest "rate right now."

That is why average and instantaneous rates share the same units and the same geometry. One is a slope across a visible gap; the other is a slope at a point you reach by closing the gap.

Who Discovered The Rate Of Change?

The rate of change is the idea that launched calculus, and two people reached it at nearly the same time by different roads, which set off one of the fiercest disputes in the history of mathematics.

The rigorous limit definition used at the top of this article came later still, from Augustin-Louis Cauchy (1789–1857, France) and Karl Weierstrass (1815–1897, Germany), who replaced the vague "infinitely small $h$" with the precise limit that makes $f'(x)$ trustworthy.

Where Is Rate Of Change Used In The Real World?

The same two rates run under a wide spread of fields, always as "how fast is this quantity moving."

  • Physics and motion: velocity is the rate of change of position, and acceleration is the rate of change of velocity, which is why a derivative sits at the centre of mechanics.

  • Economics: marginal cost, marginal revenue, and marginal profit are all instantaneous rates of change of total quantities with respect to output.

  • Biology and medicine: population growth rates, the rate a drug concentration falls in the bloodstream, and the spread rate of an infection are all derivatives with respect to time.

  • Engineering: flow rates, heat-transfer rates, and the rate a tank fills or drains are related-rates problems in disguise.

  • Computer graphics and machine learning: gradients are rates of change of an error with respect to each parameter, and training a model is following those rates downhill.

One idea, "how fast is it changing," carries from a falling apple to a training neural network. Mathematics is the shared language under fields that look nothing alike.

What Are The Most Common Mistakes With Rate Of Change?

These three errors account for most lost marks on rate-of-change questions, drawn from the confusions students raise on r/learnmath and r/calculus, the framing in Study.com's average-versus-instantaneous lesson, and the related-rates error notes in Matheno's problem guide.

Confusing the average rate with the instantaneous rate.

Where it slips in:

A question asks for the velocity "at $t = 2$," and the student computes $\dfrac{s(3) - s(1)}{3 - 1}$ over an interval instead of the derivative at the single point.

Don't do this:

Do not use the two-point formula when the question names one instant. The average rate over an interval and the instantaneous rate at a point are different numbers except by coincidence.

The correct way:

Read whether the question gives an interval or a single moment. An interval $[a, b]$ means the average rate $\dfrac{f(b) - f(a)}{b - a}$; a single point means the derivative $f'(x)$ evaluated there.

Dropping or mislabelling the units.

Where it slips in:

A student writes the answer as a bare number, "the rate is $4$," with no unit, or attaches the wrong one.

Don't do this:

Do not report a rate of change without its unit. A rate is a ratio of two quantities, so its unit is always "unit of output per unit of input."

The correct way:

Build the unit from the two axes. Position in metres over time in seconds gives metres per second; cost in dollars over items gives dollars per item; area in cm² over time gives cm² per second.

Where it slips in:

Differentiating $A = \pi r^2$ and writing $\dfrac{dA}{dt} = 2\pi r$, forgetting the $\dfrac{dr}{dt}$ factor, or differentiating with respect to $r$ when the problem is about time.

Don't do this:

Do not differentiate a related-rates relation as if the variables were constants. Every variable that changes with time carries its own rate factor.

The correct way:

Differentiate every term with respect to $t$ and attach the matching rate: $A = \pi r^2$ gives $\dfrac{dA}{dt} = 2\pi r \dfrac{dr}{dt}$. Only substitute the numbers after differentiating, never before.

Practice Problems On Rate Of Change

Answers follow each problem. Verify units as part of the answer.

  1. Find the average rate of change of $f(x) = x^2$ on $[2, 5]$.
    (Answer: $\dfrac{25 - 4}{5 - 2} = \dfrac{21}{3} = 7$.)

  2. Find the average rate of change of $f(x) = 3x + 2$ on $[0, 4]$.
    (Answer: $\dfrac{14 - 2}{4 - 0} = 3$; a straight line has a constant rate equal to its slope.)

  3. For $s(t) = t^2 + t$ (metres, seconds), find the instantaneous velocity at $t = 3$.
    (Answer: $s'(t) = 2t + 1$, so $s'(3) = 7$ m/s.)

  4. Find the instantaneous rate of change of $f(x) = x^3$ at $x = 2$.
    (Answer: $f'(x) = 3x^2$, so $f'(2) = 12$.)

  5. A circle's radius grows at $\dfrac{dr}{dt} = 3$ cm/s. Find $\dfrac{dA}{dt}$ when $r = 4$ cm.
    (Answer: $\dfrac{dA}{dt} = 2\pi r \dfrac{dr}{dt} = 2\pi(4)(3) = 24\pi \approx 75.3982$ cm²/s.)

  6. For a falling object $s(t) = 16t^2$ (feet, seconds), find the average velocity on $[1, 2]$.
    (Answer: $\dfrac{16(4) - 16(1)}{2 - 1} = \dfrac{64 - 16}{1} = 48$ ft/s.)

Where Should You Go Next After Rate Of Change?

Rate of change is the doorway into differential calculus, and several natural next steps open from here.

  1. The derivative. The instantaneous rate of change is the derivative; learn the rules (power, product, quotient, chain) that let you find it without the limit every time.

  2. Calculus, the big picture. See where rates of change (differential calculus) meet accumulation and area (integral calculus) in one connected subject.

If your child is building these foundations, a live Bhanzu trainer teaches rate of change starting from the "why", the speedometer versus the whole trip, in the Bhanzu math classes.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the rate of change in simple terms?
Rate of change is how fast one quantity changes when another changes. If you drive $60$ miles in one hour, your rate of change of distance with respect to time is $60$ miles per hour.
What is the difference between average and instantaneous rate of change?
The average rate of change is measured across an interval and equals the slope of the secant line, $\dfrac{f(b) - f(a)}{b - a}$. The instantaneous rate of change is measured at a single point and equals the slope of the tangent line, the derivative $f'(x)$. They agree only by coincidence, such as at the midpoint of a parabola.
Is rate of change the same as slope?
Yes, for a straight line. The average rate of change is exactly the slope between two points, and the instantaneous rate of change is the slope of the tangent line at one point. Rate of change is the calculus name for a slope.
What is the formula for the average rate of change?
For a function $f$ over $[a, b]$, the average rate of change is $\dfrac{f(b) - f(a)}{b - a}$. It is the change in output divided by the change in input, the rise over the run.
How is the rate of change used in related rates?
Related rates connect two changing quantities through the chain rule. You differentiate a relationship, such as $A = \pi r^2$, with respect to time to get $\dfrac{dA}{dt} = 2\pi r \dfrac{dr}{dt}$, then use a known rate to find the unknown one.
Which grade or curriculum teaches rate of change?
Rate of change appears in India's NCERT Class 12 under Application of Derivatives, and in the United States it starts with the Common Core standard HSF-IF.B.6 (average rate of change) and deepens in AP Calculus AB, Unit 2 (average and instantaneous rates at a point). It then recurs throughout first-year university calculus.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →