1. Variable Separable Equations

A DE of the form f(y)dy=g(x)dx is variable separable. The general approach:

dydx=g(x)h(y)h(y)dy=g(x)dxh(y)dy=g(x)dx+C

Identification Tips

  • dy/dx = f(x)·g(y) — product of a function of x and a function of y alone.
  • dy/dx = f(x)/h(y) — can be rewritten as h(y)dy = f(x)dx.
  • dy/dx = f(ax+by) — NOT separable as-is; use substitution v = ax+by.

Example 1 — Basic Separable

Solve: dydx=1+y21+x2

Separate: dy1+y2=dx1+x2

Integrate: arctany=arctanx+C  (or arctanyarctanx=C)

Example 2 — Exponential (JEE Main type)

Solve: dydx=ex+y, given y(0) = 0.

Write as eydy=exdx

Integrate: ey=ex+C

Apply IC y(0)=0: e0=e0+CC=2

Particular solution: ex+ey=2

Example 3 — Substitution for dy/dx = f(ax+by) (JEE Main)

Solve: dydx=(x+y)2

Put v = x+y: dvdx=1+dydx=1+v2

Separate: dv1+v2=dxarctanv=x+C

Solution: arctan(x+y)=x+C

Example 4 — JEE Advanced Level

Solve: xdyydx=x2+y2dx, rewritten as:

dydx=y+x2+y2x

This is homogeneous — solve via y = vx (see Section 3).

2. Exact Differential Equations (JEE Advanced)

A DE M(x,y)dx + N(x,y)dy = 0 is exact if My=Nx.

Solution: Mdx+(terms in N not containing x)dy=C

Example

(2xy+y2)dx+(x2+2xy)dy=0

M = 2xy+y², N = x²+2xy. Check: ∂M/∂y = 2x+2y = ∂N/∂x ✓ → Exact.

∫M dx = x²y + xy² + h(y). Differentiate: x² + 2xy + h'(y) = N = x²+2xy → h'(y)=0 → h = C.

Solution: x²y + xy² = C

3. Homogeneous Differential Equations

A function f(x,y) is homogeneous of degree n if f(tx, ty) = tⁿf(x,y) for all t.

A DE dy/dx = f(x,y) is homogeneous if f(x,y) is a homogeneous function of degree 0 (i.e., can be written as a function of y/x only).

Method — Substitution y = vx

y=vxdydx=v+xdvdx

The DE transforms into a variable separable equation in v and x.

How to Identify Homogeneous DE

  • dy/dx = (x²+xy+y²)/(x²) — all terms same total degree → homogeneous degree 2/2 = degree 0 ✓
  • dy/dx = (x+y)/(x−y) — both numerator and denominator degree 1 → degree 0 ✓
  • dy/dx = x²/(x+y²) — not homogeneous (denominator has mixed degrees)

Example 1 — Standard Homogeneous

Solve: dydx=x+yxy

Put y = vx: v+xdvdx=1+v1v

xdvdx=1+v1vv=1+vv+v21v=1+v21v

Separate: 1v1+v2dv=dxx

Integrate: arctanv12ln(1+v2)=ln|x|+C

Back-substitute v = y/x: arctan(yx)12ln(1+y2x2)=ln|x|+C

Example 2 — With IC (JEE Main)

Solve: (x2+y2)dx2xydy=0, given y(1) = 0.

dydx=x2+y22xy — homogeneous. Put y = vx:

v+xdvdx=1+v22vxdvdx=1v22v

2vdv1v2=dxxln|1v2|=ln|x|+ln|C|

x2y2=Cx

Apply y(1)=0: 10=CC=1

Particular solution: x2y2=x

Example 3 — JEE Advanced (Polar form result)

Solve: xdyydx=x2+y2dx

dydx=y+x2+y2x — put y = vx:

v+xdvdx=v+1+v2xdvdx=1+v2

dv1+v2=dxxln|v+1+v2|=ln|x|+C

v+1+v2=Ax (where A = e^C)

Back-substitute: yx+x2+y2x=Ax y+x2+y2=Ax2

4. Standard Substitutions Summary

DE FormSubstitutionTransforms to
dy/dx = f(ax+by+c)v = ax + by + cVariable separable in v and x
Homogeneous: dy/dx = f(y/x)y = vx (or x = vy)Variable separable in v and x
dy/dx = (ax+by+c)/(px+qy+r) when a/p ≠ b/qShift origin to intersection pointHomogeneous DE
dy/dx = (ax+by+c)/(ax+by+r) — parallel linesv = ax + byVariable separable