Unit 3 Study Guide: Differentiation of Composite, Implicit, and Inverse Functions (AP Calculus AB)

The Chain Rule for Composite Functions

What a composite function is (and why it changes differentiation)

A composite function is a function built by feeding one function into another. If you start with an “inside” function %%LATEX0%% and then apply an “outside” function %%LATEX1%%, you get the composite

y=f(g(x)).

This matters for derivatives because the rate of change of %%LATEX3%% with respect to %%LATEX4%% happens in stages: %%LATEX5%% changes, which changes %%LATEX6%%, which then changes f(g(x)). Differentiating a composite is like tracking how a change “flows through” the layers.

A common misconception is to treat f(g(x)) like a product and try to “differentiate each part separately.” Composition is not multiplication. You need a rule that accounts for the inner change.

The idea behind the chain rule (two equivalent forms)

Think in terms of small changes. If %%LATEX9%% and %%LATEX10%%, then a small change in %%LATEX11%% produces a small change in %%LATEX12%%, and that produces a small change in y. The chain rule formalizes “multiply the rates”:

\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}.

In function notation, if y=f(g(x)), then

\frac{d}{dx}[f(g(x))]=f'(g(x))\cdot g'(x).

Interpretation: take the derivative of the outside function (treating the inside as the variable and leaving it alone), then multiply by the derivative of the inside (with respect to x).

Recognizing when you need the chain rule

You usually need the chain rule when you see “a function inside a function,” especially:

  • Powers of expressions, like

(3x-1)^5

  • Trig of an expression, like

\sin(2x^2+1)

  • Exponentials/logs of expressions, like

e^{x^3}

\ln(5x-2)

A quick check: if you can name an “inside” expression %%LATEX22%% so the function becomes something like %%LATEX23%%, you’re likely looking at chain rule.

Memory trick (mnemonic)

A popular way to remember the process for many chain rule problems (especially power-of-a-parenthesis forms) is:

  • “douter, inner, dinner”: differentiate the outer layer, keep the inner expression, then multiply by the derivative of the inner.

Image reference from the original notes:

Worked examples

Example 1: Power of a linear function

Differentiate

y=(3x-1)^5.

  1. Identify inside and outside.
    • Inside: u=3x-1
    • Outside: y=u^5
  2. Differentiate the outside with respect to u.

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

  1. Multiply by \frac{du}{dx}.

\frac{du}{dx}=3

  1. Substitute back:

\frac{dy}{dx}=5(3x-1)^4\cdot 3=15(3x-1)^4.

A common mistake here is forgetting the factor of 3 from the inner derivative.

Example 2: Trig of a polynomial

Differentiate

y=\cos(x^2+4x).

Outside derivative: derivative of %%LATEX34%% is %%LATEX35%%. Multiply by the inner derivative:

\frac{dy}{dx}=-\sin(x^2+4x)\cdot(2x+4).

Notation you must be fluent with

AP problems switch notations often. These are equivalent ways to express derivatives.

Derivative of %%LATEX37%% with respect to %%LATEX38%%:

\frac{dy}{dx}

y'

Derivative of %%LATEX41%% at input %%LATEX42%%:

f'(x)

Derivative of a composition:

\frac{d}{dx}[f(g(x))]

When you see %%LATEX45%%, it’s a reminder that %%LATEX46%% depends on x, which becomes crucial in implicit differentiation.

Exam Focus
  • Typical question patterns:
    • “Find %%LATEX48%%” where %%LATEX49%% includes nested expressions like trig, exponentials, logs, or powers.
    • “Find the slope of the tangent line at x=a” for a composite function.
    • “Differentiate and simplify” (often with multiple layers).
  • Common mistakes:
    • Forgetting to multiply by the derivative of the inside.
    • Differentiating the inside correctly but not keeping it inside the outside derivative.
    • Losing parentheses, especially with negatives and exponents.

Multiple Layers and Combining Differentiation Rules

Why “real” derivatives rarely use one rule

Most exam-level functions aren’t “just chain rule” or “just product rule.” They blend rules. The skill is not memorizing more formulas; it’s building a reliable process:

  1. Identify the overall structure (sum, product, quotient, composition).
  2. Apply the correct outer rule first.
  3. Inside that, apply whatever rule fits next.

