V&N 354 LectureLesing5
V&N 354 LectureLesing5
V&N 354 LectureLesing5
x(t)
c
fc
F (t) F (t)
m
mg
k fk
N1 N2
First consider the undamped case where c = 0. If the forcing function is harmonic,
F (t) = F0 cos ωt, the equation of motion is:
1
The particular solution is assumed to have the form of the forcing function and should
satisfy the equation of motion. Substituting this solution into the equation of motion
yields:
f0
X= (7)
ωn2 − ω 2
As before the initial conditions, x0 and v0 , can be used to determine the unknown
parameters, A1 and A2 , to obtain the complete solution:
v0 f0 f0
x(t) = sin ωn t + x0 − 2 2
cos ωn t + 2 cos ωt (8)
ωn ωn − ω ωn − ω 2
The figure below shows the response of a system where ωn = 1 rad/s to harmonic
excitation of magnitude f0 = 0.1 N/kg at ω = 2 rad/s and initial conditions x0 = 0.01 m
and v0 = 0.01 m/s. The motion can be seen to be the summation of two sine waves at the
respective frequencies.
2
Beat frequency
In situations where the driving frequency is close to the natural frequency harmonically
excited systems exhibit beating”. Consider the case where x0 = 0 m and ẋ0 = 0 m/s:
f0
x(t) = (cos ωt − cos ωn t) (9)
ωn2 − ω2
From the trigonometry identity:
v−u v+u
cos u − cos v = 2 sin sin (10)
2 2
It can be shown that:
2f0 ωn − ω ωn + ω
x(t) = 2 sin t sin t (11)
ωn − ωn 2 2
When the excitation frequency becomes very close to the system’s natural frequency
the resulting motion’s amplitude begins to vary slowly. This is called a beat. The beat
frequency is:
Resonance
When the excitation frequency exactly equals that of the system’s natural frequency the
particular solution of equation 8 is no longer valid. The particular solution now takes the
form:
f0
xp (t) = t sin ωt (13)
2ω
3
and the total solution becomes:
v0 f0
x(t) = sin ωt + x0 cos ωt + t sin ωt (14)
ω 2ω
A plot of the solution shows that the displacement grows without bound and would
cause the spring to break and fail. This is known as resonance.
1 % System p a r a m e t e r s
2 m = 1; % Mass [ kg ]
3 k = 1; % S t i f f n e s s [N/m]
4 wn = s q r t ( k / m ) ; % N a t u r a l f r e q u e n c y [ rad / s ]
5
6 % Harmonic e x c i t a t i o n
7 f0 = 0.1; % Amplitude o f e x c i t a t i o n [N/ kg ]
8 w = 2; % Frequency o f e x c i t a t i o n [ rad / s ]
9
10 % I n i t i a l conditions
11 x0 = 0 . 0 1 ; % I n i t i a l d i s p l a c e m e n t [m]
12 v0 = 0 . 0 1 ; % I n i t i a l v e l o c i t y [m/ s ]
13
14 t = 0:0.01:80;
15
16 % Solution
17 x = v0 / wn ∗ s i n ( wn ∗ t ) + ( x0 − f 0 / ( wnˆ2 − wˆ2 ) ) ∗
c o s ( wn ∗ t ) + f 0 / ( wnˆ2 − wˆ2 ) ∗ c o s ( w ∗ t ) ;
18
4
19 % P l o t t i n g the curves
20 f i g u r e ( ’ DefaultAxesFontSize ’ , 12 , ’ Pos ition ’ , [ 1 0 0 , 1 0 0 , 8 0 0 , 5 0 0 ] )
; h o l d on ;
21
22 l 1 = p l o t ( t , x , ’ LineWidth ’ , 1 ) ; L1 = ’ Response ’ ;
23
24 grid () ;
25
26 x l a b e l ( ’ Time [ s ] ’ )
27 y l a b e l ( ’ D i s p l a c e m e n t [m] ’ )
28
29 p r i n t ( ’ f o r c e d u ’ , ’−dpng ’ )
5
Example problem
Consider the structure shown below. The two slender rods are connected perpendicularly
and can pivot about their centres of mass at O. Each rod has a mass per unit length
of ρ and is supported by a spring. The horizontal rod is subjected to a harmonic force
F = F0 cos ωt.
2L 2L
θ
F (t) = F0 cos ωt
L k1
L
k2
1. Derive the equation of motion for the system for small angular deflections in terms
of the angular rotation θ. Note that the moment of inertia of a rod about it’s center
1
of mass is mL2 .
12
2. Obtain the solution for the motion of the system, θ(t), for ρ = 1 kg/m, L = 1 m,
k1 = 100 N/m, k2 = 50 N/m, F0 = 6 N and ω = 8 rad/s given zero initial conditions.
Solution
The sum of the moments about point O taking counter-clockwise as positive:
6
s
4k1 + k2
ωn = = 8.66 rad/s (18)
6ρL
The solution to the motion:
θ˙0
f0 f0
θ(t) = sin ωn t + θ0 − 2 2
cos ωn t + 2 cos ωt
ωn ωn − ω ωn − ω 2
f0
= (cos ωt − cos ωn t) (19)
ωn − ω 2
2
2F0
f0 = = 2 rad/s2 (20)
6ρL2
The resultant solution: