JEE Weightage:

JEE Maths — Differential Equations Strategy

JEE Maths — Differential Equations Strategy — JEE strategy, weightage, PYQs, traps

5 min read

Chapter Overview & Weightage

Differential Equations carries 6-8% weightage in JEE Main and shows up in 1-2 questions per paper. The chapter is mostly mechanical — recognise the form, apply the standard technique, and you’re done in under 2 minutes. JEE Advanced occasionally includes a tougher conceptual question on order/degree or modelling.

YearJEE Main QsJEE Advanced Qs
202421
202321
202211
202121

Key Concepts You Must Know

  • Order: highest derivative present in the equation.
  • Degree: power of the highest-order derivative (after rationalisation).
  • General solution: family of solutions with arbitrary constants (nn constants for an nn-th order ODE).
  • Particular solution: specific member of the family obtained by applying initial conditions.
  • Variable separable: f(x)dx=g(y)dyf(x)dx = g(y)dy. Just integrate both sides.
  • Homogeneous: dydx=F(y/x)\dfrac{dy}{dx} = F(y/x). Substitute y=vxy = vx.
  • Linear (first order): dydx+Py=Q\dfrac{dy}{dx} + Py = Q. Use integrating factor ePdxe^{\int P\,dx}.
  • Bernoulli’s equation: dydx+Py=Qyn\dfrac{dy}{dx} + Py = Qy^n. Substitute v=y1nv = y^{1-n} to linearise.
  • Exact equations: Mdx+Ndy=0M dx + N dy = 0 with M/y=N/x\partial M/\partial y = \partial N/\partial x.

Important Formulas

For dydx+P(x)y=Q(x)\dfrac{dy}{dx} + P(x)y = Q(x):

IF=ePdxIF = e^{\int P\,dx}

yIF=QIFdx+Cy \cdot IF = \int Q \cdot IF\,dx + C

When to use: ODE is linear in yy with variable coefficient.

For dydx=F(y/x)\dfrac{dy}{dx} = F(y/x), set y=vxy = vx, so dydx=v+xdvdx\dfrac{dy}{dx} = v + x\dfrac{dv}{dx}.

The equation becomes separable in vv and xx.

When to use: numerator and denominator are homogeneous of the same degree.

For dydx+Py=Qyn\dfrac{dy}{dx} + Py = Qy^n, divide by yny^n and substitute v=y1nv = y^{1-n}.

The result is linear in vv:

dvdx+(1n)Pv=(1n)Q\frac{dv}{dx} + (1-n)Pv = (1-n)Q

Solved Previous Year Questions

PYQ 1 (JEE Main 2024 Shift 1)

Solve dydx=x+yxy\dfrac{dy}{dx} = \dfrac{x+y}{x-y}.

Solution: Homogeneous (both numerator and denominator are degree 1). Substitute y=vxy = vx:

v+xdvdx=x+vxxvx=1+v1vv + x\frac{dv}{dx} = \frac{x + vx}{x - vx} = \frac{1+v}{1-v}

xdvdx=1+v1vv=1+vv+v21v=1+v21vx\frac{dv}{dx} = \frac{1+v}{1-v} - v = \frac{1 + v - v + v^2}{1-v} = \frac{1+v^2}{1-v}

Separate:

1v1+v2dv=dxx\frac{1-v}{1+v^2}dv = \frac{dx}{x}

Integrate: tan1v12ln(1+v2)=lnx+C\tan^{-1}v - \dfrac{1}{2}\ln(1+v^2) = \ln|x| + C.

Substitute back v=y/xv = y/x:

tan1(y/x)12ln(1+y2/x2)=lnx+C\tan^{-1}(y/x) - \frac{1}{2}\ln(1 + y^2/x^2) = \ln|x| + C

PYQ 2 (JEE Main 2023)

If y(x)y(x) satisfies dydx+2y=ex\dfrac{dy}{dx} + 2y = e^{-x} and y(0)=1y(0) = 1, find y(1)y(1).

Solution: Linear with P=2P = 2, Q=exQ = e^{-x}. IF=e2xIF = e^{2x}.

ye2x=exe2xdx+C=exdx+C=ex+Cy \cdot e^{2x} = \int e^{-x} \cdot e^{2x}\,dx + C = \int e^x\,dx + C = e^x + C

y=ex+Ce2xy = e^{-x} + Ce^{-2x}

At x=0x=0: 1=1+C    C=01 = 1 + C \implies C = 0. So y=exy = e^{-x}, and y(1)=e1=1/ey(1) = e^{-1} = 1/e.

PYQ 3 (JEE Advanced 2022)

A curve passes through (2,0)(2, 0) and the slope at (x,y)(x, y) is (x+1)2+y3x+1\dfrac{(x+1)^2 + y - 3}{x+1}. Find the equation of the curve.

Solution: Rewrite as

dydx1x+1y=(x+1)3x+1\frac{dy}{dx} - \frac{1}{x+1}y = (x+1) - \frac{3}{x+1}

Linear with P=1/(x+1)P = -1/(x+1). IF=eln(x+1)=1/(x+1)IF = e^{-\ln(x+1)} = 1/(x+1).

Multiply through and integrate. Apply y(2)=0y(2) = 0 to find the constant. Final form: y=(x+1)2lnx+13+(x+1)ky = (x+1)^2 \ln|x+1| - 3 + (x+1)\cdot k, with kk determined by initial condition.

Difficulty Distribution

  • Easy (50%): Variable separable, basic linear ODEs with simple P,QP, Q.
  • Medium (35%): Homogeneous, Bernoulli, linear with trickier integrating factors.
  • Hard (15%): Exact equations, ODEs requiring substitution, modelling problems.

Expert Strategy

Recognition order: Check forms in this sequence — variable separable → homogeneous → linear → Bernoulli → exact. Most JEE questions fall into the first three.

For linear ODEs, the rule "IF=ePdxIF = e^{\int P\,dx}" works only when the equation is in standard form dydx+Py=Q\dfrac{dy}{dx} + Py = Q. If you see something like xdydx+2y=x3x\dfrac{dy}{dx} + 2y = x^3, divide by xx first to get P=2/xP = 2/x, then IF=e2/xdx=x2IF = e^{\int 2/x\,dx} = x^2.

Order/degree questions are 1-mark giveaways. The catch: if the equation contains \sqrt{} or fractional powers, rationalise first before computing degree. After rationalisation, the degree may be different from what it looked like initially.

Common Traps

Trap 1: Wrong sign in IF. For dydx3y=ex\dfrac{dy}{dx} - 3y = e^x, P=3P = -3 (not +3+3). IF=e3xIF = e^{-3x}. Sign errors here cost full marks.

Trap 2: Solving non-linear equations as linear. dydx+Py2=Q\dfrac{dy}{dx} + Py^2 = Q is not linear (it’s Bernoulli with n=2n = 2). Substitute v=1/yv = 1/y to linearise.

Trap 3: Applying initial conditions before integrating. Always solve for the general solution first, then apply y(x0)=y0y(x_0) = y_0 to find the constant. Reverse order leads to wrong answers.

JEE Main almost always includes one “growth/decay” word problem: bacteria doubling, radioactive decay, Newton’s law of cooling, etc. These reduce to simple separable or linear ODEs. Practice 5-10 of these and the pattern becomes obvious.