1. What is the product rule formula for differentiating $h(x) = f(x) \cdot g(x)$?
- A.$h'(x) = f'(x) \cdot g'(x)$
- B.$h'(x) = f'(x) \cdot g(x) + f(x) \cdot g'(x)$
- C.$h'(x) = f(x) \cdot g'(x) - f'(x) \cdot g(x)$
- D.$h'(x) = \frac{f'(x) \cdot g(x) - f(x) \cdot g'(x)}{[g(x)]^2}$
View Answer
Answer: $h'(x) = f'(x) \cdot g(x) + f(x) \cdot g'(x)$
Recall the product rule: The product rule states that the derivative of a product of two functions is $(fg)' = f'g + fg'$. Why the correct answer works: Option B exactly matches the product rule formula: $h'(x) = f'(x)g(x) + f(x)g'(x)$. Why distractors fail: Option A simply multiplies the derivatives, ignoring the product rule structure. Option C uses subtraction instead of addition. Option D is the quotient rule, not the product rule.