Skip to content

Mechanical Vibrations: Second-Order Systems

Introduction to Vibrational Systems

In the field of mechanical engineering, we define vibration as any motion that repeats itself after a specific interval of time. As you begin modeling complex machinery, it is vital to recognize that nearly all vibratory systems can be reduced to three essential building blocks:

  1. Spring (Elasticity): A component that stores potential energy.
  2. Mass (Inertia): A component that stores kinetic energy.
  3. Damper: The mechanism through which energy is dissipated.

The fundamental physics of vibration involves the continuous transfer of energy between potential and kinetic states. When a system's mass is displaced from its equilibrium, the spring exerts a restoration force. The mass then gains momentum, overshooting the equilibrium position due to its inertia, which results in the characteristic oscillatory motion we study.

Practical Application: Note that understanding these building blocks is the foundation of structural stability. By correctly modeling these components, engineers can predict how a structure will react to external forces, ensuring that vibrations remain within safe limits to prevent structural fatigue or catastrophic failure.

Classification of Vibrational Motion

Before diving into the mathematics, we must classify the motion based on the system components and the predictability of the excitation forces.

ClassificationDefinition
Undamped VibrationOccurs when no energy is lost or dissipated through friction or resistance during oscillations.
Damped VibrationOccurs when energy is dissipated through friction or other resistances, eventually bringing the system to rest.
Linear VibrationA system where all components—the spring, mass, and damper—behave linearly.
Nonlinear VibrationA system where any of the basic components behave nonlinearly.
Deterministic VibrationA system where the magnitude of the excitation (force or motion) is known at any given time.
Nondeterministic (Random) VibrationA system where the value of the excitation at a given time cannot be predicted and is characterized as irregular and fluctuating.
determine
Figure 1: deterministic and random.

Observe the difference in the force-time histories: the deterministic plot shows a clear, periodic pattern, whereas the random excitation plot shows irregular, fluctuating values where no specific magnitude can be predicted for a future time step.

Modeling the Simple Harmonic Oscillator

To analyze any vibrational system, we must derive its governing Equation of Motion. We rely on Newton’s Second Law: F = ma. In a standard second-order system, we must account for several specific forces.

The Newtonian Sum of Forces:

  • Restoration force of the spring: kx
  • Damping force: cdxdt
  • Gravity (Weight): W=mg
  • Static restoration force: kδst (The force required to offset gravity at rest)
  • External Force: F(t)

Synthesized Equation of Motion: When we apply F=ma to a vertical mass, the sum of forces is: md2xdt2=k(x+δst)cdxdt+mg+F(t)

In static equilibrium, the weight of the mass is perfectly balanced by the spring's static deflection force (mg=kδst). Consequently, these terms cancel out, leaving us with the simplified dynamic equation: mx¨+cx˙+kx=F(t)

Solving Second-Order Differential Equations

To determine the system response, we solve the homogeneous equation mx¨+cx˙+kx=0. Engineers simplify this by writing the characteristic equation in terms of a variable a: a2+P1a+P0=0

By solving for the roots a1,2 using the quadratic formula, we identify 3 distinct physical behaviors:

  1. Distinct Real Roots (P124P0): The system is overdamped. The general solution is y(t)=C1ea1t+C2ea2t.
  2. Complex Roots (z1,2=α±iβ): The system is underdamped. The solution is oscillatory: y(t)=C1eαtcosβt+C2eαtsinβt.
  3. Repeated Roots (a1=a2): The system is critically damped. The solution is y(t)=C1ea1t+C2tea1t.

System Responses and Damping Characteristics

The Damping Ratio (ζ) is the ratio of the actual damping coefficient (c) to the critical damping coefficient (cc). It dictates the decay of the system:

  • Overdamped (ζ>1): High resistance; the mass creeps back to equilibrium without ever crossing it.
  • Critically Damped (ζ=1): The threshold state where the system returns to equilibrium in the shortest time possible without oscillation.
  • Underdamped (ζ<1): The system oscillates with diminishing amplitude. The response is described by: x=eγtacos[ω1tα].
damped
Figure 2: Simple Harmonic Oscillator.

Observe the decay curves. A system with "one-tenth of critical" damping (ζ=0.1) exhibits many large oscillations. As \zeta increases to "one-half of critical" (ζ=0.5), the oscillations are suppressed much faster, demonstrating the efficiency of energy dissipation.

