This atom appeared once (2020) in Section A. UPSC tests whether you can recognise a homogeneous ODE (or one reducible to homogeneous form) and execute the standard substitution cleanly. Most of the marks are awarded for the substitution and subsequent separation and integration — errors at any one step cascade, so accuracy at each stage matters.
Minimum Theory
Homogeneous ODEs
A first-order ODE dxdy=f(x,y) is homogeneous of degree zero if f(tx,ty)=f(x,y) for all t=0, i.e., f depends only on y/x.
Standard form:dxdy=g(xy).
Substitution: Set v=xy, so y=vx and
dxdy=v+xdxdv
The ODE becomes:
v+xdxdv=g(v)⟹xdxdv=g(v)−v
This is separable:
∫g(v)−vdv=∫xdx=ln∣x∣+C
Equations reducible to homogeneous form
The ODE dxdy=dx+ey+fax+by+c with c2+f2=0 is not immediately homogeneous.
Case 1: ae=bd (lines intersect).
Find the intersection (h,k) of ax+by+c=0 and dx+ey+f=0:
ah+bk+c=0,dh+ek+f=0
Substitute X=x−h, Y=y−k. Then dY/dX=(aX+bY)/(dX+eY), which is homogeneous.
Case 2: ae=bd, i.e., a/d=b/e=k (lines parallel).
Let z=ax+by. Then dz/dx=a+bdy/dx, reducing the ODE to separable form in z and x.
Solution checklist
Check whether the ODE is homogeneous as written.
If not, identify whether lines are parallel or intersecting.
Apply the appropriate substitution.
Separate variables and integrate both sides.
Back-substitute v=y/x (or the translation) to express the solution in original variables.
Apply initial condition if given.
Question Archetypes
Archetype
Recognition
homogeneous-substitution
ODE of the form dy/dx=f(y/x) or (ax+by+c)/(dx+ey+f); solve by v=y/x or translation
homogeneous-substitution (1 question; 2020)
Recognition Cues
The right-hand side of dy/dx is a ratio of two expressions that are both degree 1 in x and y.
Setting v=y/x makes the right-hand side a function of v alone.
May be disguised as Mdx+Ndy=0 where M and N are both homogeneous of the same degree.
The word “homogeneous” may not appear — check by the degree test.
Solution Template
Write dy/dx=g(v) where v=y/x.
Substitute y=vx, dy/dx=v+xdv/dx.
Rearrange to xdv/dx=g(v)−v; separate: g(v)−vdv=xdx.
Integrate both sides; partial fractions if needed.
Replace v=y/x; simplify; apply initial condition.
Worked Example
2020 Paper 1, 2020-P1-Q2b (10 marks)
Solve the differential equation:
dxdy=y+xy−x
Step 1. Check homogeneity.
Numerator y−x and denominator y+x are both degree 1 in (x,y). Dividing by x:
dxdy=(y/x)+1(y/x)−1=v+1v−1
This is a function of v=y/x alone. The ODE is homogeneous.