Study Guide

Defining the derivative and using derivative notation

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

1. The Derivative at a Pointβ˜…β˜…β˜†β˜†β˜†β± 4 min

We derive the derivative at a point from the precalculus concept of the slope of a secant line between two points and , where is the step size between the points. As , the points get closer together, and the secant slope approaches the tangent slope (the derivative).

πŸ“˜ Definition

Derivative at a Point

Twoequivalentlimitformsareused:Two equivalent limit forms are used:

The derivative of at , written , is the slope of the tangent line to at , equal to the instantaneous rate of change of at that point. It only exists if the two-sided limit of the difference quotient exists.

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

An equivalent alternate form, most commonly used for recognition problems rather than manual calculation, replaces step size with approaching :

fβ€²(a)=lim⁑xβ†’af(x)βˆ’f(a)xβˆ’af'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}
πŸ“ Worked Example

Use the limit definition to calculate for .

  1. 1

    Substitute into the definition with :

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

    Expand :

    f(2+h)=3(2+h)2βˆ’5(2+h)=12+12h+3h2βˆ’10βˆ’5h=2+7h+3h2f(2+h) = 3(2+h)^2 - 5(2+h) = 12 + 12h + 3h^2 - 10 - 5h = 2 + 7h + 3h^2
  3. 3

    Calculate and simplify the numerator:

    f(2)=3(2)2βˆ’5(2)=2;f(2+h)βˆ’f(2)=7h+3h2=h(7+3h)f(2) = 3(2)^2 - 5(2) = 2; \quad f(2+h) - f(2) = 7h + 3h^2 = h(7 + 3h)
  4. 4

    Cancel , which is valid for (true when taking the limit as ):

    h(7+3h)h=7+3h\frac{h(7 + 3h)}{h} = 7 + 3h
  5. 5

    Evaluate the limit to get the final result:

    lim⁑hβ†’0(7+3h)=7\lim_{h \to 0} (7 + 3h) = 7

Exam tip:

If an AP question explicitly asks you to use the limit definition to find a derivative, you earn zero credit for only using a shortcut differentiation rule; you must show the full limit calculation to earn points.

2. The Derivative as a Function and Derivative Notationβ˜…β˜…β˜†β˜†β˜†β± 5 min

Once we can calculate the derivative at any single point , we can treat the derivative as a function itself, where the input is any where the derivative exists, and the output is the derivative at that .

πŸ“˜ Definition

Derivative as a Function

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

A function that outputs the derivative of the original function at any input where the two-sided limit of the difference quotient exists. The domain of the derivative is the set of all such .

Two standard notations are used interchangeably on the AP exam:

  • Prime notation: For , the derivative is written (read "f prime of x") or . For the derivative at , this becomes or .

  • Leibniz notation: For , the derivative is written (read "dee y dee x") or , where denotes the operation of taking the derivative. For the derivative at , this is written , with the evaluation bar after the derivative expression.

πŸ“ Worked Example

Use the limit definition to find for .

  1. 1

    Substitute into the general limit definition:

    fβ€²(x)=lim⁑hβ†’02(x+h)βˆ’2xhf'(x) = \lim_{h \to 0} \frac{\sqrt{2(x+h)} - \sqrt{2x}}{h}
  2. 2

    Rationalize the numerator by multiplying numerator and denominator by the conjugate:

    fβ€²(x)=lim⁑hβ†’0(2x+2hβˆ’2x)(2x+2h+2x)h(2x+2h+2x)f'(x) = \lim_{h \to 0} \frac{(\sqrt{2x + 2h} - \sqrt{2x})(\sqrt{2x + 2h} + \sqrt{2x})}{h(\sqrt{2x + 2h} + \sqrt{2x})}
  3. 3

    Simplify the numerator using the difference of squares identity:

    (2x+2h)βˆ’2x=2h;fβ€²(x)=lim⁑hβ†’02hh(2x+2h+2x)(2x + 2h) - 2x = 2h; \quad f'(x) = \lim_{h \to 0} \frac{2h}{h(\sqrt{2x + 2h} + \sqrt{2x})}
  4. 4

    Cancel (valid for ) and evaluate the limit:

    fβ€²(x)=222x=12xf'(x) = \frac{2}{2\sqrt{2x}} = \frac{1}{\sqrt{2x}}

