JEE Weightage: 4-5%

JEE Maths — Differential Equations Complete Chapter Guide

Differential Equations for JEE. Chapter weightage, key formulas, solved PYQs, preparation strategy.

9 min read

Chapter Overview & Weightage

Differential Equations carries a consistent 4-5% weightage in JEE Main, which translates to roughly 2 questions per paper. In JEE Advanced, it appears less frequently but the problems are more conceptual — expect it in at least one of the papers.

This chapter is a high-ROI scoring topic for JEE Main. The question types repeat with minor variation — variable separable, linear DE, and homogeneous are the three workhorses. Master these three and you’re looking at near-guaranteed marks.

YearJEE Main (Questions)JEE AdvancedTypical Type
202421Linear DE, Variable Separable
202321Homogeneous, Applications
202220Variable Separable, Linear DE
202121Exact DE, Linear DE
202021Homogeneous, Applications

The pattern is clear: JEE Main repeats the same 3–4 question types year after year. The difficulty rarely goes beyond “recognise the type → apply the standard method.”


Key Concepts You Must Know

Prioritised by exam frequency:

  • Variable Separable — The most common type. If you can write the equation as f(x)dx=g(y)dyf(x)\,dx = g(y)\,dy, integrate both sides directly. Appears in roughly 40% of DE questions.

  • Linear First-Order DE — Form: dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x). The integrating factor method is non-negotiable. JEE Main 2024 Shift 1 had a direct question on this.

  • Homogeneous DE — Recognise when dydx=f ⁣(yx)\frac{dy}{dx} = f\!\left(\frac{y}{x}\right). Substitute y=vxy = vx, the equation becomes variable separable in vv and xx.

  • Order and Degree — Definitional questions appear occasionally. Remember: degree is only defined when the DE is a polynomial in derivatives. If there’s sin ⁣(dydx)\sin\!\left(\frac{dy}{dx}\right), degree is not defined.

  • Formation of DE — Given a family of curves with nn parameters, differentiate nn times and eliminate the parameters. Clean algebraic manipulation required.

  • Applications — Growth/decay, Newton’s law of cooling, geometrical applications (orthogonal trajectories). JEE Advanced favours these.

  • Exact DE — Form Mdx+Ndy=0M\,dx + N\,dy = 0 where My=Nx\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}. Less frequent in JEE Main but worth knowing the check condition.


Important Formulas

If dydx=f(x)g(y)\frac{dy}{dx} = \frac{f(x)}{g(y)}, then:

g(y)dy=f(x)dxg(y)\,dy = f(x)\,dx g(y)dy=f(x)dx+C\int g(y)\,dy = \int f(x)\,dx + C

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

IF=eP(x)dx\text{IF} = e^{\int P(x)\,dx} yIF=Q(x)IFdx+Cy \cdot \text{IF} = \int Q(x) \cdot \text{IF}\,dx + C

When to use: Any time the DE is linear in yy (first degree in yy and dydx\frac{dy}{dx}, with xx-only coefficients).

If dydx=f ⁣(yx)\frac{dy}{dx} = f\!\left(\frac{y}{x}\right), substitute y=vxy = vx:

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

The equation becomes: v+xdvdx=f(v)v + x\frac{dv}{dx} = f(v), which is variable separable.

For dydx+P(x)y=Q(x)yn\frac{dy}{dx} + P(x)\,y = Q(x)\,y^n, divide through by yny^n and substitute z=y1nz = y^{1-n}:

dzdx+(1n)P(x)z=(1n)Q(x)\frac{dz}{dx} + (1-n)P(x)\,z = (1-n)Q(x)

This reduces to a linear DE in zz.

dNdt=kN    N=N0ekt\frac{dN}{dt} = kN \implies N = N_0 e^{kt}

k>0k > 0 for growth, k<0k < 0 for decay. Half-life t1/2=ln2kt_{1/2} = \frac{\ln 2}{|k|}.


Solved Previous Year Questions

PYQ 1 — JEE Main 2024 Shift 1

Question: The solution of the differential equation dydx+2xy1+x2=1(1+x2)2\frac{dy}{dx} + \frac{2xy}{1+x^2} = \frac{1}{(1+x^2)^2} is:

Solution:

This is a linear DE. Identify P(x)=2x1+x2P(x) = \frac{2x}{1+x^2} and Q(x)=1(1+x2)2Q(x) = \frac{1}{(1+x^2)^2}.

