$$\lim_{(x,y)\to (0,0)}\frac{x^3+y^4}{x^2+y^2}$$
What I have manage to come up with is:
$$\lim_{(x,y)\to (0,0)}\left|\frac{x^3+y^4}{x^2+y^2}\right|\leq \lim_{(x,y)\to (0,0)}\left|\frac{x^3+y^4}{2xy}\right|\leq \lim_{(x,y)\to (0,0)}\left|\frac{x^4+y^4}{2xy}\right|$$
taking $x=r\cos\theta$ and $y=r\sin\theta$
we get $$\lim_{r\to 0}\left|\frac{r^4(\cos^4\theta+\sin^4\theta)}{2r^2\cos\theta\sin\theta}\right|=\lim_{r\to 0}\left|\frac{r^4}{2}\cdot\frac{\cos^4\theta+\sin^4\theta}{2\cos\theta\sin\theta}\right|$$ which is a bounded function and a function going to zero, and there for the limit is zero and by the squeeze limit
$$\lim_{(x,y)\to (0,0)}\frac{x^3+y^4}{x^2+y^2}=0$$
Is the way is valid? is there a simpler way?
For both $x,y\ne 0$, then \begin{align*} \left|\frac{x^{3}+y^{4}}{x^{2}+y^{2}}\right|&\leq\frac{|x|^{3}}{|x|^{2}+|y|^{2}}+\frac{|y|^{4}}{|x|^{2}+|y|^{2}}\\ &\leq\frac{|x|^{3}}{|x|^{2}}+\frac{|y|^{4}}{|y|^{2}}\\ &=|x|+|y|^{2}, \end{align*} either $x=0$ or $y=0$ (but not both), the above inequality still holds, so \begin{align*} \left|\frac{x^{3}+y^{4}}{x^{2}+y^{2}}\right|\leq|x|+|y|^{2},~~~~(x,y)\ne(0,0), \end{align*} and we know that $|x|+|y|^{2}\rightarrow 0$ as $(x,y)\rightarrow(0,0)$, so the result follows by Squeeze Theorem.