1. Let $z = \sin(x + y)$ where $x = t^2$ and $y = t^3$. Which expression gives $\frac{dz}{dt}$?
- A.$\cos(x+y)(2t + 3t^2)$
- B.$\cos(x+y) \cdot 2t \cdot 3t^2$
- C.$-\sin(x+y)(2t + 3t^2)$
- D.$\cos(x+y) \cdot 6t^3$
View Answer
Answer: $\cos(x+y)(2t + 3t^2)$
Apply the chain rule: $\frac{dz}{dt} = \frac{\partial z}{\partial x}\frac{dx}{dt} + \frac{\partial z}{\partial y}\frac{dy}{dt} = \cos(x+y)\cdot 2t + \cos(x+y)\cdot 3t^2 = \cos(x+y)(2t + 3t^2)$. Why the correct answer works: Option A correctly factors out $\cos(x+y)$ and sums $2t$ and $3t^2$. Why distractors fail: Option B multiplies the two derivative factors instead of adding them. Option C uses $-\sin$ instead of $\cos$, confusing the derivative of sine. Option D multiplies $2t$ and $3t^2$ to get $6t^3$ rather than adding.