Study Guide

Defining the derivative and using derivative notation

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

1. The Limit Definition of the Derivative at a Pointβ˜…β˜…β˜†β˜†β˜†β± 4 min

πŸ“˜ Definition

Derivative at a Point

The derivative of a function at is defined as the limit of the difference quotient (slope of the secant line) as the distance between points approaches 0. It represents the slope of the tangent line at and the instantaneous rate of change at . For the derivative to exist, this limit must be finite.

Example:

Two standard equivalent forms are shown below

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, obtained by substituting , is:

fβ€²(a)=lim⁑xβ†’af(x)βˆ’f(a)xβˆ’af'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}

If the limit is infinite or does not exist (for example, at a corner, cusp, vertical tangent, or point of discontinuity), the function is not differentiable at . This definition is the foundation for all derivative rules, and AP exams frequently require direct use of it when computing derivatives from first principles.

πŸ“ Worked Example

Use the limit definition of the derivative to compute for .

  1. 1

    Start with the standard -form of 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 and simplify :

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

    Calculate :

    f(2)=(2)2βˆ’3(2)=4βˆ’6=βˆ’2f(2) = (2)^2 - 3(2) = 4 - 6 = -2
  4. 4

    Simplify the difference quotient, canceling for :

    (h2+hβˆ’2)βˆ’(βˆ’2)h=h2+hh=h(h+1)h=h+1\frac{(h^2 + h - 2) - (-2)}{h} = \frac{h^2 + h}{h} = \frac{h(h+1)}{h} = h+1
  5. 5

    Evaluate the limit as : The limit equals , so .

Exam tip:

If a problem explicitly says "use the limit definition" to find the derivative, you must show the full limit calculationβ€”you will receive no points if you only use shortcut rules to get the final answer, even if the numerical result is correct.

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

Instead of evaluating the derivative at a single fixed point , we can generalize the definition to get a new function, called the derivative function, that gives the slope of at any input . The definition of the derivative function is:

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

The domain of is all where the limit exists; any point where is not differentiable is excluded from the domain. AP Calculus uses multiple standard notations for the derivative, all interchangeable but used in different contexts:

  • Lagrange (Prime) Notation: or β€” the most common concise notation for derivatives of functions of .

  • Leibniz Notation: or β€” explicitly shows the derivative is taken with respect to , used heavily in related rates, implicit differentiation, and integration.

  • Newton Notation: or β€” exclusively used for derivatives with respect to time in applied physics/biology problems.

  • Euler Notation: β€” less common, but occasionally appears in MCQ options.

πŸ“ Worked Example

Use the limit definition to find the derivative function for .

  1. 1

    Substitute into the definition of the derivative function:

    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 of the numerator:

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

    Simplify the numerator using the difference of squares:

    (2x+2h)2βˆ’(2x)2=(2x+2h)βˆ’2x=2h(\sqrt{2x+2h})^2 - (\sqrt{2x})^2 = (2x+2h) - 2x = 2h
  4. 4

    Cancel (valid for , which holds as ) and evaluate the limit:

    fβ€²(x)=lim⁑hβ†’022x+2h+2x=222x=12xf'(x) = \lim_{h \to 0} \frac{2}{\sqrt{2x+2h} + \sqrt{2x}} = \frac{2}{2\sqrt{2x}} = \frac{1}{\sqrt{2x}}
  5. 5

    This result holds for all , which matches the domain of the original function .

Exam tip:

When working with limit definitions involving radicals, always rationalize the numerator firstβ€”never try to evaluate the limit before simplifying, you will be left with an undefined 0/0 form that you cannot resolve.

3. Recognizing a Derivative from a Given Limitβ˜…β˜…β˜…β˜†β˜†β± 3 min

One of the most common AP exam questions on this topic gives you a limit expression and asks you to identify it as a derivative of a specific function at a specific point, or evaluate the limit by recognizing it as a derivative. This question tests your conceptual understanding of the derivative definition, rather than just your ability to compute derivatives.

To solve this type of problem, match the structure of the given limit to one of the two standard derivative-at-a-point definitions. The constant term in the numerator (the term without or the term at the limit value) is always , so identifying this first gives you the value of immediately, then you can back out what must be.

πŸ“ Worked Example

Evaluate by recognizing it as a derivative, then find the value of the limit.

  1. 1

    Compare the given limit to the standard definition: . The constant term in the numerator is 27, so this equals . The variable term is , which equals .

  2. 2

    This means and , since , which matches the constant term.

  3. 3

    The given limit is therefore exactly the definition of for .

  4. 4

    Using the power rule for derivatives (a valid shortcut here, since we are just recognizing the definition), , so . Verifying by expanding the numerator confirms this result.

βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. Which of the following is equal to ?

    Reveal answer
    1 β€”

    Correct! This matches the alternate definition of the derivative at for , so . Option A is not , option C is the reciprocal of the correct value, and option D is the general derivative function not the value at .

Exam tip:

Always label the constant term in the numerator as firstβ€”this immediately gives you and lets you quickly identify , saving time on MCQ and avoiding wrong matches.

4. AP-Style Practice Problemsβ˜…β˜…β˜…β˜…β˜†β± 5 min

βœ“ Calculator OK

