Unit 3: Differentiation: Composite, Implicit, and Inverse Functions

Understanding Composite Functions and the Chain Rule

A big shift in calculus happens when you stop differentiating “simple” formulas and start differentiating composite functions—functions built by plugging one function into another. If you can recognize a composite function and apply the chain rule, you can differentiate a huge range of expressions that appear on the AP exam.

What is a composite function?

A composite function is a function inside another function. If you have two functions ff and gg, then the composite f(g(x))f(g(x)) means: first apply gg to xx, then apply ff to that result.

For example, if g(x)=3x2+1g(x)=3x^2+1 and f(u)=u5f(u)=u^5, then

f(g(x))=(3x2+1)5f(g(x))=(3x^2+1)^5

The key idea is that even though you see “one formula,” there are really layers.

Why the chain rule matters (conceptually)

Derivatives measure rates of change. In a composite function, the output changes because:

  1. xx changes, which changes the “inside” quantity.
  2. That inside quantity changes, which then changes the “outside” output.

So the total rate of change is a product of “rate of outside change with respect to inside” times “rate of inside change with respect to xx.” This is exactly what the chain rule multiplies.

A helpful analogy is a temperature sensor that converts temperature to voltage, then a computer converts voltage to a displayed number. If the room warms slightly, the display changes because temperature affects voltage and voltage affects the display. The overall sensitivity is the product of those sensitivities.

The chain rule (how it works)

When finding the derivative of a composite function, take the derivative of the outside function while treating the inside function as the “variable” (leave the inside alone). Then multiply by the derivative of the inside function.

If y=f(g(x))y=f(g(x)), then

dydx=f(g(x))g(x)\frac{dy}{dx}=f'(g(x))\cdot g'(x)

In Leibniz form, this is often written as

dydx=dydududx\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}

where you define an inside variable u=g(x)u=g(x) and an outside relationship y=f(u)y=f(u).

This notation is not just a trick—it matches the idea of rates multiplying: “change in yy per change in uu” times “change in uu per change in xx.”

A quick memory trick

A common personal mnemonic is “douter, inner, dinner”: differentiate the outer function, keep the inner expression unchanged, then multiply by the derivative of the inner expression.

Notation you must recognize

You may see derivatives written in several equivalent ways:

MeaningCommon notation
derivative of yy with respect to xxdydx\frac{dy}{dx}, yy'
derivative of fff(x)f'(x)
derivative evaluated at a pointf(a)f'(a)
derivative of a compositionddx[f(g(x))]\frac{d}{dx}[f(g(x))]

On AP questions, the chain rule can appear in pure algebraic differentiation, in tangent line or slope questions, and in context (rates). Even in later units, it’s constantly used.

How to apply the chain rule step by step

When you see an expression, train yourself to ask: “What is the outer function, and what is the inner function?”

A reliable process is:

  1. Identify the outer operation (power, trig, exponential, root, etc.).
  2. Differentiate the outer function while keeping the inside unchanged.
  3. Multiply by the derivative of the inside.

If there are multiple layers, you apply the chain rule repeatedly (outside to inside).

Example 1: A power of a quadratic

Differentiate

y=(3x2+1)5y=(3x^2+1)^5

Identify layers: outer is u5u^5 and inner is u=3x2+1u=3x^2+1.

Differentiate outer:

dydu=5u4\frac{dy}{du}=5u^4

Differentiate inner:

dudx=6x\frac{du}{dx}=6x

Multiply and substitute back:

dydx=5(3x2+1)46x\frac{dy}{dx}=5(3x^2+1)^4\cdot 6x

A simplified form is:

dydx=30x(3x2+1)4\frac{dy}{dx}=30x(3x^2+1)^4

Common pitfall: writing 5(3x2+1)45(3x^2+1)^4 and forgetting to multiply by 6x6x.

Example 2: Multiple layers (nested composite)

Differentiate

y=sin(1+x3)y=\sin(\sqrt{1+x^3})

Identify layers:

  • Outer: sin()\sin(\cdot)
  • Next inner: \sqrt{\cdot} which can be written as a power ()1/2\left(\cdot\right)^{1/2}
  • Next inner: 1+x31+x^3

Differentiate outward in:

dydx=cos(1+x3)ddx[1+x3]\frac{dy}{dx}=\cos(\sqrt{1+x^3})\cdot\frac{d}{dx}[\sqrt{1+x^3}]

Then

