Students will apply limits to define the derivative, become skillful at determining derivatives, and continue to develop mathematical reasoning skills.
Use the limit definition to find the derivative of \(f(x) = 3x^2 - 5x\) at \(x = 2\).
Step 1: Recall the definition: \(f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}\).
Step 2: Substitute \(a = 2\): \[ f'(2) = \lim_{h \to 0} \frac{[3(2+h)^2 - 5(2+h)] - [3(4) - 5(2)]}{h} \]
Step 3: Expand and simplify: \[ = \lim_{h \to 0} \frac{[3(4+4h+h^2) - 10 - 5h] - [12 - 10]}{h} \] \[ = \lim_{h \to 0} \frac{(12+12h+3h^2 - 10 - 5h) - 2}{h} \]
Step 4: Simplify numerator: \[ 12+12h+3h^2 - 10 - 5h - 2 = 7h + 3h^2 \] So: \[ f'(2) = \lim_{h \to 0} \frac{7h + 3h^2}{h} \]
Step 5: Cancel \(h\): \[ f'(2) = \lim_{h \to 0} (7 + 3h) = 7 \]
Final Answer: The derivative at \(x = 2\) is \(f'(2) = 7\).
Find the derivative of \(y = x^2 \cdot e^{3x}\).
Step 1: Identify that this is a product of \(f(x) = x^2\) and \(g(x) = e^{3x}\), requiring the product rule: \((fg)' = f'(x)g(x) + f(x)g'(x)\).
Step 2: Differentiate \(f(x) = x^2\) to get \(f'(x) = 2x\).
Step 3: Differentiate \(g(x) = e^{3x}\) using the chain rule: \(g'(x) = 3e^{3x}\).
Step 4: Apply the product rule: \[ y' = (2x)(e^{3x}) + (x^2)(3e^{3x}) \]
Step 5: Factor if desired: \[ y' = e^{3x}(2x + 3x^2) \] This cleaner form often makes later work easier.
Final Answer: The derivative is \(y' = e^{3x}(2x + 3x^2)\).
1. Forgetting the chain rule on inner functions: A common mistake is differentiating the outer function but ignoring the derivative of the inside. For example, \(\frac{d}{dx}[\sin(5x)]\) is \(\cos(5x) \cdot 5\), not just \(\cos(5x)\). Always identify inner and outer functions before differentiating.
2. Mixing up product and quotient rules: Students sometimes apply the product rule to quotients or the quotient rule to products, leading to incorrect signs or terms. Remember: quotient rule involves subtraction in the numerator and a squared denominator, while the product rule is symmetrical and additive. Writing the rule before substituting can help prevent mistakes.
3. Dropping terms when applying the product rule: Forgetting one of the two required terms (differentiate first, keep second + keep first, differentiate second) is a common error. This omission often occurs under time pressure on the AP exam. Double-check by counting terms before moving on.
4. Assuming differentiability without checking continuity: Differentiability implies continuity, but the reverse is not always true. Functions can be continuous but not differentiable at corners, cusps, or vertical tangents. Always check slope behavior in addition to continuity when justifying differentiability.
5. Misremembering trigonometric derivatives: Swapping \(\sin\) and \(\cos\) derivatives or forgetting signs for \(\cos\), \(\cot\), and \(\csc\) is a frequent source of lost points. Writing all six trig derivatives at the start of the test can help avoid this mistake. Pay special attention to domain restrictions when discussing differentiability.
6. Not simplifying before differentiating: While rules can be applied to any form, simplifying algebraically first often makes the process shorter and reduces errors. For example, expanding \((x+1)^2\) before differentiating avoids a chain rule step. On the AP exam, strategic simplification can save time and help catch algebra slips.