Introduction to Differential Equations
The Language of Change → Basic Concepts → Cauchy Problem → Equations with Separable Variables → Law of Exponential Growth and Decay → Homogeneous Equations → Linear First-Order Equations
Formulas
Differential equations are the language in which nature describes change. When a physicist writes Newton’s second law F = ma, they are essentially writing a differential equation: acceleration a = x'' is the second derivative of position x with respect to time. The heat conduction equation, Maxwe...
The history of differential equations is inseparable from the history of physics. Newton created mathematical analysis precisely to solve mechanics problems—and the first differential equations in the history of science were equations describing the motion of planets. Since then, the field has sp...
ODE (ordinary differential equation) links a function of one variable y(x) to its derivatives: F(x, y, y', y'', ..., y^(n)) = 0. The word "ordinary" distinguishes them from partial differential equations, where the function depends on several variables.
The order of an ODE is the highest order of derivative that appears in the equation. The equation y' = ky is first order; y'' + ω²y = 0 (harmonic oscillator) is second order.