Key Takeaway: It is vital to select appropriate damping levels to avoid Aerodynamic Flutter. Without sufficient damping, aerodynamic forces can cause unstable, growing oscillations in structures like aircraft wings or bridges, leading to total structural failure.

Frequency Domain Analysis: Laplace Transforms

Engineers use the Laplace Transform to convert second-order differential equations from the time domain (t) into the frequency domain (s). This changes calculus problems into simpler algebraic ones. By defining:

  • The operator s=jω
  • Circular natural frequency: ωn=km
  • ζ=c/cc, actual damping / critical damping
  • cc=2mkm=2mωn

We derive the Transfer Function, H(s), representing the ratio of output X(s) to input F(s):H(s)=X(s)F(s)=1ms2+cs+k

To reach the standard engineering form, we normalize this into the Transfer Function G(s):

G(s)=ωn2s2+2ζωns+ωn2

The frequency response can be written as

G(jω)=1[1(ω/ωn)2]+j2ζ(ω/ωn)

The magnitude is:

|G(jω)|=1[1(ω/ωn)2]2+(2ζ(ω/ωn))2

Define the normalized frequency as ωv=ω/ωn, we have the normalized magnitude |G(jωv)|:

|G(jωv)|=1(1ωv2)2+(2ζωv)2

In the frequency domain, we analyze the Bandwidth, which is the range of frequencies over which the system responds significantly. This bandwidth varies based on the damping ratio ζ and natural frequency ωn.

damped
Figure 3: Different zeta.

These plots illustrate resonance. As the frequency ratio ω/ωn approaches 1, the magnitude peaks. Note that as ζ decreases, the peak magnitude becomes sharper and higher. Conversely, higher damping "flattens" the curve, reducing the peak response.

Free Vibrations of Undamped Systems

Free vibration occurs when a system oscillates purely under an initial disturbance (x0 or x˙0) with no continuous external force.

Classified by damp:

  • Undamped vibrations result when amplitude of motion remains constant with time (e.g., in a vacuum)
  • Damped vibrations occur when the amplitude of free vibration diminishes gradually overtime, due to resistance offered by the surrounding medium (e.g., air)

Classified by system:

  • The Horizontal System: Frictionless motion results in:mx¨+kx=0
  • The Vertical System: As established in Section 3, gravity (mg) and static deflection (kδst) cancel out, yielding the same result:mx¨+kx=0

This indicates that when a mass moves in a vertical direction, we can ignore its weight, provided we measure x from its static equilibrium position.

The Euler Bridge to Harmonic Motion: We initially assume a solution in complex exponentials: x(t)=C1eiωnt+C2eiωnt. By applying Euler’s Formula (eiϕ=cosϕ+isinϕ), we can transition to the more practical trigonometric form:

x(t)=A1cosωnt+A2sinωnt

Applying Initial Conditions:

x(t=0)=A1=x0,x˙(t=0)=ωnA2=x˙0

By solving for constants using initial displacement (x0) and velocity (x˙0), we find:

x(t)=x0cosωnt+x˙0ωnsinωnt

The motion equation and its solution are harmonic functions of time.

The motion equation x(t)=A1cosωnt+A2sinωnt can be expressed as:

x(t)=A0sin(ωnt+ϕ0)

where A0,ω0,ϕ0 are new constants, amplitude and phase angle respectively, and

A0=A=[x02+(x˙0ωn)2]1/2,ϕ0=tan1(x0ωnx˙0)
  1. For vertical system, the spring constant:
k=Wδst=mgδst

Hence:

ωn=(gδst)1/2

Hence, natural frequency in cycles per second:

fn=12π(gδst)1/2

and, the natural period:

τn=1fn=2π(δstg)1/2
  1. Velocity x˙(t) and the acceleration x¨0 of the mass m at time t can be obtained as:
x˙(t)=dxdt(t)=ωnAsin(ωntϕ)=ωnAcos(ωntϕ+π/2)x¨(t)=d2xdt2(t)=ωn2Acos(ωntϕ)=ωn2Acos(ωntϕ+π)
  • If initial displacement (x0) is zero,
x(t)=x˙0ωncos(ωntπ/2)=x˙0ωnsinωnt
  • If initial velocity (x˙0) is zero,