A powerful mindset is: differentiate from the outside in.

Chain rule with products and quotients

If you have something like

y=(x^2+1)^3(5x-7)^4,

this is a product of two composites. You must use the product rule, and inside each product term you’ll use the chain rule.

Product rule reminder:

\frac{d}{dx}[uv]=u'v+uv'.

Quotient rule reminder:

\frac{d}{dx}\left[\frac{u}{v}\right]=\frac{u'v-uv'}{v^2}.

Common misconception: trying to apply chain rule to the whole expression without first acknowledging it is a product or quotient.

Chain rule with exponentials and logarithms

These appear constantly because they model growth/decay and multiplicative change.

Key base derivatives:

\frac{d}{dx}[e^x]=e^x

\frac{d}{dx}[a^x]=a^x\ln(a)

\frac{d}{dx}[\ln(x)]=\frac{1}{x}

Then apply chain rule for inner expressions:

\frac{d}{dx}[e^{g(x)}]=e^{g(x)}\cdot g'(x)

\frac{d}{dx}[\ln(g(x))]=\frac{g'(x)}{g(x)}

That last form is worth remembering: derivative of \ln(g(x)) is “inner derivative over the inner.”

Worked examples

Example 1: Product + chain rule

Differentiate

y=(x^2+1)^3(5x-7)^4.

Let

u=(x^2+1)^3

v=(5x-7)^4.

Then

y'=u'v+uv'.

Compute u' by chain rule:

u'=3(x^2+1)^2\cdot 2x=6x(x^2+1)^2.

Compute v' by chain rule:

v'=4(5x-7)^3\cdot 5=20(5x-7)^3.

Substitute:

y'=6x(x^2+1)^2(5x-7)^4+(x^2+1)^3\cdot 20(5x-7)^3.

You can factor to simplify:

y'=(x^2+1)^2(5x-7)^3[6x(5x-7)+20(x^2+1)].

Factoring is not always required, but it often reduces algebra errors later.

Example 2: Quotient + chain rule

Differentiate

y=\frac{\sin(3x)}{x^2+1}.

Let %%LATEX71%% and %%LATEX72%%. Then

y'=\frac{u'v-uv'}{v^2}.

Compute

u'=\cos(3x)\cdot 3=3\cos(3x)

v'=2x.

So

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

A typical mistake is differentiating %%LATEX77%% as %%LATEX78%% and forgetting the factor of 3.

Example 3: Log of an expression

Differentiate

y=\ln(5x-2).

Use the pattern

\frac{d}{dx}[\ln(g(x))]=\frac{g'(x)}{g(x)}.

Here %%LATEX82%% so %%LATEX83%%:

y'=\frac{5}{5x-2}.

Note the domain: %%LATEX85%% (so %%LATEX86%%). AP may ask about where the function (and derivative) is defined.

Exam Focus
  • Typical question patterns:
    • Differentiate expressions that require product/quotient rule and chain rule.
    • Simplify or factor a derivative for later analysis (critical points, sign charts).
    • Use derivatives of %%LATEX87%% or %%LATEX88%% in context.
  • Common mistakes:
    • Applying chain rule “across” a product instead of using product rule.
    • Algebra mistakes after differentiating correctly (lost parentheses, sign errors).
    • Forgetting domain restrictions for logarithms (argument must be positive).

Implicit Differentiation: Differentiating When y Is Hidden

What “implicit” means

An equation is implicit when %%LATEX90%% is not isolated as a function of %%LATEX91%%. For example,

x^2+y^2=25

describes a circle. You can solve for y as

y=\pm\sqrt{25-x^2},

but that splits the circle into two functions and introduces extra algebra. Implicit differentiation lets you find \frac{dy}{dx} directly from the original relation.

This matters because many curves in geometry, physics, and economics are naturally written as relations, not neat explicit functions.

The key idea: treat %%LATEX96%% as a function of %%LATEX97%%

When you differentiate an implicit equation with respect to %%LATEX98%%, you assume %%LATEX99%% depends on x. That means:

  • The derivative of %%LATEX101%% with respect to %%LATEX102%% is not 0.
  • When differentiating terms involving %%LATEX104%%, you must multiply by %%LATEX105%% via the chain rule.

For instance,

\frac{d}{dx}[y]=\frac{dy}{dx}.

And if you have %%LATEX107%%, think “outside is cube, inside is %%LATEX108%%”:

\frac{d}{dx}[y^3]=3y^2\cdot\frac{dy}{dx}.

A very common mistake is to write

\frac{d}{dx}[y^3]=3y^2

as if y were a constant. It isn’t.

A helpful rule-of-thumb description (often how students catch themselves mid-problem) is: if you differentiate something and the variable does not match the “with respect to” variable, you must follow it with the derivative of that variable with respect to %%LATEX112%%. That is why differentiating %%LATEX113%% gives a factor of \frac{dy}{dx}.

Relating %%LATEX115%% and %%LATEX116%% (reciprocal relationship)

Sometimes a problem or a student workflow leads to finding %%LATEX117%% instead of %%LATEX118%%. When the derivative is defined and nonzero, they are reciprocals:

\frac{dx}{dy}=\frac{1}{\frac{dy}{dx}}.

This reciprocal idea can also help you check work: if one is very large in magnitude, the other should be very small in magnitude.

The implicit differentiation process

For an equation involving %%LATEX120%% and %%LATEX121%%:

  1. Differentiate both sides with respect to x.
  2. Every time you differentiate a term containing %%LATEX123%%, include %%LATEX124%%.
  3. Collect all terms with \frac{dy}{dx} on one side.
  4. Factor out \frac{dy}{dx} and solve.

You can (and often must) apply other rules like product rule or quotient rule when terms contain both %%LATEX127%% and %%LATEX128%%. The AP exam loves to do this.

Image reference from the original notes:

Worked examples

Example 1: Circle slope (and tangent line at a point)

Given

x^2+y^2=25,

find \frac{dy}{dx}.

Differentiate both sides:

\frac{d}{dx}[x^2]+\frac{d}{dx}[y^2]=\frac{d}{dx}[25].

Compute each derivative:

2x+2y\cdot\frac{dy}{dx}=0.

Solve for \frac{dy}{dx}:

2y\cdot\frac{dy}{dx}=-2x

\frac{dy}{dx}=-\frac{x}{y}.

At the point %%LATEX136%%, substitute %%LATEX137%% and y=4:

\left.\frac{dy}{dx}\right|_{(3,4)}=-\frac{3}{4}.

So the slope of the tangent line is %%LATEX140%%. Using point-slope form with the point %%LATEX141%%:

y-4=-\frac{3}{4}(x-3).

Example 2: Mixed powers and products

Differentiate implicitly:

x^3y+y^2=7.

Differentiate term by term. The first term is a product in %%LATEX144%% and %%LATEX145%%, so use product rule:

\frac{d}{dx}[x^3y]=(3x^2)y+x^3\frac{dy}{dx}.

And

\frac{d}{dx}[y^2]=2y\cdot\frac{dy}{dx}.

Right-hand side derivative is 0. Put together:

3x^2y+x^3\frac{dy}{dx}+2y\frac{dy}{dx}=0.

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

x^3\frac{dy}{dx}+2y\frac{dy}{dx}=-3x^2y.

Factor:

\frac{dy}{dx}(x^3+2y)=-3x^2y.

Solve:

\frac{dy}{dx}=\frac{-3x^2y}{x^3+2y}.

A common mistake is forgetting product rule on %%LATEX154%% and differentiating it as %%LATEX155%% only.

Exam Focus
  • Typical question patterns:
    • “Find \frac{dy}{dx} for the curve given implicitly.”
    • “Find the slope of the tangent line at a given point on an implicit curve.”
    • “Find an equation of the tangent line” using point-slope form after finding the slope.
  • Common mistakes:
    • Treating %%LATEX157%% like a constant (missing %%LATEX158%% factors).
    • Forgetting product rule/quotient rule when terms involve both %%LATEX159%% and %%LATEX160%%.
    • Solving for \frac{dy}{dx} incorrectly due to algebra (especially sign errors).

Second Derivatives and Tangent/Normal Lines from Implicit Relations

Why you might need \frac{d^2y}{dx^2} implicitly

Sometimes you’re asked about concavity or acceleration along a curve described implicitly. Concavity is controlled by the second derivative:

\frac{d^2y}{dx^2}.

When %%LATEX164%% is given implicitly, you typically find %%LATEX165%% first, then differentiate that expression with respect to %%LATEX166%%, being careful that %%LATEX167%% is still a function of x.

A common trap: once you have %%LATEX169%% in terms of %%LATEX170%% and %%LATEX171%%, differentiating again usually requires chain rule (because of %%LATEX172%%) and often quotient rule.

A practical tip: if you’re required to take a second derivative, simplify the first derivative before you start the second-derivative step.

Tangent lines vs normal lines

At a point on a curve:

  • The tangent line has slope

m_{tan}=\frac{dy}{dx}.

  • The normal line is perpendicular to the tangent, so its slope is the negative reciprocal:

m_{norm}=-\frac{1}{m_{tan}}

(as long as m_{tan}\neq 0).

If the tangent slope is 0, the normal line is vertical. If the tangent is vertical (undefined slope), the normal is horizontal.

Worked example: implicit second derivative

Given

x^2+y^2=25,

we found

\frac{dy}{dx}=-\frac{x}{y}.

Now compute \frac{d^2y}{dx^2}.

Differentiate both sides of

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

with respect to %%LATEX181%%. The right side is a quotient of %%LATEX182%% and %%LATEX183%%, and %%LATEX184%% depends on %%LATEX185%%. Use quotient rule on %%LATEX186%%.

Let %%LATEX187%% and %%LATEX188%%. Then

\frac{d}{dx}\left[\frac{u}{v}\right]=\frac{u'v-uv'}{v^2}.

Here %%LATEX190%% and %%LATEX191%%, so

\frac{d}{dx}\left[\frac{x}{y}\right]=\frac{1\cdot y-x\cdot\frac{dy}{dx}}{y^2}.

Because

\frac{dy}{dx}=-\frac{x}{y},

substitute:

\frac{d}{dx}\left[\frac{x}{y}\right]=\frac{y-x\left(-\frac{x}{y}\right)}{y^2}=\frac{y+\frac{x^2}{y}}{y^2}.

Combine the numerator:

\frac{y+\frac{x^2}{y}}{y^2}=\frac{\frac{y^2+x^2}{y}}{y^2}=\frac{x^2+y^2}{y^3}.

Now include the negative sign from -\frac{x}{y}:

\frac{d^2y}{dx^2}=-\frac{x^2+y^2}{y^3}.

On the circle, x^2+y^2=25, so

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

At the point (3,4),

\left.\frac{d^2y}{dx^2}\right|_{(3,4)}=-\frac{25}{64}.

This is negative, so the upper semicircle is concave down there.

Worked example: tangent and normal lines

For the same circle at (3,4):

Tangent slope:

m_{tan}=-\frac{3}{4}.

Tangent line:

y-4=-\frac{3}{4}(x-3).

Normal slope:

m_{norm}=-\frac{1}{-\frac{3}{4}}=\frac{4}{3}.

Normal line:

y-4=\frac{4}{3}(x-3).

A typical error is flipping the slope but forgetting the negative sign (or applying it twice).

Exam Focus
  • Typical question patterns:
    • “Find \frac{d^2y}{dx^2} for an implicitly defined curve and evaluate at a point.”
    • “Find the equation of the tangent line and/or normal line at a point.”
    • “Determine concavity at a point on an implicit curve.”
  • Common mistakes:
    • Differentiating expressions containing y without chain rule on the second derivative step.
    • Substituting the point too early (before finishing differentiating), which can hide where \frac{dy}{dx} should appear.
    • Incorrect negative reciprocal for the normal line slope.

Inverse Functions and the Derivative of an Inverse

What an inverse function really does

An inverse function reverses the input-output relationship of a function. If f(a)=b, then

f^{-1}(b)=a.

Graphically, %%LATEX212%% and %%LATEX213%% are reflections across the line

y=x.

Not every function has an inverse that is also a function. For an inverse to be a function, %%LATEX215%% must be one-to-one (each output comes from exactly one input). A practical calculus-friendly condition is that %%LATEX216%% is strictly increasing or strictly decreasing on the interval of interest.

The inverse-derivative formula (from the chain rule)

If %%LATEX217%% and %%LATEX218%% are inverses, then

f(f^{-1}(x))=x.

Differentiate both sides with respect to x:

f'(f^{-1}(x))\cdot(f^{-1})'(x)=1.

Solve for the derivative of the inverse:

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

A key condition: you need %%LATEX223%% for this formula to make sense. Geometrically, if %%LATEX224%% has a horizontal tangent at some point, its inverse has a vertical tangent there, so the inverse derivative is undefined.

Image reference from the original notes:

The point-specific version (most common on AP)

If %%LATEX225%%, then %%LATEX226%% and

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

A very test-friendly way to think about the point matching is: points swap. If a point %%LATEX228%% lies on the graph of %%LATEX229%%, then %%LATEX230%% lies on the graph of %%LATEX231%%.

Worked examples

Example 1: Using the point-specific inverse formula

Suppose %%LATEX232%% and %%LATEX233%%. Find (f^{-1})'(5).

Because %%LATEX235%%, we know %%LATEX236%%. Then

(f^{-1})'(5)=\frac{1}{f'(2)}=\frac{1}{3}.

A common mistake is answering %%LATEX238%%. You must evaluate %%LATEX239%% at the input that maps to %%LATEX240%%, which is %%LATEX241%%.

Example 2: Inverse derivative from an explicit function

Let

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

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

First find %%LATEX244%% such that %%LATEX245%%:

a^3+a+1=1

a^3+a=0

a(a^2+1)=0.

The real solution is a=0. Now compute

f'(x)=3x^2+1.

So f'(0)=1, and

(f^{-1})'(1)=\frac{1}{f'(0)}=1.

