← Unit 3

Unit 3 Cheat Sheet

Composite, Implicit & Inverse Differentiation — every rule, every decision, and every trap from the five lessons, on one page. The whole unit is one skill: name the structure, then apply the matching rule. Each block title links back to its lesson.
→ Test yourself

The Chain Rule 3.1

Differentiate the outer function at the inner, then multiply by the inner’s derivative. The engine behind almost every rule that follows.

Lagrange · Leibniz

Find the inner by the “last operation” test: whatever you would compute last plugging in a number is the outer; what’s left inside is \(u\). Peel outermost-first, one layer at a time.

trap
  • The inner derivative \(u'\) is the most-dropped factor — \(\frac{d}{dx}\sin(x^2)=\cos(x^2)\cdot 2x\), not \(\cos(x^2)\).
  • Evaluate \(f'\) at the inner value, not at \(x\): in a table, \(h'(1)=f'\!\bigl(g(1)\bigr)\,g'(1)\).

Common Chain Patterns 3.1

Every one is the same move — outer derivative \(\times\) inner derivative \(u'\). Memorize the shapes and the chain becomes automatic.

Implicit Differentiation 3.2

When you can’t solve for \(y\): treat \(y\) as a hidden function of \(x\), so every \(y\)-term carries a \(\frac{dy}{dx}\).

the two key derivatives
The four moves
1 · differentiateboth sides w.r.t. \(x\)
2 · tagevery \(y\)-term gets a \(\frac{dy}{dx}\) (chain rule)
3 · collectall \(\frac{dy}{dx}\) on one side, factor
4 · solvedivide for \(\frac{dy}{dx}\)
trap
  • Treating \(y^2\) as a constant — it differentiates to \(2y\,y'\), never \(2y\).
  • \(xy\) needs the product rule: \(\frac{d}{dx}(xy)=y+x\,y'\).

Tangents & the 2nd Derivative 3.2

Once you have \(\frac{dy}{dx}=\frac{N}{D}\), the special tangents are pure sign-reading.

Horizontal or vertical?
numerator \(=0\)horizontal tangent (slope \(0\))
denominator \(=0\)vertical tangent (slope undefined)
implicit 2nd derivative (circle)
trap
  • Substitute \(y'\) back in after differentiating \(y'\) — then simplify with the original equation.
  • Both conditions need the other side nonzero — \(\frac00\) is indeterminate, not a tangent.

Higher-Order Derivatives 3.6

Just differentiate again — and again. Notation stacks; patterns emerge.

notation

Two patterns worth knowing: the trig cycle \(\sin\!\to\!\cos\!\to\!-\sin\!\to\!-\cos\) repeats every 4; and \(\frac{d^n}{dx^n}\frac1x=\dfrac{(-1)^n n!}{x^{n+1}}\) — alternating sign, factorial coefficient.

trap
  • Differentiate fully, then evaluate — never plug in a number between derivatives.
  • Watch the sign by parity: even-order derivatives of \(1/x\) and of \(\cos\) flip predictably.

Inverse-Function Derivatives 3.3

Reflecting a graph across \(y=x\) swaps rise and run, so the inverse’s slope is the reciprocal — taken at the matched point.

the rule

Table method: to get \((f^{-1})'(c)\), find \(c\) in the output row, hop to its input \(a=f^{-1}(c)\), then reciprocate: \(1/f'(a)\).

trap
  • Reciprocate at \(f^{-1}(x)\), not at \(x\). The single most common error — always solve for the matched input first.
  • Reflection keeps the sign of the slope: a rising function has a rising inverse.

Inverse-Trig Derivatives 3.4

Six to know; co-functions are just the negatives. Chain rule: replace \(x\) with \(u\) and multiply by \(u'\).

trap
  • \(\arctan\) has no radical — it’s \(\frac{1}{1+x^2}\); \(\arcsin\) has the \(\sqrt{\;}\).
  • \(\operatorname{arcsec}\) keeps the \(|x|\) so the slope stays positive on both branches.

Logarithmic Differentiation 3.5

For a variable base and exponent, or a messy product/quotient: take \(\ln\) of both sides first, then differentiate implicitly.

the technique

Classic: \(y=x^{x}\Rightarrow \ln y=x\ln x\Rightarrow \frac{y'}{y}=\ln x+1\Rightarrow y'=x^{x}(\ln x+1)\).

trap
  • Multiply back by \(y\) at the end — \(\frac{y'}{y}=\dots\) isn’t the answer until you clear the \(y\).
  • Neither pure rule works on \(x^x\): the power rule needs a constant exponent, the exponential rule a constant base.

Selecting Procedures 3.5

Differentiation is parsing. Name the outermost operation first — it picks the rule; recurse inward.

What is the outer operation?
sum / differencedifferentiate term by term
productproduct rule \(u'v+uv'\)
quotientquotient rule — or split / simplify first
compositionchain rule
tangled \(x\) & \(y\)implicit differentiation
trap
  • Rewrite before you differentiate: log laws split \(\ln(x^4(x^2{+}1))\); \(\frac{x^2+1}{x}=x+\frac1x\); factor \(\frac{x^3-1}{x-1}\).
  • Forcing one favorite rule onto everything — the outer operation, not habit, chooses.

Motion: Position → Velocity → Acceleration 3.6

The headline application: each derivative of position is the next kinematic quantity.

the chain of motion

Speeding up when \(v\) and \(a\) share a sign; slowing down when they oppose. \(v=0\) does not force \(a=0\) — a particle can be momentarily still while accelerating.

trap
  • Velocity is signed; speed is \(|v|\). “How fast” wants speed, direction wants the sign of \(v\).
  • Turning points are where \(v=0\) and changes sign — check the sign, don’t assume.

Unit 3 is one habit in five disguises: read the structure first, then differentiate. The chain rule handles composition, implicit differentiation handles curves you can’t solve, inverses reflect a slope into its reciprocal, and selecting procedures is just naming the outermost operation before you touch a rule. Higher-order derivatives simply run the whole loop again. Parse before you compute — the unit grades the diagnosis as much as the algebra.