Physics equations are almost always differential equations — relations between a function and its derivatives. Knowing how to solve them is knowing how to solve physics.
Solve first-order linear ODEs using the integrating factor method.
Solve second-order ODEs with constant coefficients by finding roots of the characteristic equation.
Classify damped oscillators as underdamped, overdamped, or critically damped from their parameters.
Find the steady-state amplitude of a driven oscillator and identify the resonance condition.
Use separation of variables to solve first-order separable ODEs and apply initial conditions.
23.1 What Is a Differential Equation?
A differential equation (DE) is an equation involving an unknown function and one or more of its derivatives. The order is the highest derivative that appears. An ordinary DE (ODE) has one independent variable; apartial DE (PDE) has multiple.
Every fundamental law of physics is a differential equation. Newton's second law: m d²x/dt² = F(x,t). Faraday's law: ∂B/∂t = −∇×E. Schrödinger's equation: iℏ ∂ψ/∂t = Ĥψ. Solving these equations — finding the function x(t) or ψ(x,t) consistent with initial conditions — is the central technical task of theoretical physics.
The most important first-order ODE in physics is exponential growth/decay: dy/dt = ky. Its solution is y = y₀ eᵏᵗ. For k <0 (decay): radioactive decay (N = N₀ e^(−t/τ)), capacitor discharge (q = q₀ e^(−t/RC)), Newton's law of cooling (ΔT = ΔT₀ e^(−kt)).
23.3 Second-Order Linear ODEs with Constant Coefficients
The equation m ẍ + b ẋ + kx = F(t) governs every oscillating system in physics: springs, LC circuits, pendulums, sound resonators. The general approach: try the ansatz x = e^(rt), substitute, and solve the characteristic equation.
For a driven oscillator mẍ + bẋ + kx = F₀ cos(ωt), the particular solution(steady-state response) has the form x_p = X cos(ωt − δ), where the amplitude is:
X = F_{0} / \sqrt[(k-m\omega^{2})^{2} + (b\omega)^{2}](23.1)
This is maximum when the driving frequency ω equals the natural frequency ω₀ = √(k/m) — this is resonance. At resonance (weak damping), the amplitude grows enormously: X_res = F₀/(bω₀). The quality factor Q = mω₀/b measures the sharpness of resonance — high Q means narrow, tall peak; low Q means broad, flat response.
Resonance is why bridges can be destroyed by rhythmic marching (Angers Bridge, 1850), why wine glasses shatter at their resonant frequency, and why MRI machines work (nuclear magnetic resonance). The mathematics is identical in all cases.
23.5 Separation of Variables
Many first-order ODEs can be solved by separating the variables:
Definition 23.3 — Separation of Variables
Ifdy/dx=f(x)g(y),rewriteasdy/g(y)=f(x)dx,thenintegratebothsides:∫dy/g(y)=∫f(x)dx+CThis directly yields y as a function of x (or implicitly). Works whenever the equation is separable — the right-hand side factors into a function of x times a function of y.
Example 23.4 — Radioactive Decay
Carbon−14decayswithhalf−lifet1/2=5730years.Abonesamplecontains30nal C-14. Find its age.
5.Derivethesteady−stateamplitudeX(ω)foradrivenoscillatormx¨+bx˙+kx=F0cos(\omegat).Atwhat frequency is X maximum? Define the quality factor Q and explain its physical meaning.
Challenging
Key Takeaways
A differential equation relates a function to its derivatives; every physics law is a DE.