How would I plot $r^2 = 36\cos(2\phi)$ in $x$ and $y$ coordinate system?
I know that $r^2 = x^2 + y^2$, and I know that $x = r\cos(\phi)$ and $y = r\sin(\phi)$. However I'm not sure how to proceed.
I get $x^2 + y^2 = 36\cos(2\phi)$. But what next?
I know circle equation $x^2 + y^2 = constant$, but my equation has a non constant on the right hand side.
Any suggestions and ideas appreciated. :)
Edit: I'm adding 100 reputation bounty to anyone who could answer my post and show how to plot this function on paper step by step.
In particular I know how to plot $y = f(x)$, but this function is completely different beast, it has both x and y quadratic.
Any help would be appreciated. I'm learning about polar coordinates.





Using $r^2=x^2+y^2,x=r\cos\phi,y=r\sin\phi$, and the trig identity $\cos(2\phi)=\cos^2\phi-\sin^2\phi$, we have
$$r^2=36\cos(2\phi)$$ $$\implies r^4=36r^2(\cos^2\phi-\sin^2\phi)=(6r\cos\phi)^2-(6r\sin\phi)^2$$
$$\implies(x^2+y^2)^2=36x^2-36y^2$$ $$\implies {x}^{4}+2\,{x}^{2}{y}^{2}+{y}^{4}-36\,{x}^{2}+36\,{y}^{2}=0$$
Now let $x^2=a,y^2=b$. We now have
$$a^2+2ab+b^2-36a+36b=0$$ which is just the equation of a parabola. Now plot this. I will allow you to figure out how graphing parabolas works. Once you have this, erase all parts of the curve that are not in the first quadrant. You now have a plot of a set of points $(a,b)=(x^2,y^2)$. So now to convert this to $(x,y)$, just take the positive square roots of those points. For example, the point $(a,b)=(x^2,y^2)=(36,0)$ on the parabola turns into $(6,0)$ on the new curve. Do this until you have a plot of the curve in the first quadrant. Now notice that $(x^2,y^2)=((-x)^2,y^2)$, which means that if a point $(x,y)$ lies on the curve, so does $(-x,y)$. Similarly for $(x,-y)$ and $(-x,-y)$. Plotting the rest of these points in, you should get a curve that looks like an infinity sign. This is called a lemniscate.