Rotation matrices are used to rotate a vector
into a new direction.
In transforming vectors in three-dimensional space, rotation matrices are often encountered.
Rotation matrices are used in two senses: they can be used to rotate a vector into a new
position or they can be used to rotate a coordinate basis (or coordinate system) into a new
one. In this case, the vector is left alone but its components in the new basis will be
different from those in the original basis. In Euclidean space, there are three basic
rotations: one each around the x, y and z axes. Each rotation is specified by an angle of
rotation. The rotation angle is defined to be positive for a rotation that is
counterclockwise when viewed by an observer looking along the rotation axis towards the
origin. Any arbitrary rotation can be composed of a combination of these three
(Euler’s rotation theorem). For example, you can rotate a vector in
any direction using a sequence of three rotations: .
The rotation matrices that rotate a vector around the x, y,
and z-axes are given by:
Counterclockwise rotation around x-axis
Counterclockwise rotation around y-axis
Counterclockwise rotation around z-axis
The following three figures show what positive rotations look
like for each rotation axis:
For any rotation, there is an inverse rotation satisfying . For example, the inverse of the x-axis rotation matrix is obtained by
changing the sign of the angle:
This example illustrates a basic property: the inverse rotation matrix
is the transpose of the original. Rotation matrices satisfy A’A = 1, and
consequently det(A) = 1. Under rotations, vector lengths are preserved as
well as the angles between vectors.
We can think of rotations in another way. Consider the original set of basis vectors, , and rotate them all using the rotation matrix A. This
produces a new set of basis vectors related to the original by:
Using the transpose, you can write the new basis vectors as a linear
combinations of the old basis vectors:
Now any vector can be written as a linear combination of either set of basis vectors:
Using algebraic manipulation, you can derive the transformation of
components for a fixed vector when the basis (or coordinate system) rotates. This
transformation uses the transpose of the rotation matrix.
The next figure illustrates how a vector is transformed as the coordinate
system rotates around the x-axis. The figure after shows how this transformation can be
interpreted as a rotation of the vector in the opposite
direction.