Find the partial derivative of $f$ in terms of $g$ and $h$ of $f(x,y)=g(x)h(y)$
My attempt:
By the chain rule $\partial_1f(x,y)= \partial_1f(g,h)\partial_1g(x)+\partial_2f(g,h)\partial_1h(y)$. Now $h(y)$ is a constant in respect to $x$, so $\partial_1f(x,y)=\partial_1f(g,h)\partial_1g(x)$
$$\partial_1f(g,h)=\lim\limits_{k \to 0}\frac{f(g+k,h)-f(g,h)}{k}$$ $$=\lim\limits_{k \to 0}\frac{g(x+k)h(y)-g(x)h(y)}{k}$$ $$=h(y)\lim\limits_{k \to 0}\frac{g(x+k)-g(x)}{k}$$ $$=h(y)\partial_1g(x)$$