foilman8805 said:
Forgive my bump, and this is likely too late for the OP, but it may serve other people well in the future. Here's how I did it:
Start by solving for your true anomaly. ...
Since this is an oldish post, giving out answers is not really breaking the rules. It will after all help people solve similar problems in the future.
That said, you sure solved this the hard way. All that is needed is a vector parallel to (or anti-parallel to) the specific orbital momentum vector, \boldsymbol h \equiv \boldsymbol r \times \boldsymbol v. One such vector is \boldsymbol r \times \boldsymbol e.
To see that this is the case, it's easiest to work in cylindrical curvilinear coordinates:
\aligned<br />
\hat{\boldsymbol r} &\equiv \frac{\boldsymbol r}{||\boldsymbol r||} \\<br />
\hat{\boldsymbol h} &\equiv \frac{\boldsymbol h}{||\boldsymbol h||} \\<br />
\hat{\boldsymbol \theta} &\equiv \hat{\boldsymbol h}\times \hat{\boldsymbol r}<br />
\endaligned
Note that (rhat, thetahat, hhat) forms a right-handed system. With this,
\aligned<br />
\boldsymbol r &= r \hat{\boldsymbol r} \\<br />
\boldsymbol v &= \dot r \hat{\boldsymbol r} + r\dot{\theta} \hat{\boldsymbol \theta} \\<br />
\boldsymbol h &= \boldsymbol r \times \boldsymbol v<br />
= r^2\dot{\theta} \hat{\boldsymbol h} = h \hat{\boldsymbol h}<br />
\endaligned
The eccentricity vector is
\aligned<br />
\boldsymbol e &= \frac{\boldsymbol v \times \boldsymbol h}{\mu} - \hat{\boldsymbol r} \\<br />
&= \left(\frac{h^2}{\mu r}-1\right)\hat{\boldsymbol r}<br />
- \frac{\dot r h}{\mu} \hat{\boldsymbol \theta}<br />
\endaligned
Now compute
r×e:
\boldsymbol r \times \boldsymbol e<br />
= -\,\frac{\dot r h}{\mu} \hat{\boldsymbol h}
When the vehicle is flying toward apogee, rdot is positive so
r×e is anti-parallel to the specific angular momentum vector during this first half of the orbit. When the vehicle is flying toward perigee (as is the case in this problem), rdot is negative, making
r×e parallel to the specific angular momentum vector during the latter half of the orbit.
In this particular problem,
\hat{\boldsymbol h} = \frac{\boldsymbol r \times \boldsymbol e}{||\boldsymbol r \times \boldsymbol e||} =<br />
\bmatrix -0.45451 \\ -0.54168 \\ 0.70711 \endbmatrix
As the inclination is the inverse cosine of the z-component of the hhat unit vector, the vehicle is in an orbit with inclination of 45
o.