AP Calculus AB/BC Unit 2 ReviewFundamentals of Differentiation

Verified for the 2027 examCompiled by AP educators
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc

AP Calculus AB/BC Unit 2, Differentiation: Definition and Fundamental Properties, covers instantaneous rates of change, the formal definition of the derivative, and continuity, making up 10-12% of the AP exam across 10 topics. The unit connects differentiability and continuity, showing exactly when derivatives exist and when they don't. From there, AP Calc moves into the Power Rule, Product Rule, Quotient Rule, and derivatives of sin x, cos x, e^x, and ln x.

unit 2 review

AP Calculus Unit 2, Fundamentals of Differentiation, is where you formally define the derivative as a limit of a difference quotient and learn the core rules for computing it, including the Power Rule, Product Rule, Quotient Rule, and the derivatives of sin x, cos x, e^x, and ln x. The single biggest idea is that the derivative measures an instantaneous rate of change, which is the slope of the tangent line at a point. Unit 2 makes up 10-12% of the AP exam, and every differentiation unit after this one builds directly on it.

What this unit covers

From average to instantaneous rate of change

The unit opens by upgrading slope from "between two points" to "at one point."

  • The average rate of change of f on [a, b] is the slope of the secant line, f(b)f(a)ba\frac{f(b)-f(a)}{b-a}. It tells you how fast f changed on average over an interval.
  • The instantaneous rate of change at x = a comes from shrinking that interval to zero. Formally, f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h)-f(a)}{h}, or equivalently limxaf(x)f(a)xa\lim_{x \to a} \frac{f(x)-f(a)}{x-a}.
  • Picture secant lines pivoting toward the tangent line as the second point slides toward the first. The derivative is the slope they're approaching.
  • The derivative of f as a whole function is f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}. Notations you'll see everywhere are f(x)f'(x), dydx\frac{dy}{dx}, and yy'.
  • Since f(a)f'(a) is the tangent slope, the tangent line at (a,f(a))(a, f(a)) is y=f(a)+f(a)(xa)y = f(a) + f'(a)(x-a). Tangent line equations show up constantly on the exam.

Estimating derivatives from tables, graphs, and technology

Not every function comes with a formula, and the exam knows it.

  • From a table, estimate f(a)f'(a) with a difference quotient using the closest available x-values around a.
  • From a graph, estimate the derivative by eyeballing the slope of the tangent line at the point.
  • On calculator-allowed sections, your calculator can compute a numerical derivative at a point directly.

When derivatives exist (and when they don't)

This is the conceptual heart of the unit, and a favorite multiple choice target.

  • Differentiability implies continuity. If f(a)f'(a) exists, f is continuous at a. If a point isn't in the domain of f, it can't be in the domain of ff'.
  • The converse fails. A function can be continuous at a point and still not differentiable there.
  • The classic failures are a corner, where the left and right limits of the difference quotient disagree, as with f(x)=xf(x) = |x| at x = 0, and a vertical tangent, where the slope is undefined, as with f(x)=x3f(x) = \sqrt[3]{x} at x = 0.
  • Any discontinuity (jump, hole, asymptote) automatically kills differentiability there.

The basic derivative rules

Once the definition is in place, these rules let you skip the limit work for whole families of functions.

  • Power Rule: ddxxr=rxr1\frac{d}{dx} x^r = r x^{r-1}, which works for negative and fractional exponents too. Rewrite x\sqrt{x} as x1/2x^{1/2} and 1x2\frac{1}{x^2} as x2x^{-2} first.
  • Constant, Sum, Difference, and Constant Multiple Rules let you differentiate any polynomial term by term.
  • Four derivatives to memorize cold: ddxsinx=cosx\frac{d}{dx}\sin x = \cos x, ddxcosx=sinx\frac{d}{dx}\cos x = -\sin x, ddxex=ex\frac{d}{dx} e^x = e^x, ddxlnx=1x\frac{d}{dx}\ln x = \frac{1}{x}.
  • Bonus skill: recognizing the definition of the derivative inside a limit. A limit like limh0sin(π2+h)sin(π2)h\lim_{h \to 0} \frac{\sin(\frac{\pi}{2}+h) - \sin(\frac{\pi}{2})}{h} is just cos(π2)=0\cos(\frac{\pi}{2}) = 0 in disguise.

Product Rule, Quotient Rule, and the other four trig functions

  • Product Rule: ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x). The derivative of a product is NOT the product of the derivatives.
  • Quotient Rule: ddx[f(x)g(x)]=g(x)f(x)f(x)g(x)[g(x)]2\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{g(x)f'(x) - f(x)g'(x)}{[g(x)]^2}. Order in the numerator matters.
  • The remaining trig derivatives come from rewriting with identities. Since tanx=sinxcosx\tan x = \frac{\sin x}{\cos x}, the Quotient Rule gives ddxtanx=sec2x\frac{d}{dx}\tan x = \sec^2 x, and similarly for cot, sec, and csc.