This is much faster than solving for f^{-1}(x) explicitly.

How to interpret “corresponding points” (the (1,2) vs (2,1) idea)

If you want the slope of the inverse at an input, you must locate the corresponding point on the original function. For instance, if a point %%LATEX254%% lies on %%LATEX255%% where %%LATEX256%%, then the corresponding point on %%LATEX257%% is (2,1) . The derivative relationship matches that swap: to find the inverse’s slope at the first point, you take the reciprocal of the original function’s slope at the swapped point.

Interpreting inverse-derivative behavior

Because inverse functions reflect across %%LATEX259%%, slopes also “flip.” If %%LATEX260%% has a steep slope at a point, its inverse has a shallow slope at the corresponding reflected point.

If %%LATEX261%% is negative, then %%LATEX262%% is decreasing at %%LATEX263%%, and its inverse is also decreasing at %%LATEX264%%. The reciprocal keeps the sign:

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

Exam Focus
  • Typical question patterns:
    • Given %%LATEX266%% and %%LATEX267%%, find (f^{-1})'(b).
    • Use a table of values for %%LATEX269%% and %%LATEX270%% to compute a specific inverse derivative.
    • Use the identity f(f^{-1}(x))=x and differentiate to derive or justify a result.
  • Common mistakes:
    • Plugging in the wrong input when evaluating f'.
    • Forgetting that the inverse derivative may be undefined if f'(a)=0.
    • Confusing %%LATEX274%% with %%LATEX275%%.
  • AP pacing note:
    • The exam often includes only 1–2 inverse-derivative questions, so prioritize accuracy on the “match the point, then take the reciprocal” process.

