First-Order Equations/Separable and Exact Equations

Lesson 2.21,014 words

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.

Integral curves of a separable equation are level sets F(x,y)=c of the first integral; each constant picks out one curve, and the curve through a given point fixes the 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 homogeneous substitution converts an equation whose slope depends only on y/x into a separable equation in v and x; solving and back-substituting returns the answer.
For a homogeneous equation the slope depends only on y/x, so the direction field repeats identically along every ray from the origin; each integral curve meets a given ray at the same inclination.

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

The exactness test compares the two mixed partials and ; equality across the region certifies a potential exists, inequality rules it out until a factor is applied.

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.

An exact equation traces level curves of a potential surface z = psi; each contour holds psi constant, so a solution curve is a path of unchanging height.

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.

ClassRecognized byMethodSolution form
Linearintegrating factor explicit
Separableintegrate each sideimplicit
Exactrecover potential implicit
Homogeneoussubstitute 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

  1. 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.
  2. 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 ╌╌