Separable and Exact Equations
Two nonlinear first-order classes solve by direct integration. A separable equation splits so that each variable can be integrated on its own side, giving an implicit relation.
╌╌╌╌
Outside the linear class, no single method solves every first-order equation. Two important families are solved by direct integration: separable equations, in which the two variables can be separated onto opposite sides, and exact equations, which are the differential of a hidden function. Both produce solutions defined implicitly, by a relation rather than a formula , and pulling out an explicit solution is often impossible. The independent variable is written throughout.
Separable equations
Write the general first-order equation in the symmetric form
which is always possible by taking and . The equation is separable when depends on alone and on alone, so it reads , or in differential form
The justification is the chain rule. If and are antiderivatives of and , then , so the equation says this total derivative is zero and . In practice one integrates the -term against and the -term against and adds a single constant.
Constant solutions. A separable equation may have a constant solution whenever for all . Separating the variables requires dividing by such a factor, which can drop these solutions; they must be restored by inspection. For , the constant is a solution that separation would discard.
Homogeneous equations by substitution
A first-order equation is homogeneous when the right side depends only on the ratio :
This is not separable as written, but the substitution , i.e. , makes it so.1 Then , and the equation becomes
which is separable in and . Integrate, then replace by to recover the solution. Because the slope depends only on , the direction field is constant along each ray through the origin, and the integral curves are symmetric about it.
The related Bernoulli equation is nonlinear but linearizes under for , a substitution Leibniz found in 1696; it returns to the integrating-factor method.
Exact equations
Return to the symmetric form with both coefficients now depending on both variables. Suppose there is a function whose partial derivatives are exactly and :
Then, by the chain rule, , so the equation reads and its solutions are the level curves
For , the function has and , so the equation is exact and its solutions are . The trouble is recognizing when it is less obvious. A symmetry test settles when one exists.
One direction is immediate: if and , then and , and continuity forces the mixed partials to agree. The converse is constructive and gives the solution method.2
Recovering the potential. Once confirms exactness, integrate in , keeping an arbitrary function of in place of a constant:
Differentiate in and set the result equal to , which determines ; the exactness condition guarantees comes out a function of alone. Integrate and assemble .
For , the test gives , so it is exact. Integrating in ,
which forces , so . The solutions are
Geometrically, the solution curves lie at constant height on the surface ; each level is one integral curve.
Integrating factors that restore exactness
When the equation is not exact, but multiplying by a factor may make it so, exactly as with linear equations. The product is exact when , which expands to the partial differential equation
In general this is as hard as the original equation. It becomes tractable when depends on one variable only. If is a function of alone, call it , then depends on alone and satisfies the separable, linear equation
A symmetric test in handles factors depending only on : if is a function of alone, an integrating factor exists.
The four methods so far cover most first-order equations that yield closed-form solutions.
| Class | Recognized by | Method | Solution form |
|---|---|---|---|
| Linear | integrating factor | explicit | |
| Separable | integrate each side | implicit | |
| Exact | recover potential | implicit | |
| Homogeneous | substitute | back-substituted implicit |
Summary
- A separable equation splits into and integrates side by side into an implicit first integral; watch for constant solutions lost in the split, and read the interval of existence off the solution.
- An exact equation is for a potential , certified by ; recover by integrating in and matching .
- When exactness fails, an integrating factor in one variable can restore it, found by testing whether or depends on a single variable.
- The homogeneous substitution moves an equation into the separable class.
These direct methods run out quickly; most first-order equations admit no elementary solution at all.
Footnotes
- Simmons, Differential Equations, Ch. 2 §7 — Homogeneous Equations: the substitution reducing a ratio-dependent slope to a separable equation. The exact-equation and integrating-factor development follows §8–§9. ↩
- Boyce, Elementary Differential Equations, §2.6 — Exact Differential Equations: Theorem 2.6.1 (the criterion) with the constructive recovery of , and the reduction of the integrating-factor PDE to a single-variable ODE. Separable equations follow §2.2. ↩
╌╌ END ╌╌