I need to find the critical points and relative max/min for this equation:
f(x,y)=x^2+y^2+(1/x^2*y^2)
I found the partials with respect to x and y. I equal them to zero in order to find the critical points, and got the equation:
y^4*x^2=y^2*x^4
My question is how can I solve this equation for x and y?