Introduction to Board Exam PYQs

This section features 29 highly important Previous Year Questions (PYQs) from board-style examinations, aligned with trends up to 2026. In board exams, method and presentation are crucial. Always clearly identify the type of differential equation first — whether it is about order and degree, formation of differential equation, variable separable, homogeneous, or linear differential equation.

For Linear Differential Equations, explicitly state the standard form, identify PP and QQ, and write the Integrating Factor (I.F.) separately before solving. For equations solved by integration, do not forget to introduce the arbitrary constant CC immediately after integrating.

Question 1 [CBSE 2026]

Find the sum of the order and degree of the differential equation: ddx((dydx)3)=0\frac{d}{dx}\left( \left(\frac{dy}{dx}\right)^3 \right) = 0.

Solution: Step 1: Differentiate the given expression using the chain rule. ddx[(dydx)3]=3(dydx)2d2ydx2\frac{d}{dx}\left[\left(\frac{dy}{dx}\right)^3\right] = 3\left(\frac{dy}{dx}\right)^2 \frac{d^2y}{dx^2} So the equation becomes: 3(dydx)2d2ydx2=03\left(\frac{dy}{dx}\right)^2 \frac{d^2y}{dx^2} = 0

Step 2: Identify the highest order derivative. The highest derivative appearing is d2ydx2\frac{d^2y}{dx^2}. Therefore, the order = 2.

Step 3: Find the degree. The equation is polynomial in derivatives, and the highest order derivative d2ydx2\frac{d^2y}{dx^2} occurs to the first power. Therefore, the degree = 1.

Step 4: Find the sum. Order+Degree=2+1=3\text{Order} + \text{Degree} = 2 + 1 = 3

Answer: 3

Question 2 [CBSE 2025]

Find the order and degree of the differential equation: (d2sdt2)2+3(dsdt)3+4=0\left(\frac{d^2s}{dt^2}\right)^2 + 3\left(\frac{ds}{dt}\right)^3 + 4 = 0.

Solution: Step 1: Find the highest order derivative. The derivatives present are dsdt\frac{ds}{dt} and d2sdt2\frac{d^2s}{dt^2}. The highest order derivative is d2sdt2\frac{d^2s}{dt^2}. Hence, the order = 2.

Step 2: Check whether the equation is polynomial in derivatives. Yes. All derivatives appear with non-negative integer powers, and none is inside a transcendental function.

Step 3: Determine the degree. The highest order derivative d2sdt2\frac{d^2s}{dt^2} is raised to the power 2. Hence, the degree = 2.

Answer: Order = 2, Degree = 2

Question 3 [CBSE 2024]

Write the differential equation representing the family of curves y=Ae2x+Be2xy = A e^{2x} + B e^{-2x}, where AA and BB are arbitrary constants.

Solution: Step 1: Since there are two arbitrary constants AA and BB, we must differentiate twice to eliminate them.

Given: y=Ae2x+Be2xy = A e^{2x} + B e^{-2x}

Step 2: Differentiate once. dydx=2Ae2x2Be2x\frac{dy}{dx} = 2A e^{2x} - 2B e^{-2x}

Step 3: Differentiate again. d2ydx2=4Ae2x+4Be2x\frac{d^2y}{dx^2} = 4A e^{2x} + 4B e^{-2x} But from the original equation, Ae2x+Be2x=yA e^{2x} + B e^{-2x} = y So, d2ydx2=4y\frac{d^2y}{dx^2} = 4y

Step 4: Rearrange in standard differential equation form. d2ydx24y=0\frac{d^2y}{dx^2} - 4y = 0

Answer: d2ydx24y=0\frac{d^2y}{dx^2} - 4y = 0

Question 4 [CBSE 2023]

Solve the differential equation: dydx=1+y21+x2\frac{dy}{dx} = \frac{1+y^2}{1+x^2}.

Solution: Step 1: This is a variable separable differential equation because all yy terms can be brought to one side and all xx terms to the other side.

Separate the variables: dy1+y2=dx1+x2\frac{dy}{1+y^2} = \frac{dx}{1+x^2}

Step 2: Integrate both sides. 11+y2dy=11+x2dx\int \frac{1}{1+y^2} \, dy = \int \frac{1}{1+x^2} \, dx

Step 3: Use the standard integral formula: 11+z2dz=tan1z\int \frac{1}{1+z^2}dz = \tan^{-1} z So we get: tan1y=tan1x+C\tan^{-1} y = \tan^{-1} x + C

Answer: tan1y=tan1x+C\tan^{-1} y = \tan^{-1} x + C

Question 5 [CBSE 2026]

Find the general solution of: dydx=ex+y\frac{dy}{dx} = e^{x+y}.

Solution: Step 1: Rewrite the right-hand side as a product of a function of xx and a function of yy: dydx=exey\frac{dy}{dx} = e^x e^y This is a variable separable differential equation.

