Find the partial derivative in respect to $y$ of $f(x,y,z)=x^y$ using the limit definition.
My attempt:
$$\lim\limits_{h \to 0} \frac{f(x,y+h,z)-f(x,y,z)}{h}$$ $$\lim\limits_{h \to 0} \frac{x^{y+h}-x^y}{h}$$ $$\lim\limits_{h \to 0} \frac{x^yx^h-x^y}{h}$$
Now I am stuck because I don't know how to apply my log rules to this.