Ordinary Differential Equations · Foundational

Ordinary Differential Equations Describe Evolving Systems

How an ODE turns a rule for change plus initial information into a trajectory through time.

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

dydt=ky\frac{dy}{dt}=ky

says that the rate of change of yy is proportional to its current value. The unknown is not a number but a function y(t)y(t). Solving means finding functions whose derivatives satisfy the equation.

Families and initial conditions

The growth equation has the family of solutions

y(t)=Cekt.y(t)=Ce^{kt}.

The constant CC is determined by additional information. If y(0)=y0y(0)=y_0, then C=y0C=y_0 and the initial-value problem has the solution y(t)=y0ekty(t)=y_0e^{kt}.

An nnth-order equation generally needs nn 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 y=kyy'=ky, kk must have units of inverse time. The sign of kk distinguishes growth from decay. Assumptions such as constant kk determine where the model is credible.

Verify a candidate solution

For y=2tyy'=2ty, y(0)=3y(0)=3, consider y=3et2y=3e^{t^2}. Differentiate:

y=3et2(2t)=2ty,y'=3e^{t^2}(2t)=2ty,

and check y(0)=3y(0)=3. Verification requires both the differential equation and the auxiliary condition.

Existence is not the same as a formula

If f(t,y)f(t,y) is continuous near an initial point, y=f(t,y)y'=f(t,y) has a local solution. If ff is also locally Lipschitz in yy, that solution is locally unique. These results justify following a slope field even when no elementary formula exists.

Check your understanding

Why does y=yy'=\sqrt{|y|} with y(0)=0y(0)=0 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.

Continue exploring

Connections

Related concepts

First-Order ODEsFirst-Order ODEs Model Growth, Decay, and BalanceSecond-Order ODEsSecond-Order ODEs Govern Oscillation and MotionSystems of ODEsSystems of ODEs Track Interacting QuantitiesForcesNewton’s Second Law Connects Force to Motion

Applications

  • population dynamics
  • mechanics
  • circuits
  • reaction kinetics