Differential Equations JEE Advanced previous year questions with solutions

5 solved JEE Advanced questions on Differential Equations, free to read — no sign-in needed. The full chapter has 29 questions; sign in to attempt the remaining 24 in the exam simulator.

  1. Q1JEE Advanced Adv 2026 (Paper 2)
    Let y=f(x)y = f(x) be the real valued function defined on the interval (0,)(0, \infty), satisfying y(1)=0y(1) = 0 and the differential equation xdydx=yx3x\dfrac{dy}{dx} = y - x^3. Then which of the following statements is (are) TRUE ?
    1. A.The function ff has a local minimum at x=13x = \dfrac{1}{\sqrt{3}}
    2. B.The function ff has a local maximum at x=13x = \dfrac{1}{\sqrt{3}}
    3. C.The function ff is increasing in the interval (1,2)(1, 2)
    4. D.If g(x)=4x35x2+32xg(x) = 4x^3 - 5x^2 + \dfrac{3}{2}x for x>0x \gt 0, then the number of elements in the set {x(0,):f(x)=g(x)}\{x \in (0, \infty) : f(x) = g(x)\} is 22
    Show answer & solution

    Answer: B,D

    The given differential equation is xdydx=yx3x\dfrac{dy}{dx} = y - x^3. Dividing by xx, we get: dydx1xy=x2\dfrac{dy}{dx} - \dfrac{1}{x}y = -x^2 This is a linear differential equation of the form dydx+P(x)y=Q(x)\dfrac{dy}{dx} + P(x)y = Q(x), where P(x)=1xP(x) = -\dfrac{1}{x} and Q(x)=x2Q(x) = -x^2. Integrating Factor (IF) = e1xdx=elnx=1xe^{\int -\dfrac{1}{x} dx} = e^{-\ln x} = \dfrac{1}{x}. Multiplying the differential equation by the IF: ddx(y1x)=x\dfrac{d}{dx} \left( y \cdot \dfrac{1}{x} \right) = -x Integrating both sides with respect to xx: yx=x22+C\dfrac{y}{x} = -\dfrac{x^2}{2} + C y=x32+Cxy = -\dfrac{x^3}{2} + Cx Given y(1)=0y(1) = 0: 0=12+CC=120 = -\dfrac{1}{2} + C \Rightarrow C = \dfrac{1}{2} Thus, f(x)=x2x32f(x) = \dfrac{x}{2} - \dfrac{x^3}{2}. To find local extrema, we find f(x)f'(x): f(x)=123x22f'(x) = \dfrac{1}{2} - \dfrac{3x^2}{2} Setting f(x)=0f'(x) = 0 gives 3x2=1x=133x^2 = 1 \Rightarrow x = \dfrac{1}{\sqrt{3}} (since x>0x \gt 0). Now, f(x)=3xf''(x) = -3x. At x=13x = \dfrac{1}{\sqrt{3}}, f(13)=3<0f''\left(\dfrac{1}{\sqrt{3}}\right) = -\sqrt{3} \lt 0. So, f(x)f(x) has a local maximum at x=13x = \dfrac{1}{\sqrt{3}}. For x(1,2)x \in (1, 2), x2>1x^2 \gt 1, so f(x)=13x22<0f'(x) = \dfrac{1 - 3x^2}{2} \lt 0. Thus, f(x)f(x) is decreasing in (1,2)(1, 2). For the intersection of f(x)f(x) and g(x)g(x): x2x32=4x35x2+32x\dfrac{x}{2} - \dfrac{x^3}{2} = 4x^3 - 5x^2 + \dfrac{3}{2}x xx3=8x310x2+3xx - x^3 = 8x^3 - 10x^2 + 3x 9x310x2+2x=09x^3 - 10x^2 + 2x = 0 x(9x210x+2)=0x(9x^2 - 10x + 2) = 0 Since x(0,)x \in (0, \infty), x0x \neq 0. We solve 9x210x+2=09x^2 - 10x + 2 = 0. Discriminant Δ=(10)24(9)(2)=10072=28>0\Delta = (-10)^2 - 4(9)(2) = 100 - 72 = 28 \gt 0. Sum of roots =109>0= \dfrac{10}{9} \gt 0 and Product of roots =29>0= \dfrac{2}{9} \gt 0. Both roots are real and positive. Therefore, there are exactly 22 elements in the set. Answer: The function ff has a local maximum at x=13x = \dfrac{1}{\sqrt{3}}; If g(x)=4x35x2+32xg(x) = 4x^3 - 5x^2 + \dfrac{3}{2}x for x>0x \gt 0, then the number of elements in the set {x(0,):f(x)=g(x)}\{x \in (0, \infty) : f(x) = g(x)\} is 22
  2. Q2JEE Advanced Adv 2026 (Paper 2)
    Let y:(,)(0,)y : (-\infty, \infty) \rightarrow (0, \infty) be the solution of the differential equation dydx=e5xy3+y3ex+exy4\dfrac{dy}{dx} = \dfrac{e^{5x} y^3 + y^3}{e^x + e^x y^4}, satisfying y(0)=12y(0) = \dfrac{1}{\sqrt{2}}. Then the value of y(loge2)y(\log_e 2) is
    1. A.5+352\sqrt{\dfrac{5 + \sqrt{35}}{2}}
    2. B.7+532\sqrt{\dfrac{7 + \sqrt{53}}{2}}
    3. C.7+532\dfrac{7 + \sqrt{53}}{2}
    4. D.5+352\dfrac{5 + \sqrt{35}}{2}
    Show answer & solution

    Answer: (B)

    The given differential equation is dydx=e5xy3+y3ex+exy4\dfrac{dy}{dx} = \dfrac{e^{5x} y^3 + y^3}{e^x + e^x y^4} Factoring the numerator and denominator, we get dydx=y3(e5x+1)ex(1+y4)\dfrac{dy}{dx} = \dfrac{y^3 (e^{5x} + 1)}{e^x (1 + y^4)} Separating the variables xx and yy, we obtain 1+y4y3dy=e5x+1exdx\dfrac{1 + y^4}{y^3} dy = \dfrac{e^{5x} + 1}{e^x} dx (1y3+y)dy=(e4x+ex)dx\left( \dfrac{1}{y^3} + y \right) dy = (e^{4x} + e^{-x}) dx Integrating both sides yields (y3+y)dy=(e4x+ex)dx\int \left( y^{-3} + y \right) dy = \int (e^{4x} + e^{-x}) dx 12y2+y22=e4x4ex+C-\dfrac{1}{2y^2} + \dfrac{y^2}{2} = \dfrac{e^{4x}}{4} - e^{-x} + C Multiplying by 22, we get y21y2=e4x22ex+2Cy^2 - \dfrac{1}{y^2} = \dfrac{e^{4x}}{2} - 2e^{-x} + 2C Using the initial condition y(0)=12y(0) = \dfrac{1}{\sqrt{2}}, we substitute x=0x = 0 and y=12y = \dfrac{1}{\sqrt{2}}: (12)21(12)2=e022e0+2C\left(\dfrac{1}{\sqrt{2}}\right)^2 - \dfrac{1}{\left(\dfrac{1}{\sqrt{2}}\right)^2} = \dfrac{e^0}{2} - 2e^0 + 2C 122=122+2C\dfrac{1}{2} - 2 = \dfrac{1}{2} - 2 + 2C This gives 2C=02C = 0, so C=0C = 0. The equation becomes y21y2=e4x22exy^2 - \dfrac{1}{y^2} = \dfrac{e^{4x}}{2} - 2e^{-x} To find y(loge2)y(\log_e 2), we substitute x=loge2x = \log_e 2 into the equation. We have e4x=e4loge2=16e^{4x} = e^{4 \log_e 2} = 16 and ex=eloge2=12e^{-x} = e^{-\log_e 2} = \dfrac{1}{2}. y21y2=1622(12)y^2 - \dfrac{1}{y^2} = \dfrac{16}{2} - 2\left(\dfrac{1}{2}\right) y21y2=81=7y^2 - \dfrac{1}{y^2} = 8 - 1 = 7 Let y2=ty^2 = t. Since y(0,)y \in (0, \infty), t>0t \gt 0. t1t=7t - \dfrac{1}{t} = 7 t27t1=0t^2 - 7t - 1 = 0 Solving for tt using the quadratic formula gives t=7±494(1)(1)2=7±532t = \dfrac{7 \pm \sqrt{49 - 4(1)(-1)}}{2} = \dfrac{7 \pm \sqrt{53}}{2} Since t=y2>0t = y^2 \gt 0, we must choose the positive root: y2=7+532y^2 = \dfrac{7 + \sqrt{53}}{2} Taking the positive square root since y>0y \gt 0, we get y=7+532y = \sqrt{\dfrac{7 + \sqrt{53}}{2}}
  3. Q3JEE Advanced Adv 2025 (Paper 2)
    Let y(x)y(x) be the solution of the differential equation x2dydx+xy=x2+y2,x>1ex^2 \frac{d y}{d x}+x y=x^2+y^2, x\gt \frac{1}{e} satisfying y(1)=0y(1)=0. Then the value of 2(y(e))2y(e2)2 \frac{(y(e))^2}{y\left(e^2\right)} is _____ .
    Show answer & solution

    Answer: 0.75

    Put y=vxdydx=v+xdvdx\mathrm{y}=\mathrm{vx} \Rightarrow \frac{d y}{d x}=v+x \frac{d v}{d x} D.E. x2(v+x dvdx)+x2v=x2(1+v2)v+xdvdx+v=1+v2xdvdx=1+v22vdv(v1)2=dxx1v1=lnx+C\begin{aligned} & \mathrm{x}^2\left(v+\mathrm{x} \frac{\mathrm{~d} v}{\mathrm{dx}}\right)+\mathrm{x}^2 v=\mathrm{x}^2\left(1+v^2\right) \\ & \Rightarrow v+x \frac{d v}{d x}+v=1+v^2 \\ & \Rightarrow x \frac{d v}{d x}=1+v^2-2 v \\ & \Rightarrow \int \frac{d v}{(v-1)^2}=\int \frac{d x}{x} \\ & \Rightarrow-\frac{1}{v-1}=\ln |x|+\mathrm{C} \end{aligned} xxy=lnx+C=lnx+C(\Rightarrow \frac{\mathrm{x}}{\mathrm{x}-\mathrm{y}}=\ln |x|+\mathrm{C}=\ln \mathrm{x}+\mathrm{C} \quad\left(\right. Since x>1e)\left.\mathrm{x}\gt \frac{1}{\mathrm{e}}\right) Given y(1)=0y(1)=0 C=1\Rightarrow C=1 So xxy=ln(ex)\frac{x}{x-y}=\ln (e x) Now y(e)=e2y(e)=\frac{e}{2} and y(e2)=2e23y\left(e^2\right)=\frac{2 e^2}{3} 2(y(e))2y(e2)=2e242e23=34=0.75\therefore \frac{2(y(e))^2}{y\left(e^2\right)}=\frac{2 \cdot \frac{e^2}{4}}{\frac{2 e^2}{3}}=\frac{3}{4}=0.75
  4. Q4JEE Advanced Adv 2025 (Paper 1)
    For all x>0x\gt 0, let y1(x),y2(x)y_1(x), y_2(x), and y3(x)y_3(x) be the functions satisfying dy1dx(sinx)2y1=0,y1(1)=5dy2dx(cosx)2y2=0,y2(1)=13dy3dx(2x3x3)y3=0,y3(1)=35e\begin{aligned} & \frac{d y_1}{d x}-(\sin x)^2 y_1=0, y_1(1)=5 \\ & \frac{d y_2}{d x}-(\cos x)^2 y_2=0, y_2(1)=\frac{1}{3} \\ & \frac{d y_3}{d x}-\left(\frac{2-x^3}{x^3}\right) y_3=0, y_3(1)=\frac{3}{5 e}\end{aligned} respectively. Then limx0+y1(x)y2(x)y3(x)+2xe3xsinx\lim _{x \rightarrow 0^{+}} \frac{y_1(x) y_2(x) y_3(x)+2 x}{e^{3 x} \sin x} is equal to _____
    Show answer & solution

    Answer: 2

    dy1y1+dy2y2+dy3y3=(sin2x+cos2x+2x3x3)dxln(y1y2y3)=1x2+Cln(y1(x)y2(x)y3(x))=1x2+Cln(51335e)=1x2+CC=0\begin{aligned} & \frac{d y_1}{y_1}+\frac{d y_2}{y_2}+\frac{d y_3}{y_3}=\left(\sin ^2 x+\cos ^2 x+\frac{2-x^3}{x^3}\right) d x \\ & \ln \left(y_1 y_2 y_3\right)=\frac{-1}{x^2}+C \\ & \ln \left(y_1(x) y_2(x) y_3(x)\right)=\frac{-1}{x^2}+C \\ & \ln \left(5 \cdot \frac{1}{3} \cdot \frac{3}{5 e}\right)=\frac{-1}{x^2}+C \\ & \therefore C=0\end{aligned} y1(x)y2(x)y3(x)=e1x2limx0e1x2+2xe3xsinxlimx01e3x+1x2sinx+limx02xe3xsinx\begin{aligned} & y_1(x) y_2(x) y_3(x)=e^{\frac{-1}{x^2}} \\ & \lim _{x \rightarrow 0} \frac{e^{\frac{-1}{x^2}}+2 x}{e^{3 x} \sin x} \\ & \lim _{x \rightarrow 0} \frac{1}{e^{3 x+\frac{1}{x^2}} \sin x}+\lim _{x \rightarrow 0} \frac{2 x}{e^{3 x} \sin x}\end{aligned} limx01e3xsinxxe1x21x+2\lim _{x \rightarrow 0} \frac{1}{e^{3 x} \cdot \frac{\sin x}{x} \cdot \frac{e^{\frac{1}{x^2}}}{\frac{1}{x}}}+2 =0+2{limyey2y=ey22y1=}=0+2 \quad\left\{\lim _{\mathrm{y} \rightarrow \infty} \frac{\mathrm{e}^{\mathrm{y}^2}}{\mathrm{y}}=\frac{\mathrm{e}^{\mathrm{y}^2} \cdot 2 \mathrm{y}}{1}=\infty\right\} =2=2
  5. Q5JEE Advanced Adv 2023 (Paper 2)
    Let f:[1.)Rf:[1.\infty )\rightarrow ℝ be a differentiable function such that f(1)=13f\left(1\right)=\dfrac{1}{3} and 31xf(t)dt=xf(x)x33,x[1,)3{\int }_{1}^{x}f\left(t\right)dt=xf\left(x\right)-\dfrac{{x}^{3}}{3},x\in [1,\infty ). Let ee denote the base of the natural logarithm. Then the value of f(e)f\left(e\right) is
    1. A.e2+43\dfrac{{e}^{2}+4}{3}
    2. B.loge4+e3\dfrac{{\log }_{e}4+e}{3}
    3. C.4e23\dfrac{4{e}^{2}}{3}
    4. D.e243\dfrac{{e}^{2}-4}{3}.
    Show answer & solution

    Answer: (C)

    Given, 31xf(t)dt=xf(x)x333{\int }_{1}^{x}f\left(t\right)dt=xf\left(x\right)-\dfrac{{x}^{3}}{3} Now differentiating both side we get, 3f(x)=f(x)+xf(x)x2\Rightarrow 3f\left(x\right)=f\left(x\right)+x{f}^{'}\left(x\right)-{x}^{2} xf(x)2f(x)=x2\Rightarrow x{f}^{'}\left(x\right)-2f\left(x\right)={x}^{2} f(x)2xf(x)=x\Rightarrow {f}^{'}\left(x\right)-\dfrac{2}{x}f\left(x\right)=x Which is a linear differential equation, I.F.=e2xdx=1x2\Rightarrow I.F.={e}^{-\dfrac{2}{x}dx}=\dfrac{1}{{x}^{2}} Now solution is given by, y(1x2)=x×1x2dx=lnx+C\Rightarrow y\left(\dfrac{1}{{x}^{2}}\right)=\int x\times \dfrac{1}{{x}^{2}}dx=\ln ⁡x+C y=x2(lnx+C)\Rightarrow y={x}^{2}(\ln ⁡x+C) f(x)=x2(lnx+C)\Rightarrow f\left(x\right)={x}^{2}(\ln x+C) Now using given value, f(1)=13f\left(1\right)=\dfrac{1}{3} we get, 0+C=13C=13\Rightarrow 0+C=\dfrac{1}{3}\Rightarrow C=\dfrac{1}{3} So, f(x)=x2(lnx+C)f\left(x\right)={x}^{2}\left(\ln x+C\right) f(e)=e2(lne+13)\Rightarrow f\left(e\right)={e}^{2}\left(\ln e+\dfrac{1}{3}\right) f(e)=4e23\Rightarrow f\left(e\right)=\dfrac{4{e}^{2}}{3}

24 more Differential Equations questions are waiting

Attempt the full chapter in a real NTA CBT simulator with instant scoring, year-wise filters and detailed solutions.

Practise all 29 questions

Differential Equations in JEE Advanced: previous year question analysis

Differential Equations has appeared 29 times in JEE Advanced between 2007 and 2026, making it the 35th most-asked of 93 chapters and about 1.2% of the bank. Over the last 5 years it has averaged 1.8 questions per year.

Total PYQs
29
Years covered
2007–2026
Weightage rank
#35 of 93
Share of bank
1.2%

How many Differential Equations questions appeared each year

Differential Equations JEE Advanced question count by year
YearQuestionsRelative volume
20142
20152
20162
20172
20183
20191
20201
20211
20222
20232
20252
20262

Question formats used in Differential Equations

  • Multiple-correct MCQ11
  • Single-correct MCQ11
  • Numerical / integer answer7

How Differential Equations compares with nearby chapters

Counts are computed from AcadXL’s own JEE Advanced question bank, tagged chapter- and sub-topic-wise and checked against official answer keys. Sign in to attempt the 29 Differential Equations questions with solutions.