🎓 BookMCQ
← Back to 3. The Derivation

📝 Product rule for derivatives (18 MCQs)

📖 From Calculus • 3. The Derivation • 18 questions available

What is Product rule for derivatives?

Definition:
The product rule states that the derivative of a product of two functions is the first function times the derivative of the second plus the second function times the derivative of the first, expressed as ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x).

Example:
For f(x)=x2sin(x)f(x) = x^2 \sin(x), the derivative is f(x)=2xsin(x)+x2cos(x)f'(x) = 2x \sin(x) + x^2 \cos(x), applying the rule correctly.

Reason:
This rule is essential when functions are multiplied rather than added, preventing common errors and enabling accurate differentiation of composite algebraic-trigonometric expressions frequently encountered in applied mathematics.

5
Easy
8
Medium
5
Hard

📝 All Product rule for derivatives MCQs

Q1. Which formula correctly states the product rule for differentiation?

A.(f\cdot g)' = f' \cdot g'
B.(f\cdot g)' = f \cdot g' + g \cdot f'
C.(f\cdot g)' = f' \cdot g + f \cdot g'
D.(f\cdot g)' = f + g
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The product rule tells us that the derivative of a product is the first function times the derivative of the second plus the second function times the derivative of the first, which is expressed by the second option.

Q2. Identify the statement that is NOT a valid consequence of the product rule.

A.If f(x)=xf(x)=x and g(x)=sinxg(x)=\sin x, then (fg)' = x\cos x + \sin x.
B.The derivative of a constant times a function equals the constant times the derivative of the function.
C.(fg)' = f'g + fg'
D.(fg)' = f'g'
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: All the listed statements follow from the product rule except the last one, which incorrectly claims that the derivative of a product equals the product of the derivatives; the correct rule includes an additional term.

Q3. If f(a)=0f(a)=0 for some aa and both ff and gg are differentiable at aa, what is (f\cdot g)'(a) equal to?

A.f(a)g'(a)
B.g(a)f'(a)
C.00
D.f'(a)g'(a)
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Applying the product rule gives (fg)' = f\,g' + g\,f'. Since f(a)=0f(a)=0, the first term vanishes, leaving (fg)'(a)=g(a)f'(a).

Q4. Suppose f'(x)=g(x) for all xx. Let h(x)=f(x)g(x)h(x)=f(x)g(x). Which expression represents h'(x)?

A.f(x)g'(x)+g(x)^2
B.f'(x)g(x)+f(x)g'(x)
C.2g(x)22g(x)^2
D.f(x)2f(x)^2
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Using the product rule, h' = f\,g' + g\,f'. Substituting f' = g gives h' = f\,g' + g\,g = f\,g' + g^2, which matches the first option.

Q5. Given the data at x=ax=a: f(a)=2,\;g(a)=3,\;f'(a)=5,\;g'(a)=-1. Which of the following could represent (f\cdot g)''(a)?

A.2 f'(a) g'(a) + f(a) g''(a) + g(a) f''(a)
B.f'(a) g'(a) + f(a) g'(a) + g(a) f'(a)
C.f''(a) g''(a)
D.f(a)g(a)f(a) g(a)
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Differentiating (fg)' = f g' + g f' again yields (fg)'' = f' g' + f g'' + g' f' + g f'' = 2 f' g' + f g'' + g f''. The first option correctly reflects this formula.

Q6. Find dy/dxdy/dx if y=(3x2)(ex)y = (3x^{2})(e^{x}).

A.6xex+3x2ex6x e^{x} + 3x^{2} e^{x}
B.3x2ex3x^{2} e^{x}
C.6xex6x e^{x}
D.3ex3 e^{x}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Applying the product rule: (3x^{2})' = 6x and (e^{x})' = e^{x}. Thus y' = 6x e^{x} + 3x^{2} e^{x}, which is the first option.

Q7. For y=(x+1)(x23x+2)y = (x+1)(x^{2}-3x+2), which statement is true about using the product rule versus expanding first?

A.Both methods give the same derivative after simplification. ✅
B.Expanding first yields a different derivative.
C.The product rule is only valid for non‑polynomial functions.
D.Using the product rule avoids any algebraic errors.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Whether you expand the product or apply the product rule, the resulting derivative is the same; the algebraic simplification may differ, but both approaches lead to the identical final expression.

Q8. In the proof of the product rule, which step is crucial when adding and subtracting f(x+h)g(x)f(x+h)g(x)?

A.Factoring hh from the numerator.
B.Adding and subtracting the same term to split the limit. ✅
C.Applying continuity of gg.
D.Using the chain rule.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The key technique is to add and subtract f(x+h)g(x)f(x+h)g(x) so the numerator can be separated into two differences, each of which can be handled with the definition of derivative, allowing the limit to be split.

Q9. When differentiating f\cdot g' again, which term arises from the product rule?

A.f' g'
B.f g''
C.g f''
D.2 f' g'
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Differentiating f\cdot g' gives (f\cdot g')' = f' g' + f g''; the term f' g' is the one that directly results from applying the product rule to this product.

