Prove that $f$ is continuous at $(0, y_0)$ where $f$ is defined on $\mathbb{R}^2$ as follows:
$$f(x, y) = \begin{cases} (1+xy)^{1/x} &\mbox{if } x \neq 0 \\ e^y & \mbox{if } x = 0 \end{cases}$$
Attempt:
My approach was to show that this function is a composition of continuous functions. In particular the functions: $$g(x) = (1+x)$$ $$h(x) = xc \text{ (where $c$ is a constant)}$$ $$n(x) = c^{\frac{1}{x}} $$
Now I have successfully shown that $g(x)$ and $h(x)$ are continuous at my point, but I am having problems with $n(x)$ and $e^y$. I think $e^y$ is constant at this point and as such I could just let $\delta = \epsilon$. But $n(x)$ definitely has me confused.
You can use the well-known limit $\lim_{x \to 0} (1+kx)^{\frac 1x} = e^k$. Hence we have:
$$\lim_{(x,y) \to (0,y_0)} f(x) = \lim_{(x,y) \to (0,y_0)} (1+xy)^{\frac 1x} = \lim_{(x,y) \to (0,y_0)} e^y = e^{y_0} = f(0,y_0)$$
Hence the function is continuous at $(0,y_0)$.