Rasmus
- 8
- 0
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))
r^2(cos^2(\phi) + sin^2(\phi)) = 1 + sin^2(r^2cos(\phi)sin(\phi))
r^2 = 1 + sin^2(r^2cos(\phi)sin(\phi))
At this point I'm feeling pretty lost, since I have no idea how to get the all r:s alone on one side of the equation. More specifically I don't understand how to get them out of the trig function.