$$f(x,y)=\frac{(x^5 - y^7)}{(x^4+y^4)}$$ I have find its limit as $(x,y)\to (0,0).$ The answer is $0.$
I tried transforming it to polar coordinates, I got rid of the denominator but the numerator is tricky and I don't know how to proceed from there.
I also thought about using the squeeze theorem, but then again I can't find what value it should be greater and less than be.
edit: Polar coordinates: let $x = r\cos(a), \;y = r\sin(a)$.
After simplifying the function I get
$r^5\cos^5(a) - r^2\sin^7(a)$
$$|x^5| \leq |x| (x^4 + y^4)$$ $$|y^7| \leq |y^3| (x^4 + y^4)$$ $$ \left| \frac{x^5 - y^7}{x^4 + y^4} \right| \leq |x| + |y^3| $$