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:

According to Newton’s second law,

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

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

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:

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

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]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