I am reading this document:
https://people.math.gatech.edu/~cain/notes/ta.PDF
I made a screenshot of the part of the document that I would like to ask my question on:
I am more or less familiar with the concept of composite function and derivative of such functions using the chain rule. This document mentions it. What I don't understand is how we go from the function $g(t)$ defined as:
$g(t) = f(x(t), y(t), z(t))$
to the derivative of this function defined as:
$g'(t) = \dfrac {\partial f} {\partial x} \bigg\rvert_{P_0}\dfrac {d x} {d t} \bigg\rvert_{t_0} + \dfrac {\partial f} {\partial y} \bigg\rvert_{P_0}\dfrac {d y} {d t} \bigg\rvert_{t_0} + \dfrac {\partial f} {\partial z} \bigg\rvert_{P_0}\dfrac {d z} {d t} \bigg\rvert_{t_0}$
More specifically:
- why do we use the notation $\dfrac {\partial f} {\partial z}$ and $\dfrac {d x} {d t}$? Why using $\partial$ in one case and $d$ in the other? Why not $\partial$ or $d$ in both cases. Is there a reason for that?
- why is the derivative a sum of these terms?
