Homogeneous Differential Equations: Definition, Formula & Examples   
1.0What is a Homogeneous Differential Equation?
Homogeneous Differential Equations Definition
A homogeneous differential equation is a first-order differential equation of the form:
dxdy=f(x,y)
where the function f(x,y) is a homogeneous function of degree 0.
In other words, f(x, y) depends only on the ratio y/x (or x/y).
Mathematically, a function f(x, y) is homogeneous of degree n if:
f(tx,ty)=tnf(x,y),∀t=0
So, if n = 0:
f(tx,ty) = f(x,y)
This ensures the equation can be solved by substitution.
General Form
The general form of a homogeneous differential equation is:
dxdy=G(x,y)F(x,y)
Or in differential form:
M(x,y)dx+N(x,y)dy=0
where both M(x,y) and N(x,y) are homogeneous functions of the same degree.
Condition for Homogeneity
For the equation:
dxdy=G(x,y)F(x,y)
to be homogeneous:
F(tx,ty)=tnF(x,y),G(tx,ty)=tnG(x,y)
This ensures both numerator and denominator have the same degree.
2.0Homogeneous Differential Equations Formula
The key formula to solve is:
y=vx,dxdy=v+xdxdv
⟹dxdv=xf(v)−v
Thus,
∫f(v)−vdv=ln∣x∣+C
3.0Steps to Solve Homogeneous Differential Equation
The standard substitution method makes solving these equations easier.
Substitution Method (y=vx)
We substitute:
y=vx⟹v=xy
Differentiating:
dxdy=v+xdxdv
This reduces the equation into a separable form.
Derivation of Formula
- Start with: dxdy=f(xy)
 - Substituting y=vx: dxdy=v+xdxdv
 - Substitution yields: v+xdxdv=f(v)
 - Rearranging: xdxdv=f(v)−v
 - Separable form: f(v)−vdv=xdx
 - Integrate both sides: ∫f(v)−vdv=ln∣x∣+C
 
General solution obtained.
4.0How to Solve a Homogeneous Differential Equation?
To solve a homogeneous differential equation, follow these systematic steps:
- Check for Homogeneity:
Ensure the equation can be written in the form (dxdy=F(xy)) or that both functions (M(x, y)) and (N(x, y)) are homogeneous of the same degree. - Use the Substitution (y = vx):
Let (y = vx), where (v) is a function of (x). Then, (dxdy=v+xdxdv). - Transform the Equation:
Substitute (y) and (dxdy) in the original equation. This should result in an equation involving only (v) and (x). - Separate Variables:
Rearrange the equation to group all (v) terms on one side and all (x) terms on the other, making it separable. - Integrate Both Sides:
Integrate with respect to their respective variables. Use partial fractions or other integration techniques as needed. - Back-substitute:
Replace (v) with (\frac{y}{x}) to return to the original variables. - General Solution:
Simplify the result and include the constant of integration. 
5.0Homogeneous Differential Equations Examples (Solved)
Example 1:
Solve
dxdy=x−yx+y
Solution:
dxdy=x−yx+y
Put y = vx, dy/dx = v + x dv/dx:
v+xdxdv=1−v1+v
xdxdv=1−v1+v−v
xdxdv=1−v1+v−v(1−v)=1−v1+v2
So,
dxdv=x(1−v)1+v2
Rearranging:
1+v2(1−v)dv=xdx
Integrating:
∫1+v21−vdv=ln∣x∣+C
Split:
∫1+v21dv−∫1+v2vdv=ln∣x∣+C
tan−1v−21ln(1+v2)=ln∣x∣+C
Back-substitute v=y/x:
tan−1(xy)−21ln(x2+y2)=ln∣x∣+C
Example 2:
Solve
(x2+y2)dy=2xydx
Solutions:
dxdy=x2+y22xy
Put y=vx:
v+xdxdv=1+v22v
xdxdv=1+v22v−v
xdxdv=1+v22v−v(1+v2)=1+v2v−v3
v(1−v2)1+v2dv=xdx
6.0Practice Questions 
- Solve: dxdy=2xyx2+y2
 - Solve: (x2−y2)dy=2xydx
 - Show and solve: dxdy=x−yx+y
 - Solve: dxdy=2xy3x2+y2
 - Evaluate the solution for: dxdy=y2−xyx2−xy