AP Calculus AB

Differentiation: Definition and Fundamental Properties

AP Calculus AB — Unit 2

1
Module 1

Foundations & Definitions

Overview, Objectives & Key DefinitionsTopic 1

Unit Overview

Unit 1 ended with the idea that the instantaneous rate of change is a limit of secant slopes. This unit turns that idea into a precise, computable object: the derivative. You will define the derivative as a limit, then build a toolkit of rules — power, product, quotient, and the derivatives of the basic trig functions — that lets you differentiate quickly without returning to the limit each time.

Differentiation is the single most-used skill in AP Calculus. Almost every later unit assumes you can differentiate fluently and correctly. This unit is about 10–12% of the exam on its own, but its reach is total.

Big picture: The derivative f'(x) measures how fast f changes, and geometrically it is the slope of the tangent line.


Learning Objectives

You will be able to:

  • Define f'(x) using the limit of a difference quotient (both forms).
  • Interpret the derivative as a slope of a tangent line and an instantaneous rate of change.
  • Estimate derivatives from graphs and tables.
  • Explain the relationship between differentiability and continuity (and where differentiability fails).
  • Apply the Power Rule, constant multiple, and sum/difference rules.
  • Differentiate sin, cos, tan, cot, sec, csc.
  • Apply the Product Rule and Quotient Rule.
  • Compute higher-order derivatives.
  • Perform implicit differentiation and differentiate inverse functions.

Prerequisite Concepts

  • Limits and the difference quotient (Unit 1).
  • Exponent rules, including negative and fractional exponents.
  • Trig values and identities.
  • Function composition and the meaning of an inverse function.