ddx[1+x3]=ddx[(1+x3)1/2]=12(1+x3)1/2ddx[1+x3]\frac{d}{dx}[\sqrt{1+x^3}]=\frac{d}{dx}[(1+x^3)^{1/2}]=\frac{1}{2}(1+x^3)^{-1/2}\cdot\frac{d}{dx}[1+x^3]

and

ddx[1+x3]=3x2\frac{d}{dx}[1+x^3]=3x^2

Combine:

dydx=cos(1+x3)12(1+x3)1/23x2\frac{dy}{dx}=\cos(\sqrt{1+x^3})\cdot\frac{1}{2}(1+x^3)^{-1/2}\cdot 3x^2

A clean final form is:

dydx=3x2cos(1+x3)21+x3\frac{dy}{dx}=\frac{3x^2\cos(\sqrt{1+x^3})}{2\sqrt{1+x^3}}

Common pitfall: treating 1+x3\sqrt{1+x^3} as 1+x3\sqrt{1}+\sqrt{x^3}. Radicals do not distribute over addition.

Chain rule intuition with units (a quick reality check)

In applied problems, units can help you see why multiplication makes sense. If uu has units “meters” and yy has units “joules,” then dydu\frac{dy}{du} has units “joules per meter.” If dudx\frac{du}{dx} has units “meters per second,” then the product has units “joules per second,” a rate of energy change with time.

Exam Focus
  • Typical question patterns:
    • Differentiate expressions like (ax+b)n\left(ax+b\right)^n, sin(g(x))\sin(g(x)), eg(x)e^{g(x)}, or nested composites with 2–3 layers.
    • Find the slope of the tangent line to a composite at a point (differentiate, then evaluate).
    • Write the derivative in a specific form (factored, simplified, or with negative exponents removed).
  • Common mistakes:
    • Forgetting to multiply by the derivative of the inside function.
    • Misidentifying the outermost function (especially when roots, reciprocals, or powers are present).
    • Algebra errors after differentiating (incorrect simplification, losing parentheses).

The Chain Rule Combined with Product, Quotient, and Function Notation

On the AP exam, the chain rule almost never appears in isolation for long. Realistic expressions combine multiple differentiation rules, so your goal is to recognize which rule is responsible for which part of the expression.

Why combinations matter

Earlier differentiation rules (power, product, quotient) handle structure like multiplying expressions or dividing them. The chain rule handles nesting (one function inside another). Many functions do both at once.

For example:

y=(x2+1)3cos(5x)y=(x^2+1)^3\cos(5x)

This needs the product rule because it’s a product of two factors, and the chain rule inside each factor.

Product rule with chain rule inside

If

y=a(x)b(x)y=a(x)b(x)

then

y=a(x)b(x)+a(x)b(x)y'=a'(x)b(x)+a(x)b'(x)

If either factor is composite, you use the chain rule when computing its derivative.

Example 1: Product of two composites

Differentiate

y=(x2+1)3cos(5x)y=(x^2+1)^3\cos(5x)

Let

a(x)=(x2+1)3a(x)=(x^2+1)^3

b(x)=cos(5x)b(x)=\cos(5x)

Then

y=a(x)b(x)+a(x)b(x)y'=a'(x)b(x)+a(x)b'(x)

Compute a(x)a'(x) using chain rule:

a(x)=3(x2+1)22x=6x(x2+1)2a'(x)=3(x^2+1)^2\cdot 2x=6x(x^2+1)^2

Compute b(x)b'(x) using chain rule:

b(x)=sin(5x)5=5sin(5x)b'(x)=-\sin(5x)\cdot 5=-5\sin(5x)

Substitute:

y=6x(x2+1)2cos(5x)+(x2+1)3(5sin(5x))y'=6x(x^2+1)^2\cos(5x)+(x^2+1)^3(-5\sin(5x))

You can factor if helpful:

y=(x2+1)2(6xcos(5x)5(x2+1)sin(5x))y'=(x^2+1)^2\left(6x\cos(5x)-5(x^2+1)\sin(5x)\right)

Common pitfall: differentiating only one factor (forgetting product rule) or applying product rule but missing the chain rule within a factor.

Quotient rule with chain rule inside

If

y=a(x)b(x)y=\frac{a(x)}{b(x)}

then

y=a(x)b(x)a(x)b(x)(b(x))2y'=\frac{a'(x)b(x)-a(x)b'(x)}{(b(x))^2}

Again, chain rule may be needed in a(x)a'(x) and or b(x)b'(x).

Example 2: Quotient with nesting

Differentiate

y=1+x21sin(x)y=\frac{\sqrt{1+x^2}}{1-\sin(x)}

Rewrite the radical as a power:

a(x)=(1+x2)1/2a(x)=(1+x^2)^{1/2}

b(x)=1sin(x)b(x)=1-\sin(x)

Compute derivatives:

a(x)=12(1+x2)1/22x=x1+x2a'(x)=\frac{1}{2}(1+x^2)^{-1/2}\cdot 2x=\frac{x}{\sqrt{1+x^2}}

b(x)=cos(x)b'(x)=-\cos(x)

Apply quotient rule:

y=(x1+x2)(1sin(x))1+x2(cos(x))(1sin(x))2y'=\frac{\left(\frac{x}{\sqrt{1+x^2}}\right)(1-\sin(x))-\sqrt{1+x^2}(-\cos(x))}{(1-\sin(x))^2}

A correct unsimplified form is often acceptable on AP, but the structure and parentheses must be correct.

Function notation and the chain rule (AP-style)

AP problems often present derivatives using function notation instead of explicit formulas.

If you are told h(x)=f(g(x))h(x)=f(g(x)), then

h(x)=f(g(x))g(x)h'(x)=f'(g(x))\cdot g'(x)

This is especially common in multiple choice and free response, where they might give tables of values.

Example 3: Chain rule using a table

Suppose h(x)=f(g(x))h(x)=f(g(x)) and you are given:

  • g(2)=5g(2)=5
  • g(2)=3g'(2)=-3
  • f(5)=4f'(5)=4

Then

h(2)=f(g(2))g(2)=f(5)(3)=4(3)=12h'(2)=f'(g(2))\cdot g'(2)=f'(5)\cdot(-3)=4\cdot(-3)=-12

Common pitfall: using f(2)f'(2) instead of f(g(2))f'(g(2)). The derivative of the outside must be evaluated at the inside value.

Exam Focus
  • Typical question patterns:
    • Differentiate a function requiring product or quotient rule with chain rule embedded.
    • Use a table of values to compute h(a)h'(a) for a composition h(x)=f(g(x))h(x)=f(g(x)).
    • Identify which expression correctly represents a derivative (conceptual multiple choice).
  • Common mistakes:
    • Dropping parentheses around a full factor when applying product or quotient rule.
    • Evaluating ff' at the wrong input in a composition (mixing up xx and g(x)g(x)).
    • Incorrectly simplifying (canceling terms that don’t factor, or distributing exponents incorrectly).

Implicit Differentiation: When yy Is Defined Indirectly

Not every relationship comes in the form y=f(x)y=f(x). Sometimes xx and yy are linked by an equation where yy is not isolated, or it’s difficult (or impossible) to solve explicitly for yy. In those cases, implicit differentiation lets you find dydx\frac{dy}{dx} directly.

What “implicit” means

An equation like

x2+y2=25x^2+y^2=25

defines yy implicitly as a function of xx (actually two functions: the top and bottom halves of the circle). You can solve for yy here, but implicit differentiation is often faster and works even when solving for yy is messy.

Why implicit differentiation matters

Implicit differentiation is a main tool for:

  • Finding slopes of curves that are not functions (circles, sideways parabolas).
  • Differentiating equations where isolating yy is algebraically painful.
  • Building derivatives for inverse trig functions (a major connection in this unit).

The AP exam loves to test this skill, especially in contexts where you must combine implicit differentiation with product rule, chain rule, and then evaluate at a point.

The key idea: yy depends on xx

When you differentiate with respect to xx, you must treat yy as a function y(x)y(x). That means:

  • The derivative of yy is dydx\frac{dy}{dx}.
  • If your variable doesn’t match the differentiation variable xx, you follow it with the appropriate derivative factor. For example, differentiating y2y^2 requires a chain rule factor:

ddx[y2]=2ydydx\frac{d}{dx}[y^2]=2y\frac{dy}{dx}

A note about dxdy\frac{dx}{dy}

Sometimes students think of implicit differentiation as “solving for the derivative of xx with respect to yy,” especially when rearranging derivatives as reciprocals. The derivatives are related by

dxdy=1dydx\frac{dx}{dy}=\frac{1}{\frac{dy}{dx}}

That reciprocal relationship can be useful, but on AP Calculus AB, you will most often be asked for dydx\frac{dy}{dx} (slope with respect to xx).

The implicit differentiation process

A standard method is:

  1. Differentiate both sides with respect to xx.
  2. Every time you differentiate a term containing yy, include a factor of dydx\frac{dy}{dx}.
  3. Collect all terms with dydx\frac{dy}{dx} on one side.
  4. Factor out dydx\frac{dy}{dx} and solve.