πŸ“ Worked Example

Let . (a) Use the limit definition of the derivative to find . Show all your work. (b) Identify all points where is not differentiable, and explain why. (c) Write the equation of the tangent line to at .

  1. 1

    Part (a): Substitute into the limit definition:

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

    Combine the fractions and simplify:

    (x+1)βˆ’(x+h+1)(x+h+1)(x+1)=βˆ’h(x+h+1)(x+1)\frac{(x+1) - (x+h+1)}{(x+h+1)(x+1)} = \frac{-h}{(x+h+1)(x+1)}
  3. 3

    Cancel and evaluate the limit:

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

    Part (b): is undefined at , so does not exist. The derivative definition requires to exist for to exist, so is not differentiable only at .

  5. 5

    Part (c): Calculate and :

    f(1)=12,fβ€²(1)=βˆ’1(1+1)2=βˆ’14f(1) = \frac{1}{2}, \quad f'(1) = -\frac{1}{(1+1)^2} = -\frac{1}{4}
  6. 6

    Use point-slope form to get the tangent line:

    yβˆ’12=βˆ’14(xβˆ’1)β€…β€ŠβŸΉβ€…β€Šy=βˆ’14x+34y - \frac{1}{2} = -\frac{1}{4}(x-1) \implies y = -\frac{1}{4}x + \frac{3}{4}
πŸ“ Worked Example

The population of bacteria in a petri dish hours after the start of an experiment is given by , where is measured in thousands of bacteria. Use the limit definition of the derivative to find the instantaneous rate of change of the population at hours. Include units in your answer, and interpret the result in context.

  1. 1

    We need the derivative at , which by definition is:

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

    Substitute and factor out common terms:

    Pβ€²(5)=lim⁑hβ†’0100e0.2(5+h)βˆ’100e0.2(5)h=100e1lim⁑hβ†’0e0.2hβˆ’1hP'(5) = \lim_{h \to 0} \frac{100e^{0.2(5+h)} - 100e^{0.2(5)}}{h} = 100e^{1} \lim_{h \to 0} \frac{e^{0.2h} - 1}{h}
  3. 3

    Use the standard limit identity :

    Pβ€²(5)=100e(0.2)=20eβ‰ˆ54.37P'(5) = 100e(0.2) = 20e \approx 54.37
  4. 4

    The units are thousands of bacteria per hour. 5 hours after the start of the experiment, the bacteria population is increasing at a rate of approximately 54,370 bacteria per hour.

5. Common Pitfalls

Wrong move:

When asked to use the limit definition to find , you compute using shortcut rules then plug in , instead of writing out the full limit calculation.

Why:

Students remember shortcut rules and forget the question explicitly tests understanding of the definition, not just the final result.

Correct move:

Always read the question word for word; if it says "use the limit definition", start by writing the full limit expression, even if you know the shortcut.

Wrong move:

When simplifying the difference quotient, you substitute before canceling terms, leading to an undefined 0/0 result.

Why:

Students confuse "the limit as approaches 0" with "" and attempt to evaluate too early.

Correct move:

Always simplify the difference quotient to eliminate from the denominator before evaluating the limit, never substitute until is no longer in the denominator.

Wrong move:

Misidentifying and when matching a limit to a derivative, e.g., claiming is the derivative of at .

Why:

Students mix up the input in the variable term and incorrectly adjust the constant value.

Correct move:

After matching to the constant term, confirm that matches the expression with added to to verify your choice.

Wrong move:

Treating Leibniz notation as a fraction and canceling the terms to get .

Why:

The fraction-like notation leads students to assume it is a ratio of two separate quantities before learning differentials.

Correct move:

Remember is a single symbol for the derivative of with respect to ; treat it as one term until you learn differentials later in the course.

Wrong move:

Swapping the order of terms in the difference quotient, writing instead of the correct order, leading to a sign error in the final derivative.

Why:

Students write terms in the order they appear in the problem, not matching the definition structure.

Correct move:

Always write the term with the added first, then subtract the original function value to match the standard definition.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Derivative at a point (h-form)

Used for first-principle calculations; requires defined

Derivative at a point (x→a form)

Used for matching given limits to derivatives; equivalent to h-form

Derivative as a function

Domain is all where the limit exists; gives slope at any input

Lagrange (Prime) Notation

Most common concise notation for derivatives of functions of

Leibniz Notation

Explicitly shows derivative with respect to ; used for related rates/integration

Newton Notation

Exclusively used for derivatives with respect to time in applied problems

Scaled limit identity

Common trick question setup; scaling by a constant does not change the result

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 derivative from given limit

  • 2022 Β· FRQ

    Compute derivative from first principles

What's Next

This foundational topic sets up all subsequent differentiation work in AP Calculus BC. Immediately after mastering this topic, you will learn shortcut differentiation rules that let you compute derivatives of common functions without invoking the limit definition every time. Without a solid understanding of the derivative definition and notation, you will struggle to recognize the conceptual limit-based derivative questions that appear frequently on AP exams, and you will not have the intuition to verify that your shortcut results make sense. This topic also feeds into all higher-level BC-specific differentiation topics, including derivatives of parametric, polar, and vector functions, implicit differentiation, and related rates.