Beat Phenomenon - Vibration - Sys. Analys.
Beat Phenomenon - Vibration - Sys. Analys.
Beat Phenomenon - Vibration - Sys. Analys.
In this laboratory exercise we will investigate beat phenomenon using a two pendulum
system. The equations of motion for the pendulum system will be derived and we will
investigate the validity of the equations by physically setting up the system and taking
data to describe the motion of the two pendulums. We will then compare the results of
our experiment to simulations we will create in MATLAB.
Figure 2 is the free body diagrams of the pendulums. The equations of motion are shown
below. It can be seen that the equation of motion for the first pendulum depends on the
position of the second pendulum (φ2), and also a constant (Kt) which represents how the
motion of one pendulum effects the motion of the other. This constant is a property of
the actual system and will be found experimentally from the system we will build.
Figure 2: Free Body Diagram of Pendulums
Because we will be using an initial condition of 10°, it is possible to use the small angle
approximation, sin(φ) = φ. Substituting and rearranging yields the following equation.
•• (mgL + K T )
φ1 = − 2
φ1 +
KT
φ2 [1]
mL mL2
••
φ1 = −
( mgL + KT ) φ
KT
φ2
+ [3]
2 1
mL mL2
•• K
φ2 = T2 φ1 −
( mgL + KT ) φ [4]
2
mL mL2
⎛ •• •• ⎞ g
⎜ φ1 + φ2 ⎟ + (φ1 + φ2 ) = 0 [5]
⎝ ⎠ L
⎛ •• •• ⎞ ⎛ g 2 KT ⎞ ⎛ •• •• ⎞ g ⎛ 2 KT ⎞
φ − φ
⎜ 1 2⎟ ⎜ + + 2 ⎟ ( φ − φ ) = ⎜ φ1 − φ2 ⎟ + ⎜1 + ⎟ (φ1 − φ2 ) = 0 [6]
⎝ ⎠ ⎝ L mL ⎠ ⎝ ⎠ L ⎝ mgL ⎠
1 2
Now let:
x = φ1 + φ2 and y = φ1 − φ2 [7 a, b]
x+ y x− y
φ1 = and φ2 = [8a, b]
2 2
K
ε= T [9]
mgL
•• g
x+ x=0 [10]
L
•• g
y + (1 + 2ε ) y = 0 [11]
L
Now we have uncoupled equations that can be used to solve the dynamic model. We will
set the initial conditions of φ1 and φ2 to the same values we will be using to stimulate our
experimental setup. The solutions to equations 10 and 11 are:
at t = 0, φ1 = .25 radians, φ2 = 0
x0 = φ1 + φ2 = .25 + 0 = .25
y0 = φ1 − φ2 = .25 − 0 = .25
⎛⎛ ⎞ ⎞
x = .25cos ⎜ ⎜ g ⎟ t ⎟ [13]
L
⎝⎝ ⎠ ⎠
⎛⎛ ⎞ ⎞
y = .25cos ⎜ ⎜ g ⋅ 1 + 2ε ⎟ t ⎟ [14]
L
⎝⎝ ⎠ ⎠
1 + 2ε = 1 + ε
⎛⎛ ⎞ ⎞
y = .25cos ⎜ ⎜ g ⋅ (1 + ε ) ⎟ t ⎟ [14a]
L
⎝⎝ ⎠ ⎠
Now we can find the solutions for the individual pendulums using the relationships set
forth in equations 8a and 8b. Plugging in our solutions for x and y (equations 13 and
14a) will yield the solutions to our differential equations of motion.
⎛⎛ ⎞ ⎞ ⎛⎛ ⎞ ⎞
φ1 = .125cos ⎜ ⎜ g L ⎟ t ⎟ + .125cos ⎜ ⎜ g L ⋅ (1 + ε ) ⎟ t ⎟ [15]
⎝⎝ ⎠ ⎠ ⎝⎝ ⎠ ⎠
⎛⎛ ⎞ ⎞ ⎛⎛ ⎞ ⎞
φ2 = .125cos ⎜ ⎜ g L ⎟ t ⎟ − .125cos ⎜ ⎜ g L ⋅ (1 + ε ) ⎟ t ⎟ [16]
⎝⎝ ⎠ ⎠ ⎝⎝ ⎠ ⎠
g ⋅ε ⋅ t = N ⋅π [17]
L
K
ε= T
mgL
To Do List:
1. Run the experiment and measure the time it takes for the system to complete one
slow mode of vibration while counting the number of cycles the fast mode goes
through.
-Displace one of the pendulums approximately 15° and release it. Measure the
time it takes for the second pendulum to come to two complete stops (N = 4).
Also count the number of fast mode cycles the system experiences during the
experiment. The figure below shows one slow mode of vibration, notice that both
pendulums come to rest twice.
Phi 1 - Position (rad)
0.2
0.1
0
-0.1
-0.2
0 10 20 30 40 50 60
Time (Seconds)
Phi 2 - Position (rad)
0.2
0.1
0
-0.1
-0.2
0 10 20 30 40 50 60
Time (Seconds)
3. Write a MATLAB program to simulate the system’s behavior using ode45 with
an initial displacement angle of 15°.
ω1 = ω f − ωs
ω2 = ω f + ωs
5. Compare and discuss the measured natural frequencies with the ones found from
the MATLAB simulations.