# Defining average and instantaneous rates of change at a point

> AP Calculus AB · Unit 2: Differentiation: Definition and Fundamental Properties
> Source: https://www.owlsprep.com/study/ap-calculus-ab-u2-defining-average-and-instantaneous-rates/

This module covers average rate of change over intervals, the difference quotient, instantaneous rate of change at a point, the limit definition of the derivative, and geometric/contextual interpretations for AP Calculus AB.

**Prerequisites:** Limit evaluation for one-sided and two-sided limits; Basic function notation and algebraic simplification of rational expressions; Graphical interpretation of secant and tangent lines

## Learning objectives

- Calculate average rate of change over an interval
- Calculate instantaneous rate of change at a point using the limit definition
- Interpret rates geometrically and contextually for AP exam questions
- Identify and avoid common errors in difference quotient calculations

## Average Rate of Change Over an Interval

Average rate of change answers the question: how much does the function change, on average, per unit of the input $x$, between two input values? For any function $f(x)$ and interval between $x=a$ and $x=b$, the average rate of change is the total change in the output of $f$ divided by the total change in the input $x$. This can also be written for an interval starting at $x=a$ with length $h$ ($h \neq 0$), so the interval is $[a, a+h]$.

**Average Rate of Change & Difference Quotient** — The average rate of change of $f$ on $[a,b]$ equals the slope of the secant line connecting $(a, f(a))$ and $(b, f(b))$ on the graph of $f$. The expression $\frac{f(a+h) - f(a)}{h}$ is called the difference quotient.

*Notation:* $\frac{f(b) - f(a)}{b - a} = \frac{f(a+h) - f(a)}{h}$

*Example:* If $f(t)$ is the position of a bike at time $t$, the average rate of change over $[0, 2]$ is the average velocity of the bike over 2 hours.

**Worked example:** For $f(x) = x^2 - 3x$, find the average rate of change over the interval $[2, 5]$.

1. 1. Identify the endpoints: $a=2$, $b=5$, so change in $x$ is $5-2 = 3$.
2. 2. Calculate $f(2)$:
3. $$f(2) = (2)^2 - 3(2) = 4 - 6 = -2$$
4. 3. Calculate $f(5)$:
5. $$f(5) = (5)^2 - 3(5) = 25 - 15 = 10$$
6. 4. Apply the average rate formula:
7. $$\frac{f(5) - f(2)}{5 - 2} = \frac{10 - (-2)}{3} = \frac{12}{3} = 4$$
8. 5. Conclusion: The average rate of change of $f(x)$ over $[2, 5]$ is $4$.

> **Exam tip:** On AP exams, always explicitly reference the interval when reporting average rate of change in FRQ questions; unlabeled answers can lose points even if the numerical value is correct.

## Instantaneous Rate of Change at a Point (Limit Definition)

Average rate of change describes behavior over an interval, but many problems require the rate of change at a single point, called the instantaneous rate of change. To calculate this, we shrink the interval around our point of interest closer and closer to zero, and take the limit of the average rate of change as the interval length approaches zero. If this limit exists, the function is called differentiable at $x=a$, and the limit is defined as the derivative of $f$ at $x=a$, written $f'(a)$.

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

The first (standard) form is most often used to derive general derivative rules, while the alternate form is often easier for calculating the derivative at a specific given point. Intuitively, as the interval shrinks, the secant line approaches the tangent line at $x=a$, so the limit of the secant slope equals the tangent slope, which is the instantaneous rate of change. This is the core definition of the derivative that all shortcut rules are derived from.

**Worked example:** Find the instantaneous rate of change of $f(x) = x^2 - 3x$ at $x=2$, using the limit definition.