Example 1: Circle slope (and tangent line)

Find dydx\frac{dy}{dx} if

x2+y2=25x^2+y^2=25

Differentiate both sides:

ddx[x2]+ddx[y2]=ddx[25]\frac{d}{dx}[x^2]+\frac{d}{dx}[y^2]=\frac{d}{dx}[25]

Compute derivatives:

2x+2ydydx=02x+2y\frac{dy}{dx}=0

Solve for dydx\frac{dy}{dx}:

2ydydx=2x2y\frac{dy}{dx}=-2x

dydx=xy\frac{dy}{dx}=-\frac{x}{y}

At the point (3,4)(3,4), substitute x=3x=3 and y=4y=4:

dydx=34\frac{dy}{dx}=-\frac{3}{4}

So the slope of the tangent line is 34-\frac{3}{4}. Because the tangent line passes through (3,4)(3,4), point-slope form gives the tangent line equation:

y4=34(x3)y-4=-\frac{3}{4}(x-3)

Example 2: Implicit differentiation with products and trig

Find dydx\frac{dy}{dx} if

xy+sin(y)=x2xy+\sin(y)=x^2

Differentiate term by term.

For xyxy, use product rule, remembering yy depends on xx:

ddx[xy]=xdydx+y\frac{d}{dx}[xy]=x\frac{dy}{dx}+y

For sin(y)\sin(y), use chain rule:

ddx[sin(y)]=cos(y)dydx\frac{d}{dx}[\sin(y)]=\cos(y)\frac{dy}{dx}

For x2x^2:

ddx[x2]=2x\frac{d}{dx}[x^2]=2x

Put it together:

xdydx+y+cos(y)dydx=2xx\frac{dy}{dx}+y+\cos(y)\frac{dy}{dx}=2x

Group dydx\frac{dy}{dx} terms:

(x+cos(y))dydx=2xy\left(x+\cos(y)\right)\frac{dy}{dx}=2x-y

Solve:

dydx=2xyx+cos(y)\frac{dy}{dx}=\frac{2x-y}{x+\cos(y)}

Common pitfalls:

  • Treating sin(y)\sin(y) as if it were sin(x)\sin(x) and writing cos(y)\cos(y) without dydx\frac{dy}{dx}.
  • Differentiating xyxy as if it were just yy or just xx (forgetting product rule).
Finding a second derivative implicitly

Sometimes you’re asked for d2ydx2\frac{d^2y}{dx^2}. Once you have dydx\frac{dy}{dx}, differentiate that expression with respect to xx again, still treating yy as a function of xx (so yy terms still trigger chain rule). A practical tip is to simplify the first derivative before starting the second derivative.

Example 3: Second derivative for a circle

From

x2+y2=25x^2+y^2=25

we found

dydx=xy\frac{dy}{dx}=-\frac{x}{y}

Differentiate again:

d2ydx2=ddx(xy)\frac{d^2y}{dx^2}=\frac{d}{dx}\left(-\frac{x}{y}\right)

Use quotient rule with a(x)=xa(x)=-x and b(x)=yb(x)=y:

d2ydx2=(1)y(x)dydxy2\frac{d^2y}{dx^2}=\frac{(-1)y-(-x)\frac{dy}{dx}}{y^2}

Simplify:

d2ydx2=y+xdydxy2\frac{d^2y}{dx^2}=\frac{-y+x\frac{dy}{dx}}{y^2}

Now substitute dydx=xy\frac{dy}{dx}=-\frac{x}{y}:

d2ydx2=y+x(xy)y2\frac{d^2y}{dx^2}=\frac{-y+x\left(-\frac{x}{y}\right)}{y^2}

d2ydx2=yx2yy2\frac{d^2y}{dx^2}=\frac{-y-\frac{x^2}{y}}{y^2}

Combine the numerator over a common denominator yy:

d2ydx2=y2+x2yy2\frac{d^2y}{dx^2}=\frac{-\frac{y^2+x^2}{y}}{y^2}

d2ydx2=x2+y2y3\frac{d^2y}{dx^2}=-\frac{x^2+y^2}{y^3}

Using the original equation x2+y2=25x^2+y^2=25:

d2ydx2=25y3\frac{d^2y}{dx^2}=-\frac{25}{y^3}

