Skip to main content
United StatesCalculusSyllabus dot point

How can a quantity have a rate of change at a single instant, when change seems to require an interval of time?

Topic 1.1 Introducing Calculus - Can Change Occur at an Instant?: understand how the idea of an instantaneous rate of change motivates the limit, and how average rates of change over shrinking intervals approach it.

A focused answer to AP Calculus AB Topic 1.1, explaining how average rates of change over shrinking intervals motivate the instantaneous rate of change and the limit, with worked difference-quotient examples.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Average rate of change
  3. From average to instantaneous
  4. Why a limit, not just plugging in
  5. The big picture

What this topic is asking

The College Board (Topic 1.1) wants you to see why calculus exists: ordinary algebra measures change over an interval (an average rate), but calculus measures change at a single instant. This topic motivates the limit by showing that the instantaneous rate of change is what the average rate of change approaches as the interval shrinks to zero. You are not expected to compute hard limits yet, only to understand the idea that makes the rest of the course work.

Average rate of change

If s(t)s(t) is the position of a moving object, the average rate of change of ss over a time interval is the average velocity. For example, if a car travels 120120 km in 22 hours, its average speed is 6060 km/h, even though the speedometer may have read many different values along the way. The speedometer reading at any single moment is the instantaneous rate, and that is what we want.

From average to instantaneous

The trouble with an instant is that a single point has no interval, so the naive calculation f(a)f(a)aa=00\frac{f(a) - f(a)}{a - a} = \frac{0}{0} is undefined. The calculus idea is to not evaluate at zero width. Instead, take the average rate over a small interval [a,a+h][a, a+h] and watch what happens as hh gets closer and closer to 00:

instantaneous rate at a=limh0f(a+h)f(a)h.\text{instantaneous rate at } a = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}.

The expression f(a+h)f(a)h\frac{f(a+h) - f(a)}{h} is the difference quotient. As hh shrinks, the secant line through (a,f(a))(a, f(a)) and (a+h,f(a+h))(a+h, f(a+h)) pivots toward the tangent line at (a,f(a))(a, f(a)), and the average rate approaches the instantaneous rate.

Why a limit, not just plugging in

A table makes the idea concrete. Consider f(x)=x2f(x) = x^2 near x=3x = 3. The instantaneous rate there turns out to be 66, but watch the averages close in:

Interval [3,3+h][3, 3+h] hh Average rate (3+h)29h\frac{(3+h)^2 - 9}{h}
[3,4][3, 4] 11 77
[3,3.1][3, 3.1] 0.10.1 6.16.1
[3,3.01][3, 3.01] 0.010.01 6.016.01
[3,3.001][3, 3.001] 0.0010.001 6.0016.001

The averages march toward 66 as h0h \to 0. We never reach h=0h = 0, but the trend is unmistakable, and the limit captures it.

The big picture

Everything in Unit 1 builds the limit machinery needed to make this idea rigorous, and Unit 2 then names the result. The instantaneous rate of change limh0f(a+h)f(a)h\lim_{h \to 0} \frac{f(a+h) - f(a)}{h} is exactly the derivative f(a)f'(a), and it equals the slope of the tangent line at x=ax = a. Topic 1.1 is the motivation; the payoff is that we will be able to find slopes of curves, velocities of moving objects, and rates of any changing quantity at a single instant.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2022 (style)1 marksSection I (multiple choice, no calculator). A particle moves so that its position at time tt seconds is s(t)=t2s(t) = t^2 meters. Which expression gives the particle's instantaneous velocity at t=3t = 3? (A) s(3)3\frac{s(3)}{3} (B) limh0s(3+h)s(3)h\lim_{h \to 0} \frac{s(3+h) - s(3)}{h} (C) s(3)s(0)3\frac{s(3) - s(0)}{3} (D) s(3)s(2)s(3) - s(2)
Show worked answer →

The correct answer is (B).

Instantaneous velocity is the limit of the average velocity over an interval [3,3+h][3, 3+h] as the interval width hh shrinks to zero. The average velocity is the difference quotient s(3+h)s(3)h\frac{s(3+h) - s(3)}{h}, so the instantaneous velocity is limh0s(3+h)s(3)h\lim_{h \to 0} \frac{s(3+h) - s(3)}{h}.

(A) and (C) are average rates from 00, not instantaneous rates at 33. (D) is an average over a fixed interval [2,3][2,3], not a limit. The point of Topic 1.1 is that an instantaneous rate is defined as the limit of average rates over shrinking intervals.

AP 2023 (style)3 marksSection II (free response, no calculator). A balloon's volume is V(t)=t3V(t) = t^3 cubic centimeters at time tt seconds. (a) Find the average rate of change of volume on [2,2.1][2, 2.1]. (b) Find the average rate on [2,2.01][2, 2.01]. (c) Use part (a) and (b) to estimate the instantaneous rate of change at t=2t = 2, and justify your answer.
Show worked answer →

A 3-point question on average rates approaching an instantaneous rate.

(a) (1 point) V(2.1)V(2)0.1=9.26180.1=1.2610.1=12.61\frac{V(2.1) - V(2)}{0.1} = \frac{9.261 - 8}{0.1} = \frac{1.261}{0.1} = 12.61 cubic cm per second.
(b) (1 point) V(2.01)V(2)0.01=8.12060180.01=0.1206010.01=12.0601\frac{V(2.01) - V(2)}{0.01} = \frac{8.120601 - 8}{0.01} = \frac{0.120601}{0.01} = 12.0601 cubic cm per second.
(c) (1 point) As the interval shrinks toward t=2t = 2, the average rates approach about 1212 cubic cm per second, so the instantaneous rate at t=2t = 2 is about 1212. (This matches V(t)=3t2V'(t) = 3t^2, giving 3(2)2=123(2)^2 = 12.) The justification is that the instantaneous rate is the limit of the average rates as the interval width approaches zero.

Related dot points

Sources & how we know this