Inverse Trigonometric Functions and Their Derivatives

What inverse trig functions mean (conceptually)

Inverse trigonometric functions undo trig functions, but you must be careful: trig functions like \sin(x) repeat, so they are not one-to-one on all real numbers. To define inverses, we restrict domains.

For example, arcsine is the inverse of sine on a restricted interval:

  • %%LATEX277%% means %%LATEX278%% with y restricted to a principal range.

The most important idea is: inverse trig functions are best understood as angles as outputs. Their derivatives come from implicit differentiation combined with trig identities.

Image reference from the original notes (memorization chart):

The core derivatives (with domain notes)

These are standard AP Calculus AB derivatives:

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

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

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

You may also see:

\frac{d}{dx}[\arccot(x)]=-\frac{1}{1+x^2}

\frac{d}{dx}[\arcsec(x)]=\frac{1}{|x|\sqrt{x^2-1}}

\frac{d}{dx}[\arccsc(x)]=-\frac{1}{|x|\sqrt{x^2-1}}

The absolute value in the last two derivatives is required for correctness across negative x values.

These derivatives only make sense where the functions are defined. For instance, %%LATEX287%% and %%LATEX288%% require %%LATEX289%%, and their derivatives blow up near %%LATEX290%% because the square root in the denominator goes to zero.