Exam Focus
  • Typical question patterns:
    • Find dydx\frac{dy}{dx} for an implicitly defined curve and evaluate slope at a given point.
    • Find the equation of a tangent line (requires slope from implicit differentiation and a point).
    • Find d2ydx2\frac{d^2y}{dx^2} for an implicit relation.
  • Common mistakes:
    • Forgetting dydx\frac{dy}{dx} when differentiating terms like yny^n or sin(y)\sin(y).
    • Solving for dydx\frac{dy}{dx} incorrectly due to algebra errors when collecting terms.
    • Plugging a point into the derivative before simplifying, then mixing numbers with symbols in a confusing way.

Derivatives of Inverse Functions

In AP Calculus, inverse functions show up both as explicit inverses (like f1f^{-1}) and as inverse trig functions (like arcsin\arcsin). The central skill is being able to find the derivative of an inverse without necessarily finding the inverse formula.

What is an inverse function?

A function ff has an inverse function f1f^{-1} if ff is one-to-one on its domain (or is restricted to be one-to-one). The inverse reverses the input-output process:

f(f1(x))=xf(f^{-1}(x))=x

f1(f(x))=xf^{-1}(f(x))=x

Conceptually: if ff takes you from “input space” to “output space,” then f1f^{-1} takes you back.

Why the derivative of an inverse matters

Sometimes you can’t easily find an explicit formula for f1f^{-1}, but you still want information about it—especially slopes. A classic AP-style question is: given information about ff and ff', find (f1)(a)(f^{-1})'(a).

Geometrically, the graph of f1f^{-1} is the reflection of ff across the line

y=xy=x

Slopes transform in a reciprocal way under this reflection.

The inverse function derivative formula

Assume ff is differentiable and has an inverse, and let

y=f1(x)y=f^{-1}(x)

Then

f(y)=xf(y)=x

Differentiate both sides with respect to xx:

f(y)dydx=1f'(y)\frac{dy}{dx}=1

So

dydx=1f(y)\frac{dy}{dx}=\frac{1}{f'(y)}

Now replace yy with f1(x)f^{-1}(x):

(f1)(x)=1f(f1(x))(f^{-1})'(x)=\frac{1}{f'(f^{-1}(x))}

A very common evaluated-at-a-point version is:

(f1)(a)=1f(f1(a))(f^{-1})'(a)=\frac{1}{f'(f^{-1}(a))}

How to use the formula in practice

To compute (f1)(a)(f^{-1})'(a), you typically:

  1. Find b=f1(a)b=f^{-1}(a), meaning find the bb such that f(b)=af(b)=a.
  2. Compute f(b)f'(b).
  3. Take the reciprocal.

Another way to say this (especially at a specific point) is: to find the derivative of the inverse at an input value, take the reciprocal of the derivative of the original function at the corresponding swapped point. If a point on ff is (b,a)(b,a), then the corresponding point on f1f^{-1} is (a,b)(a,b).

Example 1: Inverse derivative at a point (no explicit inverse needed)

Let

f(x)=x3+1f(x)=x^3+1

Find (f1)(9)(f^{-1})'(9).

Find f1(9)f^{-1}(9) by solving f(b)=9f(b)=9:

b3+1=9b^3+1=9

b3=8b^3=8

b=2b=2

So f1(9)=2f^{-1}(9)=2. Differentiate ff:

f(x)=3x2f'(x)=3x^2

Evaluate at 22:

f(2)=12f'(2)=12

Take the reciprocal:

(f1)(9)=112(f^{-1})'(9)=\frac{1}{12}

Example 2: Using a point on the graph

Suppose you know f(4)=10f(4)=10 and f(4)=7f'(4)=7. Find (f1)(10)(f^{-1})'(10).

Because f(4)=10f(4)=10, you know f1(10)=4f^{-1}(10)=4. Then

