Given the function $$ f(x,y)=\begin{cases}\big|1+xy^2\big|^\dfrac{1}{x^2+y^2} & \quad\hfill (x,y)\neq(0,0)\\\\ 1 &\quad\hfill (x,y)=(0,0) \end{cases} $$
investigate whether the function is continuous at $(0,0)$.
Usually, I claim $p\in\mathbb{R}$ such that $y=px$ , $x\rightarrow 0$, placing them in $\displaystyle \lim_{x\rightarrow0}f(x,y)$ and seeing how that works out. If $\displaystyle \lim_{x\rightarrow0}f(x,y)=f(0,0) $ then (according to how I was taught) the function is continuous at $(0,0)$.
In this specific exercise, I can't seem to solve it using methods I know, i.e the one explained above, or just choosing $y$ to be any variation of $x$ (e.g. $y=\sqrt x $).
So now I'm at a standstill in my thoughts.
Any hints/tips would be really helpful!
Thanks!
The trick you have is not the definition of continuity at $(0,0)$. By setting $y=px$ with various values of $p$ and considering $\lim_{x\to 0}f(x,px)$, if any these limits do not agree or do not exist, you can tell that $f$ is not continuous at $(0,0)$. But even if they all equal to $f(0,0)$, you can not conclude that $f$ is continuous at the origin. See these two related questions:
Two variable function that's continuous on all linear paths, but nevertheless discontinuous
Example of a function that is not continuous at $(0, 0)$ but continuous when restricted to any curve approaching the origin
When $(x,y)\ne (0,0)$, rewrite the function as $$ f(x,y)=\exp\left(\frac{\ln|1+xy^2|}{x^2+y^2}\right) $$
Now by continuity of the exponential function, you want to investigate whether $$ \lim_{(x,y)\to(0,0)}\frac{\ln|1+xy^2|}{x^2+y^2}=0\;. $$ By Taylor's expansion of the natural logarithm, near $(0,0)$, you can write $$ \ln|1+xy^2|=xy^2+g(x,y) $$ for some function $g$ where $|g(x,y)|\le C|(xy^2)^2|$. But $\lim_{(x,y)\to(0,0)}\frac{g(x,y)}{x^2+y^2}=0$, so it suffices to look at $$ \lim_{(x,y)\to(0,0)}\frac{xy^2}{x^2+y^2} =\lim_{(x,y)\to(0,0)}x\cdot \frac{1}{(x/y)^2+1}\;. $$ But this is zero because $$ |\frac{1}{(x/y)^2+1}|\le 1\;. $$