Differentiation: Definition and Fundamental Properties — AP Calculus AB Unit Overview
For: AP Calculus AB candidates sitting AP Calculus AB.
Covers: The full scope of AP Calculus AB Unit 2, including all 10 core sub-topics: average/instantaneous rates of change, derivative definition/notation, derivative estimation, the differentiability-continuity connection, and all core differentiation rules for common functions.
You should already know: Limit evaluation techniques for algebraic and trigonometric functions; basic function algebra and graphing; slope and rate of change concepts from precalculus.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus AB style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.
1. Why This Unit Matters
This is Unit 2 of the AP Calculus AB Course and Exam Description (CED), accounting for 10–12% of your total exam score, and it appears in both multiple-choice (MCQ) and free-response (FRQ) sections across all difficulty levels. This unit is the foundation of all of calculus: after introducing the core definition of the derivative using limits from Unit 1, it gives you the toolbox of algebraic rules you will use for every differentiation problem for the rest of the course. Every application of calculus — from finding related rates to optimizing functions to solving differential equations — relies on you being able to compute derivatives quickly and correctly using these fundamental rules. Beyond computation, this unit introduces the key relationship between differentiability and continuity, which shapes your understanding of function behavior and is a common exam question topic testing your conceptual mastery. Mastery of this unit is non-negotiable: every subsequent unit on differentiation, applications of differentiation, and integration builds on the definitions and rules you learn here.
2. Concept Map: How The Unit Builds
The unit is structured incrementally, starting from intuitive first principles and moving to efficient rule-based differentiation, so every sub-topic depends on mastery of the previous ones. 1. First, you start with Defining average and instantaneous rates of change at a point, which connects the precalculus concept of average slope over an interval to the limit-based idea of slope at a single point, the core intuition of the derivative. 2. Next, Defining the derivative and using derivative notation formalizes this intuition into the limit definition of the derivative, both at a point and as a function, and introduces the standard notation (prime, Leibniz) you will use for the entire course. 3. Then, Estimating derivatives of a function at a point teaches you how to approximate derivatives from graphs or tables when an algebraic solution is not possible, a skill frequently tested on calculator and non-calculator questions. 4. Next, Connecting differentiability and continuity establishes the key relationship between these two properties: differentiability implies continuity, but continuity does not guarantee differentiability, and teaches you how to identify points where a derivative does not exist. 5. With the conceptual foundation set, you move to algebraic rules, starting with the Power rule, the simplest and most widely used rule for power functions. 6. Next, Constant, sum, difference, and constant multiple rules extend the power rule to any linear combination of functions, establishing the linearity of differentiation. 7. Then, you learn Derivatives of cos, sin, e^x, ln(x), the core derivatives of non-polynomial functions you will use constantly for the rest of the course. 8. Next, the Product rule teaches you how to differentiate products of functions, which cannot be solved with just the sum or power rules. 9. Then the Quotient rule extends this to quotients of functions. 10. Finally, Derivatives of tan, cot, sec, csc extend your trigonometric derivatives to all six common trigonometric functions, usually derived as practice for the product and quotient rules.
3. A Guided Tour: How Core Sub-Topics Work Together
We will use a common AP-style derivative problem to show how multiple sub-topics connect to solve it: Find the derivative of ( f(x) = 4x^2 \tan(x) - \frac{e^x - 5x}{\ln(x)} ) for ( x>0 ). This problem relies on three of the most central sub-topics of the unit: linearity of differentiation (constant/sum/difference rules), the product rule, and the quotient rule, plus relies on the core derivative formulas you learn in the unit.
Step 1: First, apply the sum and difference rules, which tell us that we can differentiate each term of the function separately: The constant multiple rule lets us pull the constant 4 out of the first term, simplifying the problem. This is the first core concept: the linearity of differentiation lets you break a complex derivative into small, solvable pieces.
Step 2: Differentiate the first term, which is a product of two functions: ( 4x^2 ) and ( \tan(x) ). Here we need the product rule, which states that ( (fg)' = f'g + fg' ). First, apply the power rule to get ( \frac{d}{dx}[4x^2] = 8x ), and use the derivative of ( \tan(x) ) (from the trigonometric derivatives sub-topic) to get ( \frac{d}{dx}[\tan(x)] = \sec^2(x) ). Substituting into the product rule gives:
Step 3: Differentiate the quotient term, which requires the quotient rule, stated as ( \left(\frac{f}{g}\right)' = \frac{f'g - fg'}{g^2} ). Differentiate the numerator term-by-term, using the derivative of ( e^x ) and power rule to get ( \frac{d}{dx}[e^x - 5x] = e^x - 5 ), and differentiate the denominator using the derivative of ( \ln(x) ) to get ( \frac{d}{dx}[\ln(x)] = \frac{1}{x} ). Substituting and simplifying:
Step 4: Combine the results to get the full derivative:
Exam tip: When combining multiple rules, label each step with the rule you are using to avoid mixing up terms or signs — AP exam readers award partial credit for correct application of individual rules even if you make a final arithmetic error.
4. Common Cross-Cutting Pitfalls (and how to avoid them)
- Wrong move: For the derivative definition at ( x=a ), substitute ( f(a+h) = f(a) + h ) instead of substituting ( (a+h) ) into the function's formula. Why: Students confuse shifting the input of the function with shifting the output, especially when working with simple linear functions, leading to incorrect limit results. Correct move: Always circle the ( (a+h) ) input before substituting, and replace every instance of ( x ) in the function formula with the entire ( (a+h) ) expression.
- Wrong move: Write the derivative of a product as the product of derivatives: ( (fg)' = f'g' ), and the derivative of a quotient as the quotient of derivatives: ( (f/g)' = f'/g' ). Why: Students generalize incorrectly from the sum/difference rule, which does allow splitting the derivative across addition, so they assume the same holds for multiplication and division. Correct move: Memorize the mnemonics for product ("first d second plus second d first") and quotient ("low d high minus high d low, over low squared") and recite them before applying the rule every time until they are automatic.
- Wrong move: Apply the power rule to ( 5e^x ), getting ( 5x e^{x-1} ) instead of ( 5e^x ). Why: Students mix up the two rules based on where the variable is located: power rule is for variable bases, constant exponents, while the exponential derivative is for constant bases, variable exponents. Correct move: Before differentiating any term, ask "Is the variable in the base or the exponent?" to pick the correct rule.
- Wrong move: Claim that a function continuous at ( x=a ) must be differentiable at ( x=a ), for example claiming ( f(x) = |x| ) is differentiable at ( x=0 ). Why: Students mix up the direction of the implication between continuity and differentiability. Correct move: Remember that differentiability requires continuity, but continuity does not require differentiability — always check for corners, cusps, or vertical tangents at continuous points to confirm differentiability.
- Wrong move: Reverse the order of terms in the quotient rule numerator, writing ( \frac{fg' - gf'}{g^2} ) instead of ( \frac{f'g - fg'}{g^2} ) (where ( f ) is the numerator, ( g ) the denominator). Why: Students forget the order of terms, leading to a sign error on the entire result. Correct move: Always follow the "low d high" mnemonic, where "low" (denominator) is first multiplied by d "high" (derivative of numerator), so that the derivative of the top is always the first term in the numerator.
- Wrong move: When estimating a derivative from a table with points on both sides of the target point, use only the interval to the left or right, resulting in a less accurate (and incorrect for AP expectations) estimate. Why: Students don't remember that the symmetric difference quotient is the best estimate when you have points on both sides. Correct move: If you have ( f(a-h) ), ( f(a) ), and ( f(a+h) ), always use the symmetric difference ( \frac{f(a+h) - f(a-h)}{2h} ) unless the question explicitly asks for a one-sided estimate.
5. Quick Check: Do You Know When To Use What?
Test your ability to match the right sub-topic to the problem: For each scenario below, name the sub-topic you would use to solve it.
- Find the instantaneous rate of change of ( f(x) = 2x^3 - 7x ) at ( x=2 ), no calculator allowed.
- Approximate the slope of ( f(x) ) at ( x=10 ), given a table of ( f(x) ) at ( x=8, 10, 12 ).
- Determine whether the piecewise function ( f(x) = \begin{cases} x^3 & x \leq 1 \ 3x - 2 & x>1 \end{cases} ) is differentiable at ( x=1 ).
- Find the derivative of ( f(x) = (x^2 + 1)(\sin x - \ln x) ).
- Find the derivative of ( f(x) = \frac{2 e^x}{\cos x} ).
Answers:
- Power rule + constant multiple + difference rules (or limit definition of the derivative if explicitly requested)
- Estimating derivatives of a function at a point
- Connecting differentiability and continuity (check left and right hand derivatives to confirm a two-sided derivative exists)
- Product rule, combined with derivatives of common functions and the power rule
- Quotient rule (or product rule, if you rewrite ( 2 e^x (\cos x)^{-1} )) combined with derivatives of exponential and trigonometric functions
6. Practice Questions (AP Calculus AB Style)
Question 1 (Multiple Choice)
Which of the following is equal to ( \lim_{h \to 0} \frac{(3+h)^2 e^{3+h} - 9 e^3}{h} )? A) ( 0 ) B) ( 6 e^3 ) C) ( 9 e^3 ) D) ( 15 e^3 )
Worked Solution: This limit matches the definition of the derivative of ( f(x) = x^2 e^x ) at ( x=3 ): ( f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h} ), where ( f(3) = 3^2 e^3 = 9 e^3 ). To find ( f'(3) ), apply the product rule: ( f'(x) = (2x) e^x + x^2 e^x = e^x (x^2 + 2x) ). Substitute ( x=3 ): ( f'(3) = e^3 (9 + 6) = 15 e^3 ). The correct answer is D.
Question 2 (Free Response)
Let ( f(x) = \begin{cases} x^2 + 2x & x \leq 1 \ kx + 3 & x > 1 \end{cases} ) (a) Find the value of ( k ) that makes ( f(x) ) continuous at ( x=1 ). (b) Using your value of ( k ) from (a), determine if ( f(x) ) is differentiable at ( x=1 ). Justify your answer. (c) For ( k = 6 ), find ( f'(x) ) for all ( x \neq 1 ).
Worked Solution: (a) For continuity at ( x=1 ), left-hand limit equals right-hand limit equals ( f(1) ): Set equal: ( 3 = k + 3 \implies k = 0 ).
(b) To check differentiability, compare left-hand and right-hand derivatives: Left-hand derivative: ( \frac{d}{dx}(x^2 + 2x) = 2x + 2 \implies \text{LHD} = 2(1) + 2 = 4 ) Right-hand derivative: ( \frac{d}{dx}(3) = 0 \implies \text{RHD} = 0 ) Since ( 4 \neq 0 ), the two-sided derivative does not exist, so ( f(x) ) is not differentiable at ( x=1 ), even though it is continuous.
(c) For ( k=6 ), differentiate each piece separately:
Question 3 (Application / Real-World Style)
The number of customers arriving at a café between 7AM and 9AM is modeled by ( N(t) = 10 t + 2 e^{0.5 t} ), where ( t ) is the number of hours after 7AM, and ( N(t) ) is the total number of customers that have arrived by time ( t ). Find the instantaneous rate of customer arrival at 8AM, and interpret your result in context. Include units.
Worked Solution: 8AM is 1 hour after 7AM, so ( t=1 ). The derivative ( N'(t) ) gives the instantaneous rate of arrival at time ( t ). Apply basic differentiation rules: Substitute ( t=1 ): ( N'(1) = 10 + e^{0.5} \approx 11.65 ) customers per hour. Interpretation: At 8AM, customers are arriving at the café at an instantaneous rate of approximately 11.65 customers per hour.
7. Quick Reference Cheatsheet
| Category | Formula | Notes |
|---|---|---|
| Derivative at a point ( x=a ) | ( f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h} ) | Limit definition, used for proving differentiability or when rules don't apply |
| Symmetric derivative estimate | ( f'(a) \approx \frac{f(a+h) - f(a-h)}{2h} ) | Best estimate for derivatives from tables when points exist on both sides of ( a ) |
| Differentiability-Continuity | If ( f ) is differentiable at ( a ), then ( f ) is continuous at ( a ) | Reverse is not true: continuous does not imply differentiable |
| Power Rule | ( \frac{d}{dx}[x^n] = n x^{n-1} ) | Works for any real constant ( n ), variable in base |
| Linearity Rules | ( \frac{d}{dx}[c f(x) + g(x)] = c f'(x) + g'(x) ) | Combines constant multiple, sum, and difference rules |
| Product Rule | ( (f g)' = f' g + f g' ) | For product of two differentiable functions |
| Quotient Rule | ( \left(\frac{f}{g}\right)' = \frac{f' g - f g'}{g^2} ) | For quotients, ( g(x) \neq 0 ) |
| Derivative of ( e^x ) | ( \frac{d}{dx}[e^x] = e^x ) | Exponential function with base ( e ), variable in exponent |
| Derivative of ( \ln x ) | ( \frac{d}{dx}[\ln x] = \frac{1}{x} ) | Valid for ( x>0 ) |
| Basic trig derivatives | ( \frac{d}{dx}[\sin x] = \cos x ), ( \frac{d}{dx}[\cos x] = -\sin x ) | Always use radians for AP Calculus |
| Other trig derivatives | ( \frac{d}{dx}[\tan x] = \sec^2 x ), ( \frac{d}{dx}[\sec x] = \sec x \tan x ), ( \frac{d}{dx}[\cot x] = -\csc^2 x ), ( \frac{d}{dx}[\csc x] = -\csc x \cot x ) | Can be derived from product/quotient rule |
8. What's Next / All Unit Sub-Topics
This unit is the foundation for all subsequent differentiation topics, which build directly on the rules and definitions you learned here. Next, you will move to the chain rule for composite functions, which combines with the product, quotient, and basic derivative rules from this unit to let you differentiate almost any elementary function. Without mastering the fundamental rules in this unit, the chain rule, implicit differentiation, and all applications of differentiation will be much harder than they need to be, as you will waste time correcting mistakes in basic derivative calculations. This unit also builds the conceptual foundation for the relationship between a function and its derivative, which you will use when graphing derivatives and solving related rates and optimization problems.
- Defining average and instantaneous rates of change at a point
- Defining the derivative and using derivative notation
- Estimating derivatives of a function at a point
- Connecting differentiability and continuity
- Power rule
- Constant, sum, difference, and constant multiple rules
- Derivatives of cosine, sine, e^x, and natural log
- Product rule
- Quotient rule
- Derivatives of tangent, cotangent, secant, and cosecant