1. Consider $z = f(x,y)$ where $x = s^2 t$ and $y = st^2$. A student computes $\frac{\partial z}{\partial s}$ at $s = 1, t = 1$, getting $\frac{\partial z}{\partial s} = 5$. If $f_x(1,1) = 2$, what is $f_y(1,1)$?
- A.$1$
- B.$3$
- C.$5$
- D.$2$
View Answer
Answer: $1$
Write the chain rule equation for $\partial z/\partial s$: $\frac{\partial z}{\partial s} = f_x \cdot \frac{\partial x}{\partial s} + f_y \cdot \frac{\partial y}{\partial s}$. We have $\frac{\partial x}{\partial s} = 2st$ and $\frac{\partial y}{\partial s} = t^2$. Substitute known values at $s=1, t=1$: $\frac{\partial x}{\partial s} = 2(1)(1) = 2$ and $\frac{\partial y}{\partial s} = 1^2 = 1$. So $5 = f_x(1,1)\cdot 2 + f_y(1,1)\cdot 1 = 2(2) + f_y = 4 + f_y$. Solve for $f_y$: $f_y(1,1) = 5 - 4 = 1$. Why distractors fail: Option B ($3$) incorrectly solves $2 + f_y = 5$, forgetting to multiply $f_x$ by $\partial x/\partial s = 2$. Option C ($5$) confuses $\partial z/\partial s$ with $f_y$. Option D ($2$) substitutes $f_x$ for $f_y$.