• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Homogeneous Differential Equations

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

  1. Start with: dxdy​=f(xy​)
  2. Substituting y=vx: dxdy​=v+xdxdv​
  3. Substitution yields: v+xdxdv​=f(v)
  4. Rearranging: xdxdv​=f(v)−v
  5. Separable form: f(v)−vdv​=xdx​
  6. 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:

  1. 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.
  2. Use the Substitution (y = vx):
    Let (y = vx), where (v) is a function of (x). Then, (dxdy​=v+xdxdv​).
  3. Transform the Equation:
    Substitute (y) and (dxdy​) in the original equation. This should result in an equation involving only (v) and (x).
  4. Separate Variables:
    Rearrange the equation to group all (v) terms on one side and all (x) terms on the other, making it separable.
  5. Integrate Both Sides:
    Integrate with respect to their respective variables. Use partial fractions or other integration techniques as needed.
  6. Back-substitute:
    Replace (v) with (\frac{y}{x}) to return to the original variables.
  7. 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−v​dv=ln∣x∣+C

Split:

∫1+v21​dv−∫1+v2v​dv=ln∣x∣+C

tan−1v−21​ln(1+v2)=ln∣x∣+C

Back-substitute v=y/x:

tan−1(xy​)−21​ln(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+v2​dv=xdx​

6.0Practice Questions 

  1. Solve: dxdy​=2xyx2+y2​
  2. Solve: (x2−y2)dy=2xydx
  3. Show and solve: dxdy​=x−yx+y​
  4. Solve: dxdy​=2xy3x2+y2​
  5. Evaluate the solution for: dxdy​=y2−xyx2−xy​

Table of Contents


  • 1.0What is a Homogeneous Differential Equation?
  • 1.1Homogeneous Differential Equations Definition
  • 1.2General Form
  • 1.3Condition for Homogeneity
  • 2.0Homogeneous Differential Equations Formula
  • 3.0Steps to Solve Homogeneous Differential Equation
  • 3.1Substitution Method (y=vx)
  • 3.2Derivation of Formula
  • 4.0How to Solve a Homogeneous Differential Equation?
  • 5.0Homogeneous Differential Equations Examples (Solved)
  • 5.1Example 1:
  • 5.2Example 2:
  • 6.0Practice Questions 

Frequently Asked Questions

Homogeneous differential equation: Every term is a function of the same degree in ( x ) and ( y ). Non-homogeneous differential equation: Contains terms that are not of the same degree or includes an explicit function of ( x ) (not just in terms of ( y/x )).

The solution often involves integrating after substitution and may be implicit or explicit in ( x ) and ( y ).

Yes. A higher-order ODE is homogeneous if all terms are of the same degree in the dependent and independent variables and their derivatives.

No. Homogeneous differential equations can be nonlinear; the term "homogeneous" refers to the degree of the terms, not linearity.

They appear in: Physics (e.g., rate problems, mixing, cooling) Engineering (e.g., circuits, control systems) Population dynamics Economics (growth models)

Join ALLEN!

(Session 2026 - 27)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET Previous Year Papers
    • NEET Sample Papers
    • JEE Main Sample Papers
    • CBSE Sample Papers
    • NCERT Textbooks

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO