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 P and Q, and write the Integrating Factor (I.F.) separately before solving. For equations solved by integration, do not forget to introduce the arbitrary constant C immediately after integrating.
Question 1 [CBSE 2026]
Find the sum of the order and degree of the differential equation: dxd((dxdy)3)=0.
Solution:
Step 1: Differentiate the given expression using the chain rule.
dxd[(dxdy)3]=3(dxdy)2dx2d2y
So the equation becomes:
3(dxdy)2dx2d2y=0
Step 2: Identify the highest order derivative.
The highest derivative appearing is dx2d2y.
Therefore, the order = 2.
Step 3: Find the degree.
The equation is polynomial in derivatives, and the highest order derivative dx2d2y occurs to the first power.
Therefore, the degree = 1.
Step 4: Find the sum.
Order+Degree=2+1=3
Answer: 3
Question 2 [CBSE 2025]
Find the order and degree of the differential equation: (dt2d2s)2+3(dtds)3+4=0.
Solution:
Step 1: Find the highest order derivative.
The derivatives present are dtds and dt2d2s. The highest order derivative is dt2d2s.
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 dt2d2s 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+Be−2x, where A and B are arbitrary constants.
Solution:
Step 1: Since there are two arbitrary constantsA and B, we must differentiate twice to eliminate them.
Given:
y=Ae2x+Be−2x
Step 2: Differentiate once.
dxdy=2Ae2x−2Be−2x
Step 3: Differentiate again.
dx2d2y=4Ae2x+4Be−2x
But from the original equation,
Ae2x+Be−2x=y
So,
dx2d2y=4y
Step 4: Rearrange in standard differential equation form.
dx2d2y−4y=0
Answer:dx2d2y−4y=0
Question 4 [CBSE 2023]
Solve the differential equation: dxdy=1+x21+y2.
Solution:
Step 1: This is a variable separable differential equation because all y terms can be brought to one side and all x terms to the other side.
Separate the variables:
1+y2dy=1+x2dx
Step 2: Integrate both sides.
∫1+y21dy=∫1+x21dx
Step 3: Use the standard integral formula:
∫1+z21dz=tan−1z
So we get:
tan−1y=tan−1x+C
Answer:tan−1y=tan−1x+C
Question 5 [CBSE 2026]
Find the general solution of: dxdy=ex+y.
Solution:
Step 1: Rewrite the right-hand side as a product of a function of x and a function of y:
dxdy=exey
This is a variable separable differential equation.
Step 2: Separate the variables.
e−ydy=exdx
Step 3: Integrate both sides.
∫e−ydy=∫exdx
Step 4: Evaluate the integrals.
−e−y=ex+C
Multiply through by −1:
e−y=−ex+C1
Equivalently, writing the constant in a cleaner combined form,
ex+e−y=K
where K is an arbitrary constant.
Answer:ex+e−y=K
Question 6 [CBSE 2025]
Solve: (ex+e−x)dy−(ex−e−x)dx=0.
Solution:
Step 1: Rearrange the equation.
(ex+e−x)dy=(ex−e−x)dx
So,
dy=ex+e−xex−e−xdx
Step 2: Integrate both sides.
∫dy=∫ex+e−xex−e−xdx
Step 3: Observe that the numerator is the derivative of the denominator:
dxd(ex+e−x)=ex−e−x
Therefore,
y=ln∣ex+e−x∣+C
Since ex+e−x>0 for all real x, absolute value is not necessary, though it is mathematically acceptable.
Answer:y=log(ex+e−x)+C
Question 7 [CBSE 2024]
Find the general solution of: log(dxdy)=3x+4y.
Solution:
Step 1: Convert the logarithmic form into exponential form.
dxdy=e3x+4y=e3xe4y
This is now variable separable.
Step 2: Separate the variables.
e−4ydy=e3xdx
Step 3: Integrate both sides.
∫e−4ydy=∫e3xdx
Step 4: Evaluate the integrals.
−41e−4y=31e3x+C
Multiply throughout by 12:
−3e−4y=4e3x+C1
Rearranging,
4e3x+3e−4y=K
where K is an arbitrary constant.
Answer:4e3x+3e−4y=K
Question 8 [CBSE 2023]
Solve the differential equation: 1−x2dy+1−y2dx=0.
Solution:
Step 1: Separate variables.
1−x2dy=−1−y2dx1−y2dy=−1−x2dx
Step 2: Integrate both sides.
∫1−y2dy=−∫1−x2dx
Step 3: Use the standard formula:
∫1−z21dz=sin−1z
Thus,
sin−1y=−sin−1x+C
Rearranging,
sin−1x+sin−1y=C
Answer:sin−1x+sin−1y=C
Question 9 [CBSE 2026]
Solve: x1+y2dx+y1+x2dy=0.
Solution:
Step 1: Rearrange to separate variables.
y1+x2dy=−x1+y2dx1+y2ydy=−1+x2xdx
Step 2: Integrate both sides.
∫1+y2ydy=−∫1+x2xdx
Step 3: Use substitution on both sides.
For the left side, let u=1+y2, then du=2ydy.
So,
∫1+y2ydy=1+y2
Similarly,
∫1+x2xdx=1+x2
Find the particular solution of dxdy=−4xy2, given that y=1 when x=0.
Solution:
Step 1: Separate the variables.
y2dy=−4xdx
Step 2: Integrate both sides.
∫y−2dy=∫−4xdx−y1=−2x2+C
Multiply by −1:
y1=2x2+C1
Step 3: Apply the initial condition y(0)=1.
1=0+C1⟹C1=1
Step 4: Substitute the value of the constant.
y1=2x2+1
Hence,
y=2x2+11
Answer:y=2x2+11
Question 11 [CBSE 2025]
Solve: dxdy=1−x+y−xy.
Solution:
Step 1: Factor the right-hand side.
1−x+y−xy=(1−x)+y(1−x)=(1−x)(1+y)
So the differential equation becomes:
dxdy=(1−x)(1+y)
Step 2: Separate variables.
1+ydy=(1−x)dx
Step 3: Integrate both sides.
∫1+ydy=∫(1−x)dx
Step 4: Evaluate the integrals.
log∣1+y∣=x−2x2+C
Answer:log∣1+y∣=x−2x2+C
Question 12 [CBSE 2024]
Solve: ylogydx−xdy=0.
Solution:
Step 1: Rearrange the equation.
ylogydx=xdyxdx=ylogydy
Step 2: Integrate both sides.
∫xdx=∫ylogydy
Step 3: For the right side, use substitution:
Let
t=logy⟹dt=y1dy
Then,
∫ylogydy=∫tdt=log∣t∣+C=log∣logy∣+C
Step 4: So,
log∣x∣=log∣logy∣+C
Write C=log∣K∣ for simplification:
log∣x∣=log∣Klogy∣
Hence,
x=Klogy
Answer:x=Clogy
Question 13 [CBSE 2026]
Solve the homogeneous differential equation: (x2+xy)dy=(x2+y2)dx.
Solution:
Step 1: Rewrite the equation in differential form.
dxdy=x2+xyx2+y2
Since numerator and denominator are homogeneous expressions of degree 2, the equation is homogeneous.
Step 2: Put
y=vx⟹dxdy=v+xdxdv
Substitute:
v+xdxdv=1+v1+v2
Step 5: Replace v=y/x.
1+x2y2=xC
Multiply by x2:
x2+y2=Cx
Answer:x2+y2=Cx
Question 17 [CBSE 2024]
Solve: ydx+xlog(xy)dy−2xdy=0.
Solution:
Step 1: Rearrange to express dydx.
ydx=x(2−logxy)dydydx=yx(2−logxy)
This is homogeneous in the form dydx=f(x/y).
Step 2: Put
x=vy⟹dydx=v+ydydv
Also,
xy=v1,log(xy)=−logv
So the equation becomes:
v+ydydv=v(2+logv)
Step 3: Simplify.
ydydv=v(1+logv)
Now separate the variables:
v(1+logv)dv=ydy
Step 4: Integrate.
Let
u=1+logv⟹du=v1dv
Then,
∫udu=∫ydylog∣1+logv∣=log∣y∣+C
Step 5: Remove logarithms.
1+logv=Cy
Substitute back v=x/y:
1+log(yx)=Cy
Answer:1+log(yx)=Cy
Question 18 [CBSE 2022]
Solve: (x3+y3)dy−x2ydx=0.
Solution:
Step 1: Rearrange the equation.
dxdy=x3+y3x2y
This is homogeneous.
Step 2: Put
y=vx⟹dxdy=v+xdxdv
Substitute:
v+xdxdv=1+v3v
Step 3: Simplify.
xdxdv=1+v3v−v=−1+v3v4
So,
v41+v3dv=−xdx(v−4+v−1)dv=−xdx
Step 4: Integrate.
∫v−4dv+∫v−1dv=−∫xdx−3v31+log∣v∣=−log∣x∣+C
Now,
log∣v∣+log∣x∣=log∣vx∣=log∣y∣
Hence,
log∣y∣−3v31=C
Since
v=xy⟹v31=y3x3
we get
log∣y∣−3y3x3=C
Answer:log∣y∣−3y3x3=C
Question 19 [CBSE 2025]
Find the particular solution of 2xy+y2−2x2dxdy=0, given y=2 when x=1.
Solution:
Step 1: Rearrange to isolate dxdy.
2x2dxdy=2xy+y2dxdy=2x22xy+y2
This is homogeneous.
Step 2: Put
y=vx⟹dxdy=v+xdxdv
Substitute:
v+xdxdv=22v+v2=v+2v2
Step 3: Simplify and separate.
xdxdv=2v2v2dv=2xdx
Solution:
Step 1: This is a linear differential equation in the form:
dxdy+Py=Q
Here,
P=2,Q=e3x
Step 2: Find the Integrating Factor.
I.F.=e∫2dx=e2x
Step 3: Apply the linear differential equation formula.
ye2x=∫e3xe2xdx+Cye2x=∫e5xdx+C
Step 4: Integrate.
ye2x=5e5x+C
So,
y=5e3x+Ce−2x
Answer:y=5e3x+Ce−2x
Question 21 [CBSE 2024]
Solve: dxdy+ycotx=2x+x2cotx.
Solution:
Step 1: This is a linear differential equation with
P=cotx,Q=2x+x2cotx
Step 2: Find the Integrating Factor.
I.F.=e∫cotxdx=elog(sinx)=sinx
Step 3: Apply the formula.
ysinx=∫(2x+x2cotx)sinxdx+Cysinx=∫(2xsinx+x2cosx)dx+C
Step 4: Notice that the integrand is the derivative of x2sinx:
dxd(x2sinx)=2xsinx+x2cosx
Therefore,
ysinx=x2sinx+C
Answer:ysinx=x2sinx+C
Question 22 [CBSE 2023]
Solve: xlogxdxdy+y=x2logx.
Solution:
Step 1: Divide the equation by xlogx.
dxdy+xlogx1y=x22
Thus,
P=xlogx1,Q=x22
Step 2: Find the Integrating Factor.
I.F.=e∫xlogx1dx
Let
t=logx⟹dt=x1dx
Then,
∫xlogx1dx=∫tdt=log(logx)
Therefore,
I.F.=elog(logx)=logx
Step 3: Apply the formula.
ylogx=∫x22logxdx+C
But this is not simplified correctly if we stop there. Since the formula requires Q⋅I.F., we compute:
Q⋅I.F.=x22⋅logx
So,
ylogx=∫x22logxdx+C
Step 4: Integrate by parts.
Let
u=logx,dv=x22dx
Then,
du=x1dx,v=−x2
Thus,
∫x22logxdx=−x2logx+∫x22dx=−x2logx−x2
Solution:
Step 1: This is linear with
P=secx,Q=tanx
Step 2: Find the Integrating Factor.
I.F.=e∫secxdx=elog(secx+tanx)=secx+tanx
Step 3: Apply the formula.
y(secx+tanx)=∫tanx(secx+tanx)dx+C=∫(secxtanx+tan2x)dx+C
Use the identity:
tan2x=sec2x−1
So,
y(secx+tanx)=∫(secxtanx+sec2x−1)dx+C
Solution:
Step 1: It is not linear in y, but if we take reciprocal, it becomes linear in x.
dydx=x+y
Thus,
dydx−x=y
This is linear in x with
P1=−1,Q1=y
Step 2: Find the Integrating Factor with respect to y.
I.F.=e∫−1dy=e−y
Step 3: Apply the formula.
xe−y=∫ye−ydy+C
Step 4: Integrate by parts.
Let
u=y,dv=e−ydy
Then,
du=dy,v=−e−y
Hence,
∫ye−ydy=−ye−y−e−y
So,
xe−y=−ye−y−e−y+C
Multiply by ey:
x=−y−1+Cey
Answer:x+y+1=Cey
Question 26 [CBSE 2024]
Solve: (1+y2)dx=(tan−1y−x)dy.
Solution:
Step 1: Rearrange into linear form in x.
dydx=1+y2tan−1y−xdydx+1+y21x=1+y2tan−1y
This is linear with
P1=1+y21,Q1=1+y2tan−1y
Step 2: Find the Integrating Factor.
I.F.=e∫1+y21dy=etan−1y
Step 3: Apply the formula.
xetan−1y=∫1+y2tan−1yetan−1ydy+C
Let
t=tan−1y⟹dt=1+y21dy
Then,
∫tetdt=tet−et
Thus,
xetan−1y=etan−1y(tan−1y−1)+C
So,
x=tan−1y−1+Ce−tan−1y
Answer:x=tan−1y−1+Ce−tan−1y
Question 27 [CBSE 2025]
Solve the IVP: dxdy+xy=ex, x>0, given y(1)=1.
Solution:
Step 1: This is linear with
P=x1,Q=ex
Step 2: Find the Integrating Factor.
I.F.=e∫x1dx=elogx=x
Step 3: Apply the formula.
yx=∫xexdx+C
Step 4: Integrate by parts.
We know:
∫xexdx=xex−ex
So,
yx=ex(x−1)+C
Step 5: Apply the initial condition y(1)=1.
1⋅1=e(1−1)+C⟹C=1
Step 6: Therefore,
yx=ex(x−1)+1
Answer:yx=ex(x−1)+1
Question 28 [CBSE 2023]
Solve: cos2xdxdy+y=tanx.
Solution:
Step 1: Divide by cos2x.
dxdy+ysec2x=tanxsec2x
This is linear with
P=sec2x,Q=tanxsec2x
Step 2: Find the Integrating Factor.
I.F.=e∫sec2xdx=etanx
Step 3: Apply the formula.
yetanx=∫tanxsec2xetanxdx+C
Let
t=tanx⟹dt=sec2xdx
Then,
∫tetdt=et(t−1)
So,
yetanx=etanx(tanx−1)+C
Step 4: Divide by etanx.
y=tanx−1+Ce−tanx
Answer:y=tanx−1+Ce−tanx
Question 29 [CBSE 2026]
In a bank, principal increases continuously at the rate of 5% per year. In how many years will Rs 1000 double itself?
Solution:
Step 1: Let the principal at time t years be P.
Since the rate of increase is proportional to the amount present,
dtdP=0.05P
This is a variable separable differential equation.
Step 2: Separate the variables.
PdP=0.05dt
Step 3: Integrate both sides.
∫PdP=∫0.05dtlogP=0.05t+C
Step 4: Use the initial condition.
At t=0, the principal is Rs 1000.
So,
log1000=C
Hence,
logP=0.05t+log1000log(1000P)=0.05t
Step 5: We want the time when the principal becomes Rs 2000.
log(10002000)=0.05tlog2=0.05t=20t
Thus,
t=20loge2