- #1
TimK
- 3
- 0
- TL;DR Summary
- I'm trying to develop a launch trajectory calculator using polar coordinates. When I integrate in polar coordinates I just get circles.
The equations of motion are:
[itex]\ddot{r}-r{\dot{\theta}} ^{2} = -\frac{1}{r^{2}}[/itex]
for the radial acceleration and
[itex]r\ddot{\theta} + 2\dot{r}\dot{\theta}= 0[/itex]
for the transverse acceleration
When I integrate these equations I get only circles. The energy of the system is constant and the angular momentum is constant but the trajectory is not an ellipse when it should be. What is going on here? Is there more then one solution?
[itex]\ddot{r}-r{\dot{\theta}} ^{2} = -\frac{1}{r^{2}}[/itex]
for the radial acceleration and
[itex]r\ddot{\theta} + 2\dot{r}\dot{\theta}= 0[/itex]
for the transverse acceleration
When I integrate these equations I get only circles. The energy of the system is constant and the angular momentum is constant but the trajectory is not an ellipse when it should be. What is going on here? Is there more then one solution?