Problem: A satellite is injected into an orbit at radius r from the center of attraction. The velocity is exactly the desired speed to go into circular orbit but the flight path angle γ≠0. The flight path angle is the angle between the velocity vector and the plane normal to the position vector.
a. Develop the relationship between the resulting eccentricity and sinγ.
b. Develop a relationship between the resulting periapsis distance and sinγ that is valid even for the rectilinear orbit case. Likewise for apoapsis distance.
Here is what I have so far:
I started out with h=rvsin(90-γ). Then substitute h=sqrt(mu*a(1-e^2)). After some algebra, I ended up with:
eccentricity = sqrt(1 - ((r^2*v^2 - r^2*v^2*sinγ^2))/mu/a)
For Part b, I substituted the new eccentricity equation from Part a into the equations for Rp and Ra. Which are Rp = a(1-e) and Ra = a(1+e)
Is what I have done so far correct?