| swiftset ( @ 2008-10-19 17:21:00 |
I'd like to solve this system analytically if possible:
dx/dt = v - x/r
dy/dt = -y/r
where r = sqrt(x^2+y^2) as usual, and v is a constant. Converting to polar coordinates didn't help: I got
dr/dt = v cos(theta) - 1
dtheta/dt = -v r sin(theta)/(1 + r^2 sin(theta)^2)
which looks ugly. Mathematica hasn't been able to help with either formulation.
Any ideas on how to proceed?
dx/dt = v - x/r
dy/dt = -y/r
where r = sqrt(x^2+y^2) as usual, and v is a constant. Converting to polar coordinates didn't help: I got
dr/dt = v cos(theta) - 1
dtheta/dt = -v r sin(theta)/(1 + r^2 sin(theta)^2)
which looks ugly. Mathematica hasn't been able to help with either formulation.
Any ideas on how to proceed?