Viscous Damping
Viscous Damping
Viscous Damping
In the spring-mass systems we have studied so far, the response will continue to infinity; that is, it
will never die out. Real systems, of course, do die out eventually, and it is important that we account
for this in our mathematical model.
To create a response that dies out over time, we typically add damping to the system.
k fk
m
c m frictionless
fc
x
The damping force is usually taken to be proportional to the velocity; that is:
𝑓𝑐 = 𝑐𝑥̇
m m
𝑚𝑥̈ + 𝑐𝑥̇ + 𝑘𝑥 = 0
This is also a second-order, homogeneous differential equation. The general solution to this type of
equation is
𝑥(𝑡) = 𝑎𝑒 𝜆𝑡
𝑥̇ (𝑡) = 𝜆𝑎𝑒 𝜆𝑡
𝑥̈ (𝑡) = 𝜆2 𝑎𝑒 𝜆𝑡
1
𝑚𝜆2 𝑎𝑒 𝜆𝑡 + 𝑐𝜆𝑎𝑒 𝜆𝑡 + 𝑘𝑎𝑒 𝜆𝑡 = 0
(𝑚𝜆2 + 𝑐𝜆 + 𝑘)𝑎𝑒 𝜆𝑡 = 0
𝑎𝑒 𝜆𝑡 ≠ 0
we have
𝑚𝜆2 + 𝑐𝜆 + 𝑘 = 0
−𝑐 ± √𝑐 2 − 4𝑘𝑚
𝜆1,2 =
2𝑚
This is called the “characteristic equation” of the system. Observing this equation, we see that there
are three possible solution types:
𝑐𝑐𝑟 = 2√𝑘𝑚
Then
2
2 − 4𝑘𝑚 = √(2√km) − 4𝑘𝑚 = 0
√ccr
2
−𝑐 ± √𝑐 2 − 4𝑘𝑚
𝜆1,2 =
2𝑚
𝑐 𝑐 2 − 4𝑘𝑚
𝜆1,2 = − ±√
2𝑚 4𝑚2
𝑐√𝑘 𝑘 𝑐 2 − 4𝑘𝑚
𝜆1,2 = − ±√ ( )
2√𝑚 ∙ √𝑘𝑚 𝑚 4𝑘𝑚
𝜆1,2 = −𝜁𝜔𝑛 ± 𝜔𝑛 √𝜁 2 − 1
1. ζ > 1 λ→ real
2. ζ < 1 λ→ complex
3. ζ = 1 λ→ “critically damped”
3
Case 1: ζ > 1
In the case where ζ > 1, the λ are real
𝜆1 = −𝜁𝜔𝑛 − 𝜔𝑛 √𝜁 2 − 1
𝜆2 = −𝜁𝜔𝑛 + 𝜔𝑛 √𝜁 2 − 1
Since we have two distinct roots, the solution to the equation of motion is a linear combination
𝑥(𝑡) = 𝑎1 𝑒 𝜆1 𝑡 + 𝑎2 𝑒 𝜆2 𝑡
𝑥(0) = 𝑎1 + 𝑎2 = 𝑥0
𝑣(0) = 𝜆1 𝑎1 + 𝜆2 𝑎2 = 𝑣0
−𝑣0 + 𝑥0 𝜆2
𝑎1 =
𝜆2 − 𝜆1
𝑣0 − 𝑥0 𝜆1
𝑎2 =
𝜆2 − 𝜆1
This type of response is not oscillatory. The response decays back to its initial state exponentially.
x
high damping
low damping
Since λ1 and λ2 are negative, the response decays with time. This case is called the “Overdamped”
case.
4
Case 2: ζ < 1
Recall
𝜆1,2 = −𝜁𝜔𝑛 ± 𝜔𝑛 √𝜁 2 − 1
If ζ < 1, then ζ2 – 1 < 0, and we are left with a complex solution. Let us rearrange
√𝜁 2 − 1 = √(−1)(1 − 𝜁 2 ) = 𝑗√1 − 𝜁 2
then
𝜆1 = −𝜁𝜔𝑛 − 𝑗𝜔𝑛 √1 − 𝜁 2
𝜆2 = −𝜁𝜔𝑛 + 𝑗𝜔𝑛 √1 − 𝜁 2
𝜆1 = −𝜁𝜔𝑛 − 𝑗𝜔𝑑
𝜆2 = −𝜁𝜔𝑛 + 𝑗𝜔𝑑
𝑥(𝑡) = 𝑎1 𝑒 𝜆1 𝑡 + 𝑎2 𝑒 𝜆2 𝑡
but the λ values are complex. We can again solve for a1 and a2 using initial conditions
𝑥(0) = 𝑎1 + 𝑎2 = 𝑥0
𝑣(0) = 𝜆1 𝑎1 + 𝜆2 𝑎2 = 𝑣0
𝑣0 − 𝑥0 𝜆1 𝑣0 + 𝑥0 (𝜁𝜔𝑛 + 𝑗𝜔𝑑 )
𝑎2 = =
𝜆2 − 𝜆1 2𝑗𝜔𝑑
𝑒 𝑗𝜃 = cos 𝜃 + 𝑗 sin 𝜃
5
Substituting this into the general solution gives
𝑣0 + 𝜁𝜔𝑛 𝑥0
= 𝑒 −𝜁𝜔𝑛𝑡 [𝑥0 cos 𝜔𝑑 𝑡 + ( ) sin 𝜔𝑑 𝑡]
𝜔𝑑
Thus
where
𝑥0 𝜔𝑑
tan 𝜙 =
𝑣0 + 𝜁𝜔𝑛 𝑥0
𝑣0 + 𝜁𝜔𝑛 𝑥0 2
𝑋 = √𝑥02 + ( )
𝜔𝑑
6
6
Envelope
2
x( t )
E( t ) 0
E( t )
4
Oscillation
6
0 2 4 6 8 10
t
7
Case 3: ζ = 1
In the critically damped case, we find that
𝜆1,2 = −1𝜔𝑛 ± 𝜔𝑛 √1 − 1
𝜆1,2 = −𝜔𝑛
𝑎1 = 𝑥0 𝑎2 = 𝑣0 + 𝜔𝑛 𝑥0
As before, this takes the form of a decaying exponential solution. The solution does not oscillate.
1.5
x( t )
0.5
0
0 0.5 1 1.5 2 2.5 3
t
8
What do each of these responses mean physically? Again, think of the car driving off the curb:
9
Example
A car with mass 1000kg is to be designed such that its suspension is critically damped. The
suspension deflects 10cm under the car’s weight. Find k and c for this suspension.
Solution
The problem statement gives the static ride height deflection as 10cm. From the Baja car design
example we have
𝑚𝑔
𝑥0 =
𝑘
Rearranging gives
𝑚𝑔 1000kg ∙ 9.81m/s 2
𝑘= = = 98.1kN/m
𝑥0 0.1m
The damping ratio will change slightly, since we have added to the mass.
19,800kg
𝑐 s
𝜁= = = 0.953
2√𝑘𝑚 98,100N
2√ ∙ 1100kg
m
Thus, the solution is slightly underdamped and will oscillate! It is impossible to design a real-world
system to be critically damped under all situations.
10