1. If $F(x,y,z) = 0$ defines $z$ implicitly and you need both $\frac{\partial z}{\partial x}$ and $\frac{\partial z}{\partial y}$, how many of the first-order partial derivatives $F_x$, $F_y$, $F_z$ do you need to compute?
- A.One
- B.Two
- C.Three
- D.Four
View Answer
Answer: Three
List the needed partial derivatives: $\frac{\partial z}{\partial x} = -F_x/F_z$ requires $F_x$ and $F_z$. $\frac{\partial z}{\partial y} = -F_y/F_z$ requires $F_y$ and $F_z$. Count distinct derivatives: The union is $\{F_x, F_y, F_z\}$, which has three elements. Why distractors fail: Options A and B undercount. Option D overcounts — there are only three first-order partials of $F(x,y,z)$.