Q10. When is the product rule unnecessary because one factor is constant?

A.When both factors are variable.
B.When one factor equals zero.
C.When one factor is a non‑zero constant. ✅
D.When both factors are constants.
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: If one factor is a constant, the derivative reduces to the constant multiplied by the derivative of the other factor, so the full product rule is not needed; the constant can be factored out immediately.

Q11. Apply the product rule to y=(1+t)ty=(1+t)\sqrt{t} and simplify. Which expression is correct?

A.1+3t2t\dfrac{1+3t}{2\sqrt{t}}
B.1+3t1+3t
C.1+tt\dfrac{1+t}{\sqrt{t}}
D.2+tt\dfrac{2+t}{\sqrt{t}}
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Using (1+t)'=1 and (\sqrt{t})'=1/(2\sqrt{t}), we obtain y' = (1+t)\frac{1}{2\sqrt{t}}+\sqrt{t} = \frac{1+3t}{2\sqrt{t}}, which matches the first option.

Q12. For y=u(v)w(x)y = u(v)\cdot w(x) where uu depends on vv and vv depends on xx, which rules must be used to find dy/dxdy/dx?

A.Only the product rule.
B.Only the chain rule.
C.Both the product and chain rules. ✅
D.No rule is needed.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The factor u(v)u(v) requires the chain rule to differentiate with respect to xx, while the overall product with w(x)w(x) requires the product rule; thus both rules are necessary.

Q13. Find dy/dxdy/dx for y=sin(x2)e3xy = \sin(x^{2})\,e^{3x}. Which expression is correct?

A.cos(x2)2xe3x+sin(x2)3e3x\cos(x^{2})\cdot 2x\cdot e^{3x} + \sin(x^{2})\cdot 3e^{3x}
B.sin(x2)e3x\sin(x^{2})\,e^{3x}
C.2xcos(x2)e3x2x\cos(x^{2})\,e^{3x}
D.3e3xsin(x2)3e^{3x}\sin(x^{2})
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Differentiating sin(x2)\sin(x^{2}) gives cos(x2)2x\cos(x^{2})\cdot 2x; differentiating e3xe^{3x} gives 3e3x3e^{3x}. Applying the product rule yields the sum of these two terms, which is the first option.

Q14. For y=x2lnxy = x^{2}\ln x, at which xx does y' = 0?

A.x=1x = 1
B.x=e1/2x = e^{-1/2}
C.x=e1/2x = e^{1/2}
D.No solution in the domain.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Differentiating gives y' = 2x\ln x + x. Setting this to zero yields x(2lnx+1)=0x(2\ln x + 1)=0; since x>0x>0, we solve 2lnx+1=02\ln x + 1 = 0 giving lnx=12\ln x = -\tfrac12 and x=e1/2x = e^{-1/2}.

Q15. If f(x)=ex2f(x)=e^{x^{2}} and g(x)=cosxg(x)=\cos x, what is (f\cdot g)'(\pi)?

A.2πeπ2-2\pi e^{\pi^{2}}
B.2πeπ22\pi e^{\pi^{2}}
C.eπ2-e^{\pi^{2}}
D.eπ2e^{\pi^{2}}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Using (fg)' = f'g + fg', we have f'(\pi)=2\pi e^{\pi^{2}}, g(π)=1g(\pi) = -1, and g'(\pi)=0. Thus (fg)'(\pi)=2\pi e^{\pi^{2}}(-1)+e^{\pi^{2}}(0) = -2\pi e^{\pi^{2}}.

Q16. Let h(x)=(x3)(x3)h(x) = (x^{3})(x^{3}). Using the product rule, what is h'(x) and how does it compare to the power rule result for x6x^{6}?

A.6x56x^{5}
B.3x53x^{5}
C.9x59x^{5}
D.x5x^{5}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Applying the product rule: (x^{3})' = 3x^{2}; thus h' = 3x^{2}\cdot x^{3} + x^{3}\cdot 3x^{2} = 6x^{5}. The power rule for x6x^{6} also yields 6x56x^{5}, confirming they agree.

Q17. If f'(x_{0})=0 and g'(x_{0})=0, what is (f\cdot g)'(x_{0})?

A.f(x_{0})g'(x_{0})
B.g(x_{0})f'(x_{0})
C.00
D.f'(x_{0})g'(x_{0})
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The product rule gives (fg)' = f g' + g f'. Substituting the given zero derivatives, both terms vanish, leaving (fg)'(x_{0}) = 0.

Q18. Which of the following functions requires the product rule rather than the quotient rule for differentiation?

A.x2x+1\dfrac{x^{2}}{x+1}
B.(sinx)(ex)(\sin x)(e^{x})
C.exsinx\dfrac{e^{x}}{\sin x}
D.lnxx\dfrac{\ln x}{x}
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The expression (sinx)(ex)(\sin x)(e^{x}) is a direct product of two functions, so the product rule is the appropriate tool; the other choices are quotients and would use the quotient rule.

🔗 Related Topics (MCQs)