1. 1. Write the standard definition of $f'(2)$:
2. $$f'(2) = \lim_{h \to 0} \frac{f(2 + h) - f(2)}{h}$$
3. 2. We already know $f(2) = -2$ from the previous example. Calculate $f(2+h)$:
4. $$f(2+h) = (2+h)^2 - 3(2+h) = 4 + 4h + h^2 - 6 - 3h = h^2 + h - 2$$
5. 3. Substitute into the difference quotient and simplify:
6. $$\frac{(h^2 + h - 2) - (-2)}{h} = \frac{h^2 + h}{h} = \frac{h(h+1)}{h} = h + 1 \quad (h \neq 0)$$
7. 4. Evaluate the limit as $h \to 0$:
8. $$\lim_{h \to 0} (h + 1) = 1$$
9. 5. Conclusion: The instantaneous rate of change of $f(x)$ at $x=2$ is $1$.

> **Exam tip:** Always simplify the difference quotient and cancel $h$ before taking the limit. You cannot plug in $h=0$ immediately, because that gives the indeterminate form $\frac{0}{0}$, which is undefined. Simplify first, then evaluate the limit.

## Geometric and Contextual Interpretation of Rates

Beyond calculating numerical values, AP exam problems regularly ask you to interpret average and instantaneous rates of change in context or geometrically. Examiners test this to confirm you understand what the derivative means, not just how to calculate it.

- **Geometric**: Average rate of change over $[a,b]$ = slope of the secant line between $(a, f(a))$ and $(b, f(b))$. Instantaneous rate of change at $x=a$ = slope of the tangent line to $y=f(x)$ at $x=a$, which equals $f'(a)$.
- **Contextual**: Any phrase "rate of change of [dependent variable] with respect to [independent variable]" refers to the derivative. The units of a rate of change are always $\frac{\text{units of dependent variable}}{\text{units of independent variable}}$.

**Worked example:** The function $H(t)$ gives the height of a tree, in feet, $t$ years after it is planted. (a) What is the geometric and contextual meaning of the average rate of change of $H(t)$ over $[0, 10]$? (b) Interpret $H'(5) = 2$ in context, including units.

1. (a) Geometric: The average rate of change over $[0,10]$ is the slope of the secant line connecting the points $(0, H(0))$ (height at planting) and $(10, H(10))$ (height after 10 years).
2. (a) Contextual: This value is the average annual growth of the tree over its first 10 years after planting.
3. (b) $H'(5)$ is the instantaneous rate of change of height with respect to time at $t=5$ years.
4. The value $H'(5) = 2$ means that 5 years after planting, the tree's height is increasing at a rate of 2 feet per year.

> **Exam tip:** On AP FRQ interpretation questions, you must include three components for full credit: the input value, what quantity is changing, and the correct units. Missing any one component costs a point.

## AP-Style Concept Check

**Check your understanding**

Test your understanding with this multiple choice question:

1. Which of the following gives the instantaneous rate of change of $g(x) = \sqrt{2x + 1}$ at $x=4$?

   - A) $\lim_{h \to 0} \frac{\sqrt{9} - \sqrt{2(4+h) + 1}}{h}$
   - B) $\frac{g(4 + h) - g(4)}{h}$
   - C) $\lim_{x \to 0} \frac{g(x) - g(4)}{x - 4}$
   - D) $\lim_{h \to 0} \frac{\sqrt{2(4 + h) + 1} - 3}{h}$

   *Why:* The definition of instantaneous rate of change at $x=a$ is $\lim_{h \to 0} \frac{g(a+h) - g(a)}{h}$. For $a=4$, $g(4)=3$, so option D is correct. Option A flips the subtraction order, option B is missing the limit, option C uses the wrong limit value.

**Worked example:** Let $f(x) = 4x - x^2$. (a) Find the average rate of change over $[1, 4]$. (b) Use the limit definition to find $f'(1)$. (c) Find the slope of the tangent line at $x=1$ and justify.

1. (a) Apply average rate of change formula:
2. $$\frac{f(4) - f(1)}{4 - 1}, \quad f(4) = 0, \quad f(1) = 3$$
3. $$\frac{0 - 3}{3} = -1$$
4. Average rate of change over $[1,4]$ is $-1$.
5. (b) Write the limit definition:
6. $$f'(1) = \lim_{h \to 0} \frac{f(1+h) - f(1)}{h}$$
7. Expand and simplify:
8. $$f(1+h) = 4(1+h) - (1+h)^2 = 3 + 2h - h^2$$
9. $$\frac{(3 + 2h - h^2) - 3}{h} = 2 - h \quad (h \neq 0)$$
10. Evaluate the limit:
11. $$\lim_{h \to 0} (2 - h) = 2$$
12. (c) The slope of the tangent line at $x=a$ equals $f'(a)$, so the slope is $2$.

