So I've got the function $$f(x,y)=x^y$$ and need to prove that it does not have a limit.
I was given the hint that I should find a curve $y=\gamma(x)$ along which $f(x,y)$ is a constant value. I'm meant use this hint to show that along the curve $y=\gamma_K(x)$, $$\lim_{(x,y)\to(0,0)}f(x,y)=K$$ for any given positive $K$ value.
I really don't get what the hint is asking for; it actually makes the question even more confusing.
In fact, you can use also two different sequences $a_n =(x_n,y_n)$ and $b_n=(u_n,v_n)$ which both tend to $(0,0)$ such that $\lim f(a_n)$ is different of $\lim f(b_n)$. I found it more easy to deal with than finding a "curve".
For instance, with $(x_n,y_n):=(\frac1n,\frac1n)$ and $(u_n,v_n):=(e^{-n},\frac1n)$, you will have $$ f(a_n) = \exp(y_n\ln(x_n))= \exp(-\tfrac{\ln(n)}{n}) \rightarrow \exp(0) =1 $$ and $$ f(b_n) = \exp(v_n\ln(u_n))= \exp(-\tfrac{n}{n}) \rightarrow \exp(-1) \neq 1 $$
Using a sequence instead a curve, shows maybe more easily that the point is a different "speed" of the different components.