Second Order Differential Equations

3.8 Application: Mechanical Vibrations

A. Introduction

As we progress from first-order to second-order ordinary differential equations, we encounter a variety of applications that can be modeled by these higher-order equations. In this section and next, we focus on mechanical vibrations and electrical circuits (RLC circuits) as two primary areas where second-order differential equations are extensively applied. These areas are fundamental in engineering and physics, providing rich contexts for understanding dynamic system behavior.

Studying mechanical vibrations is crucial for designing and analyzing systems that experience oscillatory motion. Understanding vibrations helps engineers reduce noise, prevent catastrophic failure due to resonance, and optimize the performance of various mechanical systems ranging from buildings and bridges to vehicle suspensions and electronic components. Modeling these systems allows engineers to predict responses to various stimuli, ensuring safety and functionality.

To model a vibratory system, we often use a simplified representation involving masses, springs, and dampers. These elements capture the essential dynamics of more complex real-world systems. Using Newton’s laws of motion or energy methods, we develop a mathematical model that typically results in a second-order differential equation.

B. Components of a Spring-Mass System

This system consists of a mass, typically denoted as [asciimath]m[/asciimath], which represents the object in motion. Attached to it is a spring with a stiffness coefficient [asciimath]k>0[/asciimath], providing a restoring force that is proportional and opposite to the displacement from its equilibrium position, as dictated by Hooke’s Law. In many practical scenarios, this system may also include a damping component characterized by a damping coefficient [asciimath]c[/asciimath], representing the resistance to motion due to factors like air resistance or internal friction in the system. The damper exerts a force that is proportional to the velocity of the mass but in the opposite direction of motion. Additionally, the system might be subjected to an external force [asciimath]F(t)[/asciimath], which can vary with time and induce forced vibrations.

Consider the mass-spring system illustrated in Figure 3.8.1. The spring has a natural length of [asciimath]l_0[/asciimath] when unstretched. When we attach a mass [asciimath]m[/asciimath]  to the spring, it stretches by a length [asciimath]l[/asciimath]. This point where the mass comes to rest and the spring ceases to stretch further is known as the equilibrium position. At this point, the system is stable, and the mass hangs motionless until disturbed. In this system, we define [asciimath]y[/asciimath] as the displacement of the mass from its equilibrium position, where positive values indicate upward movement.
mass-spring system. Spring without mass has a length l0. When mass is attached, it stretches by length l, which is the equilibrium point. The displacement from equilibrium is variable y.
Figure 3.8.1. Mass-spring system without damping

C. The General Differential Equation Modelling the System

To derive the equation governing the motion of a spring-mass-damper system, we apply Newton’s second law of motion, which relates the net force acting on the mass to its acceleration. The primary forces acting on the mass in a spring-mass system include:

  • Force due to gravity  [asciimath]F_g=mg[/asciimath] acting downward.
  • Restorative Force of the spring [asciimath]F_s=-k(l+y)[/asciimath], where [asciimath]k[/asciimath] is the spring constant. This force is governed by Hooke’s law and is typically proportional to the displacement from the spring’s natural length ([asciimath]l_0[/asciimath]) and opposite in direction.
  • Damping Force [asciimath]F_d=-cy'[/asciimath], where [asciimath]c[/asciimath] is the damping coefficient. If present, the damping force is proportional to the velocity of the mass and acting in the opposite direction of motion.
  • External Force [asciimath]F(t)[/asciimath]. It includes any external force acting on the system, which might be periodic or random, leading to forced vibrations.

According to Newton’s second law,

 [asciimath]ma=sumF[/asciimath]

Substituting all the forces and writing acceleration as the second derivative of displacement yields

[asciimath]my''=F_g+F_s+F_d+F(t)[/asciimath]

[asciimath]my''=mg-k(l+y)-cy'+F(t)[/asciimath]

[asciimath]my''+cy'+ky=mg-kl+F(t)[/asciimath]

At equilibrium, the sum of all forces acting on the mass equals zero. Therefore,

 [asciimath]sumF=0[/asciimath]

[asciimath]F_g+F_s=0[/asciimath]

[asciimath]mg-kl=0[/asciimath]

[asciimath]mg=kl[/asciimath]

Simplify the equation by incorporating [asciimath]mg=kl[/asciimath] to focus on deviations from equilibrium, leading to the standard form of the vibration equation.

 [asciimath]my''+cy'+ky=F(t)[/asciimath] (3.8.1)

Here, [asciimath]y[/asciimath] is the displacement from the equilibrium position, [asciimath]y'[/asciimath] is the velocity, [asciimath]y''[/asciimath] is the acceleration, and [asciimath]F(t)[/asciimath] represents any external force applied to the system. We usually solve this equation along with the initial conditions for initial displacement from the equilibrium position: [asciimath]y(0)=y_0[/asciimath] and initial velocity: [asciimath]yprime (0)=y'_0[/asciimath].

Depending on which forces act on the system, there are several special cases:

  • Free Undamped Vibration ([asciimath]c=0, \ F(t)=0[/asciimath]): The simplest form of vibration occurs when there is no damping and no external force. The system oscillates at its natural frequency, determined by the mass and spring constant.
  • Free Damped Vibration ([asciimath]cgt0,\ F(t)=0[/asciimath]): When damping is present but there is no external force, the system experiences damped vibrations leading to a gradual decrease in oscillation amplitude over time. The nature of the damping (underdamped, critically damped, or overdamped) depends on the values of [asciimath]m[/asciimath], [asciimath]c[/asciimath], and [asciimath]k[/asciimath].
  • Forced Undamped Vibration ([asciimath]c=0, \ F(t)ne0[/asciimath]): When an external force acts on the system, the system experiences forced vibrations. If the frequency of the external force is close to the system’s natural frequency, resonance can occur, leading to large amplitude oscillations.
  • Forced Damped Vibration ([asciimath]cgt0, \ F(t)ne0[/asciimath]): This is the most general case, combining the effects of damping and external forcing, leading to complex oscillatory behavior.

