I'm trying to prove the multivariable chain rule for this base case:
$$f(t,x(t))$$
Here's what I tried:
$$\lim_{h\to 0} \frac{f(t+h, x(t+h)) - f(t,x(t))}{h} = \lim_{h\to 0} \frac{f(t+h, x(t+h)) - f(t,x(t))}{x(t+h)-x(t)}\frac{x(t+h)-x(t)}{h} = $$ $$ \lim_{h\to 0} \frac{f(t+h, x(t+h)) - f(t, x(t+h))+f(t, x(t+h))- f(t,x(t))}{x(t+h)-x(t)}\frac{x(t+h)-x(t)}{h} = $$
$$\lim_{h\to 0}\frac{f(t+h, x(t+h)) - f(t,x(t+h))}{x(t+h)-x(t)}\frac{x(t+h)-x(t)}{h} +$$ $$\lim_{h\to 0}\frac{f(t,x(t+h))-f(t,x(t))}{x(t+h)-x(t)}\frac{x(t+h)-x(t)}{h} = $$
I can't view these things as partial derivatives of $f$. Can somebody help me?
You can use $f(t+h,x(t+h))-f(t,x(t+h))=hf_x(t+\theta_1 h,x(t+h))$ for some $\theta_1\in(0,1)$ and $f(t,x(t+h))-f(t,x(t))=f(t,x(t)+hx'(t+\theta_2h))-f(t,x(t))=hx'(\theta_2h)f_y(t,x(t)+\theta_3h\theta_2x'(t+\theta_2h)$.