Engineering:Eigenvector slew

From HandWiki
Short description: Method in aerospace engineering


In aerospace engineering, especially those areas dealing with spacecraft, the eigenvector slew is a method to calculate a steering correction (called a slew) by rotating the spacecraft around one fixed axis, or a gimbal. This corresponds in general to the fastest and most efficient way to reach the desired target orientation as there is only one acceleration phase and one braking phase for the angular rate. If this fixed axis is not a principal axis a time varying torque must be applied to force the spacecraft to rotate as desired, though. Also the gyroscopic effect of momentum wheels must be compensated for.

That such a rotation exists corresponds precisely to a main result of the mathematical theory of rotation operators, the (only real) eigenvector of the rotation operator corresponding to the desired re-orientation is this axis.

Given the current orientation of the craft, and the desired orientation of the craft in cartesian coordinates, the required axis of rotation and corresponding rotation angle to achieve the new orientation is determined by computing the eigenvector of the rotation operator.

Problem

Let

[math]\displaystyle{ \hat{x}\ ,\ \hat{y}\ ,\ \hat{z} }[/math]

be a body fixed reference system for a 3 axis stabilized spacecraft. The initial attitude is given by

[math]\displaystyle{ \hat{x}=\hat{a} }[/math]
[math]\displaystyle{ \hat{y}=\hat{b} }[/math]
[math]\displaystyle{ \hat{z}=\hat{c}. }[/math]

One wants to find an axis relative the spacecraft body

[math]\displaystyle{ \hat{r}=r_x \cdot \hat{x} +r_y \cdot \hat{y} +r_z \cdot \hat{z} }[/math]

and a rotation angle [math]\displaystyle{ \alpha }[/math] such that after the rotation with the angle [math]\displaystyle{ \alpha }[/math] one has that

[math]\displaystyle{ \hat{x}=\hat{d} }[/math]
[math]\displaystyle{ \hat{y}=\hat{e} }[/math]
[math]\displaystyle{ \hat{z}=\hat{f} }[/math]

where

[math]\displaystyle{ \hat{d}\ ,\ \hat{e}\ ,\ \hat{f} }[/math]

are the new target directions.

In vector form this means that

[math]\displaystyle{ \hat{d}=r_a \cdot \hat{r} + \cos \alpha \cdot ( \hat{a} - r_a \cdot \hat{r})+ \sin \alpha \cdot \hat{r} \times \hat{a} }[/math]
[math]\displaystyle{ \hat{e}=r_b \cdot \hat{r} + \cos \alpha \cdot ( \hat{b} - r_b \cdot \hat{r})+ \sin \alpha \cdot \hat{r} \times \hat{b} }[/math]
[math]\displaystyle{ \hat{f}=r_c \cdot \hat{r} + \cos \alpha \cdot ( \hat{c} - r_c \cdot \hat{r})+ \sin \alpha \cdot \hat{r} \times \hat{c}. }[/math]

Solution

In terms of linear algebra this means that one wants to find an eigenvector with the eigenvalue = 1 for the linear mapping defined by

[math]\displaystyle{ \hat{a} \longrightarrow \hat{d} }[/math]
[math]\displaystyle{ \hat{b} \longrightarrow \hat{e} }[/math]
[math]\displaystyle{ \hat{c} \longrightarrow \hat{f} }[/math]

which relative to the

[math]\displaystyle{ \hat{a}\ ,\ \hat{b}\ ,\ \hat{c} }[/math]

coordinate system has the matrix

[math]\displaystyle{ \begin{bmatrix} \langle \hat{d}| \hat{a}\rangle & \langle\hat{e}| \hat{a}\rangle & \langle\hat{f}| \hat{a} \rangle \\ \langle\hat{d}| \hat{b}\rangle & \langle\hat{e}| \hat{b}\rangle & \langle\hat{f}| \hat{b}\rangle \\ \langle\hat{d}| \hat{c}\rangle & \langle\hat{e}| \hat{c}\rangle & \langle\hat{f}| \hat{c}\rangle \end{bmatrix} }[/math]

Because this is the matrix of the rotation operator relative the base vector system [math]\displaystyle{ \hat{a}\ ,\ \hat{b}\ ,\ \hat{c} }[/math] the eigenvalue can be determined with the algorithm described in "Rotation operator (vector space)".

With the notations used here this is:

[math]\displaystyle{ \cos \alpha=\frac{\langle\hat{d}| \hat{a}\rangle+\langle\hat{e}| \hat{b}\rangle+\langle\hat{f}| \hat{c}\rangle-1}{2} }[/math]
[math]\displaystyle{ r_a=\langle\hat{f}| \hat{b}\rangle-\langle\hat{e}| \hat{c}\rangle }[/math]
[math]\displaystyle{ r_b=\langle\hat{d}| \hat{c}\rangle-\langle\hat{f}| \hat{a}\rangle }[/math]
[math]\displaystyle{ r_c=\langle\hat{e}| \hat{a}\rangle-\langle\hat{d}| \hat{b}\rangle }[/math]
[math]\displaystyle{ |\bar{r}|=\sqrt{{r_a}^2+{r_b}^2+{r_c}^2} }[/math]
[math]\displaystyle{ \sin \alpha=\frac{|\bar{r}|}{2} }[/math]

The rotation angle [math]\displaystyle{ \alpha }[/math] is

[math]\displaystyle{ \alpha=\operatorname{arg}(\cos \alpha,\sin \alpha) }[/math]

where "[math]\displaystyle{ \operatorname{arg}(x\ ,\ y) }[/math]" is the polar argument of the vector [math]\displaystyle{ (\ x\ ,\ y\ ) }[/math] corresponding to the function ATAN2(y,x) (or in double precision DATAN2(y,x)) available in for example the programming language FORTRAN.

The resulting [math]\displaystyle{ \alpha }[/math] will be in the interval [math]\displaystyle{ 0 \le \alpha \le \pi }[/math].

If [math]\displaystyle{ 0 \lt \alpha \lt \pi }[/math] then [math]\displaystyle{ |\bar{r}| \gt 0 }[/math] and the uniquely defined rotation (unit) vector is:

[math]\displaystyle{ \hat{r}=\frac{\bar{r}}{|\bar{r}|} }[/math]

Note that

[math]\displaystyle{ \langle\hat{d}| \hat{a}\rangle +\langle\hat{e}| \hat{b}\rangle+\langle\hat{f}| \hat{c}\rangle }[/math]

is the trace of the matrix defined by the orthogonal linear mapping and that the components of the "eigenvector" are fixed and constant during the rotation, i.e.

[math]\displaystyle{ \hat{r}=r_x \cdot \hat{x}(t) +r_y \cdot \hat{y}(t) +r_z \cdot \hat{z}(t)= r_x \cdot \hat{a} +r_y \cdot \hat{b} +r_z \cdot \hat{c}= r_x \cdot \hat{d} +r_y \cdot \hat{e} +r_z \cdot \hat{f} }[/math]

where [math]\displaystyle{ \hat{x}\ ,\ \hat{y}\ ,\ \hat{z} }[/math] are moving with time [math]\displaystyle{ t }[/math] during the slew.

See also

References