1. Two students differentiate $y = e^{(x+1)^2}$. Student A writes $y' = 2(x+1) \cdot e^{(x+1)^2}$. Student B writes $y' = 2xe^{(x+1)^2}$. Which student is correct and why?
- A.Student B is correct because the derivative of $(x+1)^2$ is $2x$.
- B.Student A is correct because the chain rule gives $e^{(x+1)^2} \cdot 2(x+1) \cdot 1$, and $\frac{d}{dx}[x+1] = 1$ keeps the factor $(x+1)$ intact.
- C.Both students are correct since $2(x+1) = 2x + 2$ and $2x$ differ only by a constant.
- D.Neither student is correct because the derivative requires three chain rule factors.
View Answer
Answer: Student A is correct because the chain rule gives $e^{(x+1)^2} \cdot 2(x+1) \cdot 1$, and $\frac{d}{dx}[x+1] = 1$ keeps the factor $(x+1)$ intact.
Work through the chain rule carefully: Let $u = (x+1)^2$. Then $y = e^u$, so $\frac{dy}{du} = e^u$. Now $u = v^2$ where $v = x+1$. Then $\frac{du}{dv} = 2v = 2(x+1)$ and $\frac{dv}{dx} = 1$. Combining: $y' = e^{(x+1)^2} \cdot 2(x+1) \cdot 1 = 2(x+1)e^{(x+1)^2}$. Identify Student B's error: Student B computed $\frac{d}{dx}[(x+1)^2]$ as $2x$ instead of $2(x+1)$. The derivative of $(x+1)^2$ requires keeping the base $x+1$ and multiplying by the derivative of $x+1$, which is $1$, yielding $2(x+1)$. Why other distractors fail: Derivatives differing by a constant are NOT interchangeable — $2(x+1) = 2x + 2 \neq 2x$. There are indeed multiple chain rule layers, but Student A accounts for all of them correctly.