Mistake Master

Selecting Procedures for Calculating Derivatives AB & BC

Every rule in this unit is now available, so the work shifts from executing a procedure to choosing one. The choice is made by reading an expression's outermost operation: what you would do last if you were evaluating it at a number. A sum differentiates term by term, a product takes the product rule, a quotient takes the quotient rule, and a function applied to an inside expression takes the chain rule. Inner pieces are diagnosed afterward, and one expression may need several rules in a definite order.

Two things go wrong. A rule gets applied to a structure it does not fit, most often the chain rule to a sum or the product rule to a power such as $(x+1)^3$. Or a valid rule gets applied to an expression that should have been rewritten first, so a constant denominator becomes a quotient rule, a radical never becomes a fractional exponent, and a logarithm of a product is attacked directly instead of being expanded into a sum. Both are reading failures rather than computational ones.

what would you do LAST evaluating at a number? add / subtract term by term multiply product rule divide quotient rule apply a function chain rule then repeat on whatever sits inside x² sin(3x) → product at the top, chain inside the second factor (x + 1)³ → chain only. an exponent is not a second factor
The rule is chosen by the outermost operation, never by which symbols happen to appear.
EXPRESSION EXPENSIVE ROUTE CHEAPER ROUTE x³ / 5 quotient rule (1/5)x³ → 3x²/5 ∛x no rule fits x^(1/3) → power rule (x² + 3x)/x quotient rule x + 3 → 1 ln(x²√(x+1)) chain + product 2ln x + ½ln(x+1) rewrite when it removes work, not as a reflex
Both columns reach the same derivative. The right one has fewer places to drop a sign.

The work

3 ways in · any order
Lesson
Selecting Procedures for Calculating Derivatives

A five-way diagnosis of an expression's outermost operation, three rewrites that consistently save work, and practice nesting the product and chain rules in the right order.

Skill check · 10 scenarios
Diagnostic
10-item topic check

Ten items spanning the two failure modes of this topic: a rule applied to a structure it does not fit, and effort spent where a rewrite would have been faster. 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