Study Guide

Defining average and instantaneous rates of change at a point

AP Calculus ABΒ· AP Calculus AB CED β€” Differentiation: Definition and Fundamental PropertiesΒ· 14 min read

1. Average Rate of Change Over an Intervalβ˜…β˜…β˜†β˜†β˜†β± 4 min

Average rate of change answers the question: how much does the function change, on average, per unit of the input , between two input values? For any function and interval between and , the average rate of change is the total change in the output of divided by the total change in the input . This can also be written for an interval starting at with length (), so the interval is .

πŸ“˜ Definition

Average Rate of Change & Difference Quotient

The average rate of change of on equals the slope of the secant line connecting and on the graph of . The expression is called the difference quotient.

Example:

If is the position of a bike at time , the average rate of change over is the average velocity of the bike over 2 hours.

πŸ“ Worked Example

For , find the average rate of change over the interval .

  1. 1
    1. Identify the endpoints: , , so change in is .
  2. 2
    1. Calculate :
  3. 3
    f(2)=(2)2βˆ’3(2)=4βˆ’6=βˆ’2f(2) = (2)^2 - 3(2) = 4 - 6 = -2
  4. 4
    1. Calculate :
  5. 5
    f(5)=(5)2βˆ’3(5)=25βˆ’15=10f(5) = (5)^2 - 3(5) = 25 - 15 = 10
  6. 6
    1. Apply the average rate formula:
  7. 7
    rac{f(5) - f(2)}{5 - 2} = rac{10 - (-2)}{3} = rac{12}{3} = 4
  8. 8
    1. Conclusion: The average rate of change of over is .

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.

2. Instantaneous Rate of Change at a Point (Limit Definition)β˜…β˜…β˜…β˜†β˜†β± 5 min

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 , and the limit is defined as the derivative of at , written .

fβ€²(a)=lim⁑hβ†’0f(a+h)βˆ’f(a)hfβ€²(a)=lim⁑xβ†’af(x)βˆ’f(a)xβˆ’af'(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 , 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 at , using the limit definition.

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

Exam tip:

Always simplify the difference quotient and cancel before taking the limit. You cannot plug in immediately, because that gives the indeterminate form , which is undefined. Simplify first, then evaluate the limit.

3. Geometric and Contextual Interpretation of Ratesβ˜…β˜…β˜†β˜†β˜†β± 3 min

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 = slope of the secant line between and . Instantaneous rate of change at = slope of the tangent line to at , which equals .

  • 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 .

πŸ“ Worked Example

The function gives the height of a tree, in feet, years after it is planted. (a) What is the geometric and contextual meaning of the average rate of change of over ? (b) Interpret in context, including units.

  1. 1

    (a) Geometric: The average rate of change over is the slope of the secant line connecting the points (height at planting) and (height after 10 years).

  2. 2

    (a) Contextual: This value is the average annual growth of the tree over its first 10 years after planting.

  3. 3

    (b) is the instantaneous rate of change of height with respect to time at years.

  4. 4

    The value 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.

4. AP-Style Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 2 min

βœ“ Quick check

Test your understanding with this multiple choice question:

  1. Which of the following gives the instantaneous rate of change of at ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    D β€”

    The definition of instantaneous rate of change at is . For , , 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 . (a) Find the average rate of change over . (b) Use the limit definition to find . (c) Find the slope of the tangent line at and justify.

  1. 1

    (a) Apply average rate of change formula:

  2. 2
    rac{f(4) - f(1)}{4 - 1}, \quad f(4) = 0, \quad f(1) = 3
  3. 3
    rac{0 - 3}{3} = -1
  4. 4

    Average rate of change over is .

  5. 5

    (b) Write the limit definition:

  6. 6
    fβ€²(1)=lim⁑hβ†’0f(1+h)βˆ’f(1)hf'(1) = \lim_{h \to 0} \frac{f(1+h) - f(1)}{h}
  7. 7

    Expand and simplify:

  8. 8
    f(1+h)=4(1+h)βˆ’(1+h)2=3+2hβˆ’h2f(1+h) = 4(1+h) - (1+h)^2 = 3 + 2h - h^2
  9. 9
    rac{(3 + 2h - h^2) - 3}{h} = 2 - h \quad (h \neq 0)
  10. 10

    Evaluate the limit:

  11. 11
    lim⁑hβ†’0(2βˆ’h)=2\lim_{h \to 0} (2 - h) = 2
  12. 12

    (c) The slope of the tangent line at equals , so the slope is .

5. Common Pitfalls

Wrong move:

Flipping the order of subtraction, calculating instead of

Why:

Students mix up the definition of change as final minus initial, leading to a sign error on the final answer.

Correct move:

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 move:

Canceling before expanding the numerator of the difference quotient, leading to an incorrect result of

Why:

Students rush and cancel from each term in the numerator before simplifying, incorrectly canceling from constant terms.

Correct move:

Always fully expand , subtract , simplify the entire numerator, then factor out and cancel .

Wrong move:

Claiming the instantaneous rate of change does not exist because plugging into the difference quotient gives

Why:

Students forget that a limit as does not require , and is an indeterminate form, not a final result.

Correct move:

If you get when plugging in , always simplify the difference quotient algebraically first before evaluating the limit.

Wrong move:

Interpreting as an average rate over an interval, or the difference quotient as an instantaneous rate

Why:

Students mix up the terminology for interval vs point behavior.

Correct move:

Always check if the question asks for a rate over an interval (average, no limit) or at a single point (instantaneous, derivative, limit).

Wrong move:

Forgetting units, or using the wrong units (e.g. writing "feet" instead of "feet per year") for a contextual rate

Why:

Students focus on calculating the numerical value and forget that contextual questions require units for full credit.

Correct move:

Whenever you calculate a rate in a contextual problem, automatically write the units as output units per input unit before moving on.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Average Rate of Change ()

Equals slope of secant line; no limit required

Difference Quotient

Average rate over ; simplify before limit

Derivative (standard form)

Exists only if two-sided limit exists

Derivative (alternate form)

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

Equal to , the derivative at the point

Units of Rate of Change

Always required for full credit on AP FRQs

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Identify correct derivative definition

  • 2022 Β· FRQ

    Interpret rate in real-world context

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.