I'm trying to solve this limit: $$ \lim_{(x,y)\to(0,0)}\frac{xy^4}{x^4+x^2+y^4} $$
Here's my attempt:
$$0 \le |\frac{xy^4}{x^4+x^2+y^4} - 0| = \frac{|x|y^4}{x^4+x^2+y^4},$$ and since $x^4+x^2 \ge0$ then $\frac{y^4}{x^4+x^2+y^4} \le 1$ so $$ \frac{|x|y^4}{x^4+x^2+y^4} \le |x|,$$ so $$ 0 \le \lim_{(x,y)\to(0,0)}|\frac{xy^4}{x^4+x^2+y^4} - 0| \le \lim_{(x,y)\to(0,0)} |x| = 0, $$ and using the squeeze theorem the limit is $0$.
But if I input the limit in wolfram alpha, it says that the limit doesn't exist. Here is the link to the limit in Wolfram Alpha.
Both of
$$\frac{xy^{4}}{x^{4}+x^{2}+y^{4}},\,\,\frac{xy^{4}}{x^{4}+x^{2}+y^{2}}$$
have limit $0.$ For the first one, you gave a valid proof. The second one follows from this one since the denominator is at least as big, while the numerator is the same.