2.2 Differential Equations & Mathematical Modeling
Key Takeaways
- First-order ODEs model physical transient phenomena like transient quenching heat transfer and hydraulic tank discharge.
- Homogeneous second-order linear ODEs govern free mechanical vibrations classified by damping ratio zeta into overdamped, critically damped, and underdamped regimes.
- Underdamped systems oscillate at the damped natural frequency omega_d = omega_n * sqrt(1 - zeta^2).
- Forced harmonic vibrations experience maximum amplitude magnification near resonance (excitation frequency ratio r approx 1).
- Laplace transforms convert dynamic differential equations into simple algebraic expressions for efficient initial value problem resolution.
2.2 Differential Equations & Mathematical Modeling
Introduction to Engineering Differential Equations
Differential equations (DEs) form the backbone of mechanical engineering dynamics, fluid mechanics, heat transfer, and control systems. Physical laws—such as Newton's Second Law of Motion ($F = m a$), Fourier's Law of Conduction ($q = -k A \frac{dT}{dx}$), and Torricelli's Law of Fluid Flow—are naturally formulated as differential equations. The PRC MELE tests candidates on classifying DEs, solving first-order transient equations, evaluating second-order vibration dynamics, and utilizing Laplace transforms for initial value problems.
1. Classification & First-Order ODEs
An Ordinary Differential Equation (ODE) contains functions of a single independent variable and their derivatives. The order is the highest derivative present; the degree is the exponent of the highest-order derivative after removing fractional exponents.
Common First-Order Solution Techniques:
- Separable Variables: $\frac{dy}{dx} = g(x)h(y) \implies \int \frac{dy}{h(y)} = \int g(x) dx + C$.
- First-Order Linear ODEs: Standard Form: Integrating Factor: $I(x) = e^{\int P(x) dx}$. General Solution: $y(x) = \frac{1}{I(x)} \int I(x) Q(x) dx + \frac{C}{I(x)}$.
- Exact ODEs: $M(x, y)dx + N(x, y)dy = 0$ is exact if $\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}$.
- Bernoulli ODEs: Non-linear form $\frac{dy}{dx} + P(x)y = Q(x)y^n$. Solved by substituting $u = y^{1-n}$ to transform into a linear ODE in $u$.
Worked Numerical Example: Quenching Heat Transfer (Newton's Law of Cooling)
A solid steel component at an initial temperature of $800^\circ\text{C}$ is quenched in an oil bath maintained at a constant temperature $T_m = 30^\circ\text{C}$. Newton's Law of Cooling states that the rate of heat loss is proportional to the temperature difference: If the temperature of the casting drops to $400^\circ\text{C}$ after $t = 5 \text{ minutes}$, determine:
- The cooling constant $k$ in $\text{min}^{-1}$.
- The total time required for the casting to cool down to $100^\circ\text{C}$.
Step 1: Separate Variables and Integrate
Step 2: Apply Initial Condition $T(0) = 800^\circ\text{C}$
Step 3: Calculate Cooling Constant $k$ using $T(5) = 400^\circ\text{C}$
Step 4: Find Time $t$ to reach $100^\circ\text{C}$
The cooling constant is $0.1466 \text{ min}^{-1}$ and the casting reaches $100^\circ\text{C}$ in $16.36 \text{ minutes}$.
2. Second-Order Linear ODEs & Mechanical Vibrations
Translational mechanical systems consisting of mass $m$, viscous damper $c$, and spring constant $k$ subjected to external force $F(t)$ are modeled by:
Homogeneous Case ($F(t) = 0$): Free Vibrations
Assume solution $x(t) = e^{rt}$, yielding the Characteristic Equation:
Key Mechanical Definitions:
- Undamped Natural Frequency: $\omega_n = \sqrt{\frac{k}{m}}$ (rad/s)
- Critical Damping Coefficient: $c_c = 2\sqrt{km} = 2m\omega_n$ (N·s/m)
- Damping Ratio: $\zeta = \frac{c}{c_c} = \frac{c}{2\sqrt{km}}$
The Three Damping Regimes:
| Damping Condition | Damping Ratio $\zeta$ | Characteristic Roots $r_{1,2}$ | Dynamic Response $x(t)$ |
|---|---|---|---|
| Overdamped | $\zeta > 1$ | Real & Distinct | Exponential return to zero (no oscillation) |
| Critically Damped | $\zeta = 1$ | Real & Repeated | $x(t) = (C_1 + C_2 t)e^{-\omega_n t}$ (Fastest non-oscillatory return) |
| Underdamped | $\zeta < 1$ | Complex Conjugates ($-\alpha \pm i\omega_d$) | $x(t) = X e^{-\zeta \omega_n t} \cos(\omega_d t - \phi)$ (Decaying oscillation) |
Where the Damped Natural Frequency is:
Worked Numerical Example: Damped Mass-Spring Response
An industrial compressor mount is modeled as a mass $m = 10 \text{ kg}$, spring stiffness $k = 1000 \text{ N/m}$, and damper coefficient $c = 40 \text{ N}\cdot\text{s/m}$. Calculate:
- Undamped natural frequency $\omega_n$.
- Damping ratio $\zeta$ and dynamic classification.
- Damped natural frequency $\omega_d$.
Step 1: Compute Undamped Frequency $\omega_n$
Step 2: Compute Critical Damping $c_c$ and Damping Ratio $\zeta$
Since $\zeta = 0.20 < 1.0$, the system is Underdamped.
Step 3: Compute Damped Natural Frequency $\omega_d$
In cycles per second (Hz): $f_d = \frac{\omega_d}{2\pi} = \frac{9.798}{2\pi} = 1.56 \text{ Hz}$.
3. Forced Vibrations & Resonance
When subjected to harmonic excitation $F(t) = F_0 \cos(\omega t)$, the steady-state response amplitude $X$ is given by: where $r = \frac{\omega}{\omega_n}$ is the frequency ratio.
Resonance occurs when excitation frequency $\omega \approx \omega_n$ ($r \approx 1$), leading to extremely large vibration amplitudes that can cause catastrophic structural failure.
4. Laplace Transforms in Dynamic Systems
The Laplace Transform converts linear differential equations in time domain $t$ into algebraic equations in complex frequency domain $s$:
Common Operational Properties:
- $\mathcal{L}{1} = \frac{1}{s}$
- $\mathcal{L}{e^{at}} = \frac{1}{s - a}$
- $\mathcal{L}{\sin(\omega t)} = \frac{\omega}{s^2 + \omega^2}$
- $\mathcal{L}{\cos(\omega t)} = \frac{s}{s^2 + \omega^2}$
- First Derivative: $\mathcal{L}{\dot{y}} = sY(s) - y(0)$
- Second Derivative: $\mathcal{L}{\ddot{y}} = s^2Y(s) - s y(0) - \dot{y}(0)$
MELE Exam Tips & Shortcuts
- Fast Damping Ratio Check: Compute $c^2 - 4mk$. If positive $\implies$ Overdamped; if zero $\implies$ Critically Damped; if negative $\implies$ Underdamped.
- Logarithmic Decrement: Measure peak decay $\delta = \ln\left(\frac{x_1}{x_2}\right) = \frac{2\pi \zeta}{\sqrt{1-\zeta^2}}$. For small damping ($\zeta < 0.1$), $\delta \approx 2\pi \zeta$.
- Laplace Initial Values: Use the Initial Value Theorem $\lim_{t \to 0} f(t) = \lim_{s \to \infty} s F(s)$ and Final Value Theorem $\lim_{t \to \infty} f(t) = \lim_{s \to 0} s F(s)$ to quickly check transient solutions without inverse transforms.
A steel casting at 800°C is quenched in a 30°C bath. Its temperature drops to 400°C in 5 minutes following Newton's Law of Cooling. How long will it take to cool down to 100°C?
A mass-spring-damper system has mass m = 10 kg, spring constant k = 1000 N/m, and damping coefficient c = 40 N·s/m. What is the damped natural frequency omega_d?
What is the correct Laplace transform expression for the second derivative of a function y''(t), assuming initial conditions y(0) and y'(0)?