D. Free Undamped Vibration

The simplest form of vibration occurs when there is no damping ([asciimath]F_d=0[/asciimath]) and no external force ([asciimath]F(t)=0[/asciimath]). In such cases, Equation 3.8.1 reduces to

 [asciimath]my''+ky=0[/asciimath] (3.8.2)

This equation is a homogeneous second-order linear differential equation. By solving the characteristic equation [asciimath]mr^2+k=0[/asciimath], we find that the roots are complex conjugates given by

 [asciimath]r=+-isqrt(k/m)[/asciimath]

The term [asciimath]sqrt(k/m)[/asciimath] is known as the natural frequency of the system, denoted by [asciimath]omega_0[/asciimath]. Therefore the solution to the equation is expressed as

 [asciimath]y(t)=c_1cos(omega_0t)+c_2sin(omega_0t)[/asciimath](3.8.3)

It is often convenient to represent the displacement in the amplitude-phase form with a single trigonometric function

 [asciimath]y(t)=Rcos(omega_0t-phi)[/asciimath] (3.8.4)

Here [asciimath]R[/asciimath]  is the amplitude of oscillation, given by [asciimath]R=sqrt(c_1^2+c_2^2)[/asciimath] and [asciimath]phi[/asciimath] is the phase angle, which can be determined from the initial conditions of the system. The phase angle [asciimath]phi[/asciimath]  is typically chosen to satisfy [asciimath]-pilephiltpi[/asciimath]  for uniqueness and is related to [asciimath]c_1[/asciimath] and [asciimath]c_2[/asciimath].

 [asciimath]phi=tan^-1(c_2/c_1),[/asciimath]

 [asciimath]cos(phi)=c_1/R=c_1/(sqrt(c_1^2+c_2^2))[/asciimath]  and  [asciimath]sin(phi)=c_2/R=c_2/(sqrt(c_1^2+c_2^2))[/asciimath] 

The motion described by Equation 3.8.4 is known as simple harmonic motion, characterized by its sinusoidal nature and constant frequency. The period of the motion is [asciimath]T=(2pi)/(omega_0)[/asciimath], representing the time it takes to complete one full cycle.

Considerations for Units and Phase Angle

  • Units: When working with the acceleration due to gravity or any other physical quantity, it is important to use consistent units throughout the calculation. In the metric system, [asciimath]g[/asciimath] is typically given as [asciimath]9.81\ "m"//"s"^2[/asciimath], and lengths should be in meters with mass in kilograms. In the Imperial system, [asciimath]g[/asciimath] is about [asciimath]32 \ "ft"//"s"^2[/asciimath], with lengths in feet and mass in slugs.
  • Phase Angle Uniqueness: There are infinitely many phase angles that satisfy the trigonometric equations due to their periodic nature. However, selecting [asciimath]phi[/asciimath] in the interval [asciimath][-pi ,pi)[/asciimath]  ensures a unique solution within one complete cycle. The signs of [asciimath]c_1[/asciimath] ​and [asciimath]c_2[/asciimath] determine the quadrant in which [asciimath]phi[/asciimath] lies.
    • if [asciimath]c_1,c_2gt0[/asciimath] , [asciimath]phi[/asciimath] is in the first quadrant
    • If [asciimath]c_1lt0,\ c_2gt0[/asciimath] , [asciimath]phi[/asciimath] is in the second quadrant.
    • if [asciimath]c_1,\ c_2lt0[/asciimath] , [asciimath]phi[/asciimath] is in the third quadrant.
    • If [asciimath]c_1gt0, \ c_2lt0[/asciimath] , [asciimath]phi[/asciimath] is in the fourth quadrant.

 

Example 3.8.1: Simple Harmonic Motion

A 150 cm long vertical spring hangs from a fixed ceiling. A 2-kg object is attached to the lower end of the spring, and the length of the spring becomes 155 cm where the object is in equilibrium. The object is then pulled down an additional 3 cm and released with an initial upward velocity of 20 cm/s. Assuming no damping and no external forces other than gravity are acting on the system:

a) Find the displacement of the object as a function of time.

b) Determine the natural frequency, period, amplitude, and phase angle of the motion.

c) Rewrite the equation of motion in the amplitude-phase form [asciimath]y(t) = R cos(omega_0 t - phi)[/asciimath].

Express your answers in the cgs unit where [asciimath]g=980\ "cm"//"s"^2[/asciimath].

Show/Hide Solution

Given information:

  • Natural length of the spring: [asciimath]l_0=150 \ "cm"[/asciimath]
  • Length at equilibrium with a 2-kg object attached: [asciimath]l_0+l=155 "cm"[/asciimath]
  • Mass of the object: [asciimath]m=2 \ "kg"=2000 \ "g"[/asciimath]
  • Initial displacement (downward): [asciimath]y_0(0)=-3 \ "cm"[/asciimath]
  • Initial velocity (upward): [asciimath]y'_0(0)=20\ "cm"//"s"[/asciimath]

a)

Calculating the spring constant

