Many scientific laws do not state a quantity directly. They state how that quantity changes. An ordinary differential equation, or ODE, connects an unknown function of one independent variable to its derivatives.
What makes an equation differential?
The equation
says that the rate of change of is proportional to its current value. The unknown is not a number but a function . Solving means finding functions whose derivatives satisfy the equation.
Families and initial conditions
The growth equation has the family of solutions
The constant is determined by additional information. If , then and the initial-value problem has the solution .
An th-order equation generally needs independent conditions to select one solution, though existence and uniqueness still depend on the equation.
Three ways to understand a solution
An analytic solution is an explicit formula. A qualitative analysis studies direction fields, equilibria, and long-term behavior. A numerical solution approximates values step by step. Most real models need all three viewpoints.
Modeling requires interpretation
Every term has units and a physical role. In , must have units of inverse time. The sign of distinguishes growth from decay. Assumptions such as constant determine where the model is credible.
Verify a candidate solution
For , , consider . Differentiate:
and check . Verification requires both the differential equation and the auxiliary condition.
Existence is not the same as a formula
If is continuous near an initial point, has a local solution. If is also locally Lipschitz in , that solution is locally unique. These results justify following a slope field even when no elementary formula exists.
Check your understanding
Why does with deserve a uniqueness check?
Show the reasoning
The right side is continuous but not Lipschitz at zero. The zero solution exists, and solutions can also wait at zero before departing, so the initial condition does not select a unique trajectory.