I am waiting for all methods but especially define of limit of derivative.
Attemt:
Let $x$ and $y$ depend on $t$,
and we define $f(x(t),y(t))$ function that is differentiable.
$$\dfrac{df}{dt}=\dfrac{\partial f}{\partial x}\dfrac{dx}{dt}+\dfrac{\partial f}{\partial y}\dfrac{dy}{dt}$$
That is;
If we take $U(x_1(t),x_2(t),....,x_i(t))$ $$\dfrac{dU}{dt}=\dfrac{\partial U}{\partial x_1}\dfrac{dx_1}{dt}+\dfrac{\partial U}{\partial x_2}\dfrac{dx_2}{dt}+...+\dfrac{\partial U}{\partial x_i}\dfrac{dx_i}{dt}$$
But why?
To prove, I tried to apply definition limit of derivative;
Let define, $G(t)=f(x(t),y(t))$
$$\dfrac{dG}{dt}=\lim\limits_{h\to 0}\dfrac{G(t+h)-G(t)}{h}=\lim\limits_{h\to 0}\dfrac{f(x(t+h),y(t+h))-f(x(t),y(t))}{h}$$
And let's add and remove $f(x(t+h),y(t))$ and $f(x(t),y(t+h))$
$$\dfrac{dG}{dt}=\lim\limits_{h\to 0}\dfrac{2G(t+h)\pm f(x(t+h),y(t))-\pm f(x(t),y(t+h))-2G(t)}{2h}$$
$$\dfrac{dG}{dt}=A+B+C+D$$
,So they are;
$$A=\lim\limits_{h\to 0}\dfrac{f(x(t+h),y(t+h))-f(x(t+h),y(t))}{2h}$$
$$B=\lim\limits_{h\to 0}\dfrac{f(x(t+h),y(t+h))-f(x(t),y(t+h))}{2h}$$
$$C=\lim\limits_{h\to 0}\dfrac{f(x(t),y(t+h))-f(x(t),y(t))}{2h}=\dfrac12\dfrac{\partial f}{\partial y}$$
$$D=\lim\limits_{h\to 0}\dfrac{f(x(t+h),y(t))-f(x(t),y(t))}{2h}=\dfrac12\dfrac{\partial f}{\partial x}$$
$C$ and $D$ O.K. but I didnt exactly understand $A$ and $B$ and couldn't get given formula also I want to understand the physical meaning of this.
This is not the way I would have done it, though the following is not at all rigorously developed. Now, if we try to apply the limit definition, (as $h\to0$)
$$\begin{align}\frac{dG}{dt}&=\frac{f(x(t+h),y(t+h))-f(x(t),y(t))}h\\&=\frac{f(x(t+h),y(t+h))\color{#3388dd}{-f(x(t+h),y(t))+f(x(t+h),y(t))}-f(x(t),y(t))}h\\&=\frac{f(x(t+h),y(t+h))-f(x(t+h),y(t))}h+\frac{f(x(t+h),y(t))-f(x(t),y(t))}h\end{align}$$
We'll call the first fraction $A$ and the second fraction $B$.
$$\begin{align}A&=\frac{f(x(t+h),y(t+h))-f(x(t+h),y(t))}h\\&=\frac{f(x(t+h),y(t+h))-f(x(t+h),y(t))}{\color{#3388dd}{y(t+h)-y(t)}}\frac{\color{#3388dd}{y(t+h)-y(t)}}h\end{align}$$
Now, if this limit exists, then,
$$A=\lim_{h_x\to0}\lim_{h\to0}\frac{f(x(t+h_x),y(t+h))-f(x(t+h_x),y(t))}{y(t+h)-y(t)}\frac{y(t+h)-y(t)}h\\=\lim_{h_x\to0}\frac{\partial f(x(t+h_x),y)}{\partial y}\frac{dy}{dt}\\=\frac{\partial f}{\partial y}\frac{dy}{dt}$$
Similarly, you will find that $B=\frac{\partial f}{\partial x}\frac{dx}{dt}$, though with no requirement of splitting the limit like we did above..