Key Definitions

  • Difference quotient: (f(x + h) − f(x)) / h — the average rate of change over a step of size h.
  • Derivative (limit definition): f'(x) = lim_{h→0} (f(x + h) − f(x)) / h
  • Alternate (point) form: f'(a) = lim_{x→a} (f(x) − f(a)) / (x − a)
  • Notations: f'(x), dy/dx, y', d/dx[f(x)], and for higher orders f''(x), d²y/dx².
  • Differentiable at a: the limit defining f'(a) exists (the graph has a single, non-vertical tangent line there).
  • Higher-order derivative: the derivative of a derivative; f'' is the second derivative, f''' the third, etc.

✎ Self-Check — 5 questions0 / 5
Q1.The position of a particle moving along a coordinate axis is given by s(t) = t^3 - 3t^2 + 2t. What is the average rate of change of position on the interval [0, 2]?
Explanation: The average rate of change is [s(2) - s(0)] / (2 - 0). s(2) = 8 - 12 + 4 = 0. s(0) = 0. Thus, (0 - 0) / 2 = 0.
Q2.Which of the following expressions is equivalent to the definition of the derivative of f(x) at x = a?
Explanation: Both lim_{h→0} [f(a+h) - f(a)] / h and lim_{x→a} [f(x) - f(a)] / (x - a) are standard limit definitions for f'(a).
Q3.If f(2) = 5 and f'(2) = -3, what is the best linear approximation for f(2.1)?
Explanation: The tangent line approximation is L(x) = f(a) + f'(a)(x - a). L(2.1) = 5 + (-3)(2.1 - 2) = 5 - 0.3 = 4.7.
Q4.Let f(x) = |x - 2|. Which of the following is true at x = 2?
Explanation: The graph of f(x) = |x - 2| has a sharp corner (v-shape) at x = 2. It is continuous everywhere, but the derivative does not exist at the corner.
Q5.Find the derivative of f(x) = 4x^(1/2) - 3x^(-2).
Explanation: Using the power rule: d/dx(4x^(1/2)) = 4(1/2)x^(-1/2) = 2x^(-1/2). d/dx(-3x^(-2)) = -3(-2)x^(-3) = 6x^(-3).
2
Module 2

Theorems & Formulas

Important Theorems & FormulasTopic 1

Important Theorems

Differentiability implies continuity. If f is differentiable at a, then f is continuous at a. The converse is false: a function can be continuous but not differentiable (e.g., |x| at x = 0).

Where differentiability fails: at corners (like |x|), cusps (like x^(2/3) at 0), vertical tangents, and any discontinuity.

Inverse Function Derivative Theorem. If f is differentiable and one-to-one with inverse g, then g'(a) = 1 / f'(g(a)), provided f'(g(a)) ≠ 0.


Important Formulas

Basic rules (c constant, n any real number):

  • Constant: d/dx[c] = 0
  • Power Rule: d/dx[x^n] = n·x^(n−1)
  • Constant multiple: d/dx[c·f] = c·f'
  • Sum/Difference: d/dx[f ± g] = f' ± g'

Product Rule: d/dx[f·g] = f'·g + f·g'

Quotient Rule: d/dx[f/g] = (f'·g − f·g') / g² (remember: "low d-high minus high d-low, over low squared")

Trig derivatives:

  • d/dx[sin x] = cos x
  • d/dx[cos x] = −sin x
  • d/dx[tan x] = sec² x
  • d/dx[cot x] = −csc² x
  • d/dx[sec x] = sec x · tan x
  • d/dx[csc x] = −csc x · cot x

✎ Self-Check — 5 questions0 / 5
Q1.Find the derivative of f(x) = (x^2 + 1) / (x - 1).
Explanation: Using the quotient rule: (u'v - uv')/v^2 = [(2x)(x - 1) - (x^2 + 1)(1)] / (x - 1)^2 = (2x^2 - 2x - x^2 - 1) / (x - 1)^2 = (x^2 - 2x - 1) / (x - 1)^2.
Q2.If f(x) = x^3 + x - 2, and g is the inverse function of f, what is g'(0)?
Explanation: Since f(1) = 1 + 1 - 2 = 0, g(0) = 1. g'(0) = 1 / f'(g(0)) = 1 / f'(1). f'(x) = 3x^2 + 1. f'(1) = 3(1)^2 + 1 = 4. Therefore, g'(0) = 1/4.
Q3.The derivative of f(x) = √(x + 3) at x = 1 using the definition of the derivative is:
Explanation: Using the definition: f'(x) = lim(h→0) [√(x + h + 3) - √(x + 3)] / h. At x = 1, f'(1) = 1 / (2√(1 + 3)) = 1/4.
Q4.A function is continuous at a point but not differentiable. Which of the following could be true?
Explanation: A vertical tangent (e.g., f(x) = ∛x at x = 0) makes a function continuous but non-differentiable. The other options describe discontinuities or undefined points.
Q5.The derivative of f(x) = (x² + 1)(x³ - 2) is:
Explanation: Product rule: (2x)(x^3 - 2) + (x^2 + 1)(3x^2) = 2x^4 - 4x + 3x^4 + 3x^2 = 5x^4 + 3x^2 - 4x.
3
Module 3

Concepts & Worked Examples

Concept Explanations & Solved ExamplesTopic 1

Concept Explanations

Two forms of the derivative (2.2). The h → 0 form gives the derivative function f'(x); the x → a form gives the derivative value f'(a) directly. Recognizing a limit as one of these forms is a common AP multiple-choice task: e.g., lim_{h→0} ((2+h)⁴ − 16)/h is exactly f'(2) for f(x) = x⁴, which is 32.

Differentiability vs. continuity (2.4). Differentiability is stronger than continuity. To be differentiable, a function must be continuous and smooth (no corner, cusp, or vertical tangent). For a piecewise function, check both that the pieces meet (continuity) and that their one-sided derivatives match (smoothness).

Choosing a rule (2.11). Read the structure of the expression:

  • A single power → Power Rule.
  • A product of two functions of x → Product Rule.
  • A quotient → Quotient Rule.
  • (A function inside another → Chain Rule, formally Unit 3, but often needed alongside these.)

Implicit differentiation (2.13). When y is defined implicitly (e.g., x² + y² = 25), differentiate both sides with respect to x, treating y as a function of x (so d/dx[y²] = 2y·(dy/dx)), then solve for dy/dx.

Inverse-function derivatives (2.14). You do not need a formula for the inverse itself. Use g'(a) = 1 / f'(g(a)): find the input where f outputs a, then reciprocate the derivative of f there.


Worked Examples

Example 1 (Limit definition). Find f'(x) for f(x) = x² from the definition. lim_{h→0} ((x+h)² − x²)/h = lim_{h→0} (2xh + h²)/h = lim_{h→0} (2x + h) = 2x.

Example 2 (Power Rule with fractional/negative exponents).

  • d/dx[x^(3/2)] = (3/2)x^(1/2).
  • d/dx[4/x²] = d/dx[4x^(−2)] = −8x^(−3) = −8/x³.

Example 3 (Product Rule). d/dx[x² sin x] = 2x·sin x + x²·cos x.

Example 4 (Quotient Rule). d/dx[(2x + 1)/(x − 1)] = (2(x−1) − (2x+1)(1))/(x−1)² = −3/(x−1)².

Example 5 (Higher-order). For f(x) = x⁵: f'(x) = 5x⁴, f''(x) = 20x³, f'''(x) = 60x².