Step 2: Separate the variables. eydy=exdxe^{-y}dy = e^x dx

Step 3: Integrate both sides. eydy=exdx\int e^{-y}dy = \int e^x dx

Step 4: Evaluate the integrals. ey=ex+C-e^{-y} = e^x + C Multiply through by 1-1: ey=ex+C1e^{-y} = -e^x + C_1 Equivalently, writing the constant in a cleaner combined form, ex+ey=Ke^x + e^{-y} = K where KK is an arbitrary constant.

Answer: ex+ey=Ke^x + e^{-y} = K

Question 6 [CBSE 2025]

Solve: (ex+ex)dy(exex)dx=0(e^x + e^{-x}) dy - (e^x - e^{-x}) dx = 0.

Solution: Step 1: Rearrange the equation. (ex+ex)dy=(exex)dx(e^x + e^{-x})dy = (e^x - e^{-x})dx So, dy=exexex+exdxdy = \frac{e^x - e^{-x}}{e^x + e^{-x}} dx

Step 2: Integrate both sides. dy=exexex+exdx\int dy = \int \frac{e^x - e^{-x}}{e^x + e^{-x}} dx

Step 3: Observe that the numerator is the derivative of the denominator: ddx(ex+ex)=exex\frac{d}{dx}(e^x + e^{-x}) = e^x - e^{-x} Therefore, y=lnex+ex+Cy = \ln|e^x + e^{-x}| + C Since ex+ex>0e^x + e^{-x} > 0 for all real xx, absolute value is not necessary, though it is mathematically acceptable.

Answer: y=log(ex+ex)+Cy = \log(e^x + e^{-x}) + C

Question 7 [CBSE 2024]

Find the general solution of: log(dydx)=3x+4y\log\left(\frac{dy}{dx}\right) = 3x + 4y.

Solution: Step 1: Convert the logarithmic form into exponential form. dydx=e3x+4y=e3xe4y\frac{dy}{dx} = e^{3x+4y} = e^{3x} e^{4y} This is now variable separable.

Step 2: Separate the variables. e4ydy=e3xdxe^{-4y} dy = e^{3x} dx

Step 3: Integrate both sides. e4ydy=e3xdx\int e^{-4y} dy = \int e^{3x} dx

Step 4: Evaluate the integrals. 14e4y=13e3x+C-\frac{1}{4}e^{-4y} = \frac{1}{3}e^{3x} + C Multiply throughout by 12: 3e4y=4e3x+C1-3e^{-4y} = 4e^{3x} + C_1 Rearranging, 4e3x+3e4y=K4e^{3x} + 3e^{-4y} = K where KK is an arbitrary constant.

Answer: 4e3x+3e4y=K4e^{3x} + 3e^{-4y} = K

Question 8 [CBSE 2023]

Solve the differential equation: 1x2dy+1y2dx=0\sqrt{1-x^2} dy + \sqrt{1-y^2} dx = 0.

Solution: Step 1: Separate variables. 1x2dy=1y2dx\sqrt{1-x^2}dy = -\sqrt{1-y^2}dx dy1y2=dx1x2\frac{dy}{\sqrt{1-y^2}} = -\frac{dx}{\sqrt{1-x^2}}

Step 2: Integrate both sides. dy1y2=dx1x2\int \frac{dy}{\sqrt{1-y^2}} = -\int \frac{dx}{\sqrt{1-x^2}}

Step 3: Use the standard formula: 11z2dz=sin1z\int \frac{1}{\sqrt{1-z^2}}dz = \sin^{-1} z Thus, sin1y=sin1x+C\sin^{-1} y = -\sin^{-1} x + C Rearranging, sin1x+sin1y=C\sin^{-1} x + \sin^{-1} y = C

Answer: sin1x+sin1y=C\sin^{-1} x + \sin^{-1} y = C

Question 9 [CBSE 2026]

Solve: x1+y2dx+y1+x2dy=0x \sqrt{1+y^2} dx + y \sqrt{1+x^2} dy = 0.

Solution: Step 1: Rearrange to separate variables. y1+x2dy=x1+y2dxy\sqrt{1+x^2}dy = -x\sqrt{1+y^2}dx y1+y2dy=x1+x2dx\frac{y}{\sqrt{1+y^2}}dy = -\frac{x}{\sqrt{1+x^2}}dx

Step 2: Integrate both sides. y1+y2dy=x1+x2dx\int \frac{y}{\sqrt{1+y^2}}dy = -\int \frac{x}{\sqrt{1+x^2}}dx

Step 3: Use substitution on both sides. For the left side, let u=1+y2u = 1+y^2, then du=2ydydu = 2y dy. So, y1+y2dy=1+y2\int \frac{y}{\sqrt{1+y^2}}dy = \sqrt{1+y^2} Similarly, x1+x2dx=1+x2\int \frac{x}{\sqrt{1+x^2}}dx = \sqrt{1+x^2}

Step 4: Therefore, 1+y2=1+x2+C\sqrt{1+y^2} = -\sqrt{1+x^2} + C or, 1+x2+1+y2=C\sqrt{1+x^2} + \sqrt{1+y^2} = C

Answer: 1+x2+1+y2=C\sqrt{1+x^2} + \sqrt{1+y^2} = C

Question 10 [CBSE 2022]

Find the particular solution of dydx=4xy2\frac{dy}{dx} = -4xy^2, given that y=1y = 1 when x=0x = 0.

Solution: Step 1: Separate the variables. dyy2=4xdx\frac{dy}{y^2} = -4x dx

Step 2: Integrate both sides. y2dy=4xdx\int y^{-2}dy = \int -4x dx 1y=2x2+C-\frac{1}{y} = -2x^2 + C Multiply by 1-1: 1y=2x2+C1\frac{1}{y} = 2x^2 + C_1

Step 3: Apply the initial condition y(0)=1y(0)=1. 1=0+C1    C1=11 = 0 + C_1 \implies C_1 = 1

Step 4: Substitute the value of the constant. 1y=2x2+1\frac{1}{y} = 2x^2 + 1 Hence, y=12x2+1y = \frac{1}{2x^2+1}

Answer: y=12x2+1y = \frac{1}{2x^2+1}

Question 11 [CBSE 2025]

Solve: dydx=1x+yxy\frac{dy}{dx} = 1 - x + y - xy.

Solution: Step 1: Factor the right-hand side. 1x+yxy=(1x)+y(1x)=(1x)(1+y)1 - x + y - xy = (1-x) + y(1-x) = (1-x)(1+y) So the differential equation becomes: dydx=(1x)(1+y)\frac{dy}{dx} = (1-x)(1+y)

Step 2: Separate variables. dy1+y=(1x)dx\frac{dy}{1+y} = (1-x)dx

Step 3: Integrate both sides. dy1+y=(1x)dx\int \frac{dy}{1+y} = \int (1-x)dx

Step 4: Evaluate the integrals. log1+y=xx22+C\log|1+y| = x - \frac{x^2}{2} + C

Answer: log1+y=xx22+C\log|1+y| = x - \frac{x^2}{2} + C

Question 12 [CBSE 2024]

Solve: ylogydxxdy=0y \log y dx - x dy = 0.

Solution: Step 1: Rearrange the equation. ylogydx=xdyy\log y \, dx = x \, dy dxx=dyylogy\frac{dx}{x} = \frac{dy}{y\log y}

Step 2: Integrate both sides. dxx=dyylogy\int \frac{dx}{x} = \int \frac{dy}{y\log y}

Step 3: For the right side, use substitution: Let t=logy    dt=1ydyt = \log y \implies dt = \frac{1}{y}dy Then, dyylogy=dtt=logt+C=loglogy+C\int \frac{dy}{y\log y} = \int \frac{dt}{t} = \log|t| + C = \log|\log y| + C

Step 4: So, logx=loglogy+C\log|x| = \log|\log y| + C Write C=logKC = \log|K| for simplification: logx=logKlogy\log|x| = \log|K\log y| Hence, x=Klogyx = K\log y

Answer: x=Clogyx = C \log y

Question 13 [CBSE 2026]

Solve the homogeneous differential equation: (x2+xy)dy=(x2+y2)dx(x^2+xy)dy = (x^2+y^2)dx.

Solution: Step 1: Rewrite the equation in differential form. dydx=x2+y2x2+xy\frac{dy}{dx} = \frac{x^2+y^2}{x^2+xy} Since numerator and denominator are homogeneous expressions of degree 2, the equation is homogeneous.

Step 2: Put y=vx    dydx=v+xdvdxy = vx \implies \frac{dy}{dx} = v + x\frac{dv}{dx} Substitute: v+xdvdx=1+v21+vv + x\frac{dv}{dx} = \frac{1+v^2}{1+v}

Step 3: Simplify. xdvdx=1+v21+vv=1v1+vx\frac{dv}{dx} = \frac{1+v^2}{1+v} - v = \frac{1-v}{1+v} Thus, 1+v1vdv=dxx\frac{1+v}{1-v}dv = \frac{dx}{x}

Step 4: Simplify the integrand before integrating. 1+v1v=1+21v\frac{1+v}{1-v} = -1 + \frac{2}{1-v} So, (1+21v)dv=dxx\int \left(-1 + \frac{2}{1-v}\right) dv = \int \frac{dx}{x}

Step 5: Integrate. v2log1v=logx+C-v - 2\log|1-v| = \log|x| + C