Unit 2, Fundamentals of Differentiation at a glance

TopicCore ideaFormula or factWatch out for
Average vs. instantaneous rateSecant slope vs. tangent slopeAvg: f(b)f(a)ba\frac{f(b)-f(a)}{b-a}; instant: limit of difference quotientAverage rate needs no calculus, just two points
Definition of the derivativeDerivative is a limitf(x)=limh0f(x+h)f(x)hf'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}Two equivalent limit forms; know both
Estimating derivativesSlope from data or graphsUse nearest table values or tangent slopePick points that bracket the target x
Differentiability vs. continuityDifferentiable forces continuous, not vice versa$x
Power, Sum, Constant MultipleDifferentiate polynomials term by termddxxr=rxr1\frac{d}{dx}x^r = rx^{r-1}Rewrite roots and fractions as powers first
Core function derivativesFour to memorize(sinx)=cosx(\sin x)'=\cos x, (cosx)=sinx(\cos x)'=-\sin x, (ex)=ex(e^x)'=e^x, (lnx)=1x(\ln x)'=\frac{1}{x}The negative sign on cosine's derivative
Product RuleProducts need their own rule(fg)=fg+fg(fg)' = f'g + fg'(fg)fg(fg)' \neq f'g'
Quotient RuleQuotients too(fg)=gffgg2\left(\frac{f}{g}\right)' = \frac{gf'-fg'}{g^2}Numerator order; "low d-high minus high d-low"
Tan, cot, sec, cscRewrite with identities, then differentiate(tanx)=sec2x(\tan x)' = \sec^2 x, (secx)=secxtanx(\sec x)' = \sec x \tan xCo-functions pick up a negative sign

Why Unit 2, Fundamentals of Differentiation matters in AP Calc

This unit answers the question that motivates half of calculus: how fast is something changing right now? Unit 1 built limits as a tool, and Unit 2 uses that tool to define the derivative. Everything in Units 3 through 5 is differentiation, and you can't do any of it without the rules introduced here.

  • The derivative as a limit ties the course's big ideas together. Change (rates), limits, and the behavior of functions all meet in one definition.
  • The differentiability-continuity relationship is one of the course's recurring "implication, not equivalence" themes, alongside ideas like continuity not guaranteeing differentiability.
  • Fluency matters here in a way it doesn't elsewhere. If the Quotient Rule takes you ninety seconds, every later problem slows down. These rules need to be automatic by Unit 3.

How this unit connects across the course

  • Limits and Continuity (Unit 1) supply the machinery. The derivative is literally a limit, and Topic 2.4 leans on Unit 1's definition of continuity to explain when derivatives fail to exist.
  • Composite, Implicit, and Inverse Differentiation (Unit 3) extends this toolkit with the Chain Rule. The Product and Quotient Rules from Unit 2 get combined with the Chain Rule constantly there.
  • Contextual and Analytical Applications (Units 4 and 5) put these derivatives to work in related rates, motion, optimization, and curve analysis. Every "find where f is increasing" problem starts by computing ff' with Unit 2 rules.
  • Integration (Unit 6) reverses the process. Antiderivatives are built by running Unit 2's rules backward, so knowing ddxex=ex\frac{d}{dx} e^x = e^x instantly tells you exdx=ex+C\int e^x\,dx = e^x + C.

