Prove $\lim_{(x,y)\to (0,0)}\frac{x^2 y^2}{x^2+y^2}=0$ with epsilon-delta

56 Views Asked by At

Prove $$\lim_{(x,y)\to (0,0)}\frac{x^2 y^2}{x^2+y^2}=0$$ with epsilon-delta

I tried by doing: $$|f(x,y)-0|=|\frac{x^2y^2}{x^2+y^2}|< |\frac{(x^2+y^2)y^2}{x^2+y^2}|=|y^2|$$ but I'm unsure how to follow.