Step 6: Substitute back v=y/xv = y/x. yx2log1yx=logx+C-\frac{y}{x} - 2\log\left|1-\frac{y}{x}\right| = \log|x| + C Now, 1yx=xyx1-\frac{y}{x} = \frac{x-y}{x} Hence, log1yx=logxylogx\log\left|1-\frac{y}{x}\right| = \log|x-y| - \log|x| Substituting, yx2logxy+2logx=logx+C-\frac{y}{x} - 2\log|x-y| + 2\log|x| = \log|x| + C Therefore, yx2logxy+logx=C-\frac{y}{x} - 2\log|x-y| + \log|x| = C

Answer: yx2logxy+logx=C-\frac{y}{x} - 2\log|x-y| + \log|x| = C

Question 14 [CBSE 2023]

Solve: xdyydx=x2+y2dxx dy - y dx = \sqrt{x^2+y^2} dx.

Solution: Step 1: Rearrange to isolate dydx\frac{dy}{dx}. xdy=(y+x2+y2)dxxdy = (y + \sqrt{x^2+y^2})dx dydx=yx+1+(yx)2\frac{dy}{dx} = \frac{y}{x} + \sqrt{1+\left(\frac{y}{x}\right)^2} This is a homogeneous differential equation.

Step 2: Put y=vx    dydx=v+xdvdxy = vx \implies \frac{dy}{dx} = v + x\frac{dv}{dx} Substitute: v+xdvdx=v+1+v2v + x\frac{dv}{dx} = v + \sqrt{1+v^2}

Step 3: Simplify and separate. xdvdx=1+v2x\frac{dv}{dx} = \sqrt{1+v^2} dv1+v2=dxx\frac{dv}{\sqrt{1+v^2}} = \frac{dx}{x}

Step 4: Integrate. logv+1+v2=logx+logC\log|v+\sqrt{1+v^2}| = \log|x| + \log|C| v+1+v2=Cxv+\sqrt{1+v^2} = Cx

Step 5: Substitute back v=y/xv = y/x. yx+1+(yx)2=Cx\frac{y}{x} + \sqrt{1+\left(\frac{y}{x}\right)^2} = Cx Multiply through by xx: y+x2+y2=Cx2y + \sqrt{x^2+y^2} = Cx^2

Answer: y+x2+y2=Cx2y + \sqrt{x^2+y^2} = Cx^2

Question 15 [CBSE 2025]

Solve: xdydx=yxtan(yx)x \frac{dy}{dx} = y - x \tan\left(\frac{y}{x}\right).

Solution: Step 1: Divide by xx: dydx=yxtan(yx)\frac{dy}{dx} = \frac{y}{x} - \tan\left(\frac{y}{x}\right) This is homogeneous.

Step 2: Put y=vx    dydx=v+xdvdxy = vx \implies \frac{dy}{dx} = v + x\frac{dv}{dx} Substitute: v+xdvdx=vtanvv + x\frac{dv}{dx} = v - \tan v

Step 3: Simplify. xdvdx=tanvx\frac{dv}{dx} = -\tan v cotvdv=dxx\cot v \, dv = -\frac{dx}{x}

Step 4: Integrate. cotvdv=dxx\int \cot v \, dv = -\int \frac{dx}{x} logsinv=logx+logC\log|\sin v| = -\log|x| + \log|C| So, logsinv=logCx\log|\sin v| = \log\left|\frac{C}{x}\right| sinv=Cx\sin v = \frac{C}{x}

Step 5: Replace v=y/xv = y/x. xsin(yx)=Cx\sin\left(\frac{y}{x}\right) = C

Answer: xsin(yx)=Cx \sin\left(\frac{y}{x}\right) = C

Question 16 [CBSE 2026]

Solve: (x2y2)dx+2xydy=0(x^2-y^2)dx + 2xy dy = 0.

Solution: Step 1: Rearrange in differential equation form. 2xydy=(y2x2)dx2xy \, dy = (y^2-x^2)dx dydx=y2x22xy\frac{dy}{dx} = \frac{y^2-x^2}{2xy} This is homogeneous.

Step 2: Put y=vx    dydx=v+xdvdxy = vx \implies \frac{dy}{dx} = v + x\frac{dv}{dx} Substitute: v+xdvdx=v212vv + x\frac{dv}{dx} = \frac{v^2-1}{2v}

Step 3: Simplify. xdvdx=v212vv=1+v22vx\frac{dv}{dx} = \frac{v^2-1}{2v} - v = -\frac{1+v^2}{2v} So, 2v1+v2dv=dxx\frac{2v}{1+v^2}dv = -\frac{dx}{x}

Step 4: Integrate. 2v1+v2dv=dxx\int \frac{2v}{1+v^2}dv = -\int \frac{dx}{x} log(1+v2)=logx+logC\log(1+v^2) = -\log|x| + \log|C| Hence, 1+v2=Cx1+v^2 = \frac{C}{x}

Step 5: Replace v=y/xv = y/x. 1+y2x2=Cx1 + \frac{y^2}{x^2} = \frac{C}{x} Multiply by x2x^2: x2+y2=Cxx^2 + y^2 = Cx