Example 6 (Implicit). For x² + y² = 25: differentiate to get 2x + 2y·(dy/dx) = 0, so dy/dx = −x/y. At (3, 4), the tangent slope is −3/4.

Example 7 (Inverse). For f(x) = x³ with inverse g, find g'(8). Since 2³ = 8, g(8) = 2. f'(x) = 3x², so f'(2) = 12. Thus g'(8) = 1/12.


✎ Self-Check — 5 questions0 / 5
Q1.The derivative of f(x) = (3x + 2)/(x - 1) is:
Explanation: Quotient rule: [3(x - 1) - (3x + 2)]/(x - 1)^2 = (3x - 3 - 3x - 2)/(x - 1)^2 = -5/(x - 1)^2.
Q2.Given the function f(x) = 1/x, use the tangent line at x = 1 to approximate the value of f(1.1).
Explanation: f(1) = 1, f'(x) = -1/x^2, so f'(1) = -1. L(x) = f(1) + f'(1)(x - 1) = 1 - 1(x - 1) = 1 - x + 1 = 2 - x. L(1.1) = 2 - 1.1 = 0.9.
Q3.If f(x) = (x^2 + 3)^2, what is f'(x)?
Explanation: Expand f(x) = x^4 + 6x^2 + 9. Then f'(x) = 4x^3 + 12x = 4x(x^2 + 3).
Q4.Find the derivative of f(x) = sin(x) cos(x).
Explanation: f(x) = 0.5 sin(2x). f'(x) = 0.5 * 2 cos(2x) = cos(2x).
Q5.Find the derivative of f(x) = csc(x) + cot(x).
Explanation: d/dx(csc x) = -csc x cot x and d/dx(cot x) = -csc^2 x.
4
Module 4

Graphs, Pitfalls & AP Exam Tips

Graphical Interpretation, Common Mistakes & TipsTopic 1

Graphical Interpretation

  • f'(x) is the slope of the tangent to y = f(x) at x.
  • Where f is increasing, f' > 0; where decreasing, f' < 0; at a smooth peak/valley, f' = 0.
  • A corner ⇒ left and right tangent slopes differ ⇒ not differentiable.
  • A vertical tangent ⇒ f'(x) → ±∞ ⇒ not differentiable, even though the function may be continuous.
  • The graph of f' records the slopes of f; reading one from the other is a frequent exam skill (developed further in Unit 5).

