JEE Corner — Differential Equations for JEE Main and Advanced
Where Differential Equations Sit in JEE
JEE Main reliably asks 1-2 questions from this chapter every session: ordinary differential equations, their order and degree, the formation of differential equations, solution by the method of separation of variables, homogeneous and linear differential equations. That syllabus line is exactly the NCERT chapter — but JEE dresses the same five skills in heavier disguises and adds three tools the NCERT text only hints at:
1. The shift substitution. When the equation involves x+y (or any ax+by+c) as a block — say dxdy=f(x+y) — substitute t=x+y, so dxdt=1+dxdy. The equation in t and x is separable. This converts equations that look hopeless, like dxdy=(x+y+1)2 or dxdy=sin(x+y)+cos(x+y), into two-line solves.
2. Bernoulli's equation.dxdy+Py=Qyn is linear except for the yn. Divide by yn and substitute v=y1−n, so dxdv=(1−n)y−ndxdy — the equation becomes genuinely linear in v. JEE Main loves n=2 and n=6.
3. Exact-differential recognition. Certain combinations are derivatives of famous quantities. Memorise this table:
Combination
Equals
xdy+ydx
d(xy)
x2xdy−ydx
d(xy)
y2ydx−xdy
d(yx)
x2+y2xdy−ydx
d(tan−1xy)
xdx+ydy
d(2x2+y2)
Spotting one of these rows collapses a five-minute integrating-factor grind into a single integration.
Orthogonal trajectories (JEE Main pattern staple): to find curves cutting a family at right angles, form the family's differential equation, replace dxdy by −dydx, and solve the new equation.
The Speed Toolkit
Classify in ten seconds. Right side factors as g(x)h(y) → separable. Every term the same total degree → homogeneous, y=vx. Shaped dxdy+Py=Q → linear I.F. A block ax+by+c repeating → shift substitution t=ax+by. A stray yn on the right of a linear shape → Bernoulli.
I.F. speed table (compute e∫Pdx from memory): P=xa⇒xa; P=tanx⇒secx; P=cotx⇒sinx; P=secx⇒secx+tanx; P=−x⇒e−x2/2; P=1+x21… only if you must — check first whether the left side is already d(something).
The mirror reflex. If dxdy gives a nonlinear mess, immediately try dydx — equations linear in x (with y as the variable) are a favourite JEE trap. Marker: terms like xf(y) and g(y) with a clean dxdy denominator.
Formation drill. To form the DE of an n-parameter family, differentiate n times and eliminate all parameters. The order of the result always equals n — an answer-check in itself.
Definite-condition shortcut. When a particular value like y(π/4) or x0 with y(x0)=e is asked, solve symbolically first, apply the condition once at the end. Substituting early breeds sign errors.
Blow-up awareness. Solutions of nonlinear equations can fail to exist beyond a point: y′=y2, y(0)=1 gives y=1−x1, which explodes at x=1. JEE Advanced probes exactly this.
JEE-Pattern Worked Examples
Example 1: The squared block
Solve dxdy=(x+y+1)2.
Solution:
Substitute the block:t=x+y+1, so dxdt=1+dxdy=1+t2.
Separate:1+t2dt=dx.
Integrate:tan−1t=x+C.
Answer:tan−1(x+y+1)=x+C, i.e. x+y+1=tan(x+C).
Example 2: A first Bernoulli
Solve dxdy+xy=y2.
Solution:
Divide by y2:y21dxdy+xy1=1.
Substitute v=y1: then dxdv=−y21dxdy, and the equation becomes −dxdv+xv=1, i.e. dxdv−xv=−1 — linear.
I.F.:e−∫dx/x=x1, so dxd(xv)=−x1.
Integrate:xv=−log∣x∣+C.
Answer:xy1=C−log∣x∣, i.e. xy(C−log∣x∣)=1.
Example 3: Product recognition
Solve xdy+ydx=x2y2dx.
Solution:
Spot the row:xdy+ydx=d(xy). The equation is d(xy)=(xy)2dx.
Treat u=xy as the unknown:u2du=dx.
Integrate:−u1=x+C.
Answer:xy1+x+C=0 — three written lines, thanks to the exact-differential table.
Example 4: The other quotient
Solve y(1+xy)dx=xdy.
Solution:
Expand and regroup:ydx+xy2dx=xdy⇒ydx−xdy=−xy2dx.
Divide by y2:y2ydx−xdy=−xdx — the left side is exactly d(yx).
Integrate:yx=−2x2+C.
Answer:yx+2x2=C.
Example 5: A logarithmic homogeneous equation
Solve xdxdy=y(logy−logx+1).
Solution:
Rewrite:dxdy=xy(logxy+1) — a function of xy alone: homogeneous.
Substitute y=vx:v+xdxdv=v(logv+1), so xdxdv=vlogv.
Separate:vlogvdv=xdx.
Integrate (put w=logv): log∣logv∣=log∣x∣+logC, so logv=Cx.
Spot the product rule: the integrand is exactly dxd(x2secx), so ysecx=x2secx+C.
Apply y(0)=1:1=0+C, so C=1.
Answer:y=x2+cosx. The right side was built to be (x2secx)′ — JEE setters design such gifts, and step 3 is where you either see it or lose four minutes.
Example 7: Homogeneous with a target value
If dxdy=x2+y2xy with y(1)=1, find x0>0 such that y(x0)=e.
Solution:
Mirror:dydx=xyx2+y2=yx+xy — homogeneous in the mirror direction.
Substitute x=vy:v+ydydv=v+v1, so vdv=ydy.
Integrate:2v2=log∣y∣+C, i.e. 2y2x2=log∣y∣+C.
Apply y(1)=1:21=0+C, so x2=y2(2log∣y∣+1).
Set y=e:x02=e2(2+1)=3e2.
Answer:x0=3e.
Example 8: Sine plus cosine of the block
Solve dxdy=sin(x+y)+cos(x+y).
Solution:
Substitute t=x+y:dxdt=1+sint+cost.
Half-angle everything:1+cost=2cos22t and sint=2sin2tcos2t, so dxdt=2cos22t(1+tan2t).