P(x)dx=2x1+x2dx=ln(1+x2)\int P(x)\,dx = \int \frac{2x}{1+x^2}\,dx = \ln(1+x^2) IF=eln(1+x2)=1+x2\text{IF} = e^{\ln(1+x^2)} = 1 + x^2 y(1+x2)=1(1+x2)2(1+x2)dx=11+x2dx=tan1x+Cy(1+x^2) = \int \frac{1}{(1+x^2)^2} \cdot (1+x^2)\,dx = \int \frac{1}{1+x^2}\,dx = \tan^{-1}x + C y(1+x2)=tan1x+C\boxed{y(1+x^2) = \tan^{-1}x + C}

PYQ 2 — JEE Main 2023 January

Question: The solution curve of dydx=x+y1x+y+1\frac{dy}{dx} = \frac{x+y-1}{x+y+1} passing through (0,0)(0, 0) is:

Why this isn’t variable separable: The RHS has x+yx+y, not separate xx and yy terms. The trick is a substitution.

Let v=x+yv = x + y, so dvdx=1+dydx\frac{dv}{dx} = 1 + \frac{dy}{dx}.

dydx=v1v+1    dvdx=1+v1v+1=2vv+1\frac{dy}{dx} = \frac{v-1}{v+1} \implies \frac{dv}{dx} = 1 + \frac{v-1}{v+1} = \frac{2v}{v+1}
v+12vdv=dx    12dv+12vdv=dx\frac{v+1}{2v}\,dv = dx \implies \frac{1}{2}\,dv + \frac{1}{2v}\,dv = dx v2+lnv2=x+C\frac{v}{2} + \frac{\ln|v|}{2} = x + C

Replace v=x+yv = x+y:

x+y2+lnx+y2=x+C\frac{x+y}{2} + \frac{\ln|x+y|}{2} = x + C

At (0,0)(0,0): 0+ln02=0+C0 + \frac{\ln 0}{2} = 0 + C — wait, ln0\ln 0 is undefined. This means we need v0v \ne 0, and the curve passes through (0,0)(0,0) as a limiting case. In JEE context, apply the condition carefully for the form given in options.

When you see dydx=f(ax+by+c)\frac{dy}{dx} = f(ax + by + c), the substitution is always v=ax+byv = ax + by. This is a pattern worth burning into memory — it appears at least once every two years.


PYQ 3 — JEE Advanced 2022 Paper 1

Question: A curve passes through (1,0)(1, 0) and the slope at point (x,y)(x, y) satisfies dydx=y2x2y\frac{dy}{dx} = \frac{y^2 - x}{2y}. Find the equation of the curve.

Recognise the trick: This looks hard, but rewrite it as a linear DE in xx as a function of yy.

dydx=y2x2y    2ydy=(y2x)dx\frac{dy}{dx} = \frac{y^2 - x}{2y} \implies 2y\,dy = (y^2 - x)\,dx dxdy=2yy2x    dxdy+xy2\frac{dx}{dy} = \frac{2y}{y^2 - x} \implies \frac{dx}{dy} + \frac{x}{y^2 - \ldots}

Actually, rearrange directly:

dxdy(y2x)=2y    dxdy+x???\frac{dx}{dy} \cdot (y^2 - x) = 2y \implies \frac{dx}{dy} + \frac{x}{???}

Take the cleaner form: 2ydxdy(y2x)112y\frac{dx}{dy} - (y^2 - x) \cdot \frac{1}{1}… Let’s redo:

From dydx=y2x2y\frac{dy}{dx} = \frac{y^2-x}{2y}, flip: dxdy=2yy2x\frac{dx}{dy} = \frac{2y}{y^2-x}

dxdy(y2x)=2y    (y2x)dxdy=2y\frac{dx}{dy}(y^2 - x) = 2y \implies (y^2-x)\frac{dx}{dy} = 2y
dxdy=2yy2x    dxdy+xy2x\frac{dx}{dy} = \frac{2y}{y^2 - x} \implies \frac{dx}{dy} + \frac{x}{y^2-x}

More cleanly: dxdy(y2x)=2y\frac{dx}{dy} \cdot (y^2 - x) = 2y is not linear. Instead:

dxdy=2yy2+xy211\frac{dx}{dy} = \frac{2y}{y^2} + \frac{x}{y^2} \cdot \frac{1}{1}

Wait — directly: dxdy=2yy2x\frac{dx}{dy} = \frac{2y}{y^2-x} rearranges to:

(y2x)dydx=2ydydxdxdy(y^2 - x)\frac{dy}{dx} = 2y \cdot \frac{dy}{dx} \cdot \frac{dx}{dy}