At equilibrium, the forces acting on the object are balanced, meaning [asciimath]F_g=F_s[/asciimath]. This allows us to determine the spring constant [asciimath]k[/asciimath].

 [asciimath]mg=k(l) ->\ k/m=g/(l)[/asciimath]

 [asciimath]k/m=980/5 =196[/asciimath]

 [asciimath]k=196(2000)=392,000\ "dyne/cm"[/asciimath]

Calculating the natural frequency:

The natural frequency is

 [asciimath]omega_0=sqrt(k/m) =sqrt(196)=14[/asciimath]

It is important to note that to find  [asciimath]omega_0[/asciimath], we require the ratio of [asciimath]k[/asciimath] and [asciimath]m[/asciimath] rather than their individual values.

Finding the general solution:

Given there is no damping force and an external force, the initial value problem is

 [asciimath]2y''+392y=0,[/asciimath]     [asciimath]y_0(0)=-3,[/asciimath]  [asciimath]y'_0(0)=20[/asciimath]

The general solution to this equation is given by Equation 3.8.3.

 [asciimath]y(t)=c_1cos(14t)+c_2sin(14t)[/asciimath]

Applying the initial conditions:

 [asciimath]y_0(0)=-3[/asciimath]

[asciimath]c_1cos(0)+c_2sin(0)=-3[/asciimath]

[asciimath]c_1=-3[/asciimath]

[asciimath]y'(t)=-14c_1sin(14t)+14c_2cos(14t)[/asciimath]

 [asciimath]y'_0(0)=20[/asciimath]

[asciimath]-14c_1sin(0)+14c_2cos(0)=20[/asciimath]

[asciimath]14c_2=20[/asciimath]

[asciimath]c_2=10/7[/asciimath]

The equation of the object displacement is then

[asciimath]y(t)=-3cos(14t)+10/7sin(14t)[/asciimath]

b) 

Natural frequency: [asciimath]omega_0=14 \ "rad"//"s"[/asciimath]

Period: [asciimath]T=(2pi)/(omega_0)=pi/7 \ "s"[/asciimath]

Amplitude [asciimath]R[/asciimath] is given by

 [asciimath]R=sqrt(c_1^2+c_2^2)[/asciimath]

 [asciimath]R=sqrt((-3)^2+(10/7)^2)=1/7sqrt(541)[/asciimath]

Phase angle:

The reference phase angle is determined by

