
6.2 Vectors in Space 201
then Equation (6.42) can be written as
⎛
⎝
a
11
a
21
a
31
a
12
a
22
a
32
a
13
a
23
a
33
⎞
⎠
⎛
⎝
a
11
a
12
a
13
a
21
a
22
a
23
a
31
a
32
a
33
⎞
⎠
=
⎛
⎝
100
010
001
⎞
⎠
. (6.43)
It is clear from Equation (6.43) that the columns of the matrix A,considered
as vectors, have unit length and are orthogonal to other columns in the usual
positive definite inner product.
7
This is why A is called orthogonal.
The product on the LHS of Equation (6.43) is a 3× 3 matrix whose elements
must equal the corresponding elements of the unit matrix on the RHS. For
example,
a
2
11
+ a
2
21
+ a
2
31
=1. (6.44)
Similarly, the equality of the elements located in the first row and second
column on both sides gives
a
11
a
12
+ a
21
a
22
+ a
31
a
32
=0
and so on. Thus we obtain nine equations. However, simple inspection of these
equations reveals that only six of them are independent. Therefore, we can
orthogonal
matrices in space
are determined by
three parameters
such as the Euler
angles.
only solve for the nine unknowns in terms of three of them (see Section 7.6).
It does not matter which three matrix elements we choose. If we choose a
11
,
a
21
,anda
31
, for example, then Equation (6.44) reveals that these parameters
can be sines and cosines. What this means physically is that Three parameters
are required to specify a rigid rotation of the axes.
There are many ways to specify these three parameters. One of the
most useful and convenient ways is by using Euler angles ψ, ϕ,andθ (see
Euler angles
Figure 6.7). Example 6.2.5 below shows that in terms of these angles, the
matrix A can be written as
A =
⎛
⎝
cos ψ cos ϕ−sin ψ cos θ sin ϕ −cos ψ sin ϕ−sin ψ cos θ cos ϕ sin ψ sin θ
sin ψ cos ϕ+cos ψ cos θ sin ϕ −sin ψ sin ϕ+cos ψ cos θ cos ϕ −cos ψ sin θ
sin θ sin ϕ sin θ cos ϕ cos θ
⎞
⎠
.
It is straightforward to verify that A
t
A = 1. Euler angles are useful in de-
scribing the rotational motion of a rigid body in mechanics.
Example 6.2.5.
From Figure 6.7 it should be clear that the primed basis is ob- a general
orthogonal matrix
in space can be
written as the
product of three
successive
rotations.
tained from the basis {
ˆ
e
1
,
ˆ
e
2
,
ˆ
e
3
} by the following three operations.
(a) Rotate the coordinate system about the
ˆ
e
3
-axis through angle ϕ. This corre-
sponds to a rotation in the
ˆ
e
1
ˆ
e
2
-plane, leaving the
ˆ
e
3
-axis unchanged. We saw in
the previous section how the 2 × 2 part of the matrix looked like. The complete
3 × 3 matrix corresponding to such a rotation is
A
1
=
⎛
⎝
cos ϕ −sin ϕ 0
sin ϕ cos ϕ 0
001
⎞
⎠
. (6.45)
7
This holds for 2 × 2 orthogonal matrices as well.