Why arcsin and arctan derivatives look the way they do (derivation idea)

Take y=\arcsin(x), meaning

\sin(y)=x.

Differentiate implicitly:

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

So

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

But your derivative must be in terms of %%LATEX295%%, not %%LATEX296%%. Since \sin(y)=x,

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

That produces

\frac{dy}{dx}=\frac{1}{\sqrt{1-x^2}}.

This reasoning explains where the square root comes from and why the sign is chosen to match the principal range.

Chain rule with inverse trig

Inverse trig derivatives almost always appear with an inner function. Use chain rule:

\frac{d}{dx}[\arcsin(g(x))]=\frac{g'(x)}{\sqrt{1-(g(x))^2}}

\frac{d}{dx}[\arctan(g(x))]=\frac{g'(x)}{1+(g(x))^2}

Worked examples

Example 1: Arcsin with an inner function

Differentiate

y=\arcsin(2x).

Use the pattern for %%LATEX303%% with %%LATEX304%% and g'(x)=2:

y'=\frac{2}{\sqrt{1-(2x)^2}}=\frac{2}{\sqrt{1-4x^2}}.

Domain note: need %%LATEX307%%, so %%LATEX308%%.

Example 2: Arctan with a polynomial

Differentiate

y=\arctan(x^3).

Here %%LATEX310%% and %%LATEX311%%:

y'=\frac{3x^2}{1+(x^3)^2}=\frac{3x^2}{1+x^6}.

A common mistake is writing \frac{1}{1+x^3} (confusing the formula).

Exam Focus
  • Typical question patterns:
    • Differentiate expressions containing %%LATEX314%%, %%LATEX315%%, or \arctan with an inner function.
    • Use an inverse trig derivative as part of a larger product/quotient.
    • Analyze where an inverse trig derivative is defined (domain/denominator constraints).
  • Common mistakes:
    • Forgetting chain rule for %%LATEX317%% or %%LATEX318%%.
    • Dropping parentheses: 1-(g(x))^2 must square the entire inner function.
    • Ignoring domain restrictions, especially for %%LATEX320%% and %%LATEX321%%.

Strategy for Mixed Composite, Implicit, and Inverse Differentiation Problems

Why “strategy” matters more than memorizing more rules

Unit 3 problems often test whether you can recognize structure and choose the right tool. Many AP questions intentionally combine ideas:

  • A curve is given implicitly, but contains a composite term like

\sin(xy)

  • An inverse relationship is present, but you are expected to use inverse-derivative logic instead of finding the inverse.
  • A derivative must be evaluated at a point that you can only find from the original relation.

A reliable decision process

When you see a differentiation task, walk through these questions:

  1. Is %%LATEX323%% explicitly written as a function of %%LATEX324%%?
    • If no, you likely need implicit differentiation.
  2. Do you see “a function inside a function”?
    • If yes, chain rule is involved (maybe nested many times).
  3. Is there an inverse function mentioned (like %%LATEX325%% or %%LATEX326%%)?
    • If yes, consider inverse-derivative formulas or inverse trig derivatives.
  4. Is the overall structure a product or quotient?
    • Apply product/quotient rule first, then chain rule inside.

You don’t have to label every step with a rule name, but you do need to respect the structure.

Worked example: implicit + chain rule

Differentiate implicitly:

x^2+\sin(y)=4.

Differentiate both sides:

  • \frac{d}{dx}[x^2]=2x
  • \frac{d}{dx}[\sin(y)]=\cos(y)\cdot\frac{dy}{dx}
  • \frac{d}{dx}[4]=0

So

2x+\cos(y)\cdot\frac{dy}{dx}=0.

Solve:

\cos(y)\cdot\frac{dy}{dx}=-2x

\frac{dy}{dx}=-\frac{2x}{\cos(y)}.

A classic mistake is differentiating %%LATEX334%% as %%LATEX335%% and stopping there.

Worked example: inverse derivative using a table/point

Suppose a function f is one-to-one and differentiable, and you know

f(3)=10

f'(3)=-2.

Find (f^{-1})'(10).

Use the point-specific inverse derivative formula:

(f^{-1})'(10)=\frac{1}{f'(3)}=-\frac{1}{2}.

Interpretation: the inverse is decreasing at input 10, and its slope is the reciprocal of the original slope.

Worked example: combining inverse trig and chain rule inside a larger expression

Differentiate

y=x^2\arctan(5x).

This is a product, so use product rule. Let

u=x^2

v=\arctan(5x).

Then

y'=u'v+uv'.

Compute

u'=2x.

For v', use inverse trig derivative plus chain rule:

v'=\frac{1}{1+(5x)^2}\cdot 5=\frac{5}{1+25x^2}.

So

y'=2x\arctan(5x)+x^2\cdot\frac{5}{1+25x^2}.

Common mistakes here include forgetting product rule (only differentiating one factor) or writing v'=\frac{1}{1+5x^2} (squaring incorrectly).

A note on calculator-active questions

Even when the question is conceptual, the exam may provide a graph or table for %%LATEX351%% and ask about %%LATEX352%% or a composite. In those cases, you’re often expected to:

  • Use the meaning of inverse: if %%LATEX353%% then %%LATEX354%%
  • Use the inverse derivative rule at a point
  • Read values carefully from a table (and not confuse inputs/outputs)

Accuracy in reading and matching coordinates is as important as calculus skills.

Exam Focus
  • Typical question patterns:
    • Differentiate an implicit equation where some terms require chain rule (like trig or exponentials in y).
    • Use a table/graph to compute %%LATEX356%% from %%LATEX357%% where f(a)=b.
    • Mixed-rule differentiation (product/quotient with inverse trig or logs inside).
  • Common mistakes:
    • Mixing up inputs and outputs when switching between %%LATEX359%% and %%LATEX360%%.
    • Forgetting that %%LATEX361%% includes %%LATEX362%% in implicit problems.
    • Algebra slips after correct differentiation (especially squaring inner functions incorrectly).

Quick Hints and Efficiency Moves (All Unit 3 Topics)

Practical hints (including when to plug in a point)

These are quick decision cues that help on multi-skill AP questions:

  • When two terms are multiplied together, use the product rule unless it’s clearly easier and safer to multiply it out first.
  • If you see a function within another function, you will almost certainly have to use the chain rule.
  • If there are %%LATEX363%% and %%LATEX364%% terms mixed together in one equation, you will need implicit differentiation.
  • If you’re finding a derivative at a point, it’s often best to find the general derivative first and then plug the point in, rather than solving to isolate y.
  • When evaluating derivatives at a point, look for terms that become %%LATEX366%% or %%LATEX367%% after substitution because that can dramatically simplify arithmetic.
  • You can mentally take certain derivatives (for example, basic powers and the core trig/exponential/log forms) to save time, but still write enough work to avoid algebra slips.
  • If you must take a second derivative, simplify the first derivative before differentiating again.
Exam Focus
  • Typical question patterns:
    • “Find the derivative and evaluate at %%LATEX368%%” where plugging in early may simplify arithmetic, but plugging in too early during implicit second-derivative work can cause missing %%LATEX369%% terms.
    • Mixed-rule multiple-choice questions designed to trigger a wrong “single-rule” approach.
  • Common mistakes:
    • Choosing a rule based on what you “notice first” instead of the overall structure (for example, doing chain rule when the outermost structure is actually a product).
    • Plugging in a point before the differentiation is complete in implicit second-derivative problems.
    • Dropping parentheses or squaring only part of an inner expression.