Key formulas and procedures

  • Average rate of change: f(b)f(a)ba\frac{f(b)-f(a)}{b-a}. Slope of the secant line; use it for table-based "average rate" questions.
  • Limit definition of the derivative: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}. Use it to derive derivatives from scratch or to recognize a derivative hiding inside a limit problem.
  • Alternate form at a point: f(a)=limxaf(x)f(a)xaf'(a) = \lim_{x \to a} \frac{f(x)-f(a)}{x-a}. Same idea, different bookkeeping; the exam uses both.
  • Tangent line equation: y=f(a)+f(a)(xa)y = f(a) + f'(a)(x - a). Point plus slope; this pattern returns in Unit 4 for linear approximation.
  • Power Rule: ddxxr=rxr1\frac{d}{dx} x^r = r x^{r-1}. Works for all real exponents; rewrite radicals and reciprocals as powers first.
  • Sum, Difference, Constant Multiple Rules: differentiate term by term and pull constants out front.
  • Core derivatives: ddxsinx=cosx\frac{d}{dx}\sin x = \cos x, ddxcosx=sinx\frac{d}{dx}\cos x = -\sin x, ddxex=ex\frac{d}{dx}e^x = e^x, ddxlnx=1x\frac{d}{dx}\ln x = \frac{1}{x}.
  • Product Rule: (fg)=fg+fg(fg)' = f'g + fg'. Use whenever two variable expressions are multiplied.
  • Quotient Rule: (fg)=gffgg2\left(\frac{f}{g}\right)' = \frac{gf' - fg'}{g^2}. Use for ratios; check first whether algebraic simplification avoids it entirely.
  • Trig derivatives from identities: (tanx)=sec2x(\tan x)' = \sec^2 x, (cotx)=csc2x(\cot x)' = -\csc^2 x, (secx)=secxtanx(\sec x)' = \sec x \tan x, (cscx)=cscxcotx(\csc x)' = -\csc x \cot x.
  • Differentiability check at a point: confirm continuity first, then confirm the left and right limits of the difference quotient match (no corner, cusp, or vertical tangent).

Unit 2, Fundamentals of Differentiation on the AP exam

Unit 2 is 10-12% of the AP exam, but its skills appear in far more than 10-12% of the questions because later units depend on them. Expect to see this content in several forms:

  • Multiple choice questions that hand you a limit and ask you to recognize it as a derivative. If you see limh0f(a+h)f(a)h\lim_{h \to 0} \frac{f(a+h)-f(a)}{h} with a specific function plugged in, identify the function and the point, then evaluate the known derivative instead of computing the limit by hand.
  • Computation questions that mix rules, like differentiating x2sinxex\frac{x^2 \sin x}{e^x} or a polynomial with fractional exponents. Speed and accuracy with the Power, Product, and Quotient Rules are what's being tested.
  • Conceptual questions on differentiability vs. continuity, often with a piecewise function. You may need to choose constants that make a piecewise function differentiable, which requires matching both function values and one-sided derivative values at the seam.
  • Table and graph questions where you estimate a derivative from data using a difference quotient, a skill that also appears inside free response parts in later units (motion, rates from tables).
  • Tangent line questions, both as standalone problems and as the first part of a free response, since the tangent line at a point only needs f(a)f(a) and f(a)f'(a).

Always use correct notation in free response work. Writing f(3)f'(3) or dydxx=3\frac{dy}{dx}\big|_{x=3} matters for earning points; a bare number without notation can cost you.

Essential questions

  • How can we make "rate of change at a single instant" mathematically precise when slope normally requires two points?
  • What does the derivative tell us about a function's graph, and what does the graph tell us about the derivative?
  • Why does differentiability guarantee continuity, but continuity not guarantee differentiability?
  • How do general rules let us differentiate complicated functions without returning to the limit definition every time?

