AP Calculus AB/BCUnit 3 ReviewComposite, Implicit, and Inverse Functions
Verified for the 2027 exam•Compiled by AP educators
AP Calculus AB/BC Unit 3, Differentiation: Composite, Implicit, and Inverse Functions, covers the chain rule and its applications across 6 topics, making up 9-13% of the AP exam. The chain rule lets you differentiate composite functions using Leibniz notation, where dy/dx equals (dy/du) times (du/dx). From there, implicit differentiation and inverse trig derivatives follow directly. AP Calc Unit 3 also covers higher-order derivatives and choosing the right procedure for any function you'll see.
AP Calculus Unit 3 is about one rule and everything it unlocks. The chain rule lets you differentiate composite functions, where one function lives inside another, and once you have it, implicit differentiation, inverse function derivatives, and inverse trig derivatives all follow as direct applications. Written in Leibniz notation, the chain rule says dxdy=dudy⋅dxdu, and that single idea accounts for 9-13% of the AP exam. If you only get one thing from this unit, get the chain rule, because every unit after this one assumes you can use it without thinking.
What this unit covers
The chain rule, the engine of the whole unit
A composite function is a function inside a function, written f(g(x)). Something like sin(3x2) is sine on the outside with 3x2 tucked inside.
The chain rule says dxdf(g(x))=f′(g(x))⋅g′(x). In plain terms, differentiate the outside function (leaving the inside alone), then multiply by the derivative of the inside.
The Leibniz version, dxdy=dudy⋅dxdu, makes it look like fractions canceling. They are not literally fractions, but the notation tracks how a change in x ripples through u to reach y.
Nested compositions just mean more layers. For sin(x2+1) you apply the chain rule twice, working from the outside in.
The chain rule also works from tables and graphs. If a problem gives you values of f, g, f′, and g′ at specific points, you can compute dxdf(g(x)) at a point by plugging into f′(g(2))⋅g′(2) style expressions. This is a favorite multiple-choice setup.
Implicit differentiation, the chain rule in disguise
Some curves cannot be written as y=f(x). The circle x2+y2=25 defines y implicitly, meaning x and y are tangled together in one equation.
Implicit differentiation means differentiating both sides with respect to x while treating y as a function of x. Every time you differentiate a term with y in it, the chain rule forces a dxdy factor. So dxd(y2)=2ydxdy.
After differentiating, you collect every dxdy term and solve for it algebraically. Your answer will usually contain both x and y, which is fine. You just need a full point (x,y) to evaluate a slope.
The classic use case is finding the slope of a tangent line to a curve at a given point, even when you could never solve the equation for y.
Derivatives of inverse functions
An inverse function undoes the original. If f(a)=b, then f−1(b)=a. A function needs to be one-to-one (it passes the horizontal line test) for the inverse to exist.
The derivative formula comes straight from the chain rule applied to f(f−1(x))=x. Differentiating both sides gives the key result (f−1)′(x)=f′(f−1(x))1.
Geometric meaning helps this stick. Inverse functions are reflections across y=x, so slopes flip into reciprocals at the mirrored points. If f has slope 3 at the point (2,5), then f−1 has slope 31 at the point (5,2).
The most common trap is plugging in the wrong input. To find (f−1)′(5), you need f′ evaluated at f−1(5), not at 5.
Inverse trig derivatives
Applying the inverse-derivative idea to the trig functions produces six new derivatives you need to recognize on sight. The big three are
dxdarcsinx=1−x21, dxdarctanx=1+x21, and dxdarcsecx=∣x∣x2−11.
The cofunctions (arccos, arccot, arccsc) are just the negatives of those three.
These come from the chain rule plus the definition of an inverse. For example, start with sin(arcsinx)=x, differentiate both sides, and use a right-triangle setup to simplify cos(arcsinx) into 1−x2.
The chain rule still applies on top. The derivative of arctan(2x) is 1+4x22, not 1+4x21.
Choosing a procedure and higher-order derivatives
By this point you have a full toolbox (power, product, quotient, chain, implicit, inverse), and Topic 3.5 is about picking the right tool fast. Look at the structure of the function first. A quotient might be easier rewritten as a product or a power, and (3x+1)41 is faster as (3x+1)−4 with the chain rule than as a quotient rule problem.
Differentiating f′ gives the second derivative f′′, and repeating gives higher-order derivatives. Notation varies, and you need to read all of it. The second derivative shows up as f′′(x), y′′, or dx2d2y, and the nth derivative as f(n)(x) or dxndny.
Second derivatives of implicit curves are a step up in difficulty. You differentiate your dxdy expression again (often quotient rule plus chain rule), then substitute your first-derivative result back in to clean up.
Unit 3, Composite, Implicit, and Inverse Functions at a glance
Topic
Core skill
Key formula or move
Watch out for
Chain rule
Differentiate composites f(g(x))
f′(g(x))⋅g′(x)
Forgetting to multiply by the inside derivative
Implicit differentiation
Find dxdy when y is not isolated
Differentiate both sides, attach dxdy to every y term, solve
Dropping the dxdy on y terms
Inverse function derivatives
Find the slope of f−1
(f−1)′(x)=f′(f−1(x))1
Evaluating f′ at x instead of at f−1(x)
Inverse trig derivatives
Recognize and apply the six derivatives
dxdarcsinx=1−x21, dxdarctanx=1+x21
Sign errors on arccos, arccot, arccsc
Selecting procedures
Pick the most efficient rule
Rewrite before differentiating when possible
Defaulting to quotient rule when a rewrite is faster
Higher-order derivatives
Differentiate repeatedly
f′′, dx2d2y, f(n)(x)
Misreading notation, especially dx2d2y
Why Unit 3, Composite, Implicit, and Inverse Functions matters in AP Calc
Units 1 and 2 build the derivative as a concept and give you the basic rules. Unit 3 makes the derivative usable on the functions calculus actually cares about, because almost every realistic function is a composition of something with something else. From here on, the course assumes the chain rule is automatic.
Related rates (Unit 4) and differential equations (Unit 7) are impossible without implicit differentiation, because both involve differentiating equations where variables are tangled together.
The second derivative from Topic 3.6 is the foundation of concavity, points of inflection, and the second derivative test in Unit 5.
u-substitution, the most-used integration technique in Unit 6, is literally the chain rule run backwards. If you can spot a chain rule pattern, you can spot a substitution.
Inverse trig derivatives become inverse trig antiderivatives in Unit 6, so 1+x21 integrating to arctanx+C is this unit paying off later.
How this unit connects across the course
Backward to differentiation basics (Unit 2): the chain rule completes the rule set you started there. Product and quotient rule problems on the exam almost always have a chain rule layered inside.
Forward to contextual applications (Unit 4): related rates problems are implicit differentiation with respect to time. Differentiating x2+y2=z2 with respect to t uses exactly the mechanics you learn here.
Forward to analytical applications (Unit 5): higher-order derivatives drive concavity analysis, inflection points, and the second derivative test. Implicit second derivatives show up on free-response curve analysis.
Forward to integration (Unit 6): u-substitution reverses the chain rule, and inverse trig derivatives reappear as antiderivative patterns. BC students see the chain rule again in parametric derivatives, where dxdy=dx/dtdy/dt (Unit 9).
Key formulas and procedures
Chain rule: dxdf(g(x))=f′(g(x))⋅g′(x), or dxdy=dudy⋅dxdu. Use it whenever a function has an inside and an outside.
Implicit differentiation procedure: differentiate both sides with respect to x, multiply every y-derivative by dxdy, then isolate dxdy algebraically.
Derivative of an inverse: (f−1)′(x)=f′(f−1(x))1. To get the slope of the inverse at x=b, first find the point a where f(a)=b, then take the reciprocal of f′(a).
dxdarcsinx=1−x21 and dxdarccosx=−1−x21.
dxdarctanx=1+x21 and dxdarccotx=−1+x21.
dxdarcsecx=∣x∣x2−11 and dxdarccscx=−∣x∣x2−11.
Higher-order derivatives: differentiate f′ to get f′′, and repeat for f(n). Know all the notations, including dx2d2y and y′′.
Procedure selection habit: before differentiating, ask whether rewriting (expanding, splitting a fraction, using negative or fractional exponents) makes the problem a simpler power or chain rule.
Unit 3, Composite, Implicit, and Inverse Functions on the AP exam
This unit is 9-13% of the exam, but its real footprint is larger because the chain rule hides inside problems from every later unit. Expect it to show up in a few recurring ways.
Multiple choice loves table-based chain rule problems. You get a table of values for f, g, f′, and g′ and compute the derivative of a composition, an inverse, or a product-of-compositions at a specific point. The skill is keeping straight which value gets plugged in where.
Implicit differentiation appears in both sections. A standard free-response setup gives you a curve like x2+xy+y3=7, tells you dxdy (or asks you to verify it), then asks for tangent line slopes, points where the tangent is horizontal or vertical, and sometimes dx2d2y at a point.
Inverse derivative questions are usually quick point-based calculations. Given information about f and f′, find (g′) where g=f−1. These reward careful bookkeeping more than heavy algebra.
Procedure selection is tested implicitly everywhere. A messy-looking function often has a fast path, and recognizing it saves time across the whole multiple-choice section.
On free response, show the chain rule explicitly in your work. Graders look for the structure of your differentiation, and an unexplained correct answer can lose points that clear setup would have earned.
Essential questions
How does a change in one variable propagate through a chain of dependent variables, and how does the chain rule quantify that?
How can you find the slope of a curve at a point when the equation cannot be solved for y?
What is the relationship between the rate of change of a function and the rate of change of its inverse?
How do you decide which differentiation procedure is most efficient for a given function?
Key terms to know
Composite function: a function built by feeding one function's output into another, written f(g(x)) or (f∘g)(x).
Chain rule: the rule for differentiating composites, multiplying the outside derivative (evaluated at the inside) by the inside derivative.
Leibniz notation: the dxdy style of writing derivatives, which makes the chain rule read as dxdy=dudy⋅dxdu.
Implicit function: a relationship between x and y defined by an equation where y is not isolated, like x2+y2=25.
Implicit differentiation: differentiating both sides of an equation with respect to x while treating y as a function of x.
Inverse function: the function f−1 that reverses f, so f−1(b)=a exactly when f(a)=b.
One-to-one function: a function where each output comes from only one input, the condition needed for an inverse to exist.
Horizontal line test: the visual check for one-to-one. Every horizontal line crosses the graph at most once.
Inverse trigonometric functions: arcsin, arccos, arctan, arccot, arcsec, arccsc, the inverses of the trig functions on restricted domains.
Second derivative: the derivative of the derivative, written f′′(x) or dx2d2y, measuring how the rate of change is itself changing.
Higher-order derivative: any derivative beyond the first, obtained by differentiating repeatedly, denoted f(n)(x) or dxndny.
Tangent line slope: the value of dxdy at a point, the most common thing implicit differentiation is used to find.
Common mix-ups
Chain rule vs. product rule. sin(x2) is a composition (chain rule), while sinx⋅x2 is a product (product rule). Look for one function inside another's parentheses versus two functions multiplied side by side.
f−1(x) vs. f(x)1. The superscript −1 on a function name means inverse, not reciprocal. The derivative of the inverse uses a reciprocal of f′, which makes the confusion easy to fall into.
Evaluating the inverse derivative formula at the wrong spot. (f−1)′(b) requires f′ at a=f−1(b). Always find the matching point first, then take the reciprocal.
Stopping implicit differentiation too early. Differentiating both sides is half the job. You must collect the dxdy terms and solve for dxdy as a single expression before answering anything about slope.
Frequently Asked Questions
What topics are covered in AP Calc Unit 3?
AP Calc Unit 3 covers 6 topics: the Chain Rule, Implicit Differentiation, Differentiating Inverse Functions, Differentiating Inverse Trigonometric Functions, Selecting Procedures for Calculating Derivatives, and Calculating Higher-Order Derivatives. The chain rule is the backbone of the unit and connects directly to every other topic here. See the full topic breakdown at AP Calc Unit 3.
How much of the AP Calc exam is Unit 3?
Unit 3 makes up 9-13% of the AP Calc exam, making it one of the more heavily tested differentiation units. It covers composite functions via the chain rule, implicit differentiation, inverse and inverse trig derivatives, and higher-order derivatives. Expect to see these concepts woven into both multiple-choice and free-response questions.
What's on the AP Calc Unit 3 progress check (MCQ and FRQ)?
The AP Calc Unit 3 progress check in AP Classroom includes both MCQ and FRQ parts drawn from the unit's 6 topics: the chain rule, implicit differentiation, inverse function derivatives, inverse trig derivatives, selecting differentiation procedures, and higher-order derivatives. The MCQ part tests procedural fluency, while the FRQ part asks you to show full differentiation work and justify steps. Practice with matched problems at AP Calc Unit 3.
How do I practice AP Calc Unit 3 FRQs?
Unit 3 FRQs most often target implicit differentiation, the chain rule applied to composite functions, and higher-order derivatives. A typical question gives you an equation or a table of values and asks you to find a derivative, justify a result, or find a second derivative. To practice, work through problems that require you to show every differentiation step clearly, since partial credit depends on your written work. Find Unit 3 FRQ practice at AP Calc Unit 3.
Where can I find AP Calc Unit 3 practice questions?
For AP Calc Unit 3 practice questions, including multiple-choice and practice test problems, head to AP Calc Unit 3. You'll find MCQ sets covering the chain rule, implicit differentiation, inverse trig derivatives, and higher-order derivatives, plus FRQ-style problems that mirror what shows up on the actual exam.
How should I study AP Calc Unit 3?
Start with the chain rule (Topic 3.1) before anything else, since every other topic in the unit builds on it. Once the chain rule clicks, implicit differentiation and inverse function derivatives will feel much more manageable. Work through these steps: (1) practice chain rule problems until the Leibniz notation dy/dx = (dy/du)(du/dx) feels automatic, (2) move to implicit differentiation and remember to apply the chain rule every time you differentiate a y term, (3) memorize the inverse trig derivative formulas and practice recognizing when to use them, (4) finish with higher-order derivatives so you can handle second and third derivative questions. Do a mix of MCQ for speed and FRQ for written justification. Review at AP Calc Unit 3.