Answer: x2+y2=Cxx^2+y^2 = Cx

Question 17 [CBSE 2024]

Solve: ydx+xlog(yx)dy2xdy=0y dx + x \log\left(\frac{y}{x}\right) dy - 2x dy = 0.

Solution: Step 1: Rearrange to express dxdy\frac{dx}{dy}. ydx=x(2logyx)dyy \, dx = x\left(2 - \log\frac{y}{x}\right)dy dxdy=xy(2logyx)\frac{dx}{dy} = \frac{x}{y}\left(2 - \log\frac{y}{x}\right) This is homogeneous in the form dxdy=f(x/y)\frac{dx}{dy} = f(x/y).

Step 2: Put x=vy    dxdy=v+ydvdyx = vy \implies \frac{dx}{dy} = v + y\frac{dv}{dy} Also, yx=1v,log(yx)=logv\frac{y}{x} = \frac{1}{v}, \qquad \log\left(\frac{y}{x}\right) = -\log v So the equation becomes: v+ydvdy=v(2+logv)v + y\frac{dv}{dy} = v(2 + \log v)

Step 3: Simplify. ydvdy=v(1+logv)y\frac{dv}{dy} = v(1 + \log v) Now separate the variables: dvv(1+logv)=dyy\frac{dv}{v(1+\log v)} = \frac{dy}{y}

Step 4: Integrate. Let u=1+logv    du=1vdvu = 1 + \log v \implies du = \frac{1}{v}dv Then, duu=dyy\int \frac{du}{u} = \int \frac{dy}{y} log1+logv=logy+C\log|1+\log v| = \log|y| + C

Step 5: Remove logarithms. 1+logv=Cy1 + \log v = Cy Substitute back v=x/yv = x/y: 1+log(xy)=Cy1 + \log\left(\frac{x}{y}\right) = Cy

Answer: 1+log(xy)=Cy1 + \log\left(\frac{x}{y}\right) = Cy

Question 18 [CBSE 2022]

Solve: (x3+y3)dyx2ydx=0(x^3+y^3)dy - x^2y dx = 0.

Solution: Step 1: Rearrange the equation. dydx=x2yx3+y3\frac{dy}{dx} = \frac{x^2y}{x^3+y^3} This is homogeneous.

Step 2: Put y=vx    dydx=v+xdvdxy = vx \implies \frac{dy}{dx} = v + x\frac{dv}{dx} Substitute: v+xdvdx=v1+v3v + x\frac{dv}{dx} = \frac{v}{1+v^3}

Step 3: Simplify. xdvdx=v1+v3v=v41+v3x\frac{dv}{dx} = \frac{v}{1+v^3} - v = -\frac{v^4}{1+v^3} So, 1+v3v4dv=dxx\frac{1+v^3}{v^4}dv = -\frac{dx}{x} (v4+v1)dv=dxx\left(v^{-4} + v^{-1}\right)dv = -\frac{dx}{x}

Step 4: Integrate. v4dv+v1dv=dxx\int v^{-4}dv + \int v^{-1}dv = -\int \frac{dx}{x} 13v3+logv=logx+C-\frac{1}{3v^3} + \log|v| = -\log|x| + C Now, logv+logx=logvx=logy\log|v| + \log|x| = \log|vx| = \log|y| Hence, logy13v3=C\log|y| - \frac{1}{3v^3} = C Since v=yx    1v3=x3y3v = \frac{y}{x} \implies \frac{1}{v^3} = \frac{x^3}{y^3} we get logyx33y3=C\log|y| - \frac{x^3}{3y^3} = C

Answer: logyx33y3=C\log|y| - \frac{x^3}{3y^3} = C

Question 19 [CBSE 2025]

Find the particular solution of 2xy+y22x2dydx=02xy + y^2 - 2x^2 \frac{dy}{dx} = 0, given y=2y=2 when x=1x=1.

Solution: Step 1: Rearrange to isolate dydx\frac{dy}{dx}. 2x2dydx=2xy+y22x^2\frac{dy}{dx} = 2xy + y^2 dydx=2xy+y22x2\frac{dy}{dx} = \frac{2xy+y^2}{2x^2} This is homogeneous.

Step 2: Put y=vx    dydx=v+xdvdxy = vx \implies \frac{dy}{dx} = v + x\frac{dv}{dx} Substitute: v+xdvdx=2v+v22=v+v22v + x\frac{dv}{dx} = \frac{2v+v^2}{2} = v + \frac{v^2}{2}

Step 3: Simplify and separate. xdvdx=v22x\frac{dv}{dx} = \frac{v^2}{2} dvv2=dx2x\frac{dv}{v^2} = \frac{dx}{2x}

Step 4: Integrate. v2dv=12dxx\int v^{-2}dv = \frac{1}{2}\int \frac{dx}{x} 1v=12logx+C-\frac{1}{v} = \frac{1}{2}\log|x| + C

