10.4 Harmonic Motion 147
10.4 Harmonic Motion
Harmonic oscillations or mechanical vibrations occur in many processes
related to earth sciences. For e xample, the Earth itself has free oscilla-
tions. The natural freq uencies of a system can often be calculated using
eigenvalue methods be c ause the natural frequencies are the eigenvalues
if the system equations are formulated properly. Let us demonstrate
this using a simple system with three mass blocks connected by two
springs as shown in Figure 10.2. This system can be thought of as a
tectonic plate pushing two other plates, or a c ar towing two caravans
on a flat road, ignoring friction.
Let u
1
, u
2
, u
3
be the displacement of the three mass blocks m
1
, m
2
,
m
3
, respectively. Then, their accelerations will be ¨u
1
, ¨u
2
, ¨u
3
where
¨u = d
2
u/dt
2
. From the balance of forces and Newton’s law, we have
m
1
¨u
1
= k
1
(u
2
− u
1
), (10.53)
m
2
¨u
2
= k
2
(u
3
− u
2
) − k
1
(u
2
− u
1
), (10.54)
m
3
¨u
3
= −k
2
(u
3
− u
2
). (10.55)
These equations can be wr itten in a matrix form as
m
1
0 0
0 m
2
0
0 0 m
3
¨u
1
¨u
2
¨u
3
+
k
1
−k
1
0
−k
1
k
1
+ k
2
−k
2
0 −k
2
k
2
u
1
u
2
u
3
=
0
0
0
,
or
M ¨u + Ku = 0, (10.56)
where u
T
= (u
1
, u
2
, u
3
). The mas s matrix M and stiffness matrix K
are
M =
m
1
0 0
0 m
2
0
0 0 m
3
, K =
k
1
−k
1
0
−k
1
k
1
+ k
2
−k
2
0 −k
2
k
2
. (10.57)
Equation (10.56) is a second- order or dinary differential equation
in terms of matrices . We will learn more about ordinary differential
equations in the next chapter. At the moment, we assume that the
motion of our system is ha rmonic, therefore, we write their solution in
the form u = U cos(ωt) where U = (U
1
, U
2
, U
3
)
T
is a constant vector
related to the amplitudes of the vibrations. Here the unknown ω is the
natural frequency or frequencies of the system.
We know that
¨
u = −U ω
2
cos(ωt). Then, equation (10.56) becomes
(K −ω
2
M)U = 0. (10.58)
This is essentially an eigenvalue problem because any non-trivial solu-
tions for U require
|K − ω
2
M| = 0. (10.59)