I know the chain rule is like this: $f(g(x)) = f'(g(x))g'(x)$.
However, I encountered a derivative with which I cannot reconcile the statement above.
Let $F$ be a function of $x$ and $z$, and $z$ is a function of $x$. Then by the chain rule: $$\frac{dF}{dx} = \frac{\partial{F}}{\partial{x}} + \frac{\partial{F}}{\partial{z}}\frac{\partial{z}}{\partial{x}}$$
I'm not sure how the equation is derived. The second part of the left hand side $\frac{\partial{F}}{\partial{z}}\frac{\partial{z}}{\partial{x}}$ looks similar to the chain rule. I'm not sure where $\frac{\partial{F}}{\partial{x}}$ came from.
For a function $F=F(x,y)$ where you are going to make the dependece $x=x(t)$ and $y=y(t)$, the total differential is $$dF=\frac{\partial F}{\partial x}dx+\frac{\partial F}{\partial y}dy,$$ and the chain rule is $$\frac{dF}{dt}=\frac{\partial F}{\partial x}\frac{dx}{dt}+\frac{\partial F}{\partial y}\frac{dy}{dt}.$$ But if $x=t$ then $$\frac{dF}{dx}=\frac{\partial F}{\partial x}+\frac{\partial F}{\partial y}\frac{dy}{dx}.$$