Step 5: Replace v=y/xv = y/x. xy=12logx+C-\frac{x}{y} = \frac{1}{2}\log|x| + C

Step 6: Apply the condition y=2y=2 when x=1x=1. 12=0+C    C=12-\frac{1}{2} = 0 + C \implies C = -\frac{1}{2}

Step 7: Substitute back. xy=12logx12-\frac{x}{y} = \frac{1}{2}\log|x| - \frac{1}{2} Multiply by 2-2: 2xy=1logx\frac{2x}{y} = 1 - \log|x| Hence, y=2x1logxy = \frac{2x}{1 - \log|x|}

Answer: y=2x1logxy = \frac{2x}{1 - \log|x|}

Question 20 [CBSE 2026]

Solve: dydx+2y=e3x\frac{dy}{dx} + 2y = e^{3x}.

Solution: Step 1: This is a linear differential equation in the form: dydx+Py=Q\frac{dy}{dx} + Py = Q Here, P=2,Q=e3xP = 2, \qquad Q = e^{3x}

Step 2: Find the Integrating Factor. I.F.=e2dx=e2x\text{I.F.} = e^{\int 2dx} = e^{2x}

Step 3: Apply the linear differential equation formula. ye2x=e3xe2xdx+Cy e^{2x} = \int e^{3x}e^{2x}dx + C ye2x=e5xdx+Cy e^{2x} = \int e^{5x}dx + C

Step 4: Integrate. ye2x=e5x5+Cy e^{2x} = \frac{e^{5x}}{5} + C So, y=e3x5+Ce2xy = \frac{e^{3x}}{5} + Ce^{-2x}

Answer: y=e3x5+Ce2xy = \frac{e^{3x}}{5} + Ce^{-2x}

Question 21 [CBSE 2024]

Solve: dydx+ycotx=2x+x2cotx\frac{dy}{dx} + y \cot x = 2x + x^2 \cot x.

Solution: Step 1: This is a linear differential equation with P=cotx,Q=2x+x2cotxP = \cot x, \qquad Q = 2x + x^2\cot x

Step 2: Find the Integrating Factor. I.F.=ecotxdx=elog(sinx)=sinx\text{I.F.} = e^{\int \cot x \, dx} = e^{\log(\sin x)} = \sin x

Step 3: Apply the formula. ysinx=(2x+x2cotx)sinxdx+Cy\sin x = \int (2x + x^2\cot x)\sin x \, dx + C ysinx=(2xsinx+x2cosx)dx+Cy\sin x = \int (2x\sin x + x^2\cos x)dx + C

Step 4: Notice that the integrand is the derivative of x2sinxx^2\sin x: ddx(x2sinx)=2xsinx+x2cosx\frac{d}{dx}(x^2\sin x) = 2x\sin x + x^2\cos x Therefore, ysinx=x2sinx+Cy\sin x = x^2\sin x + C

Answer: ysinx=x2sinx+Cy \sin x = x^2 \sin x + C

Question 22 [CBSE 2023]

Solve: xlogxdydx+y=2xlogxx \log x \frac{dy}{dx} + y = \frac{2}{x} \log x.

Solution: Step 1: Divide the equation by xlogxx\log x. dydx+1xlogxy=2x2\frac{dy}{dx} + \frac{1}{x\log x}y = \frac{2}{x^2} Thus, P=1xlogx,Q=2x2P = \frac{1}{x\log x}, \qquad Q = \frac{2}{x^2}

Step 2: Find the Integrating Factor. I.F.=e1xlogxdx\text{I.F.} = e^{\int \frac{1}{x\log x}dx} Let t=logx    dt=1xdxt = \log x \implies dt = \frac{1}{x}dx Then, 1xlogxdx=dtt=log(logx)\int \frac{1}{x\log x}dx = \int \frac{dt}{t} = \log(\log x) Therefore, I.F.=elog(logx)=logx\text{I.F.} = e^{\log(\log x)} = \log x

Step 3: Apply the formula. ylogx=2x2logxdx+Cy\log x = \int \frac{2}{x^2}\log x \, dx + C But this is not simplified correctly if we stop there. Since the formula requires QI.F.Q \cdot \text{I.F.}, we compute: QI.F.=2x2logxQ \cdot \text{I.F.} = \frac{2}{x^2} \cdot \log x So, ylogx=2logxx2dx+Cy\log x = \int \frac{2\log x}{x^2}dx + C

Step 4: Integrate by parts. Let u=logx,dv=2x2dxu = \log x, \quad dv = \frac{2}{x^2}dx Then, du=1xdx,v=2xdu = \frac{1}{x}dx, \quad v = -\frac{2}{x} Thus, 2logxx2dx=2logxx+2x2dx\int \frac{2\log x}{x^2}dx = -\frac{2\log x}{x} + \int \frac{2}{x^2}dx =2logxx2x= -\frac{2\log x}{x} - \frac{2}{x}