Common Mistakes

  • Quotient Rule sign/order errors. It is (low·d-high − high·d-low)/low², not the reverse — the subtraction order matters.
  • Forgetting the Product Rule and writing d/dx[f·g] = f'·g' (wrong).
  • Dropping the dy/dx factor in implicit differentiation when differentiating a y-term.
  • Assuming continuity ⇒ differentiability. |x| is the classic counterexample at 0.
  • Power Rule on the wrong form. Rewrite roots and reciprocals as exponents first (√x = x^(1/2), 1/x² = x^(−2)).
  • Inverse-derivative confusion. g'(a) = 1/f'(g(a)), not 1/f'(a).

AP Exam Tips

  • Recognize limit definitions of the derivative in disguise — they are common multiple-choice items.
  • Know the six trig derivatives cold; the "co-" functions (cos, cot, csc) all carry a negative sign.
  • On implicit differentiation free-response, show the dy/dx factor explicitly — it earns method points.
  • For a tangent-line question: find the point and the slope f'(a), then use point-slope form.
  • Simplify only as needed; an unsimplified but correct derivative still earns full credit on free-response.

Unit Summary

  • The derivative is f'(x) = lim_{h→0} (f(x+h) − f(x))/h — a slope of a tangent and an instantaneous rate.
  • Differentiability ⇒ continuity, but not conversely (corners, cusps, vertical tangents break differentiability).
  • Master the Power, Product, Quotient rules and the six trig derivatives.
  • Implicit differentiation differentiates both sides in x (with dy/dx on y-terms); inverse derivatives use g'(a) = 1/f'(g(a)).
  • Higher-order derivatives are derivatives of derivatives.

Next unit: the Chain Rule and its combinations (composite, implicit, and inverse functions).

✎ Self-Check — 5 questions0 / 5
Q1.The derivative of f(x) = (x² - 3)(x³ + 2x + 1) is:
Explanation: Product rule: 2x(x^3 + 2x + 1) + (x^2 - 3)(3x^2 + 2) = (2x^4 + 4x^2 + 2x) + (3x^4 - 7x^2 - 6) = 5x^4 - 3x^2 + 2x - 6.
Q2.The derivative of f(x) = (2x + 1)/(x² + 3) is:
Explanation: Quotient rule: [2(x^2 + 3) - (2x + 1)(2x)]/(x^2 + 3)^2 = (2x^2 + 6 - 4x^2 - 2x)/(x^2 + 3)^2 = (-2x^2 - 2x + 6)/(x^2 + 3)^2.
Q3.The position of a particle moving along a coordinate axis is given by s(t) = (1/3)t^3 - 2t^2 + 3t for t > 0. By the Mean Value Theorem, for what value of t in the open interval (0, 3) does the instantaneous velocity equal the average velocity of the particle on [0, 3]?
Explanation: Average velocity on [0,3] = (s(3) - s(0))/3 = 0, since s(3) = 9 - 18 + 9 = 0 and s(0) = 0. Setting v(t) = t^2 - 4t + 3 = 0 gives t = 1 or t = 3; only t = 1 lies in the open interval (0, 3).
Q4.What is the value of the derivative of f(x) = csc(x) cot(x) at x = π/6?
Explanation: Using the product rule: f'(x) = (-csc(x)cot(x))cot(x) + csc(x)(-csc^2(x)) = -csc(x)cot^2(x) - csc^3(x). At x = π/6, csc(π/6) = 2 and cot(π/6) = √3. Thus, f'(π/6) = -(2)(√3)^2 - (2)^3 = -2(3) - 8 = -6 - 8 = -14.
Q5.The derivative of f(x) = (x^2 + 1)(x^3 - 3x^2 + 2) is:
Explanation: Product rule: 2x(x^3 - 3x^2 + 2) + (x^2 + 1)(3x^2 - 6x) = (2x^4 - 6x^3 + 4x) + (3x^4 - 6x^3 + 3x^2 - 6x) = 5x^4 - 12x^3 + 3x^2 - 2x.

Ready to test yourself?

Attempt the full timed practice tests for this chapter.

Start Mock Test 1 →