1. Given the curve $e^y + xy = e$ passing through the point $(0, 1)$, find the equation of the tangent line at that point.
- A.$y = 1 - \dfrac{1}{e}x$
- B.$y = 1 + \dfrac{1}{e}x$
- C.$y = 1 + \dfrac{1}{e+1}x$
- D.$y = 1 - \dfrac{1}{1+e}x$
View Answer
Answer: $y = 1 - \dfrac{1}{e}x$
Differentiate implicitly: $e^y \frac{dy}{dx} + y + x\frac{dy}{dx} = 0$. So $\frac{dy}{dx}(e^y + x) = -y$ and $\frac{dy}{dx} = \frac{-y}{e^y + x}$. Evaluate at (0, 1): $\frac{dy}{dx}\bigg|_{(0,1)} = \frac{-1}{e^1 + 0} = -\frac{1}{e}$. Write the tangent line: $y - 1 = -\frac{1}{e}(x - 0) \implies y = 1 - \frac{1}{e}x$. Why distractors fail: Option B has the wrong sign for the slope. Options C and D incorrectly use $\frac{1}{e+1}$ instead of $\frac{1}{e}$ in the slope, which would result from an error in the implicit differentiation step.