x(t)=x0cosωnt

Free Vibration with Viscous Damping

Damping force: Fdamp=cx˙, where c is the damping constant.

In the vertical system, Newton’s law yields the equation of motion:

mx¨=cx˙kxmx¨+cx˙+kx=0

Assume a solution in the form: x(t)=Cest, where C and s are undetermined constants

Hence, the characteristic equation is

ms2+cs+k=0

The roots of which are:

s1,2=c±c24mk2m=c2m±(c2m)2km

These roots give two solutions to:

x1(t)=C1es1t,x2(t)=C2es2t

Critical Damping Constant and Damping Ratio: The critical damping cc is defined as the value of the damping constant c for which the radical in the prior becomes zero:

(cc2m)2km=0cc=2mkm=2km=2mωn

The damping ratio ζ is defined as ζ=c/cc.

Thus, the general solution is

x(t)=C1e(ζ+ζ21)ωnt+C2e(ζζ21)ωnt

Assuming that ζ0, consider the following 3 cases:

  • Case 1: Underdamped system (ζ<1,c<cc,c/2m<k/m): For this condition, (ζ21) is negative and the roots are:

    s1=(ζ+i1ζ2)ωns2=(ζi1ζ2)ωn

    and the solution can be written in different forms:

    x(t)=C1e(ζ+i1ζ2)ωnt+C2e(ζi1ζ2)ωnt=eζωnt{C1ei1ζ2ωnt+C2ei1ζ2ωnt}=eζωnt{C1cos1ζ2ωnt+C2sin1ζ2ωnt}=Xeζωntsin(1ζ2ωnt+ϕ)=X0eζωntcos(1ζ2ωntϕ0)

    For the initial conditions at t=0:

    C1=x0,C2=x˙0+ζωnx01ζ2ωn

    and hence the solution becomes

    x(t)=eζωnt{x0cos(1ζ2ωnt)+x˙0+ζωnx01ζ2ωnsin(1ζ2ωnt)}

    The above equation describes a damped harmonic motion. Its amplitude decreases exponentially with time, as shown in the figure below.

    undamped
    Figure 4: Undamped system.

    The frequency of damped vibration is:

    ωd=1ζ2ωn
  • Case 2: Critically damped system(ζ=1,c=cc,c/2m=k/m): In this case, the two roots are:

    s1=s2=cc2m=ωn

    Due to repeated roots, the solution is given by:

    x(t)=(C1+C2t)eωnt

    Application of initial conditions gives:

    C1=x0,C2=x˙0+ωnx0

    Thus, the solution becomes:

    x(t)=[x0+(x˙0+ωnx0)t]eωnt.
    critial damped
    Figure 5: Critical damped system.

    It can be seen that the motion represented by the above equation is aperiodic (i.e., nonperiodic). Since eωnt0 as t, the motion will eventually diminish to zero.

  • Case 3: Overdamped system: (ζ>1,c>cc,c/2m>k/m): The roots are real and distinct and are given by:

    s1=(ζ+ζ21)ωn<0s2=(ζζ21)ωn<0

    In this case, the solution is given by:

    x(t)=C1e(ζ+ζ21)ωnt+C2e(ζζ21)ωnt

    For the initial conditions at t=0,

    C1=x0ωn(ζ+ζ21)+x˙02ωnζ21C2=x0ωn(ζζ21)x˙02ωnζ21

Energy dissipated in Viscous Damping

In a viscously damped system, the rate of change of energy with time is given by:

dWdt=force×velocity=Fv=cv2=c(dxdt)2

The energy dissipated in a complete cycle is:

ΔW=t=0(2π/ωd)c(dxdt)2 dt=02πcX2ωdcos2ωdtd(ωdt)=πcωdX2.

If we assume simple harmonic motion: x(t)=Xsinωdt

Advanced Harmonic Motion Concepts

To fully describe harmonic motion, we use several specific parameters:

  • Natural Frequency (ωn): The angular frequency calculated as k/m.
  • Natural Period (T): The time for one cycle, T=2πm/k.
  • Frequency (f): Cycles per second (Hz), f=12πk/m.
  • Amplitude (A0): The maximum displacement, x02+(x˙0/ωn)2.
  • Phase Angle (ϕ): The initial angle of oscillation, tan1(x0ωnx˙0).

Released under the MIT License.