Philosophaie
New member
- Joined
- Aug 20, 2011
- Messages
- 17
- Reaction score
- 0
- Points
- 0
At the Apogee I have a radius (rx,ry,rz) and a velocity (vx,vy,vz).
I want to expand the ellipse using Hohmann Transfer.
v=Math.Sqr(vx^2+vy^2+vz^2)
uv=(vx/v,vy/v,vz/v)
Here is where my delema is:
vNew is the desired instantaneous velocity which will keep on the same plane you must:
vResult=vNew*(vx/v,vy/v,vz/v)
deltav=vNew-v is the instantaneous change that must occur.
My problem is that this operation causes a change in the plane in the orbit.
Does anyone have any suggestions where I am going wrong?
I want to expand the ellipse using Hohmann Transfer.
v=Math.Sqr(vx^2+vy^2+vz^2)
uv=(vx/v,vy/v,vz/v)
Here is where my delema is:
vNew is the desired instantaneous velocity which will keep on the same plane you must:
vResult=vNew*(vx/v,vy/v,vz/v)
deltav=vNew-v is the instantaneous change that must occur.
My problem is that this operation causes a change in the plane in the orbit.
Does anyone have any suggestions where I am going wrong?