1. Variable Separable Equations
A DE of the form
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:
Separate:
Integrate:
Example 2 — Exponential (JEE Main type)
Solve:
Write as
Integrate:
Apply IC y(0)=0:
Particular solution:
Example 3 — Substitution for dy/dx = f(ax+by) (JEE Main)
Solve:
Put v = x+y:
Separate:
Solution:
Example 4 — JEE Advanced Level
Solve:
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
Solution:
Example
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
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:
Put y = vx:
Separate:
Integrate:
Back-substitute v = y/x:
Example 2 — With IC (JEE Main)
Solve:
Apply y(1)=0:
Particular solution:
Example 3 — JEE Advanced (Polar form result)
Solve:
Back-substitute:
4. Standard Substitutions Summary
| DE Form | Substitution | Transforms to |
|---|---|---|
| dy/dx = f(ax+by+c) | v = ax + by + c | Variable 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/q | Shift origin to intersection point | Homogeneous DE |
| dy/dx = (ax+by+c)/(ax+by+r) — parallel lines | v = ax + by | Variable separable |

