Hy, I have to ask someone for help with this problem.
I have a curve with this implicit equation:
$$\left ( x^2 + y^2 \right )^2 = x^3 + y^3$$
I have to find the most distant coordinates from the center of coordinate system, and the most distant coordinates from y-axis.
The graph looks like this Wolfram graph plot
Do I have to use Lagrange method to solve this and how to set the equation up if so ?
Thank you very much !
Yes, the Lagrange method should work quite well with this. You need to maximize distance; but I'll give you a hint that it is easier to maximize the square of distance. So, you must maximize $$f(x,y)=x^2+y^2 $$ subject to the constraint $$g(x,y) = (x^2+y^2)^2-x^3-y^3=0 $$