Key terms to know

  • Difference quotient: The expression f(x+h)f(x)h\frac{f(x+h)-f(x)}{h}, whose limit as h approaches 0 defines the derivative.
  • Average rate of change: The slope of the secant line through two points on a function, computed as f(b)f(a)ba\frac{f(b)-f(a)}{b-a}.
  • Instantaneous rate of change: The rate of change at a single point, equal to the value of the derivative there.
  • Derivative: The function f(x)f'(x) giving the slope of the tangent line to f at each x where the defining limit exists.
  • Secant line: A line through two points on a curve; its slope is an average rate of change.
  • Tangent line: The line that touches a curve at a point with slope equal to the derivative at that point.
  • Differentiability: The property of having a derivative at a point, which requires continuity plus a well-defined, finite tangent slope.
  • Corner: A point where a continuous graph changes direction sharply, so left and right difference-quotient limits disagree, as in x|x| at 0.
  • Vertical tangent: A point where the tangent line is vertical and the derivative is undefined, as in x3\sqrt[3]{x} at 0.
  • Cusp: A sharp point where one-sided slopes head to opposite infinities; continuous but not differentiable.
  • Power Rule: The rule ddxxr=rxr1\frac{d}{dx}x^r = rx^{r-1} for differentiating power functions.
  • Product Rule: The rule (fg)=fg+fg(fg)' = f'g + fg' for differentiating a product of two functions.
  • Quotient Rule: The rule (fg)=gffgg2\left(\frac{f}{g}\right)' = \frac{gf'-fg'}{g^2} for differentiating a ratio of two functions.
  • Normal line: The line perpendicular to the tangent at a point, with slope 1f(a)-\frac{1}{f'(a)}.

Common mix-ups

  • Continuity vs. differentiability runs one direction only. Differentiable means continuous, but f(x)=xf(x) = |x| is continuous at 0 and not differentiable there. Exam questions love testing the false converse.
  • (fg)fg(fg)' \neq f'g' and (fg)fg\left(\frac{f}{g}\right)' \neq \frac{f'}{g'}. Products and quotients have their own rules. Test it yourself with xxx \cdot x and you'll see the shortcut gives the wrong answer.
  • In the Quotient Rule, the numerator is $gf' - fg'$ in that order. Flipping it negates your whole answer.
  • Chain rule, implicit differentiation, related rates, and optimization are NOT in this unit. They live in Units 3, 4, and 5. Unit 2 is the definition plus the basic rules, so focus your review accordingly.

Frequently Asked Questions

What topics are covered in AP Calc Unit 2?

AP Calc Unit 2 covers 10 topics on the definition and fundamental properties of differentiation. You'll work through average and instantaneous rates of change, the limit definition of the derivative, derivative notation, differentiability vs. continuity, the Power Rule, the Product Rule, the Quotient Rule, and derivatives of sin x, cos x, e^x, ln x, tan x, cot x, sec x, and csc x. Here's the full topic list: - 2.1 Average and Instantaneous Rates of Change at a Point - 2.2 Defining the Derivative and Using Derivative Notation - 2.3 Estimating Derivatives at a Point - 2.4 Differentiability and Continuity - 2.5 The Power Rule - 2.6 Constant, Sum, Difference, and Constant Multiple Rules - 2.7 Derivatives of cos x, sin x, e^x, and ln x - 2.8 The Product Rule - 2.9 The Quotient Rule - 2.10 Derivatives of tan x, cot x, sec x, and csc x See practice and study resources at AP Calc Unit 2.

How much of the AP Calc exam is Unit 2?

AP Calc Unit 2 makes up 10-12% of the AP exam, making it one of the more heavily tested foundational units. It covers the definition of the derivative, the Power Rule, the Product Rule, the Quotient Rule, and derivatives of trigonometric and exponential functions. A solid grasp of these rules also supports nearly every other unit on the exam.

What's on the AP Calc Unit 2 progress check (MCQ and FRQ)?

The AP Calc Unit 2 progress check in AP Classroom includes both MCQ and FRQ parts drawn from all 10 topics in the unit. MCQ questions typically test the Power Rule, Product Rule, Quotient Rule, derivatives of sin x, cos x, e^x, and ln x, and identifying where derivatives do not exist. FRQ parts ask you to apply derivative rules and interpret instantaneous rates of change in context. For the progress check, focus especially on Topics 2.4 through 2.10, since those cover the computational rules most frequently tested. You can find matched practice problems at AP Calc Unit 2.

How do I practice AP Calc Unit 2 FRQs?

AP Calc Unit 2 FRQs most often ask you to find a derivative using the Power Rule, Product Rule, or Quotient Rule, or to interpret an instantaneous rate of change in a real-world context. To practice, work through problems that require you to write out full derivative notation, show each rule step clearly, and explain what a derivative value means in context, since partial credit depends on clear reasoning. Good practice steps: 1. Drill Topics 2.5-2.9 (the core rules) until the algebra is automatic. 2. Practice writing answers using both f'(x) and dy/dx notation (Topic 2.2). 3. Review differentiability conditions (Topic 2.4) since FRQs sometimes ask you to justify why a derivative does or does not exist. Find FRQ-style practice at AP Calc Unit 2.

Where can I find AP Calc Unit 2 practice questions?

The best place to find AP Calc Unit 2 practice questions, including multiple-choice and practice test problems, is AP Calc Unit 2. That page has resources covering all 10 topics, from the limit definition of the derivative through the Product Rule, Quotient Rule, and trig derivatives. For MCQ practice, focus on problems that mix the Power Rule with Product and Quotient Rule applications, since those combinations appear most often.

How should I study AP Calc Unit 2?

Start AP Calc Unit 2 by making sure you understand the limit definition of the derivative (Topic 2.2) before moving to the shortcut rules, since exam questions sometimes ask you to use the definition directly. Then build your rule fluency in order: Power Rule, then Constant and Sum rules, then Product and Quotient Rules, then trig and exponential derivatives. A practical study plan: 1. Memorize the derivatives of sin x, cos x, e^x, ln x, and the six trig functions (Topics 2.7 and 2.10) as a set. 2. Practice the Product and Quotient Rules (Topics 2.8-2.9) with messy expressions so the algebra doesn't slow you down on the exam. 3. Review Topic 2.4 on differentiability and continuity, since it's a common MCQ trap. 4. Do timed mixed practice sets that combine multiple rules in one problem. All study resources for this unit are at AP Calc Unit 2.