Mistake Master

The Product Rule AB & BC

The derivative of a product is $\frac{d}{dx}[uv] = u'v + uv'$: two terms, each differentiating exactly one factor and copying the other. There is no simpler rule, and $u = v = x$ shows why, since $(x \cdot x)' = 2x$ while $u'v' = 1$. Writing $u$, $v$, $u'$ and $v'$ down before assembling keeps both terms alive, and when both factors are powers of $x$ expanding first is faster and doubles as a check.

The dominant error is differentiating the factors separately and multiplying the results, or applying the rule and then dropping one of its two terms. Alongside that, the constant multiple case gets tangled: a numerical factor treated as a full second function, or a coefficient lost while the two terms are being assembled, particularly when a minus sign arrives in the middle of the expression from a cosine.

(u v)′ = u′ v + u v′ differentiate the first, copy the second copy the first, differentiate the second the term that gets dropped is almost always the second one order does not matter here; in the quotient rule of Topic 2.9 it does
One factor differentiated per term, and the terms are added. Neither of them is optional.
TEST CASE: u = x, v = x, so uv = x² what (uv)′ really is d/dx[x²] = 2x at x = 3: 6 the false rule u′v′ 1 · 1 = 1 at x = 3: 1 the product rule u′v + uv′ 1·x + x·1 = 2x at x = 3: 6 one counterexample is enough to retire a proposed rule permanently and the two-term version agrees with the power rule, which is the check worth running
The simplest possible product already breaks the simplest possible rule.

The work

3 ways in · any order
Lesson
The Product Rule

Retires the product-of-derivatives idea with a one-line counterexample, fixes a four-line layout that keeps both terms of the real rule alive, and runs it across polynomial, trigonometric, exponential and logarithmic factors.

Skill check · 10 scenarios
Diagnostic
10-item topic check

Ten items spanning the two failure modes of this topic: differentiating a product factor by factor or dropping one of the rule's two terms, and mishandling a constant factor or a sign while the terms are being assembled.

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