BvU
Science Advisor
Homework Helper
- 16,213
- 4,925
1018 m/s is what I get too.
On earth, g = 9.81 m/s2 So out there it should be a lot less.
Can't read you formula, but it looks as if it calculates a force ?
Keep track of R too. If you see it change very rapidly, it's a bug.
Keep track of theta too. It should evolve approximately linearly
yes you should integrate ax to get vx and ay to get vy. So you need to keep track of those.
And integrate vx to get x and vy to get y according to the
On earth, g = 9.81 m/s2 So out there it should be a lot less.
Can't read you formula, but it looks as if it calculates a force ?
Keep track of R too. If you see it change very rapidly, it's a bug.
Keep track of theta too. It should evolve approximately linearly
yes you should integrate ax to get vx and ay to get vy. So you need to keep track of those.
And integrate vx to get x and vy to get y according to the
BvU said:and at t = 600:
the new x is the x just above + vx * dt
the new y is the y just above + vy * dt
the new vx is the vx just above + ax * dt
the new vy is the vy just above + ay * dt
and the other ones you calculate
)