I can't figure out how to evaluate a partial derivative of the form
$$\frac{\partial F(x,y(x),z(x))}{\partial x}$$
I know that if it was
$$\frac{\partial F(x,y,z)}{\partial x}$$
Then we differentiate as normal but taking $y$ and $z$ as constant. But $y$ and $z$ depend on $x$ so I guess this won't work.
I also know that if it was $$\frac{\partial F(y(x),z(x))}{\partial x}$$ Then we use the chain rule to get $$\frac{\partial F(y(x),z(x))}{\partial x}=\frac{\partial F}{\partial y}\frac{\partial y}{\partial x}+\frac{\partial F}{\partial z}\frac{\partial z}{\partial x}$$
But Im unsure to how to solve my original problem.