Therefore, ylogx=2logxx2x+Cy\log x = -\frac{2\log x}{x} - \frac{2}{x} + C or, ylogx=2x(logx+1)+Cy\log x = -\frac{2}{x}(\log x + 1) + C

Answer: ylogx=2x(logx+1)+Cy \log x = -\frac{2}{x}(\log x + 1) + C

Question 23 [CBSE 2025]

Solve: (1+x2)dy+2xydx=cotxdx(1+x^2)dy + 2xy dx = \cot x dx (x0x \neq 0).

Solution: Step 1: Divide by dxdx and then by (1+x2)(1+x^2): dydx+2x1+x2y=cotx1+x2\frac{dy}{dx} + \frac{2x}{1+x^2}y = \frac{\cot x}{1+x^2} This is linear with P=2x1+x2,Q=cotx1+x2P = \frac{2x}{1+x^2}, \qquad Q = \frac{\cot x}{1+x^2}

Step 2: Find the Integrating Factor. I.F.=e2x1+x2dx=elog(1+x2)=1+x2\text{I.F.} = e^{\int \frac{2x}{1+x^2}dx} = e^{\log(1+x^2)} = 1+x^2

Step 3: Apply the formula. y(1+x2)=cotx1+x2(1+x2)dx+Cy(1+x^2) = \int \frac{\cot x}{1+x^2}(1+x^2)dx + C y(1+x2)=cotxdx+Cy(1+x^2) = \int \cot x \, dx + C

Step 4: Integrate. cotxdx=logsinx\int \cot x \, dx = \log|\sin x| Therefore, y(1+x2)=logsinx+Cy(1+x^2) = \log|\sin x| + C

Answer: y(1+x2)=logsinx+Cy(1+x^2) = \log|\sin x| + C

Question 24 [CBSE 2022]

Solve: dydx+ysecx=tanx\frac{dy}{dx} + y \sec x = \tan x.

Solution: Step 1: This is linear with P=secx,Q=tanxP = \sec x, \qquad Q = \tan x

Step 2: Find the Integrating Factor. I.F.=esecxdx=elog(secx+tanx)=secx+tanx\text{I.F.} = e^{\int \sec x dx} = e^{\log(\sec x + \tan x)} = \sec x + \tan x

Step 3: Apply the formula. y(secx+tanx)=tanx(secx+tanx)dx+Cy(\sec x + \tan x) = \int \tan x(\sec x + \tan x)dx + C =(secxtanx+tan2x)dx+C= \int (\sec x\tan x + \tan^2x)dx + C Use the identity: tan2x=sec2x1\tan^2x = \sec^2x - 1 So, y(secx+tanx)=(secxtanx+sec2x1)dx+Cy(\sec x + \tan x) = \int (\sec x\tan x + \sec^2x - 1)dx + C

Step 4: Integrate termwise. y(secx+tanx)=secx+tanxx+Cy(\sec x + \tan x) = \sec x + \tan x - x + C

Answer: y(secx+tanx)=secx+tanxx+Cy(\sec x + \tan x) = \sec x + \tan x - x + C

Question 25 [CBSE 2026]

Solve: (x+y)dydx=1(x+y) \frac{dy}{dx} = 1.

Solution: Step 1: It is not linear in yy, but if we take reciprocal, it becomes linear in xx. dxdy=x+y\frac{dx}{dy} = x + y Thus, dxdyx=y\frac{dx}{dy} - x = y This is linear in xx with P1=1,Q1=yP_1 = -1, \qquad Q_1 = y

Step 2: Find the Integrating Factor with respect to yy. I.F.=e1dy=ey\text{I.F.} = e^{\int -1 \, dy} = e^{-y}

Step 3: Apply the formula. xey=yeydy+Cxe^{-y} = \int ye^{-y}dy + C

Step 4: Integrate by parts. Let u=y,dv=eydyu = y, \quad dv = e^{-y}dy Then, du=dy,v=eydu = dy, \quad v = -e^{-y} Hence, yeydy=yeyey\int ye^{-y}dy = -ye^{-y} - e^{-y} So, xey=yeyey+Cxe^{-y} = -ye^{-y} - e^{-y} + C Multiply by eye^y: x=y1+Ceyx = -y - 1 + Ce^y

Answer: x+y+1=Ceyx + y + 1 = Ce^y

Question 26 [CBSE 2024]

Solve: (1+y2)dx=(tan1yx)dy(1+y^2)dx = (\tan^{-1}y - x)dy.

Solution: Step 1: Rearrange into linear form in xx. dxdy=tan1yx1+y2\frac{dx}{dy} = \frac{\tan^{-1}y - x}{1+y^2} dxdy+11+y2x=tan1y1+y2\frac{dx}{dy} + \frac{1}{1+y^2}x = \frac{\tan^{-1}y}{1+y^2} This is linear with P1=11+y2,Q1=tan1y1+y2P_1 = \frac{1}{1+y^2}, \qquad Q_1 = \frac{\tan^{-1}y}{1+y^2}