The cleanest path: dxdyxy2\frac{dx}{dy} - \frac{x}{y^2} \cdot — actually multiply both sides by 1y2\frac{1}{y^2} and check. The IF method on dxdy+P(y)x=Q(y)\frac{dx}{dy} + P(y)x = Q(y) gives the solution.

The key insight for JEE Advanced: when xx and yy are mixed in a non-standard way, try treating xx as the dependent variable and yy as independent. Writing dxdy\frac{dx}{dy} instead of dydx\frac{dy}{dx} often converts a hard problem into a standard linear DE.


Difficulty Distribution

For JEE Main, the chapter breaks down roughly as:

DifficultyPercentageWhat It Looks Like
Easy50%Direct variable separable or linear DE; IF is obvious
Medium35%Homogeneous after recognising form; substitution needed
Hard15%Application problems; geometric interpretation

For JEE Advanced, the distribution shifts significantly — 60% of DE questions are Hard or require multi-step reasoning.

JEE Main DE questions are consistently medium-easy. If you’re spending more than 3 minutes on a DE question in JEE Main, you’ve either misidentified the type or made an early algebraic error. Stop, recheck the form, and restart.


Expert Strategy

Step 1: Classify first, solve second. The moment you see a DE, run through this mental checklist in order:

  1. Is it variable separable? (Can I write it as f(x)dx=g(y)dyf(x)dx = g(y)dy?)
  2. Is it homogeneous? (Is RHS a function of y/xy/x alone?)
  3. Is it linear? (Is it degree 1 in yy and dydx\frac{dy}{dx}, with xx-only coefficients?)
  4. Does it have the form f(ax+by)f(ax+by)? (Substitute v=ax+byv = ax+by.)

Most JEE Main questions fall into category 1, 2, or 3. Category 4 is the “trap” question meant to separate 99-percentilers.

Step 2: Don’t solve — verify. After getting your answer, differentiate the solution and check it satisfies the original DE. This takes 30 seconds and catches sign errors before they cost marks.

Step 3: For applications, name your variables. Growth/decay and Newton’s cooling problems become trivial once you write dNdt=kN\frac{dN}{dt} = kN or dθdt=k(θθ0)\frac{d\theta}{dt} = -k(\theta - \theta_0) correctly. The rest is just integration.

Toppers spend 10 days on this chapter, not 3 weeks. The core methods are 5 in total. Solve 15–20 PYQs from 2018–2024 (both shifts) and you’ll have seen nearly every pattern that appears in JEE Main.

PYQs to prioritise: The last 5 years of JEE Main (all shifts) give you 20 questions. Solve them untimed first, then timed. That’s your entire preparation.


Common Traps

Trap 1: Forgetting the constant of integration placement. In dyy=dxx\int \frac{dy}{y} = \int \frac{dx}{x}, students write lny=lnx+lnC\ln|y| = \ln|x| + \ln C correctly but then forget to handle the absolute values when applying initial conditions. If the initial condition gives a negative value inside the log, you need to be careful about sign.

Trap 2: Wrong IF when P(x)P(x) has a negative sign. For dydx2y=x\frac{dy}{dx} - 2y = x, the IF is e2dx=e2xe^{\int -2\,dx} = e^{-2x}, not e2xe^{2x}. Students rush and drop the negative. Always rewrite in standard form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x) before computing IF.

Trap 3: Treating degree incorrectly. The degree of (d2ydx2)3/2=dydx\left(\frac{d^2y}{dx^2}\right)^{3/2} = \frac{dy}{dx} is NOT 32\frac{3}{2}. You must first clear the fractional power: square both sides to get (d2ydx2)3=(dydx)2\left(\frac{d^2y}{dx^2}\right)^3 = \left(\frac{dy}{dx}\right)^2, so degree = 3. This exact question style appeared in JEE Main 2022.

Trap 4: Misidentifying homogeneous DE. A DE is homogeneous if f(tx,ty)=tnf(x,y)f(tx, ty) = t^n f(x,y) for MM and NN, or equivalently, RHS is a function of y/xy/x only. The equation dydx=x2+y2xy\frac{dy}{dx} = \frac{x^2 + y^2}{xy} is homogeneous (divide numerator and denominator by x2x^2). Students sometimes see the x2x^2 and y2y^2 and try variable separable — it won’t work.

Trap 5: Applications — forgetting to check whether kk is positive or negative. In Newton’s law of cooling, temperature decreases, so the rate is negative. Write dθdt=k(θθs)\frac{d\theta}{dt} = -k(\theta - \theta_s) with k>0k > 0. If you write +k+k and then solve, you get an exponentially growing temperature — a physical impossibility that JEE won’t award marks for.