I need a little help with converting a nonlinear system to polar coordinates. I'm a bit stuck and could use a point in the right direction (this is for homework).
the system is
xdot = y + x[(x^2) + (y^2) -1]*sin(1/(((x^2) + (y^2) -1)^2))
ydot = -x + y[(x^2) + (y^2) -1]*sin(1/(((x^2) + (y^2) -1)^2))
Now, if it were just
((x^2) + (y^2) -1)^2), I'd set r = (x^2 + y^2)^1/2 subbing in partially...
xdot = y + x[r -1]*sin(1/(((r^2 -1)^2)) ...
but, uh, this is where I'm stuck.
How do I handle that leading 'y' and '-x' and the sin() ?
I would appreciate any help you can give. Thank you.
