The math optional, made finite. Daily Practice

Homogeneous Equations and Reduction

At a Glance

Why This Chapter Matters

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 dydx=f(x,y)\dfrac{dy}{dx} = f(x,y) is homogeneous of degree zero if f(tx,ty)=f(x,y)f(tx,ty) = f(x,y) for all t0t \neq 0, i.e., ff depends only on y/xy/x.

Standard form: dydx=g ⁣(yx)\dfrac{dy}{dx} = g\!\left(\dfrac{y}{x}\right).

Substitution: Set v=yxv = \dfrac{y}{x}, so y=vxy = vx and

dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}

The ODE becomes:

v+xdvdx=g(v)    xdvdx=g(v)vv + x\frac{dv}{dx} = g(v) \implies x\frac{dv}{dx} = g(v) - v

This is separable:

dvg(v)v=dxx=lnx+C\int \frac{dv}{g(v)-v} = \int \frac{dx}{x} = \ln|x| + C

Equations reducible to homogeneous form

The ODE dydx=ax+by+cdx+ey+f\dfrac{dy}{dx} = \dfrac{ax+by+c}{dx+ey+f} with c2+f20c^2 + f^2 \neq 0 is not immediately homogeneous.

Case 1: aebdae \neq bd (lines intersect).

Find the intersection (h,k)(h,k) of ax+by+c=0ax+by+c = 0 and dx+ey+f=0dx+ey+f = 0:

ah+bk+c=0,dh+ek+f=0ah + bk + c = 0, \quad dh + ek + f = 0

Substitute X=xhX = x - h, Y=ykY = y - k. Then dY/dX=(aX+bY)/(dX+eY)dY/dX = (aX+bY)/(dX+eY), which is homogeneous.

Case 2: ae=bdae = bd, i.e., a/d=b/e=ka/d = b/e = k (lines parallel).

Let z=ax+byz = ax + by. Then dz/dx=a+bdy/dxdz/dx = a + b\,dy/dx, reducing the ODE to separable form in zz and xx.

Solution checklist

  1. Check whether the ODE is homogeneous as written.
  2. If not, identify whether lines are parallel or intersecting.
  3. Apply the appropriate substitution.
  4. Separate variables and integrate both sides.
  5. Back-substitute v=y/xv = y/x (or the translation) to express the solution in original variables.
  6. Apply initial condition if given.

Question Archetypes

ArchetypeRecognition
homogeneous-substitutionODE of the form dy/dx=f(y/x)dy/dx = f(y/x) or (ax+by+c)/(dx+ey+f)(ax+by+c)/(dx+ey+f); solve by v=y/xv=y/x or translation

homogeneous-substitution (1 question; 2020)

Recognition Cues

Solution Template

  1. Write dy/dx=g(v)dy/dx = g(v) where v=y/xv = y/x.
  2. Substitute y=vxy = vx, dy/dx=v+xdv/dxdy/dx = v + xdv/dx.
  3. Rearrange to xdv/dx=g(v)vx\,dv/dx = g(v) - v; separate: dvg(v)v=dxx\dfrac{dv}{g(v)-v} = \dfrac{dx}{x}.
  4. Integrate both sides; partial fractions if needed.
  5. Replace v=y/xv = y/x; simplify; apply initial condition.

Worked Example

2020 Paper 1, 2020-P1-Q2b (10 marks)

Solve the differential equation: dydx=yxy+x\frac{dy}{dx} = \frac{y - x}{y + x}

Step 1. Check homogeneity.

Numerator yxy - x and denominator y+xy + x are both degree 1 in (x,y)(x,y). Dividing by xx:

dydx=(y/x)1(y/x)+1=v1v+1\frac{dy}{dx} = \frac{(y/x) - 1}{(y/x) + 1} = \frac{v-1}{v+1}

This is a function of v=y/xv = y/x alone. The ODE is homogeneous.

Step 2. Substitute v=y/xv = y/x.

y=vxy = vx, so dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}. Substituting:

v+xdvdx=v1v+1v + x\frac{dv}{dx} = \frac{v-1}{v+1}

xdvdx=v1v+1v=v1v(v+1)v+1=v1v2vv+1=v21v+1x\frac{dv}{dx} = \frac{v-1}{v+1} - v = \frac{v-1 - v(v+1)}{v+1} = \frac{v - 1 - v^2 - v}{v+1} = \frac{-v^2 - 1}{v+1}

Step 3. Separate variables.

xdvdx=(v2+1)v+1x\frac{dv}{dx} = \frac{-(v^2+1)}{v+1}

v+1v2+1dv=dxx\frac{v+1}{v^2+1}\,dv = -\frac{dx}{x}

Integrate both sides:

v+1v2+1dv=dxx\int \frac{v+1}{v^2+1}\,dv = -\int \frac{dx}{x}

Split the left side:

vv2+1dv+1v2+1dv=lnx+C1\int \frac{v}{v^2+1}\,dv + \int \frac{1}{v^2+1}\,dv = -\ln|x| + C_1

12ln(v2+1)+arctan(v)=lnx+C1\frac{1}{2}\ln(v^2+1) + \arctan(v) = -\ln|x| + C_1

Step 4. Back-substitute v=y/xv = y/x.

12ln ⁣(y2x2+1)+arctan ⁣(yx)=lnx+C1\frac{1}{2}\ln\!\left(\frac{y^2}{x^2}+1\right) + \arctan\!\left(\frac{y}{x}\right) = -\ln|x| + C_1

12ln ⁣(x2+y2x2)+arctan ⁣(yx)=lnx+C1\frac{1}{2}\ln\!\left(\frac{x^2+y^2}{x^2}\right) + \arctan\!\left(\frac{y}{x}\right) = -\ln|x| + C_1

12ln(x2+y2)lnx+arctan ⁣(yx)=lnx+C1\frac{1}{2}\ln(x^2+y^2) - \ln|x| + \arctan\!\left(\frac{y}{x}\right) = -\ln|x| + C_1

12ln(x2+y2)+arctan ⁣(yx)=C1\frac{1}{2}\ln(x^2+y^2) + \arctan\!\left(\frac{y}{x}\right) = C_1

Writing C1=lnCC_1 = \ln C (absorbing the constant):

ln ⁣x2+y2+arctan ⁣(yx)=C\boxed{\ln\!\sqrt{x^2+y^2} + \arctan\!\left(\frac{y}{x}\right) = C}

Common Traps

Marks-Aware Writing

This is a 10-mark computation. Examiners award:

  1. Homogeneity check / identification (1 mark).
  2. Correct substitution v=y/xv = y/x, dy/dx=v+xdv/dxdy/dx = v + xdv/dx (2 marks).
  3. Separation of variables with correct algebraic simplification of g(v)vg(v)-v (3 marks).
  4. Integration of both sides, splitting the left-side integral correctly (2 marks).
  5. Back-substitution and correct final form (2 marks).

Show every algebraic step from substitution to separation; partial fractions or integral splits must be written out explicitly.

Practice Set

Only one historical question on this atom (shown above).

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.