Exam tip:

When writing the derivative evaluated at a point in Leibniz notation, always place the evaluation bar after the derivative expression; misplacing the bar will be marked incorrect on FRQs.

3. Recognizing Derivatives from Limit Expressionsβ˜…β˜…β˜…β˜†β˜†β± 3 min

A common AP exam question gives you an unsimplified limit of a difference quotient and asks you to either identify what derivative it represents or evaluate the limit using derivative rules, instead of calculating the limit from scratch. This tests whether you understand the structure of the derivative definition, not just how to compute with it.

To solve these problems, match the given limit to the structure of one of the two derivative definitions:

Once you correctly identify and , you can evaluate the derivative using shortcut rules to get the value of the limit, without computing the limit by hand.

πŸ“ Worked Example

Evaluate by recognizing it as a derivative.

  1. 1

    Match the given limit to the form . The term matches , so and . The constant term equals , so the match is correct.

  2. 2

    The limit is therefore equal to for .

  3. 3

    Using the power rule for differentiation, , so evaluate at :

    fβ€²(1)=3(1)2=3f'(1) = 3(1)^2 = 3

Exam tip:

Always check that matches the constant term in the numerator; common MCQ distractors use the wrong constant term to test if you match all parts of the definition correctly.

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

βœ“ Quick check

Test your understanding of derivative notation and definition:

  1. Which of the following correctly denotes the derivative of evaluated at ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    2 β€”

    Options A, B, and D all incorrectly differentiate the constant , instead of differentiating then evaluating at . Only Option C uses correct notation.

5. Common Pitfalls

Wrong move:

Substituting before simplifying the difference quotient, leading to an undefined result.

Why:

Students confuse the order of operations for limits, thinking substitution is always the first step.

Correct move:

Always simplify the difference quotient by factoring, combining fractions, or rationalizing to cancel first, then substitute to evaluate the limit.

Wrong move:

Identifying as .

Why:

Students match the constant in the numerator to the point, ignoring the denominator structure.

Correct move:

For the alternate derivative form, the denominator is , so the point is , regardless of where the constant appears in the numerator. This specific limit is not a valid derivative of .

Wrong move:

Leaving as a variable when asked for , or substituting early when asked for the general derivative .

Why:

Students mix up the two types of derivative problems after practicing both.

Correct move:

Always re-read the question to confirm: if it asks for the derivative at a point, your final answer is a constant; if it asks for the derivative function, your final answer is a function of .

Wrong move:

Claiming exists just because exists.

Why:

Students confuse the existence of the limit of the original function with the existence of the derivative.

Correct move:

The derivative only exists if the two-sided limit of the difference quotient exists, regardless of whether the limit of the original function exists.

Wrong move:

Writing to denote the derivative of at .

Why:

Students misapply fraction notation to derivative evaluation.

Correct move:

Always use an evaluation bar after the derivative expression: .

6. Quick Reference Cheatsheet

Category

Formula / Notation

Notes

Derivative at (h-form)

Use for manual calculation at a point

Derivative at (alternate form)

Common for MCQ limit recognition

Derivative as a function

Output is a function for all differentiable

Prime notation (function derivative)

or

Shorthand for derivative of

Prime notation (derivative at )

or

Output is a constant slope/rate

Leibniz notation (function derivative)

or

denotes the derivative operation

Leibniz notation (derivative at )

Evaluation bar always goes after the derivative

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.

  • Most exams Β· AP Calculus AB

    1-2 MCQ, 1 partial FRQ point

What's Next

This topic is the foundation for all of differentiation, one of the two core pillars of AP Calculus AB. Immediately after mastering the limit definition and notation, you will learn shortcut differentiation rules that let you compute derivatives far faster than using the limit definition every time. Without a solid understanding of where derivatives come from and how to read derivative notation, you will struggle to recognize what questions are asking and understand the logic behind later shortcut rules. This topic also underpins all later applications of derivatives: tangent lines, related rates, optimization, and the Fundamental Theorem of Calculus, all of which rely on the core idea that the derivative is a limit that measures instantaneous rate of change.