If $f: \mathbb{R}^2 \rightarrow \mathbb{R}$ is differentiable at the point $(x_0,y_0)$ then $$ \lim_{t\to 0} \frac{f(x_0+tx,y_0+ty)-f(x_0,y_0)}{t}=xf_x(x_0,y_0) + yf_y(x_0,y_0) $$
I know if the function is differentiable then the partial derivatives exist so we could use $$ \lim_{t\to 0} \frac{f(x_0+t,y_0)-f(x_0,y_0)}{t} = f_x(x_0,y_0) $$ and $$ \lim_{t\to 0} \frac{f(x_0,y_0+t)-f(x_0,y_0)}{t} = f_y(x_0,y_0) $$ but I can't figure out how to deal the $f(x_0+tx,f_0+ty)$ term. Am I approaching the proof incorrectly? How could I prove this?