Applications of Higher-Order DEs
Higher-order differential equations, especially second-order linear DEs, are fundamental in modeling oscillatory systems, electrical circuits, and structural mechanics.
Spring-Mass Systems
A mass attached to a spring with spring constant and damping coefficient is modeled by Newton's Second Law.
where is an external driving force. Dividing by gives the standard form:
where is the natural frequency, and is the damping ratio.
- Free Undamped Motion (): Simple Harmonic Motion (). The solution is .
- Free Damped Motion (): The auxiliary equation is . The roots determine the type of damping based on the discriminant .
- Overdamped (): Two real distinct roots. System slowly returns to equilibrium without oscillating. .
- Critically Damped (): One repeated real root. System returns to equilibrium as fast as possible without oscillating. .
- Underdamped (): Complex conjugate roots (). System oscillates with exponentially decreasing amplitude. .
- Forced Motion (): Add the particular solution . Resonance occurs when the driving frequency matches the natural frequency () in an undamped system, causing amplitude to grow infinitely over time ().
Spring-Mass Simulation
Explore how mass, damping, and spring stiffness affect the motion of the system.
Spring-Mass-Damper System
Parameters
1 kg
0.5 Ns/m
10 N/m
1 m
System State
Underdamped
Crit. Damping = 6.32
m
Eq
Loading chart...
The Simple Pendulum
A simple pendulum of mass attached to a string of length swinging under gravity is governed by:
This is a non-linear differential equation. However, for small angles (), we can use the Taylor series approximation .
The linearized equation becomes a simple harmonic oscillator:
The natural frequency is , and the period is .
RLC Circuits
An electrical circuit with a resistor (), inductor (), and capacitor () connected in series is modeled by Kirchhoff's Voltage Law:
where is the charge on the capacitor and is the electromotive force (voltage). Differentiating with respect to gives the equation for current :
Analogy between Mechanical and Electrical Systems:- Mass Inductance
- Damping Resistance
- Spring Constant Inverse Capacitance
- Displacement Charge
- Velocity Current
Simple Beam Deflection
The vertical deflection of an elastic beam under a distributed transverse load is governed by the fourth-order linear DE:
where is Young's Modulus, is the area moment of inertia, and is the flexural rigidity. This is solved by integrating four times and applying boundary conditions at the supports (e.g., fixed ends have ; pinned ends have ).
Key Takeaways
- Spring-Mass Systems: Governed by . Damping ratio determines if motion is oscillatory.
- Damping Regimes: Overdamped (), Critically Damped (), Underdamped ().
- Simple Pendulum: Modeled by for small angles.
- RLC Circuits: Perfectly analogous to damped mechanical systems (). The homogeneous solutions mirror underdamped, overdamped, and critically damped behavior.
- Beam Deflection: Requires solving a 4th-order DE with appropriate boundary conditions based on support types (fixed, pinned, free).