[asciimath]phi=tan^-1(|c_2/c_1|)[/asciimath]

 [asciimath]phi_R=tan^-1(|(10//7)/-3|)~~0.444 \ "rad"[/asciimath]

Since [asciimath]c_1lt0[/asciimath] ([asciimath]cos(phi)lt0[/asciimath] ) and [asciimath]c_2gt0[/asciimath] ([asciimath]sin(phi)gt0[/asciimath]), [asciimath]phi[/asciimath] should be in the second quadrant. Therefore,

 [asciimath]phi=pi-phi_R ~~ 2.697\ "rad"[/asciimath].

c) The equation of motion can be written as

 [asciimath]y(t) = R cos(omega_0 t - phi)[/asciimath]

 [asciimath]y(t) = 1/7sqrt(541) cos(14 t - 2.697)[/asciimath]

The graph of the displacement is shown for the first 7 seconds.

Graph of y(t) is a sinusoidal curve with amplitude of 1/7sqrt(541) and phase shift of 2.697.

 

Try an Example

 

E. Free Damped Vibration

In free, damped vibration, there is no external force ([asciimath]F(t)=0[/asciimath]). As such, Equation 3.8.1 simplifies to a homogeneous second-order linear differential equation.

 [asciimath]my''+cy'+ky=0[/asciimath]  (3.8.5)

This equation is a homogeneous second-order linear differential equation. By solving the characteristic equation [asciimath]mr^2+cr+k=0[/asciimath] using the quadratic formula, we find the roots

 [asciimath]r_(1,2)=(-c+-sqrt(c^2-4mk))/(2m)[/asciimath]

Depending on the discriminant [asciimath]c^2-4mk[/asciimath], we encounter three types of motion:

1. Critically damped ([asciimath]c^2-4mk=0[/asciimath])

In this case, there is a repeated root [asciimath]r=-c/(2m)[/asciimath], and thus the general solution to Equation 3.8.5 becomes

 [asciimath]y(t)=c_1e^(-c/(2m)t)+c_2te^(-c/(2m)t)[/asciimath] (3.8.6)

The motion in this case is said to be critically damped as the damping is just enough to prevent oscillation. This level of damping is achieved when the damping coefficient [asciimath]c[/asciimath].

[asciimath]c^2-4mk=0[/asciimath]

[asciimath]c^2=4mk[/asciimath]

[asciimath]c=2sqrt(mk)[/asciimath]

[asciimath]2sqrt(mk)[/asciimath] is called the critical damping coefficient and is denoted by [asciimath]C_(cr)[/asciimath].

[asciimath]c_(cr)=2sqrt(mk)[/asciimath]

It is important to note that as time progresses ([asciimath]trarroo[/asciimath]), the displacement [asciimath]y(t)[/asciimath] approaches zero, indicating that the system smoothly and quickly settles to its equilibrium position without oscillation and overshooting the equilibrium position similar to how shock absorbers work in automotive suspension systems.

2. Overdamped ([asciimath]c^2-4mkgt0[/asciimath])

In this case, there are two real distinct roots [asciimath]r_(1,2)=(-c+-sqrt(c^2-4mk))/(2m)[/asciimath], where both roots are negative. The general solution to Equation 3.8.5 becomes

 [asciimath]y(t)=c_1e^(r_1t)+c_2e^(r_2t)[/asciimath]  (3.8.7)

Given both [asciimath]r_1[/asciimath]  and [asciimath]r_2[/asciimath] are negative, as time progresses ([asciimath]trarroo[/asciimath] ), the displacement [asciimath]y(t)[/asciimath] approaches zero and the system gradually returns to equilibrium without oscillating. Overdamped conditions arise when [asciimath]cgtc_(cr)[/asciimath], typically desired in systems where overshooting the equilibrium position could be harmful or undesirable, like in heavy machinery. Overdamped systems return to equilibrium slower than critically damped systems. This slower response is due to the higher damping force applied, which prevents oscillation but also resists motion, causing a sluggish return.

3. Underdamped ([asciimath]c^2-4mklt0[/asciimath])

In this case, the roots of the characteristic equation are complex conjugates given by

 [asciimath]r_(1,2)=-c/(2m)+-(sqrt(4mk-c^2))/(2m)i=-c/(2m)+-omega_1i[/asciimath]

Thus the solution to the differential Equation 3.8.5 is

 [asciimath]y(t)=e^(-c/(2m)t)(c_1cos(omega_1t)+c_2sin(omega_1t))[/asciimath](3.8.8)

The term [asciimath]omega_1=(sqrt(4mk-c^2))/(2m)[/asciimath]  is related to the frequency of oscillation. Similar to the harmonic motion, we can derive the amplitude-phase form of the equation of motion.

[asciimath]y(t)=Re^(-c/(2m)t)cos(omega_1t-phi)[/asciimath] (3.8.9)

Here again

[asciimath]R=sqrt(c_1^2+c_2^2)[/asciimath],   [asciimath]cos(phi)=(c_1)/R[/asciimath],   and [asciimath]sin(phi)=(c_2)/R[/asciimath]

An underdamped system is characterized by a damping coefficient [asciimath]cltc_(cr)[/asciimath]. In this scenario, the damping is insufficient to halt oscillations, causing the system to exhibit oscillatory behavior around the equilibrium position. The amplitude of these oscillations diminishes over time, represented by the time-varying term [asciimath]Re^(-c/(2m)t)[/asciimath]. As the exponent [asciimath]-c/(2m)[/asciimath] is always negative, the displacement [asciimath]y(t)[/asciimath] gradually approaches zero as time progresses ([asciimath]trarroo[/asciimath]). This results in a bouncy system response to any disturbances.

Such behavior is often preferred in various applications. In musical instruments, for example, the underdamped vibrations of strings or membranes contribute to a sustained, resonant sound. Similarly, seismic dampers in buildings employ a controlled underdamped response to safely dissipate energy from earthquakes, allowing structures to sway and reduce stress without collapsing.

Example 3.8.2: Critically Damped Motion

A 1-kg mass is attached to a string with a stiffness of 64 N/m and a dashpot with a damping constant 16 N.s/m. The object is compressed 20 cm above its equilibrium and released with an initial upward velocity of 2 m/s. Find the displacement of the object as a function of time.

Show/Hide Solution

 

Given information:

  • Mass of the object: [asciimath]m=1 \ "kg"[/asciimath]
  • Damping constant: [asciimath]c=16 \ "N"*"s"//"m"[/asciimath]
  • Spring constant: [asciimath]k=64 \ "N/m"[/asciimath]
  • Initial displacement (upward): [asciimath]y_0(0)=20 \ "cm"=[/asciimath] [asciimath]0.2 \ "m"[/asciimath]
  • Initial velocity (upward): [asciimath]y'_0(0)=2\ "m"//"s"[/asciimath]

The initial value problem for this system is

 [asciimath]y''+16y'+64y=0,[/asciimath]  [asciimath]y_0(0)=0.2,[/asciimath]  [asciimath]y'_0(0)=2[/asciimath]

Before solving the IVP, we can calculate the critical damping coefficient to determine the type of damping.

 [asciimath]c_(cr)=2sqrt(mk)[/asciimath]

 [asciimath]c_(cr)=2sqrt(1(64))=16[/asciimath]

The damping coefficient equals the critical damping coefficient ([asciimath]c=c_(cr)=16[/asciimath]), and therefore, the system is critically damped.

Finding the general solution:

The general solution for a critically damped system is given by Equation 3.8.6.

 [asciimath]y(t)=c_1e^(-c/(2m)t)+c_2te^(-c/(2m)t)[/asciimath]

 [asciimath]y(t)=c_1e^(-8t)+c_2te^(-8)[/asciimath]

Applying the initial conditions:

 [asciimath]y_0(0)=0.2[/asciimath]

 [asciimath]c_1e^(0)+0=0.2[/asciimath]

 [asciimath]c_1=0.2[/asciimath]

 [asciimath]y'(t)=-8c_1e^(-8t)+c_2e^(-8t)(1-8t)[/asciimath]

 [asciimath]y'_0(0)=2[/asciimath]

 [asciimath]-8c_1e^(0)+c_2e^0(1)=2[/asciimath]

 [asciimath]-8(0.2)+c_2=2[/asciimath]

 [asciimath]c_2=3.6[/asciimath]

The equation of the object’s displacement is then

 [asciimath]y(t)=0.2e^(-8t)+3.6te^(-8t)[/asciimath]

The graph of the displacement is shown for the first 3 seconds. As expected, the system smoothly and quickly returns to its equilibrium position without oscillation.

Graph of y(t) starts at y-intercept of 0.2, peaks at about t = 0.1 and sharply decreases to close to x-axis.

 

Try an Example

 

 

Example 3.8.3: Overdamped Motion

Find the displacement of the object in Example 3.8.2, if the spring is now attached to a dashpot with a damping constant 34 N.s/m.

Show/Hide Solution

 

Given information:

  • Mass of the object: [asciimath]m=1 \ "kg"[/asciimath]
  • Damping constant: [asciimath]c=34 \ "N"*"s"//"m"[/asciimath]
  • Spring constant: [asciimath]k=64 \ "N/m"[/asciimath]
  • Initial displacement (upward): [asciimath]y_0(0)=20 \ "cm"=[/asciimath] [asciimath]0.2 \ "m"[/asciimath]
  • Initial velocity (upward): [asciimath]y'_0(0)=2\ "m"//"s"[/asciimath]

The initial value problem for this system is

 [asciimath]y''+34y'+64y=0,[/asciimath]  [asciimath]y_0(0)=0.2,[/asciimath]  [asciimath]y'_0(0)=2[/asciimath]

In the previous example, we determined the critical damping coefficient to be [asciimath]c_(cr)=16[/asciimath]. In the current system, the damping coefficient is greater than this critical value ([asciimath]c>c_(cr)=16[/asciimath]), and therefore, the system is overdamped.

Finding the general solution:

The characteristic equation for the differential equation has two distinct real roots.

 [asciimath]r_(1,2)=(-34+-sqrt(34^2-4(1)(64)))/(2(1))[/asciimath]

 [asciimath]r_1=-2,[/asciimath] [asciimath]r_2=-32[/asciimath]

The general solution to an overdamped system is given by Equation 3.8.7.

 [asciimath]y(t)=c_1e^(r_1t)+c_2e^(r_2t)[/asciimath]

 [asciimath]y(t)=c_1e^(-2t)+c_2e^(-32t)[/asciimath]

Applying the initial conditions:

 [asciimath]y_0(0)=0.2[/asciimath]

 [asciimath]c_1e^(0)+c_2e^0=0.2[/asciimath]

 [asciimath]c_1+c_2=0.2[/asciimath]

 [asciimath]y'(t)=-2c_1e^(-2t)-32c_2e^(-32t)[/asciimath]

 [asciimath]y'_0(0)=2[/asciimath]

 [asciimath]-2c_1e^(0)-32c_2e^0=2[/asciimath]

 [asciimath]-2c_1-32c_2=2[/asciimath]

Solving the system for constants [asciimath]c_1[/asciimath] and [asciimath]c_2[/asciimath] yields

 [asciimath]c_1=0.28, \ c_2=-0.08[/asciimath]

The equation of the object’s displacement is then

 [asciimath]y(t)=0.28e^(-2t)-0.08e^(-32t)[/asciimath]

The below graph displays the displacement for the first 3 seconds. It confirms that the system gradually returns to its equilibrium position smoothly and without any oscillation. When compared to the critically damped system in Example 3.8.2, this overdamped system takes a longer time to settle down. This slower behavior underscores that the increased damping force in the overdamped system delays the return to equilibrium.

Graph of the displacement y(t) for the first 3 seconds. It starts from the y-intercept of 0.2, peaks at about t=0.1s and decreases smoothly to approach y=0.

 

Try an Example

 

 

Example 3.8.4: Underdamped Motion

Find the displacement of the object in Example 3.8.2, if the spring is now attached to a dashpot with a damping constant 4 N.s/m.

Show/Hide Solution

Given information:

  • Mass of the object: [asciimath]m=1 \ "kg"[/asciimath]
  • Damping constant: [asciimath]c=4 \ "N"*"s"//"m"[/asciimath]
  • Spring constant: [asciimath]k=64 \ "N/m"[/asciimath]
  • Initial displacement (upward): [asciimath]y_0(0)=20 \ "cm"=[/asciimath] [asciimath]0.2 \ "m"[/asciimath]
  • Initial velocity (upward): [asciimath]y'_0(0)=2\ "m"//"s"[/asciimath]

The initial value problem for this system is

 [asciimath]y''+4y'+64y=0,[/asciimath]  [asciimath]y_0(0)=0.2,[/asciimath]  [asciimath]y'_0(0)=2[/asciimath]

In Example 3.8.2, we determined the critical damping coefficient to be [asciimath]c_(cr)=16[/asciimath]. In the current system, the damping coefficient is less than this critical value ([asciimath]cltc_(cr)=16[/asciimath]), and therefore, the system is underdamped.

Finding the general solution:

The characteristic equation for the differential equation has complex conjugates.

 [asciimath]r_(1,2)=-4/(2(1))+-(sqrt(4(1)(64)-4^2))/(2(1))i=-2+-2sqrt(15)i[/asciimath]

The general solution to an underdamped system is given by Equation 3.8.8.

 [asciimath]y(t)=e^(-2t)(c_1cos(2sqrt(15)t)+c_2sin(2sqrt(15)t))[/asciimath]

Applying the initial conditions:

 [asciimath]y_0(0)=0.2[/asciimath]

 [asciimath]e^(0)(c_1cos(0)+c_2sin(0))=0.2[/asciimath]

 [asciimath]c_1=0.2[/asciimath]

 [asciimath]y'(t)=e^(-2t)(-2c_1cos(2sqrt(15)t)-2c_2sin(2sqrt(15)t)-[/asciimath] [asciimath]2sqrt(15) c_1sin(2sqrt(15)t)+2sqrt(15) c_2cos(2sqrt(15)t))[/asciimath]

 [asciimath]y'_0(0)=2[/asciimath]

 [asciimath]-2c_1+2sqrt(15)c_2=2[/asciimath]

 [asciimath]-2(0.2)+2sqrt(15)c_2=2[/asciimath]

 [asciimath]c_2=(2sqrt(15))/25[/asciimath]

The equation of the object’s displacement is then

 [asciimath]y(t)=e^(-2t)(0.2cos(2sqrt(15)t)+(2sqrt(15))/25 sin(2sqrt(15)t))[/asciimath]

The amplitude-phase form of the equation is

 [asciimath]y(t)=sqrt(85)/25e^(-2t)cos(2sqrt(15)t-0.9976)[/asciimath]

The graph illustrates the displacement of the system over the initial 3 seconds. This underdamped system lacks enough damping to stop oscillations, leading to a pattern of diminishing swings around the equilibrium position. These oscillations decrease in amplitude for approximately 2 seconds before the system finally settles at the equilibrium position.

Graph of y(t) starts at y-intercept of about 0.17m. It increases to y=0.28 and then decreases crossing the x-axis. This underdamped system lacks enough damping to stop oscillations, leading to a pattern of diminishing swings around the equilibrium position. These oscillations decrease in amplitude for approximately 2 seconds before the system finally settles at the equilibrium position.

 

Try an Example

 

F. Forced Undamped Vibration

Forced undamped vibration occurs in systems subject to a continuous external force, typically modeled as a periodic function like [asciimath]F(t)=F_0 cos(omega t)[/asciimath] or [asciimath]F(t)=F_0 sin(omega t)[/asciimath]. These sinusoidal forces commonly arise from rotational mechanisms, alternating currents, or other cyclic phenomena. The equation of motion for such a system is expressed as

[asciimath]my''+ky=F_0cos(omega t)[/asciimath]

The solution to the differential equation is

[asciimath]y(t)=y_p (t)+y_c (t)[/asciimath]

Here, the solution comprises a complementary part [asciimath]y_c(t)[/asciimath], representing the free, undamped vibration response, and a particular part [asciimath]y_p(t)[/asciimath], the steady-state response to the forcing function. The complementary solution, dictated by the system’s natural frequency [asciimath]omega_0=k/m[/asciimath]​, is given by Equation 3.8.3:

[asciimath]y_c(t)=c_1cos(omega_0t)+c_2sin(omega_0t)[/asciimath]

To determine the particular solution, we typically use methods like undetermined coefficients or variation of parameters. As we seek the particular solution, depending on the driving frequency omega, we consider two cases:

1. Non-Resonant ([asciimath]omega!=omega_0[/asciimath]): When the driving frequency is different from the natural frequency, the particular solution is in the form

 [asciimath]Y_p(t)=Acos(omegat)+Bsin(omegat).[/asciimath] 

To find the specific values of the coefficients A and B, we use the method of undetermined coefficients. After determining these coefficients, the particular solution can be expressed as

[asciimath]y_p=F_0/(m(omega_0^2-omega^2))cos(omega t),[/asciimath]

and the general solution is

 [asciimath]y(t)=F_0/(m(omega_0^2-omega^2))cos(omega t)+[/asciimath] [asciimath]c_1cos(omega_0t)+c_2sin(omega_0t)[/asciimath](3.8.10)

The displacement function consists of sine and cosine components with bounded amplitude.

 

2. Resonant ([asciimath]omega=omega_0[/asciimath]): When the driving frequency is equal to the natural frequency, the particular solution is in the form

[asciimath]Y_p(t)=t(Acos(omegat)+Bsin(omegat))[/asciimath] 

using the method of undetermined coefficients and after determining the coefficients, the particular solution can be expressed as

[asciimath]y_p=F_0/(2m omega_0)t sin(omega_0 t)[/asciimath]

The general solution is then

[asciimath]y(t)=F_0/(2m omega_0)t sin(omega_0 t)+[/asciimath] [asciimath]c_1cos(omega_0t)+c_2sin(omega_0t)[/asciimath](3.8.11)

In this case, the particular solution includes a time factor [asciimath]t[/asciimath], indicating the unbounded increase in amplitude. This phenomenon, known as resonance, significantly increases oscillation amplitude and poses potential risks, including mechanical failure from excessive oscillations.

The amplitude of oscillation in forced vibration is sensitive to the relationship between the driving frequency and the natural frequency of the system. As the driving frequency approaches the natural frequency, the amplitude increases, peaking at resonance. This sensitivity is a key factor in designing structures and systems to ensure their natural frequencies are not aligned with frequencies of common environmental forces, like wind or traffic. Such alignment could trigger resonance, risking structural integrity.

On the other hand, there are specific applications where inducing resonance is advantageous, for instance, in mechanical filters and sensors, where resonance can enhance sensitivity or signal strength.

 

Example 3.8.5: Forced Undamped Vibration

A 32 lb object is suspended from a spring, stretching it by 6 inches to reach equilibrium. This undamped system is subjected to an external force [asciimath]F(t) = 2cos(8t)[/asciimath], and it experiences resonance. Initially, the object is displaced 3 inches below the equilibrium position and is given an upward velocity of 1 ft/s. Determine the object’s displacement under these conditions.

Show/Hide Solution

 

Given information:

  • Mass of the object: [asciimath]W=32 \ "lb"[/asciimath]
  • The spring displacement at equilibrium: [asciimath]l= 6 \ "in"=1/2 \ "ft"[/asciimath]
  • External force: [asciimath]F(t) = 2 cos(8t)[/asciimath]
  • Initial displacement (downward): [asciimath]y_0(0)=-3\ "in"=[/asciimath] [asciimath]-0.25 \ "ft"[/asciimath]
  • Initial velocity (upward): [asciimath]y'_0(0)=1\ "ft"//"s"[/asciimath]

Calculating the spring constant

In the British system, weight is typically measured in pounds. To find the spring constant, we first convert weight to mass using the formula

[asciimath]W=mg[/asciimath]

 [asciimath]m=W/g=32/32=1 \ "slug"[/asciimath]

At equilibrium [asciimath]F_g=F_s[/asciimath]. This relationship allows us to calculate the spring constant [asciimath]k[/asciimath].

 [asciimath]mg=k( l) ->\ k=(mg)/( l)[/asciimath]

 [asciimath]k=64\ "lbf/ft"[/asciimath]

Calculating the natural frequency:

The natural frequency is

 [asciimath]omega_0=sqrt(k/m) =sqrt(64)=8[/asciimath]

Alternatively, if the system resonates at a driving frequency of [asciimath]omega=8[/asciimath] (from [asciimath]F(t) = 2 cos(8t)[/asciimath]), this resonance frequency should match the natural frequency of the system, reaffirming that [asciimath]omega_0=8[/asciimath].

Finding the general solution:

The initial value problem for this system is

 [asciimath]y''+64y=2cos(8t),[/asciimath]  [asciimath]y_0(0)=-0.25,[/asciimath]  [asciimath]y'_0(0)=1[/asciimath]

 The general solution for a system undergoing resonance is given by Equation 3.8.11.

 [asciimath]y(t)=2/(2(1)(8))t sin(8 t)+c_1cos(8t)+c_2sin(8t)[/asciimath] 

 [asciimath]y(t)=1/8t sin(8 t)+c_1cos(8t)+c_2sin(8t)[/asciimath] 

Applying the initial conditions:

 [asciimath]y_0(0)=-0.25 \ ->[/asciimath]  [asciimath]c_1=-0.25=-1/4[/asciimath]

 [asciimath]y'_0(0)=1\ ->[/asciimath] [asciimath]c_2=0.125=1/8[/asciimath]

The equation of the object’s displacement is then

 [asciimath]y(t)=1/8t sin(8 t)-1/4cos(8t)+1/8sin(8t)[/asciimath] 

We can write the complementary solution in the amplitude-phase form, combining the last two terms.

 [asciimath]y(t)=1/8tsin(8t)+sqrt(5)/8cos(8t-2.6779)[/asciimath]

The graph shows how the system’s displacement changes during the first 10 seconds. Since the particular solution includes a time factor (t), the displacement’s amplitude tends to become infinitely large as time progresses towards infinity. However, in reality, most systems experience some damping. Even a small amount of damping can significantly affect the system’s amplitude and behavior, especially around resonance frequencies, preventing the unlimited growth in amplitude predicted by ideal models.

Graph of y(t) starts at the y-intercept of about y=-0.27. It oscillates with an amplitude that becomes infinitely large as time approaches infinity.

 

Try an Example

 

G. Forced Damped Vibration

This is the most general case, combining the effects of damping and external forcing. The motion of such a system is governed by

[asciimath]my''+cy'+ky=F_0cos(omega t)[/asciimath]

The solution to the differential equation is the sum of complementary and particular solutions.

[asciimath]y(t)=y_p (t)+y_c (t)[/asciimath]

The complementary solution is the solution to the free, damped behavior, while the particular solution is found using the method of undetermined coefficients or variation of parameters.

Based on our understanding of free-damped vibrations, we know that as time progresses toward infinity, the complementary solution approaches zero. Consequently, the system’s displacement increasingly reflects the behavior of the particular solution. Therefore, in vibrational analysis, the complementary solution is commonly referred to as the transient solution, reflecting the initial response, while the particular solution is known as the steady-state solution, indicating the ongoing response to the external force.

 

Example 3.8.6: Forced Damped Vibration

Find the displacement of the object in Example 3.8.5, if the system is now attached to a dashpot with a damping constant 34 lb.s/ft.

Show/Hide Solution

Given information:

  • Mass of the object: [asciimath]W=32 \ "lb"[/asciimath]
  • The spring displacement at equilibrium: [asciimath]l= 6 \ "in"=1/2 \ "ft"[/asciimath]
  • Damping constant: [asciimath]c=20\ "lb.s/ft"[/asciimath]
  • External force: [asciimath]F(t) = 2 cos(8t)[/asciimath]
  • Initial displacement (downward): [asciimath]y_0(0)=-3\ "in"=[/asciimath] [asciimath]-0.25 \ "ft"[/asciimath]
  • Initial velocity (upward): [asciimath]y'_0(0)=1\ "ft"//"s"[/asciimath]

In the previous example, we determined the spring constant: [asciimath]k=64\ "lbf/ft"[/asciimath]. The initial value problem for this system is

 [asciimath]y''+20y'+64y=2cos(8t),[/asciimath]  [asciimath]y_0(0)=-0.25,[/asciimath]  [asciimath]y'_0(0)=1[/asciimath]

Given the characteristic equation has distinct real roots [asciimath]r_1=-4[/asciimath] and [asciimath]r_2=-16[/asciimath], the complementary solution, according to Equation 3.8.7, is

 [asciimath]y_c(t)=c_1e^(-4t)+c_2e^(-16t)[/asciimath]

Finding the particular solution:

To find the particular solution, we use undetermined coefficients. Given the forcing cosine function, we guess the form of the particular solution to be

[asciimath]Y_p=Acos(8t)+Bsin(8t)[/asciimath]

The derivatives are

[asciimath]Y'_p=-8Asin(8t)+8Bcos(8t)[/asciimath]

[asciimath]Y''_p=-64Acos(8t)-64Bsin(8t)[/asciimath]

Substituting [asciimath]Y_p[/asciimath] and its derivatives into the differential equation yields

 [asciimath]-64Acos(8t)-64Bsin(8t)+20(-8Asin(8t)+8Bcos(8t))[/asciimath] [asciimath]+64(Acos(8t)+Bsin(8t))=2cos(8t)[/asciimath]

Simplifying it gives

[asciimath]160Bcos(8t)-160Asin(8t)=2cos(8t)[/asciimath]

By matching coefficients of sine and cosine terms, we get

 [asciimath]160B=2\ ->\ B=1/80[/asciimath]

 [asciimath]-160A=0\ ->\ A=0[/asciimath]

Therefore, the particular solution is

[asciimath]y_p=1/80sin(8t)[/asciimath]

Combining the particular and complementary solutions gives the general solution

 [asciimath]y(t)=1/80sin(8t)+[/asciimath] [asciimath]c_1e^(-4t)+c_2e^(-16t)[/asciimath]

Applying the initial conditions:

 [asciimath]y_0(0)=-0.25 \ ->[/asciimath]  [asciimath]c_1+c_2=-1/4[/asciimath]

 [asciimath]y'_0(0)=1\ ->[/asciimath] [asciimath]-4c_1-16c_2=9/10[/asciimath]

Solving the system, we find the constants to be

 [asciimath]c_1=-31/120,\ c_2=1/120[/asciimath]

The equation of the object’s displacement is then

 [asciimath]y(t)=1/80sin(8t)-[/asciimath] [asciimath]31/120e^(-4t)+1/120e^(-16t)[/asciimath]

The graph depicts the change in the system’s displacement over the first 6 seconds. Initially, for about the first second, the displacement is primarily influenced by the complementary solution, reflecting the transient phase. After this initial period, the displacement increasingly aligns with the periodic particular solution, representing the steady-state behavior of the system.

Graph of y(t) starts at the y-intercept of y=-0.25 and increases until it crosses x-axis. It then looks like a sinusoidal curve oscillating with amplitude of 1/80.

 

Try an Example

 

Section 3.8 Exercises

  1. An object attached to a spring undergoes simple harmonic motion modeled by the differential equation

     [asciimath]m(d^2 y)/(dt^2) + ky = 0[/asciimath]

    where  [asciimath]y(t)[/asciimath] is the displacement of the mass (relative to equilibrium) at time [asciimath]t[/asciimath][asciimath]m[/asciimath] is the mass of the object, and [asciimath]k[/asciimath] is the spring constant. A mass of [asciimath]15\ "kg"[/asciimath] stretches the spring [asciimath]0.25\ "m"[/asciimath]. a) Use this information to find the spring constant. (Use [asciimath]g = 9.8\ "m"//"s"^2[/asciimath]). b) The previous mass is detached from the spring and a mass of [asciimath]2\ "kg"[/asciimath] is attached. This mass is displaced [asciimath]0.1\ "m"[/asciimath] above equilibrium (above is positive and below is negative) and then launched with an initial velocity of [asciimath]2\ "m"//"s"[/asciimath]. Write the equation of motion in the form [asciimath]y(t) = c_1 cos(omega t) + c_2 sin(omega t)[/asciimath]. Do not leave unknown constants in your equation.

    Show/Hide Answer

    a) [asciimath]k=588[/asciimath]  N/m

    b) [asciimath]y(t)=1/10cos(7sqrt(6)t)+2/(7sqrt(6))sin(7sqrt(6)t)[/asciimath]

  2. [asciimath]13\ "kg"[/asciimath] object is attached to a spring with spring constant [asciimath]9\ "kg"//"s"^2[/asciimath]. It is also attached to a dashpot with damping constant [asciimath]9\ "kg"//"s"[/asciimath]. The object is initially displaced [asciimath]5\ m[/asciimath] above equilibrium and released. a) Find its displacement for [asciimath]t > 0[/asciimath]. b) Describe the motion.
    Show/Hide Answer

    a) [asciimath]y(t)=e^(-9/26t)(5cos(sqrt(387)/(26)t)+45/sqrt(387)sin(sqrt(387)/(26)t))[/asciimath]

    b) Free underdamped vibration

  3. [asciimath]16\ "kg"[/asciimath] object is attached to a spring with spring constant [asciimath]64[/asciimath] [asciimath]"kg"//"s"^2[/asciimath]. It is also attached to a dashpot with damping constant [asciimath]c = 64[/asciimath] [asciimath]"kg/s"[/asciimath]. The object is pulled down [asciimath]0.1 \ m[/asciimath] and released with an initial upward velocity of [asciimath]4 \ "m/s"[/asciimath]. Find the displacement of the object. Assume displacement and velocity are positive upward.
    Show/Hide Answer

    [asciimath]y(t)=-0.1 e^(-2t)+3.8te^(-2t)[/asciimath]

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Differential Equations Copyright © 2024 by Amir Tavangar is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book