Learn to identify and solve exact differential equations, find integrating factors to convert non-exact equations, and understand first-order implicit equations including the elegant Clairaut equation.
A first-order differential equation in the form is called exactif the left side is the total differential of some function . This means we can find the general solution by simply finding this potential function.
A differential equation is called an exact equation(or total differential equation) if there exists a continuously differentiable function such that:
Equivalently, and .
The key question is: how do we determine if an equation is exact, and how do we find the potential function ?
Let where is a simply connected domain, and suppose and are continuous in . Then the equation is exact if and only if:
When this condition holds, the general integral is given by:
Necessity: If the equation is exact, there exists such that and . Since has continuous second partial derivatives:
Sufficiency: Assume . We construct as follows. Let:
where is a function to be determined. Then . For :
Setting , we get . ∎
Problem: Solve .
Solution:
First, verify exactness. Let and .
Since , the equation is exact.
Taking , we compute:
The general integral is:
Recognizing common total differentials can greatly simplify solving exact equations. Here are the most frequently used formulas:
These formulas are particularly useful when you can identify parts of a differential equation that match these patterns. Often, the key to solving an equation is rewriting it to reveal these standard forms.
Most first-order equations are not exact. However, we can often multiply by a suitable function called anintegrating factor to make the equation exact.
For the equation , a non-zero function is called an integrating factor if the equation:
is an exact equation.
A function is an integrating factor for if and only if:
This PDE is generally harder to solve than the original equation. However, in special cases, we can find integrating factors that depend on only one variable.
Case 1: If depends only on , then:
is an integrating factor.
Case 2: If depends only on , then:
is an integrating factor.
We prove Case 2. Suppose depends only on . Then , and the condition becomes:
Rearranging:
Integrating: , giving . ∎
Input: Equation
Output: An integrating factor if one exists in simple form
1. Check if equation is already exact:
2. Compute
3. If depends only on :
4. Else if depends only on :
5. Else try special forms: , etc.
6. return Integrating factor
Problem: Solve .
Solution:
Here and . Check exactness:
Not exact. Let's make the substitution (so ):
Rewrite as:
Using the integrating factor :
This gives , so:
For equations that can be split into several groups, each with its own integrating factor, we can use a powerful technique to find a common integrating factor.
Suppose the non-exact equation can be grouped such that each group has integrating factor satisfying:
Then for any differentiable function , the function is also an integrating factor for the -th group equation.
For any , we compute:
Since and :
Thus is an integrating factor. ∎
Input: Equation that can be split as
Output: General integral
1. Split the equation into groups
2. For each group, find and
3. Choose functions such that
4. Multiply original equation by common
5. Integrate to find general integral
Problem: Solve .
Solution:
Group the equation as:
Group 1:
Integrating factor: , giving , so .
Group 2:
Integrating factor: , giving , so .
Find such that .
Take and , giving .
Multiply original equation by :
The general integral is:
When the derivative cannot be explicitly solved, we have an implicit equation . A particularly elegant case is the Clairaut equation.
A Clairaut equation has the form:
where is a given function with . Setting , the equation becomes .
The Clairaut equation has:
Let . Differentiate with respect to :
This gives:
Case 1: , so (constant). Substituting back: .
Case 2: , giving . Substituting into the original equation:
This parametric form defines the singular solution. ∎
A singular solution of a differential equation is a solution that cannot be obtained from the general solution by any choice of the arbitrary constant, and at every point on its curve, it is tangent to some member of the family of curves representing the general solution.
Geometrically, the singular solution is the envelope of the family of general solution curves.
Problem: Solve .
Solution:
This is a Clairaut equation with .
General solution: (a family of lines).
Singular solution: Since , we have:
Substituting:
The singular solution is (a parabola).
Geometric interpretation: The parabola is the envelope of the family of lines . Each line is tangent to the parabola.
The singular solution often has physical significance. For example, in optics, if each line represents a light ray, the envelope (singular solution) represents a caustic curve where light concentrates.
Problem: Find the shape of a mirror such that light rays from a point source at the origin reflect as parallel rays.
Solution:
Let point be on the mirror curve. By the law of reflection, if is the angle between the tangent and the reflected ray (parallel to -axis), then:
Since the angle of incidence equals the angle of reflection, where is on the -axis. This gives:
Let . After substitution and integration:
This is a parabola, confirming that parabolic mirrors produce parallel reflected rays from a point source at the focus.