Skip to main content
Logo image

Section 9.6 Modeling with Homogeneous Linear Equations

Linear homogeneous constant coefficient (LHCC) equations model systems where forces or rates depend linearly on the state and its derivatives, with no external driving. These equations appear in mechanical vibrations, electrical circuits, and many other applications where natural oscillations occur.
In this section, we’ll model a damped mass-spring system and explore the three distinct types of motion that can result: overdamping, critical damping, and underdamping.

Subsection The Problem: Suspension System Design

Automobile suspension systems use springs and shock absorbers (dampers) to provide a smooth ride. When a car hits a bump, the suspension compresses and then returns to equilibrium. The question is: how quickly should it return, and should it oscillate?
Different damping levels produce qualitatively different behaviors, each appropriate for different applications.

Subsection Assumptions

  • The spring obeys Hooke’s law: \(F_s = -kx\)
  • Damping is proportional to velocity: \(F_d = -c\frac{dx}{dt}\)
  • The mass is constant
  • No external forces act on the system
  • Motion is vertical (one-dimensional)

Subsection Building the Model

Let \(x(t)\) represent the displacement from equilibrium. Newton’s second law gives:
\begin{equation*} m\frac{d^2x}{dt^2} = -kx - c\frac{dx}{dt} \end{equation*}
Rearranging to standard form:
\begin{equation*} \frac{d^2x}{dt^2} + \frac{c}{m}\frac{dx}{dt} + \frac{k}{m}x = 0 \end{equation*}
This is a second-order linear homogeneous equation with constant coefficients.
Parameters:
  • \(m\text{:}\) mass (kg)
  • \(k\text{:}\) spring constant (N/m)
  • \(c\text{:}\) damping coefficient (NΒ·s/m or kg/s)
  • \(\omega_0 = \sqrt{k/m}\text{:}\) natural frequency (rad/s)
  • \(\zeta = \frac{c}{2\sqrt{km}}\text{:}\) damping ratio (dimensionless)
The characteristic equation is:
\begin{equation*} r^2 + \frac{c}{m}r + \frac{k}{m} = 0 \end{equation*}
The discriminant determines the type of motion:
  • Overdamped (\(\zeta > 1\)): Two distinct real roots, no oscillation
  • Critically damped (\(\zeta = 1\)): Repeated real root, fastest return without overshoot
  • Underdamped (\(0 < \zeta < 1\)): Complex roots, damped oscillation

Subsection Physical Activity: Spring-Mass-Damper System

Objective: Build physical systems demonstrating different damping regimes.
Materials:
Setup Variations:
  1. Underdamped: Mass-spring in air (minimal damping)
  2. Increased Damping: Attach cardboard fins or foam to increase air resistance
  3. Heavy Damping: Mass-spring system moving through water or oil
Procedure:
  1. For each setup, pull the mass down a fixed distance and release.
  2. Record the motion (video or position measurements over time).
  3. Count oscillations (if any) and measure the period.
  4. Measure the decay time (time to reduce amplitude by half).
  5. Note whether the system overshoots equilibrium.
Analysis:
  1. Plot displacement versus time for each damping level.
  2. Classify each system as underdamped, critically damped, or overdamped.
  3. For underdamped cases, measure the damped frequency and compare with the natural frequency.
  4. Estimate the damping ratio \(\zeta\) from the logarithmic decrement method (if applicable).

Subsection Computational Activity

Use the exact solutions to generate plots:
Case 1: Underdamped (\(\zeta = 0.2\))
\begin{equation*} x(t) = e^{-\zeta\omega_0 t}(A\cos(\omega_d t) + B\sin(\omega_d t)) \end{equation*}
where \(\omega_d = \omega_0\sqrt{1-\zeta^2}\)
Case 2: Critically Damped (\(\zeta = 1\))
\begin{equation*} x(t) = e^{-\omega_0 t}(A + Bt) \end{equation*}
Case 3: Overdamped (\(\zeta = 2\))
\begin{equation*} x(t) = Ae^{r_1 t} + Be^{r_2 t} \end{equation*}
where \(r_1, r_2\) are negative real roots.
For each case with \(\omega_0 = 1\text{,}\) \(x(0) = 1\text{,}\) \(x'(0) = 0\text{:}\)
  1. Solve for constants \(A\) and \(B\)
  2. Plot \(x(t)\) for \(0 \leq t \leq 20\)
  3. Compare the three cases on one graph
  4. Which returns to equilibrium fastest? Which overshoots?

Subsection Analytical Questions

  1. Verify that \(x(t) = e^{-\zeta\omega_0 t}\cos(\omega_d t)\) satisfies the differential equation for underdamped motion.
  2. Show that critical damping occurs when \(c = 2\sqrt{km}\text{.}\)
  3. For underdamped motion, derive the relationship between consecutive peak amplitudes (logarithmic decrement).
  4. Why is critical damping preferred for car suspensions and door closers?
  5. In what applications would you want underdamping? Overdamping?
  6. How does doubling the mass affect the natural frequency? The damping ratio?

Subsection Design Challenge

You are designing a suspension system for a 1000 kg vehicle. The spring constant is \(k = 40000\) N/m.
  1. Calculate the natural frequency \(\omega_0\text{.}\)
  2. For a comfortable ride, you want \(\zeta = 0.7\) (underdamped but not too oscillatory). What damping coefficient \(c\) is needed?
  3. If the car hits a bump causing an initial displacement of 0.1 m, how long until the displacement is less than 0.01 m?
  4. Compare this design with a critically damped system. Which returns to equilibrium faster?

Subsection Final Report

Prepare a detailed report (4-5 pages) including:
  1. Derivation of the damped harmonic oscillator equation from Newton’s laws.
  2. Solution of the characteristic equation for all three damping cases.
  3. Physical experiment description with photos/diagrams and data.
  4. Classification of your experimental systems by damping type.
  5. Graphs comparing the three damping regimes (both experimental and theoretical).
  6. Parameter estimation for your physical systems.
  7. Complete solution to the design challenge with justification.
  8. Discussion of real-world applications where each damping type is preferred.
  9. Analysis of how parameter changes affect system behavior.
Linear homogeneous constant coefficient equations provide exact, predictable solutions for a wide class of physical systems. The damped harmonic oscillator is fundamental in engineering design, from vehicle suspensions to building earthquake resistance, from electrical filters to quantum mechanics. Understanding how the characteristic equation’s roots determine system behaviorβ€”whether oscillatory, exponential, or criticalβ€”is essential for controlling and optimizing these systems. The mathematical classification (overdamped, critically damped, underdamped) directly translates to observable physical phenomena, demonstrating the power of differential equations in engineering and science.
You have attempted of activities on this page.