(f1)(10)=1f(f1(10))=1f(4)=17(f^{-1})'(10)=\frac{1}{f'(f^{-1}(10))}=\frac{1}{f'(4)}=\frac{1}{7}

Example 3: Point-swapping viewpoint

Say you want the derivative of the inverse function g=f1g=f^{-1} at the point with coordinates (1,2)(1,2) on gg, meaning you want g(1)g'(1). That point corresponds to the swapped point (2,1)(2,1) on ff. So you would find f(2)f'(2) and then take the reciprocal to get g(1)g'(1). This also matches the idea that f(x)f'(x) represents slope: inverse slopes are reciprocals at corresponding swapped points.

Important conditions and misconceptions
  • f1f^{-1} exists only if ff is one-to-one (or restricted to be one-to-one). Problems may explicitly say ff is increasing or give a restricted domain.
  • Do not confuse f1(x)f^{-1}(x) with 1f(x)\frac{1}{f(x)}. The notation f1f^{-1} means inverse function, not reciprocal.
  • The formula requires f(f1(x))0f'(f^{-1}(x))\neq 0. If ff' is zero at the relevant point, the inverse has a vertical tangent there (and the derivative of the inverse is undefined).
Exam Focus
  • Typical question patterns:
    • Given f(a)=bf(a)=b and f(a)f'(a), find (f1)(b)(f^{-1})'(b).
    • Given a graph of ff, estimate the slope of f1f^{-1} at a point by using reciprocal slopes.
    • Explain whether an inverse exists on a given interval (one-to-one reasoning).
    • Expect only a small number of these on a typical exam (often about 1–2), so prioritize accuracy over overcomplicating the process.
  • Common mistakes:
    • Plugging aa directly into ff' instead of using f1(a)f^{-1}(a) inside the derivative formula.
    • Treating f1(x)f^{-1}(x) as 1f(x)\frac{1}{f(x)}.
    • Forgetting to check that ff is one-to-one (or that the problem has restricted the domain).

Derivatives of Inverse Trigonometric Functions

Inverse trigonometric functions are special cases of inverse functions, and their derivatives are a direct application of implicit differentiation plus right-triangle or Pythagorean-identity reasoning. In AP Calculus AB, the most central inverse trig derivatives are for arcsin\arcsin, arccos\arccos, and arctan\arctan.

Some students prefer to memorize these derivative rules, but you can also re-derive them using implicit differentiation and trig identities, which is useful for conceptual questions.

What inverse trig functions mean (and why ranges matter)

Trig functions are not one-to-one over all real numbers, so they don’t have global inverses unless we restrict their ranges.

  • y=arcsin(x)y=\arcsin(x) means sin(y)=x\sin(y)=x with

π2yπ2-\frac{\pi}{2}\le y\le\frac{\pi}{2}

  • y=arccos(x)y=\arccos(x) means cos(y)=x\cos(y)=x with

0yπ0\le y\le\pi

  • y=arctan(x)y=\arctan(x) means tan(y)=x\tan(y)=x with

π2<y<π2-\frac{\pi}{2}<y<\frac{\pi}{2}

These restricted ranges matter because they determine signs (like whether cos(y)\cos(y) is positive or negative), which affects derivatives.

Derivative of arcsin(x)\arcsin(x) (derived)

Let

y=arcsin(x)y=\arcsin(x)

Then

sin(y)=x\sin(y)=x

Differentiate both sides:

cos(y)dydx=1\cos(y)\frac{dy}{dx}=1

So

dydx=1cos(y)\frac{dy}{dx}=\frac{1}{\cos(y)}

Rewrite cos(y)\cos(y) in terms of xx. Since sin(y)=x\sin(y)=x and

sin2(y)+cos2(y)=1\sin^2(y)+\cos^2(y)=1

we have

cos2(y)=1x2\cos^2(y)=1-x^2

Because yy is in [π2,π2]\left[-\frac{\pi}{2},\frac{\pi}{2}\right], cos(y)0\cos(y)\ge 0, so

cos(y)=1x2\cos(y)=\sqrt{1-x^2}

Therefore:

ddx[arcsin(x)]=11x2\frac{d}{dx}[\arcsin(x)]=\frac{1}{\sqrt{1-x^2}}

Domain note: this derivative is defined for 1<x<1-1<x<1.

Derivative of arccos(x)\arccos(x)

Let

y=arccos(x)y=\arccos(x)

Then

cos(y)=x\cos(y)=x

Differentiate:

sin(y)dydx=1-\sin(y)\frac{dy}{dx}=1

So

dydx=1sin(y)\frac{dy}{dx}=-\frac{1}{\sin(y)}

Using sin2(y)=1cos2(y)=1x2\sin^2(y)=1-\cos^2(y)=1-x^2 and sin(y)0\sin(y)\ge 0 on [0,π][0,\pi],

sin(y)=1x2\sin(y)=\sqrt{1-x^2}

Thus:

ddx[arccos(x)]=11x2\frac{d}{dx}[\arccos(x)]=-\frac{1}{\sqrt{1-x^2}}

Derivative of arctan(x)\arctan(x)

Let

y=arctan(x)y=\arctan(x)

Then

tan(y)=x\tan(y)=x

Differentiate:

sec2(y)dydx=1\sec^2(y)\frac{dy}{dx}=1

So

dydx=1sec2(y)\frac{dy}{dx}=\frac{1}{\sec^2(y)}

Using

sec2(y)=1+tan2(y)\sec^2(y)=1+\tan^2(y)

and tan(y)=x\tan(y)=x gives

sec2(y)=1+x2\sec^2(y)=1+x^2

Therefore:

ddx[arctan(x)]=11+x2\frac{d}{dx}[\arctan(x)]=\frac{1}{1+x^2}

Using the chain rule with inverse trig

On the AP exam, you will usually differentiate inverse trig functions with an inside function u(x)u(x).

If

y=arcsin(u)y=\arcsin(u)

then

dydx=u1u2\frac{dy}{dx}=\frac{u'}{\sqrt{1-u^2}}

If

y=arccos(u)y=\arccos(u)

then

dydx=u1u2\frac{dy}{dx}=-\frac{u'}{\sqrt{1-u^2}}

If

y=arctan(u)y=\arctan(u)

then

dydx=u1+u2\frac{dy}{dx}=\frac{u'}{1+u^2}

Example 1: Chain rule with arcsin\arcsin

Differentiate

y=arcsin(3x)y=\arcsin(3x)

Here u=3xu=3x so u=3u'=3. Then

dydx=31(3x)2=319x2\frac{dy}{dx}=\frac{3}{\sqrt{1-(3x)^2}}=\frac{3}{\sqrt{1-9x^2}}

Example 2: Chain rule with arctan\arctan

Differentiate

y=arctan(x2+1)y=\arctan(x^2+1)

Let u=x2+1u=x^2+1 so u=2xu'=2x. Then

dydx=2x1+(x2+1)2\frac{dy}{dx}=\frac{2x}{1+(x^2+1)^2}

Common conceptual mistakes with inverse trig derivatives
  • Forgetting the chain rule (for example, differentiating arcsin(3x)\arcsin(3x) as if it were arcsin(x)\arcsin(x)).
  • Sign errors (mixing up the arcsin and arccos derivatives).
  • Domain blindness: 1x2\sqrt{1-x^2} requires 1x1-1\le x\le 1 in real-valued calculus contexts.
Exam Focus
  • Typical question patterns:
    • Differentiate expressions involving arcsin\arcsin, arccos\arccos, or arctan\arctan with inner functions.
    • Use implicit differentiation to justify a derivative rule (occasionally appears as an explanation prompt).
    • Evaluate derivatives at a specific value (may require careful substitution and simplification).
  • Common mistakes:
    • Dropping the negative sign for arccos\arccos.
    • Writing 11x\frac{1}{\sqrt{1-x}} instead of 11x2\frac{1}{\sqrt{1-x^2}}.
    • Simplifying 1(g(x))2\sqrt{1-(g(x))^2} incorrectly (especially missing parentheses).

Strategy and Synthesis: Choosing the Right Differentiation Path

Unit 3 skills are powerful because they combine. Many AP questions are designed so that you must decide how to differentiate before you start.

A decision-making mindset

When you see a derivative problem, ask these questions in order:

  1. Is the function a sum or difference? Differentiate term by term.
  2. Is it a product or quotient of expressions? Product or quotient rule will structure your work.
  3. Is there a function inside another? Chain rule is needed somewhere.
  4. Is yy not isolated (or is there an equation mixing xx and yy)? Use implicit differentiation.
  5. Is it an inverse function situation? Consider the inverse derivative formula.

The main mistake students make is not calculus—they start differentiating before they’ve identified the structure, which leads to using the wrong rule.

Example 1: A layered quotient with trig inside trig

Differentiate

y=(x2+1)3/21cos(5x)y=\frac{(x^2+1)^{3/2}}{1-\cos(5x)}

Recognize a quotient. Let

a(x)=(x2+1)3/2a(x)=(x^2+1)^{3/2}

b(x)=1cos(5x)b(x)=1-\cos(5x)

Then

y=a(x)b(x)a(x)b(x)(b(x))2y'=\frac{a'(x)b(x)-a(x)b'(x)}{(b(x))^2}

Differentiate a(x)a(x) using chain rule:

a(x)=32(x2+1)1/22x=3x(x2+1)1/2a'(x)=\frac{3}{2}(x^2+1)^{1/2}\cdot 2x=3x(x^2+1)^{1/2}

Differentiate b(x)b(x) carefully:

b(x)=ddx[cos(5x)]b'(x)=-\frac{d}{dx}[\cos(5x)]

Since ddx[cos(5x)]=sin(5x)5\frac{d}{dx}[\cos(5x)]=-\sin(5x)\cdot 5,

b(x)=(5sin(5x))=5sin(5x)b'(x)=-\left(-5\sin(5x)\right)=5\sin(5x)

Assemble:

y=3x(x2+1)1/2(1cos(5x))(x2+1)3/2(5sin(5x))(1cos(5x))2y'=\frac{3x(x^2+1)^{1/2}(1-\cos(5x))-(x^2+1)^{3/2}(5\sin(5x))}{(1-\cos(5x))^2}

Common pitfall: mishandling the signs in 1cos(5x)1-\cos(5x).

Example 2: Implicit differentiation plus evaluation

Find the slope of the tangent line to the curve

x2y+arctan(y)=4x^2y+\arctan(y)=4

at the point (1,2)(1,2).

Differentiate implicitly. For x2yx^2y (product rule between x2x^2 and yy):

ddx[x2y]=2xy+x2dydx\frac{d}{dx}[x^2y]=2xy+x^2\frac{dy}{dx}

For arctan(y)\arctan(y) (chain rule):

ddx[arctan(y)]=11+y2dydx\frac{d}{dx}[\arctan(y)]=\frac{1}{1+y^2}\frac{dy}{dx}

Derivative of 44 is 00, so

2xy+x2dydx+11+y2dydx=02xy+x^2\frac{dy}{dx}+\frac{1}{1+y^2}\frac{dy}{dx}=0

Group dydx\frac{dy}{dx}:

(x2+11+y2)dydx=2xy\left(x^2+\frac{1}{1+y^2}\right)\frac{dy}{dx}=-2xy

Solve:

dydx=2xyx2+11+y2\frac{dy}{dx}=\frac{-2xy}{x^2+\frac{1}{1+y^2}}

Evaluate at (1,2)(1,2):

dydx=2(1)(2)(1)2+11+(2)2\frac{dy}{dx}=\frac{-2(1)(2)}{(1)^2+\frac{1}{1+(2)^2}}

dydx=41+15\frac{dy}{dx}=\frac{-4}{1+\frac{1}{5}}

dydx=465\frac{dy}{dx}=\frac{-4}{\frac{6}{5}}

dydx=103\frac{dy}{dx}=-\frac{10}{3}

Common pitfall: when evaluating, plugging the point back into the original equation and trying to “solve again” instead of plugging into the derivative you already found.

Example 3: Inverse-function derivative from a graph or table perspective

Suppose ff is differentiable and you know f(2)=7f(2)=7 and f(2)=4f'(2)=-4. Find (f1)(7)(f^{-1})'(7).

Because f(2)=7f(2)=7, you have f1(7)=2f^{-1}(7)=2. Then

(f1)(7)=1f(2)=14(f^{-1})'(7)=\frac{1}{f'(2)}=-\frac{1}{4}

Geometrically, if ff has slope 4-4 at (2,7)(2,7), then the inverse graph at (7,2)(7,2) has slope 14-\frac{1}{4}.

Quick differentiation hints (useful under time pressure)
  • When two terms are multiplied together, use product rule unless it’s genuinely easier and safer to multiply it out.
  • If you see a function within another function, you will almost certainly have to use chain rule.
  • If there are xx and yy terms mixed together, you will need implicit differentiation.
  • If you’re finding the derivative at a point, differentiate first and then plug the point in; this often avoids extra algebra.
  • When evaluating derivatives at a point, check whether terms become 11 or 00 to simplify quickly.
  • You can mentally take certain derivatives to save time, but write enough steps to avoid sign and factor mistakes.
  • If it is required to take a second derivative, simplify the first derivative before you start.
How AP free response often blends these skills

In free response, it is common to:

  • Find dydx\frac{dy}{dx} for an implicit equation.
  • Evaluate it at a point to get a slope.
  • Use that slope for a tangent line.
  • Interpret sign or size of the derivative.

Or, for inverse functions:

  • Use values of ff and ff' to compute (f1)(f^{-1})'.
  • Possibly connect to an inverse trig derivative in a later part.

The calculus is usually straightforward; the challenge is recognizing what each symbol means and keeping track of inputs.

Exam Focus
  • Typical question patterns:
    • Multi-rule differentiation: chain rule embedded inside product or quotient or implicit contexts.
    • Evaluate derivatives at points given implicitly (the point must satisfy the original equation).
    • Compute (f1)(a)(f^{-1})'(a) from given data and explain meaning with a brief justification.
  • Common mistakes:
    • Starting with an overly complicated approach (like expanding) that increases algebra errors.
    • Losing factors from the chain rule when differentiating complicated inside functions.
    • Confusing the point on ff with the corresponding point on f1f^{-1} (swapping coordinates incorrectly or not swapping at all).