Below is a problem from Munkre's Analysis on Manifolds book. I'm unsure of how to approach this; it seems to me to apply the defintion of the derivitative, but I cannot seem to get that to work out. Can anyone offer any hints?
If $f \colon \mathbb{R}^3 \to \mathbb{R}$ and $g \colon \mathbb{R}^2 \to \mathbb{R}$ be differentiable functions. Let $F \colon \mathbb{R}^2 \to \mathbb{R}$ be defined by the equation $$ F(x,y) = f(x,y,g(x,y)). $$ (a) Find $DF$ in terms of the partials of $f$ and $g$. [ ] (b) If $F(x,y)=0$ for all $(x,y)$, find $D_1g$ and $D_2g$ in terms of the partials of $f$.
$$ F_x = f_x + f_zg_x,\ F_y=f_y+f_zg_y $$
If $F$ is constant from the above we have $$ g_x=-f_x/f_z,\ g_y= -f_y/f_z$$
Addendum - Chain rule : In general we have formula : $F(t)=f(g(t),h(t),i(t))$ Then $$ \frac{d}{dt} F=f_xg'(t) + f_y h'(t) + f_z i'(t) $$