Selecting a Solution Method for First-Order Differential Equations
1Introduction
This lecture explains how to identify the structure of a first-order differential equation and select a solution method, beginning with forms that require the least transformation. Because one equation may belong to several classes, the diagnostic tree is a priority order rather than an exclusive classification.
2Rationale for the Diagnostic Order
The order is determined by the amount of algebraic transformation required to recognize each structure. Separable and autonomous equations can be identified directly from factorization and dependence of the right-hand side. A first-order linear equation is identified by checking whether and occur linearly, with coefficients depending only on . Exact differential equations, Bernoulli equations, and homogeneous first-order equations are considered afterward because they require conversion to a differential form or an appropriate substitution.
This order prevents a simple structure from being obscured by an unnecessarily complicated substitution. Diagnosis is a preliminary step before computation; it is not itself a solution method.
3Diagnostic Tree
- Determine the domain of the right-hand side and identify every factor that may vanish before dividing by it.
- If , treat the equation as autonomous and first preserve every equilibrium solution satisfying . The non-equilibrium branches are separable.
- If the equation can be written as , use separation of variables as the first candidate, while retaining constant solutions for which .
- If the equation can be written as , use an integrating factor. If it is also separable, choose the method with the shorter computation.
- If the equation has the form , check the exactness condition together with the domain conditions.
- If the equation has the form , consider the Bernoulli substitution .
- If the equation has the form , consider the substitution on an interval where .
4Classification Table
| Type | Diagnostic feature | Typical misclassification |
|---|---|---|
| Separable | Can be factored into an -dependent factor and a -dependent factor | Treating as though it were a product |
| First-order linear | and occur linearly, with coefficients depending only on | Classifying an equation containing or as linear |
| Exact differential equation | Has the differential form | Omitting the domain conditions |
| Bernoulli | Contains and can be linearized by substitution | Excluding it merely because it is nonlinear |
| Homogeneous first-order | Depends on | Confusing it with a homogeneous linear equation |
5Checks for Each Branch
| Branch | Structural feature to verify | Common error |
|---|---|---|
| Separable | or | Mistaking for |
| First-order linear | and occur to the first power, with coefficients depending only on | Classifying an equation containing or as linear |
| Exact differential equation | with | Ignoring holes in the domain or a sufficient global condition such as simple connectivity |
| Bernoulli | Treating the degenerate cases as ordinary Bernoulli cases | |
| Homogeneous first-order | Confusing it with the homogeneous linear equation |
6Examples
The equation
is separable and is also first-order linear in the form . First retain the constant solution . On the branch , separation of variables is preferable because it requires fewer steps.
The equation
is not separable; it is first-order linear with and . An integrating factor is therefore appropriate.
7Example in Which the Classification Changes after Substitution
Consider
on an interval contained in either or . Set , so that and . Substitution gives
which becomes the separable equation . Before division by , also retain the solution , corresponding to .
In this example, dependence on and only through the ratio justifies the homogeneous substitution. After substitution, one must again check for branches that division would discard. This calculation does not justify a solution that crosses .
8When No Elementary Branch Applies
An equation such as
does not directly belong to any of the elementary classes above. The right-hand side and its partial derivative with respect to ,
are continuous. A subsequent lecture on existence and uniqueness will use continuity of to establish local existence and local Lipschitz continuity in to establish uniqueness. In this situation, it is appropriate to proceed from the search for an elementary solution to direction fields, numerical methods, and qualitative analysis introduced in subsequent lectures.
9Scope
This diagnostic tree is an entry point to elementary methods. Failure to match any branch does not imply that the equation has no solution. It may instead indicate that numerical methods or qualitative analysis are required.