Energy dissipation in damped vibrations

In the previous post in this series (which was four months ago—time flies), we looked at the free vibrations of damped single-degree-of-freedom (SDOF) systems, systems that can be modeled as a spring-mass-dashpot like this:

Spring-mass-damper

The position of the mass, uu, can be expressed as a function of time, tt, through the formula

u=Aeζωntcos(ωdtϕ)u = A e^{-\zeta \omega_n t} \cos (\omega_d t - \phi)

where ωn\omega_n is the natural frequency of the undamped system, ωd\omega_d is the frequency of the damped system, and ζ\zeta is the damping ratio. They’re related to the physical properties of the system through these equations:

ωn=km\omega_n = \sqrt{\frac{k}{m}} ζ=c2mωn\zeta = \frac{c}{2 m \omega_n} ωd=1ζ2ωn\omega_d = \sqrt{1 - \zeta^2} \omega_n

The other two variables, AA and ϕ\phi, are determined through the initial position and velocity of the mass. As discussed before, we can start our clock at any time we like; we can, without any loss of generality, set t=0t = 0 at a point that will lead to ϕ=0\phi = 0. This simplifies the solution to

u=Aeζωntcosωdtu = A e^{-\zeta \omega_n t} \cos \omega_d t

Taking the derivative of uu gives us the velocity:

u˙=Aωneζωnt(ζcosωdt+1ζ2sinωdt)\dot u = -A \omega_n e^{-\zeta \omega_n t} \left( \zeta \cos\omega_d t + \sqrt{1 - \zeta^2} \sin \omega_d t \right)

where we’re using Newton’s dot notation for derivatives with respect to time.

In an earlier post, we calculated the total mechanical energy of an undamped system and showed how it remains constant over time. Let’s look at the mechanical energy of our damped system. The potential energy is

U=12ku2=12kA2[eζωntcosωdt]2U = \frac{1}{2} k u^2 = \frac{1}{2} k A^2 \left[ e^{-\zeta \omega_n t} \cos \omega_d t \right]^2

and the kinetic energy is

T=12mu˙2=12mωn2A2[eζωnt(ζcosωdt+1ζ2sinωdt)]2T = \frac{1}{2} m \dot u^2 = \frac{1}{2} m \omega_n^2 A^2 \left[ e^{-\zeta \omega_n t} \left( \zeta \cos\omega_d t + \sqrt{1 - \zeta^2} \sin \omega_d t \right) \right]^2

Because k=mωn2k = m \omega_n^2, the kinetic energy can also be written as

T=12kA2[eζωnt(ζcosωdt+1ζ2sinωdt)]2T = \frac{1}{2} k A^2 \left[ e^{-\zeta \omega_n t} \left( \zeta \cos\omega_d t + \sqrt{1 - \zeta^2} \sin \omega_d t \right) \right]^2

The total mechanical energy is the sum of these two, U+TU + T. Instead of giving it as a long formula, let’s plot it. We’ll have to choose a particular damping ratio, so let’s go with ζ=0.10\zeta = 0.10.

Damped vibration energy balance

Note how the total mechanical energy decreases with time. Where is it going? It’s being dissipated as heat as the fluid in the dashpot gets pushed back and forth by the piston. The total energy curve is wavy because the activity of the dashpot changes with time. When the mass is near the extreme left and right ends of its travel (when ωnt0,π,2π,…\omega_n t \approx 0, \pi, 2\pi, …), its velocity is nearly zero and the dashpot isn’t doing much. The total energy is nearly constant during these times. On the other hand, when the mass is moving quickly (when ωntπ/2,3π/2,5π/2,…\omega_n t \approx \pi/2, 3\pi/2, 5\pi/2, …), the dashpot is at its peak of activity and the total energy drops rapidly.


At the end of the previous post, I questioned the usefulness of analyzing a spring-mass-dashpot system:

Mechanical systems have springy parts and they have mass, but very few have actual dashpots. What good is all this math if it doesn’t represent actual equipment? We’ll talk about the kinds of real-world things we model as dashpots next time.

We model systems using dashpots because that leads to differential equations that we can solve. What we model as dashpots are things that dissipate mechanical energy from the system. For example:

Sliding friction is very common—almost unavoidable. It occurs at joints where parts are supposed to move relative to one another, like hinged joints; but it also occurs at joints where the part aren’t supposed to move relative to one another, like bolted joints. Surfaces held together by bolts are supposed to remain fixed, but they slide anyway—a little bit, back and forth—as the machine or structure vibrates. This slippage causes the parts to heat up, and it’s that transformation of mechanical energy into heat that causes the total mechanical energy of the system to decrease

Materials deformed beyond their elastic limit cannot spring back to their original state, leading to a loss of mechanical energy. Energy is also consumed when cracks form in a material because it takes energy to create the new surfaces on either side of a crack. This is a very common mechanism for energy dissipation in concrete structures.

Both plastic deformation and cracking are forms of hysteresis, but hysteresis also occurs anytime the loading and unloading curves of a material don’t match up.

Hysteresis

Image from Wikipedia.

The energy lost during a cycle of loading and unloading is represented by the area between the two curves. Hysteresis can occur in metals even when they’re loaded below the elastic limit, especially when the loading is rapid.

None of these dissipation mechanisms match the dashpot mathematically—that is, the energy loss wouldn’t follow perfectly the wavy curve shown in the energy plot. But we can choose a value of ζ\zeta that makes the total energy loss the same, and that’s often good enough. Engineering is not science. The goal of engineering is not to understand our systems perfectly (which we could never achieve); the goal is to understand them well enough to build devices that work.