Homogeneous Differential Equations — Definition, Formula & Examples
A homogeneous differential equation is a first-order ODE that can be written in the form , meaning the right-hand side depends only on the ratio . The term also applies to linear differential equations where every term involves the unknown function or its derivatives (no standalone constant or forcing term).
A first-order ODE is called homogeneous if and are homogeneous functions of the same degree, i.e., and for some integer . Separately, a linear ODE is homogeneous when .
Key Formula
Where:
- = New dependent variable equal to y/x
- = Independent variable
- = Original dependent variable
How It Works
For a first-order homogeneous ODE, you solve it by substituting , so and . This substitution transforms the equation into a separable ODE in and , which you can integrate directly. After finding , you substitute back to get the solution in terms of and . For a homogeneous linear ODE (where ), you look for solutions using characteristic equations or other standard techniques depending on the order.
Worked Example
Problem: Solve the differential equation .
Step 1: Verify homogeneity: Replace with and with in the numerator and denominator. The numerator becomes and the denominator becomes . Both are degree 2, so the equation is homogeneous.
Step 2: Substitute v = y/x: Let , so . Rewrite the right side using .
Step 3: Separate variables: Isolate on one side.
Step 4: Integrate both sides: Separate and integrate. The left side uses partial fractions or a direct substitution.
Step 5: Back-substitute v = y/x: Replace with and simplify. Exponentiate both sides to remove logarithms.
Answer: The general solution is , where is an arbitrary constant.
Another Example
Problem: Solve .
Step 1: Recognize the form: Rewrite as where . This depends only on plus a constant adjustment, confirming homogeneity after rearranging: . Both numerator and denominator are degree 1.
Step 2: Substitute v = y/x: With and :
Step 3: Separate and integrate: This is now straightforward to integrate.
Step 4: Back-substitute: Replace with .
Answer: The general solution is .
Why It Matters
Homogeneous differential equations appear frequently in a first course in ordinary differential equations (ODE), which is required for most engineering, physics, and applied mathematics programs. The substitution technique taught here builds the foundation for more advanced methods like variation of parameters. Recognizing homogeneity is also essential in modeling problems involving scaling, such as fluid dynamics and heat transfer.
Common Mistakes
Mistake: Confusing the two meanings of 'homogeneous' — applying the substitution to a homogeneous linear ODE like .
Correction: The substitution only applies to first-order equations where and are homogeneous functions of the same degree. For linear homogeneous ODEs, use characteristic equations or other appropriate methods.
Mistake: Forgetting to substitute back from to after integrating, leaving the answer in terms of and .
Correction: Always replace with in your final answer so the solution is expressed in the original variables and .