## Common pitfalls

- **Wrong:** Flipping the order of subtraction, calculating $\frac{f(a) - f(a+h)}{h}$ instead of $\frac{f(a+h) - f(a)}{h}$
  - Why it fails: Students mix up the definition of change as final minus initial, leading to a sign error on the final answer.
  - Correct: Always remember change is (output at larger input) minus (output at smaller input), so the order of subtraction is always end value minus start value.
- **Wrong:** Canceling $h$ before expanding the numerator of the difference quotient, leading to an incorrect result of $0$
  - Why it fails: Students rush and cancel $h$ from each term in the numerator before simplifying, incorrectly canceling $h$ from constant terms.
  - Correct: Always fully expand $f(a+h)$, subtract $f(a)$, simplify the entire numerator, then factor out and cancel $h$.
- **Wrong:** Claiming the instantaneous rate of change does not exist because plugging $h=0$ into the difference quotient gives $\frac{0}{0}$
  - Why it fails: Students forget that a limit as $h \to 0$ does not require $h=0$, and $\frac{0}{0}$ is an indeterminate form, not a final result.
  - Correct: If you get $\frac{0}{0}$ when plugging in $h=0$, always simplify the difference quotient algebraically first before evaluating the limit.
- **Wrong:** Interpreting $f'(a)$ as an average rate over an interval, or the difference quotient as an instantaneous rate
  - Why it fails: Students mix up the terminology for interval vs point behavior.
  - Correct: Always check if the question asks for a rate over an interval (average, no limit) or at a single point (instantaneous, derivative, limit).
- **Wrong:** Forgetting units, or using the wrong units (e.g. writing "feet" instead of "feet per year") for a contextual rate
  - Why it fails: Students focus on calculating the numerical value and forget that contextual questions require units for full credit.
  - Correct: Whenever you calculate a rate in a contextual problem, automatically write the units as output units per input unit before moving on.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Average Rate of Change ($[a,b]$) | $\frac{f(b) - f(a)}{b - a}$ | Equals slope of secant line; no limit required |
| Difference Quotient | $\frac{f(a+h) - f(a)}{h}$ | Average rate over $[a, a+h]$; simplify before limit |
| Derivative (standard form) | $f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$ | Exists only if two-sided limit exists |
| Derivative (alternate form) | $f'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}$ | Easier for evaluating derivatives at specific points |
| Geometric: Average Rate | Slope of secant line | Applies to an interval between two points |
| Geometric: Instantaneous Rate | Slope of tangent line at $x=a$ | Equal to $f'(a)$, the derivative at the point |
| Units of Rate of Change | $\frac{\text{Units of } f(x)}{\text{Units of } x}$ | Always required for full credit on AP FRQs |

## What's next

This topic is the conceptual foundation for all of differentiation, which makes up roughly half of the AP Calculus AB curriculum. The next step is to use the limit definition introduced here to derive the basic derivative rules that you will use to quickly calculate derivatives without computing limits every time. Without a solid understanding of how the derivative is defined as a limit of average rates, you will not be able to justify derivative results on FRQ questions or recognize when a derivative does not exist at a point. This topic also feeds into later core topics such as related rates, optimization, and rectilinear motion.

- [Defining the derivative and using derivative notation](https://www.owlsprep.com/study/ap-calculus-ab-u2-defining-the-derivative-and-using/)
- [Estimating derivatives of a function at a point](https://www.owlsprep.com/study/ap-calculus-ab-u2-estimating-derivatives-of-a-function/)
- [Connecting differentiability and continuity](https://www.owlsprep.com/study/ap-calculus-ab-u2-connecting-differentiability-and-continuity/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-ab-u2-defining-average-and-instantaneous-rates/
