NEETClass 11thClass 12thClass 12th PlusJEEClass 11thClass 12thClass 12th PlusClass 6-10Class 6thClass 7thClass 8thClass 9thClass 10thOnline CoursesDistance LearningInternational OlympiadNEETClass 11thClass 12thClass 12th PlusJEE (Main+Advanced)Class 11thClass 12thClass 12th PlusJEE MainClass 11thClass 12thClass 12th PlusClass 6-10Class 6thClass 7thClass 8thClass 9thClass 10thKCET/MHT-CETKCETMHT-CETNEET2025202420232022JEE20262025202420232022Class 6-10JEE MainPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DatePercentile PredictorAnswer KeyCounsellingEligibilityExam PatternJEE MathsJEE ChemistryJEE PhysicsJEE AdvancedPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DateAnswer KeyEligibilityExam PatternRank PredictorNEETPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DateCollege PredictorAnswer KeyRank PredictorCounsellingEligibilityExam PatternBiologyNCERT SolutionsClass 6Class 7Class 8Class 9Class 10Class 11Class 12TextbooksCBSEClass 12Class 11Class 10Class 9Class 8Class 7Class 6SubjectsSyllabusNotesSample PapersQuestion PapersICSEClass 10Class 9Class 8Class 7Class 6State BoardBiharKarnatakaMadhya PradeshMaharashtraTamilnaduWest BengalUttar PradeshOlympiadMathsScienceEnglishSocial ScienceNSOIMONMTCASATInstant Online ScholarshipAIOT(NEET)TALLENTEXALLEN for SchoolsAbout ALLENBlogsNewsCareersRequest a call backBook a demo
  • Classroom Courses
  • NEW
  • ALLEN E-Store
Home
JEE Maths
Homogeneous Differential Equation

Frequently Asked Questions

Yes, equations involving y/x or x/y are usually first-order homogeneous equations because they depend on the ratio of the variables.

Homogeneous differential equations appear in: Electrical circuits Mechanical vibrations Heat conduction Fluid flow Population models in biology

Join ALLEN!

(Session 2026 - 27)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • Allen News
    • 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
    • Classroom 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
    • NIOS
    • NCERT Solutions
    • Olympiad
    • NEET Mock Test
    • NEET Past Years Papers
    • NEET Sample Papers
    • NEET Answer Key 2026
    • NEET College Predictor 2026
    • NEET Rank Predictor 2026
    • NEET Cutoff
    • NEET Exam Analysis

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

ISO

Homogeneous Differential Equations 

A homogeneous differential equation is an equation in which all terms involve the dependent variable and its derivatives, and the equation equals zero. These equations are crucial in fields like physics and engineering, where systems in equilibrium or balance are modeled. Homogeneous differential equations can be classified as first-order or second-order, and solving them often involves techniques like substitution, separation of variables, or solving characteristic equations. Their solutions help describe dynamic systems in various scientific applications.

1.0Homogeneous Differential Equation Meaning

A function f(x, y) is called a homogeneous function of degree n if the substitution
x = λx, y = λy leads to:

f(λx,λy)=λnf(x,y)

Here, λ > 0 and n is a real number indicating the degree of homogeneity.

2.0First-Order Homogeneous Differential Equation

A differential equation of the form:

dxdy​=g(x,y)f(x,y)​

is homogeneous if both f(x, y) and g(x, y) are homogeneous functions of the same degree.

Method of Solving

Substitute:

y=vx⇒dxdy​=v+xdxdv​

This transforms the equation into a separable form in terms of v and x.

Sometimes, substituting x = vy or using polar coordinates helps.

3.0Equations Reducible to Homogeneous Form

A differential equation of the form:

 dxdy​=a2​x+b2​y+c2​a1​x+b1​y+c1​​

can be transformed into homogeneous form using the substitution:

x = u + h, y = v + k  

Find constants h and k by solving:

a1​h+b1​k+c1​=0,a2​h+b2​k+c2​=0

4.02nd-Order Homogeneous Differential Equation

A second-order homogeneous differential equation is of the form:

adx2d2y​+bdxdy​+cy=0

Solutions typically involve finding the roots of the auxiliary equation: 

ar2+br+c=0

and solving based on the nature of the roots (real, repeated, complex).

5.0Homogeneous Differential Equation Formula

General Form

dxdy​=F(xy​)

Substitute y = vx, then

dxdy​=v+xdxdv​

Reduce to a separable form and integrate.

6.0General Solution for Homogeneous Differential Equation

Once the differential equation is reduced to a separable form, integrate both sides:

∫G(v)dv​=∫xdx​

Finally, substitute back v = y/x (or x/y) to express the general solution.

7.0Solved Examples on Homogeneous Differential Equations

Example 1: Find the degree of homogeneity for the following:

  1. f(x,y)=x2+y2

Solution: 

 f(λx,λy)=λ2x2+λ2y2=λ2(x2+y2)    ⇒Degree=2

  1. f(x,y)=x+yx3/2+y3/2​

Solution: 

 f(λx,λy)=λx+λyλ1/2x1/2+λ1/2y1/2​     =λ(x+y)λ1/2(x1/2+y1/2)​=λ−1/2f(x,y)    ⇒Degree=21​

  1. f(x,y)=x+yx​+x+yy​=1

Solution: 

f(λx,λy)=1=λ0f(x,y)    ⇒Degree=0

Example 2: Check if the following functions are homogeneous:

  1. f(x,y)=x2−xy

Solution: 

 f(λx,λy)=λ2(x2−xy)=λ2f(x,y)    ⇒Yes, Degree=2

  1. f(x,y)=x+y2x2+y​

Solution: 

f(λx,λy) =λnf(x,y)

  1. f(x,y)=sin(xy)

Solution: 

f(λx,λy)=sin(λ2xy)=λnsin(xy)    ⇒Not Homogeneous  

Example 3: Solve:

(1+2ex/y)dx+2ex/y(1−x/y)dy=0 

Solution:

The equation is homogeneous (degree 0).

Substitute

x=vy⇒dx=vdy+ydv

Equation becomes:

(v+2ev)dy+y(1+2ev)dv=0 

Separate and integrate:

lny+ln(v+2ev)=lnC⇒x+2yex/y=C  

Example 4: Solve:

dxdy​=2x+3y+4x+2y+3​ 

Solution:

Transform by setting x = X + 1, y = Y – 2 

8.0Practice Questions on Homogeneous Differential Equations 

  1. Solve: dxdy​=xyx2+y2​
  2. Determine whether f(x,y)=x2+y2x2−y2​ is homogeneous.
  3. Solve: (x2+xy)dx+(xy+y2)dy=0
  4. Find the degree of homogeneity of f(x,y)=ln(xy)
  5. Solve: dxdy​=4x+5y+63x+2y+1​

Table of Contents


  • 1.0Homogeneous Differential Equation Meaning
  • 2.0First-Order Homogeneous Differential Equation
  • 2.1Method of Solving
  • 3.0Equations Reducible to Homogeneous Form
  • 4.02nd-Order Homogeneous Differential Equation
  • 5.0Homogeneous Differential Equation Formula
  • 6.0General Solution for Homogeneous Differential Equation
  • 7.0Solved Examples on Homogeneous Differential Equations
  • 8.0Practice Questions on Homogeneous Differential Equations