next up previous contents
Next: Forces and Moments Up: Kinematic Equations Previous: Quarternions

Position

The time derivative of the position is simply the velocity, rotated into the coordinate system of the position variables. For simulators that store the aircraft's CG position in local coordinates, the kinematic equations for position are:

   
$\displaystyle \dot x_c$ = C11u + C12v + C13w (33)
$\displaystyle \dot y_c$ = C21u + C22v + C23w (34)
$\displaystyle \dot z_c$ = C31u + C32v + C33w (35)

Simulators that store position in a Cartesian coordinate system other than local coordinates substitute components of the appropriate rotation matrix into Equations 33-35.

Simulators that store aircraft position in geocentric spherical coordinates can calculate the spherical coordinate time derivatives using the using the local coordinate time derivatives as intermediate variables % latex2html id marker 1562
$^{\ref{ref:larcsim}}$:

   
$\displaystyle \dot r$ = $\displaystyle -\dot z^L_c$ (36)
$\displaystyle \dot\theta$ = $\displaystyle \dot y^L_c/(r \cos\phi')$ (37)
$\displaystyle \dot\phi'$ = $\displaystyle \dot x^L_c/r$ (38)


next up previous contents
Next: Forces and Moments Up: Kinematic Equations Previous: Quarternions
Carl Banks
2000-08-11