Homework Statement
Write the equation
x^2 + y^2 = 1 + sin^2(xy)
in polar form assuming
x = rcos(\phi)
y = rsin(\phi)
0<r, 0<= \phi < 2pi
solve for r as a function of \phi
The Attempt at a Solution
(rcos(\phi))^2 + (rsin(\phi))^2 = 1 + sin^2(r^2cos(\phi)sin(\phi))...