Mistake Master

The Chain Rule AB & BC

The chain rule answers one question: if $x$ drives $u$ and $u$ drives $y$, how fast does $y$ move per unit of $x$? The answer is the product of the two rates, $\frac{dy}{dx} = \frac{dy}{du}\cdot\frac{du}{dx}$. Written for a composition it is $\frac{d}{dx}f(g(x)) = f'(g(x))\cdot g'(x)$, where the outer derivative is evaluated at the inside function and the inner derivative multiplies on.

The mistakes here are structural rather than computational. The dominant one is dropping the inner factor entirely, which is silently harmless whenever the inside is $x$ and wrong everywhere else. The next is peeling a multi-layer function partway and stopping, so a triple composition loses its innermost factor. The third is misreading the structure: applying the chain rule to a product, or the product rule to a composition, because the shape was never diagnosed before a rule was chosen.

inner u = 3x outer y = sin u x u y du/dx = 3 dy/du = cos u dy/dx = cos(3x) · 3
Rates multiply along the chain. The inner machine runs three times as fast, so the outer rate is scaled by 3.
3x ( )² sin layer 1 · square gives 2 sin(3x) layer 2 · sine gives cos(3x) layer 3 · triple gives 3 three machines, three factors 6 sin(3x) cos(3x)
Count the machines, then count the factors. Stopping after two layers is what leaves the 3 behind.

The work

3 ways in · any order
Lesson
The Chain Rule

Builds the rule from the rate cascade, gives a four-step peeling procedure, works a three-layer composition, and separates composition structure from product structure.

Skill check · 10 scenarios
Diagnostic
10-item topic check

Ten items spanning the three failure modes of this topic: the inner derivative dropped, a multi-layer peel abandoned partway, and a composition confused with a product. Take it cold to find which one is yours, or after the lesson to confirm it is not.

Not yet available · 10 items
Targeted Practice
Drill a single misconception

Pick one of the failure modes you missed and drill it on its own. The round is adaptive: two correct in a row clears the misconception and moves you to the next.

Take the diagnostic to identify your misconceptions