A differential equation is an equation relating a function to its derivatives. It tells you how a quantity changes — the rate of change — rather than directly what the quantity is. Solving a differential equation means finding a function (or family of functions) whose derivatives satisfy the relationship.

The simplest example: . This tells you that the slope of at any point is . Integrating gives — a family of curves, one for each value of . Each curve has the right slope at every point, but they’re shifted vertically by the constant.

To pin down a single specific curve, you need extra information — typically an initial condition like , which selects and gives . That’s an Initial value problem.

Why differential equations matter

Most physical laws are stated as differential equations. Newton’s second law, , is really

— a second-order DE relating position to the force acting on the mass. Maxwell’s equations are partial differential equations describing electromagnetic fields. Heat flow, fluid dynamics, population growth, RLC circuits, beam deflection, chemical kinetics — all DE-driven.

The reason is that rates are easier to specify than absolute values. We rarely know “the position of every particle for all time”; we know “the force at any position,” from which we derive the position via the DE.

Two kinds

  • Ordinary differential equations (ODEs) involve derivatives with respect to a single independent variable. Example: .
  • Partial differential equations (PDEs) involve partial derivatives with respect to multiple variables. Example: (heat equation).

This vault focuses on ODEs.

Solutions

A function is a solution of a DE on an interval if its derivatives satisfy the equation everywhere on that interval. Different forms of solution:

  • General solution: contains arbitrary constants — represents a family.
  • Particular solution: a specific member of the family with constants pinned down by side conditions.
  • Explicit solution: written as a function of .
  • Implicit solution: relates and but doesn’t isolate .

For systematic methods to solve common types of DEs, see Separable equation, Integrating factor, Exact equation, Method of undetermined coefficients, Method of variation of parameters, Laplace transform.

Mathematical modeling with DEs

To build a mathematical model of a physical phenomenon:

  1. Choose dependent and independent variables, set a frame of reference.
  2. Choose units.
  3. Identify the underlying principle (Newton’s laws, conservation, rate of growth, etc.).
  4. Express it in terms of your chosen variables.
  5. Solve by integrating.
  6. Apply side conditions to pin down constants.

Example: a falling object under gravity. Newton: , with , gives . Integrate twice:

Initial conditions , give , , so .