Step 2: Find the Integrating Factor. I.F.=e11+y2dy=etan1y\text{I.F.} = e^{\int \frac{1}{1+y^2}dy} = e^{\tan^{-1}y}

Step 3: Apply the formula. xetan1y=tan1y1+y2etan1ydy+Cxe^{\tan^{-1}y} = \int \frac{\tan^{-1}y}{1+y^2} e^{\tan^{-1}y} dy + C Let t=tan1y    dt=11+y2dyt = \tan^{-1}y \implies dt = \frac{1}{1+y^2}dy Then, tetdt=tetet\int t e^t dt = te^t - e^t Thus, xetan1y=etan1y(tan1y1)+Cxe^{\tan^{-1}y} = e^{\tan^{-1}y}(\tan^{-1}y - 1) + C So, x=tan1y1+Cetan1yx = \tan^{-1}y - 1 + Ce^{-\tan^{-1}y}

Answer: x=tan1y1+Cetan1yx = \tan^{-1}y - 1 + Ce^{-\tan^{-1}y}

Question 27 [CBSE 2025]

Solve the IVP: dydx+yx=ex\frac{dy}{dx} + \frac{y}{x} = e^x, x>0x>0, given y(1)=1y(1)=1.

Solution: Step 1: This is linear with P=1x,Q=exP = \frac{1}{x}, \qquad Q = e^x

Step 2: Find the Integrating Factor. I.F.=e1xdx=elogx=x\text{I.F.} = e^{\int \frac{1}{x}dx} = e^{\log x} = x

Step 3: Apply the formula. yx=xexdx+Cyx = \int xe^x dx + C

Step 4: Integrate by parts. We know: xexdx=xexex\int xe^x dx = xe^x - e^x So, yx=ex(x1)+Cyx = e^x(x-1) + C

Step 5: Apply the initial condition y(1)=1y(1)=1. 11=e(11)+C    C=11\cdot 1 = e(1-1) + C \implies C = 1

Step 6: Therefore, yx=ex(x1)+1yx = e^x(x-1) + 1

Answer: yx=ex(x1)+1yx = e^x(x-1) + 1

Question 28 [CBSE 2023]

Solve: cos2xdydx+y=tanx\cos^2x \frac{dy}{dx} + y = \tan x.

Solution: Step 1: Divide by cos2x\cos^2x. dydx+ysec2x=tanxsec2x\frac{dy}{dx} + y\sec^2x = \tan x\sec^2x This is linear with P=sec2x,Q=tanxsec2xP = \sec^2x, \qquad Q = \tan x\sec^2x

Step 2: Find the Integrating Factor. I.F.=esec2xdx=etanx\text{I.F.} = e^{\int \sec^2x dx} = e^{\tan x}

Step 3: Apply the formula. yetanx=tanxsec2xetanxdx+Cye^{\tan x} = \int \tan x\sec^2x e^{\tan x} dx + C Let t=tanx    dt=sec2xdxt = \tan x \implies dt = \sec^2x dx Then, tetdt=et(t1)\int te^t dt = e^t(t-1) So, yetanx=etanx(tanx1)+Cye^{\tan x} = e^{\tan x}(\tan x - 1) + C

Step 4: Divide by etanxe^{\tan x}. y=tanx1+Cetanxy = \tan x - 1 + Ce^{-\tan x}

Answer: y=tanx1+Cetanxy = \tan x - 1 + Ce^{-\tan x}

Question 29 [CBSE 2026]

In a bank, principal increases continuously at the rate of 5%5\% per year. In how many years will Rs 1000 double itself?

Solution: Step 1: Let the principal at time tt years be PP. Since the rate of increase is proportional to the amount present, dPdt=0.05P\frac{dP}{dt} = 0.05P This is a variable separable differential equation.

Step 2: Separate the variables. dPP=0.05dt\frac{dP}{P} = 0.05 dt

Step 3: Integrate both sides. dPP=0.05dt\int \frac{dP}{P} = \int 0.05 dt logP=0.05t+C\log P = 0.05t + C

Step 4: Use the initial condition. At t=0t=0, the principal is Rs 1000. So, log1000=C\log 1000 = C Hence, logP=0.05t+log1000\log P = 0.05t + \log 1000 log(P1000)=0.05t\log\left(\frac{P}{1000}\right) = 0.05t

Step 5: We want the time when the principal becomes Rs 2000. log(20001000)=0.05t\log\left(\frac{2000}{1000}\right) = 0.05t log2=0.05t=t20\log 2 = 0.05t = \frac{t}{20} Thus, t=20loge2t = 20\log_e 2

Answer: 20loge220\log_e 2 years.