Linear First-Order ODE

Definition

A linear first-order equation with initial condition in standard form:

Intuition

Multiplying by the integrating factor “balances” the left-hand side so it collapses into a single derivative , after which the equation can be integrated directly. Geometrically, the factor warps the solution space so that the ODE becomes a trivially solvable exact derivative.

Formal Description

All linear first-order ODEs can be integrated using an integrating factor . Multiplying the equation by and requiring

yields a directly integrable equation. The integrating factor is

and the solution is

Key Results

  • Any linear first-order ODE can be solved by the integrating factor method.
  • The integrating factor satisfies , which is itself a separable equation.
  • The method applies even when the equation is not separable.

Applications

  • Mixing and decay problems (e.g.\ concentration in a tank, radioactive decay with external input).
  • RC circuit analysis: .
  • Population models with immigration or harvesting terms.

Trade-offs

  • Requires and to be continuous on the interval of interest.
  • The integrals and may not have closed forms, requiring numerical integration.
  • Only applies to linear equations; nonlinear first-order ODEs need separate methods (e.g.\ separation of variables).