Class 12 Maths NCERT Solutions Chapter 9 Miscellaneous Exercise – Differential Equations | Boundless Maths
Miscellaneous Exercise Class 12 Maths Chapter 9

Class 12 Maths NCERT Solutions Chapter 9 Miscellaneous Exercise – Differential Equations

This Class 12 Maths NCERT Solutions Chapter 9 Miscellaneous Exercise page covers all 15 questions, solved step-by-step — a full review of the chapter, from order and degree through verifying and proving solutions, to solving differential equations by every method covered: variables separable, homogeneous substitution, and the integrating factor.

Since this exercise doesn't announce which method each question needs, the real skill it tests is recognising the type: separable (Q4, Q6, Q7), homogeneous (Q8), one that needs flipping to be linear in x (Q9, Q10), or straightforwardly linear (Q11, Q12). Q3 and Q5 go a step further, asking you to prove a given relation is the general solution of a stated differential equation by differentiating it and eliminating the arbitrary constant — the reverse of the usual direction. The exercise closes with three MCQs.

15Questions
Medium–HardDifficulty Mix
2026-27CBSE Syllabus

Class 12 Maths NCERT Solutions Chapter 9 Miscellaneous Exercise — All 15 Questions

1

For each of the differential equations given below, indicate its order and degree (if defined):
(i) \dfrac{d^2y}{dx^2}+5x\left(\dfrac{dy}{dx}\right)^2-6y=\log x
(ii) \left(\dfrac{dy}{dx}\right)^3-4\left(\dfrac{dy}{dx}\right)^2+7y=\sin x
(iii) \dfrac{d^4y}{dx^4}-\sin\left(\dfrac{d^3y}{dx^3}\right)=0

Medium +
Solution
(i)

The highest order derivative is \dfrac{d^2y}{dx^2}, so order = 2.

The equation is a polynomial in \dfrac{d^2y}{dx^2} and \dfrac{dy}{dx}, with the highest power of \dfrac{d^2y}{dx^2} being 1.

Answer (i): Order = 2, Degree = 1
(ii)

The highest order derivative is \dfrac{dy}{dx}, so order = 1. The highest power raised to \dfrac{dy}{dx} is 3.

Answer (ii): Order = 1, Degree = 3
(iii)

The highest order derivative is \dfrac{d^4y}{dx^4}, so order = 4. But \dfrac{d^3y}{dx^3} sits inside a sine function, so the equation isn't a polynomial in its derivatives.

Answer (iii): Order = 4, Degree = not defined
2

For each exercise given below, verify that the given function (implicit or explicit) is a solution of the corresponding differential equation:
(i) xy=ae^x+be^{-x}+x^2 : x\dfrac{d^2y}{dx^2}+2\dfrac{dy}{dx}-xy+x^2-2=0
(ii) y=e^x(a\cos x+b\sin x) : \dfrac{d^2y}{dx^2}-2\dfrac{dy}{dx}+2y=0
(iii) y=x\sin 3x : \dfrac{d^2y}{dx^2}+9y-6\cos 3x=0
(iv) x^2=2y^2\log y : (x^2+y^2)\dfrac{dy}{dx}-xy=0

Hard +
Solution
(i)

Differentiating xy=ae^x+be^{-x}+x^2: y+xy'=ae^x-be^{-x}+2x. Differentiating again: 2y'+xy''=ae^x+be^{-x}+2.

Since ae^x+be^{-x}=xy-x^2 from the original equation, substituting gives 2y'+xy''=xy-x^2+2, i.e. xy''+2y'-xy+x^2-2=0. ✓

(ii)

Differentiating y=e^x(a\cos x+b\sin x) twice using the product rule gives y''=e^x(2b\cos x-2a\sin x), while y'=e^x[(a+b)\cos x+(b-a)\sin x].

Substituting into y''-2y'+2y, the \cos x and \sin x coefficients each cancel to zero, confirming the equation holds. ✓

(iii)

Differentiating y=x\sin 3x: y'=\sin 3x+3x\cos 3x, and y''=6\cos 3x-9x\sin 3x.

y''+9y-6\cos3x=(6\cos3x-9x\sin3x)+9x\sin3x-6\cos3x=0. ✓

(iv)

Differentiating x^2=2y^2\log y implicitly: 2x=4yy'\log y+2yy'=2yy'(2\log y+1), so x=yy'(2\log y+1).

From the original equation, 2\log y=x^2/y^2, so 2\log y+1=(x^2+y^2)/y^2. Substituting: x=y'(x^2+y^2)/y, i.e. (x^2+y^2)y'-xy=0. ✓

Answer: All four functions verified as solutions of their respective differential equations.
3

Prove that x^2-y^2=c(x^2+y^2)^2 is the general solution of differential equation (x^3-3xy^2)dx=(y^3-3x^2y)dy, where c is a parameter.

Hard +
Solution

Differentiating x^2-y^2=c(x^2+y^2)^2 implicitly with respect to x: 2x-2yy'=4c(x^2+y^2)(x+yy').

From the original equation, c=\dfrac{x^2-y^2}{(x^2+y^2)^2}. Substituting this in and multiplying both sides by (x^2+y^2):

(2x-2yy')(x^2+y^2)=4(x^2-y^2)(x+yy'). Expanding both sides and collecting terms:

-2x^3+6xy^2-6x^2yy'+2y^3y'=0, which simplifies to x^3-3xy^2=y'(y^3-3x^2y).

Answer: This is exactly (x³ − 3xy²)dx = (y³ − 3x²y)dy, confirming x² − y² = c(x² + y²)² is the general solution.
4

Find the general solution of the differential equation \dfrac{dy}{dx}+\sqrt{\dfrac{1-y^2}{1-x^2}}=0.

Easy +
Solution

Separating variables: \dfrac{dy}{\sqrt{1-y^2}}=-\dfrac{dx}{\sqrt{1-x^2}}.

Integrating: \sin^{-1}y=-\sin^{-1}x+C.

Answer: sin⁻¹y + sin⁻¹x = C
5

Show that the general solution of the differential equation \dfrac{dy}{dx}+\dfrac{y^2+y+1}{x^2+x+1}=0 is given by (x+y+1)=A(1-x-y-2xy), where A is parameter.

Hard +
Solution

Separating variables: \dfrac{dy}{y^2+y+1}=-\dfrac{dx}{x^2+x+1}. Both denominators complete the square the same way: t^2+t+1=\left(t+\frac{1}{2}\right)^2+\frac{3}{4}.

Integrating both sides gives \tan^{-1}\left(\dfrac{2y+1}{\sqrt3}\right)+\tan^{-1}\left(\dfrac{2x+1}{\sqrt3}\right)=C.

Applying the tangent addition formula \tan^{-1}A+\tan^{-1}B=\tan^{-1}\left(\dfrac{A+B}{1-AB}\right) with A=\frac{2y+1}{\sqrt3}, B=\frac{2x+1}{\sqrt3}, and simplifying the resulting fraction:

Answer: The fraction reduces to (x+y+1)/(1−x−y−2xy) = constant, i.e. (x+y+1) = A(1−x−y−2xy).
6

Find the equation of the curve passing through the point \left(0,\dfrac{\pi}{4}\right) whose differential equation is \sin x\cos y\,dx+\cos x\sin y\,dy=0.

Medium +
Solution

Separating variables: \tan x\,dx=-\tan y\,dy.

Integrating: -\log|\cos x|=\log|\cos y|+C_1, so \cos x\cos y=C.

At \left(0,\frac{\pi}{4}\right): \cos0\cdot\cos\frac{\pi}{4}=1\cdot\frac{1}{\sqrt2}=C.

Answer: cos x · cos y = 1/√2

Know exactly which chapters are costing you marks

1000+ solved CBSE PYQs, unlimited AI-generated practice for your weak areas, and a chapter-wise Performance Report — not just for this chapter, but your entire syllabus.

Explore it →
7

Find the particular solution of the differential equation (1+e^{2x})dy+(1+y^2)e^x\,dx=0, given that y=1 when x=0.

Hard +
Solution

Separating variables: \dfrac{dy}{1+y^2}=-\dfrac{e^x}{1+e^{2x}}dx. Substituting u=e^x on the right:

Integrating: \tan^{-1}y=-\tan^{-1}(e^x)+C.

At x=0,y=1: \dfrac{\pi}{4}=-\dfrac{\pi}{4}+C\Rightarrow C=\dfrac{\pi}{2}.

Answer: tan⁻¹y + tan⁻¹(eˣ) = π/2
8

Solve the differential equation ye^{x/y}\,dx=\left(xe^{x/y}+y^2\right)dy (y\neq 0).

Hard +
Solution

This is homogeneous in x/y, so put x=vy, giving \dfrac{dx}{dy}=v+y\dfrac{dv}{dy}.

Substituting: v+y\dfrac{dv}{dy}=\dfrac{vye^v+y^2}{ye^v}=v+ye^{-v}, so e^v\,dv=dy.

Integrating: e^v=y+C. Replacing v=x/y:

Answer: e^(x/y) = y + C
9

Find a particular solution of the differential equation (x-y)(dx+dy)=dx-dy, given that y=-1, when x=0. (Hint: put x-y=t)

Hard +
Solution

Expanding and grouping: dx[(x-y)-1]+dy[(x-y)+1]=0. With t=x-y, this gives \dfrac{dy}{dx}=\dfrac{1-t}{1+t}.

Since \dfrac{dy}{dx}=1-\dfrac{dt}{dx}, substituting: 1-\dfrac{dt}{dx}=\dfrac{1-t}{1+t}\Rightarrow\dfrac{dt}{dx}=\dfrac{2t}{1+t}.

Separating: \left(\dfrac{1}{t}+1\right)dt=2\,dx. Integrating: \log|t|+t=2x+C.

Replacing t=x-y: \log|x-y|=x+y+C. At x=0,y=-1 (t=1): 0=0-1+C\Rightarrow C=1.

Answer: log|x − y| = x + y + 1
10

Solve the differential equation \left[\dfrac{e^{-2\sqrt{x}}}{\sqrt{x}}-\dfrac{y}{\sqrt{x}}\right]\dfrac{dx}{dy}=1 (x\neq 0).

Hard +
Solution

Rearranging: \dfrac{dy}{dx}=\dfrac{e^{-2\sqrt{x}}}{\sqrt{x}}-\dfrac{y}{\sqrt{x}}, i.e. \dfrac{dy}{dx}+\dfrac{y}{\sqrt{x}}=\dfrac{e^{-2\sqrt{x}}}{\sqrt{x}} — linear, with P=\dfrac{1}{\sqrt{x}}.

I.F. =e^{\int dx/\sqrt{x}}=e^{2\sqrt{x}}.

y\,e^{2\sqrt{x}}=\displaystyle\int\dfrac{e^{-2\sqrt{x}}}{\sqrt{x}}\cdot e^{2\sqrt{x}}dx+C=\displaystyle\int\dfrac{dx}{\sqrt{x}}+C=2\sqrt{x}+C.

Answer: y = (2√x + C)e⁻²√ˣ
11

Find a particular solution of the differential equation \dfrac{dy}{dx}+y\cot x=4x\csc x (x\neq 0), given that y=0 when x=\dfrac{\pi}{2}.

Hard +
Solution

I.F. =e^{\int\cot x\,dx}=e^{\log\sin x}=\sin x.

y\sin x=\displaystyle\int4x\csc x\sin x\,dx+C=\displaystyle\int4x\,dx+C=2x^2+C.

At x=\pi/2,y=0: 0=2\left(\dfrac{\pi}{2}\right)^2+C=\dfrac{\pi^2}{2}+C\Rightarrow C=-\dfrac{\pi^2}{2}.

Answer: y sin x = 2x² − π²/2
12

Find a particular solution of the differential equation (x+1)\dfrac{dy}{dx}=2e^{-y}-1, given that y=0 when x=0.

Hard +
Solution

Separating variables: \dfrac{dy}{2e^{-y}-1}=\dfrac{dx}{x+1}. Multiplying numerator and denominator on the left by e^y and substituting u=e^y:

\dfrac{du}{2-u}=\dfrac{dx}{x+1}. Integrating: -\log|2-u|=\log|x+1|+C_1, so 2-e^y=\dfrac{C}{x+1}.

At x=0,y=0: 2-1=C\Rightarrow C=1. So 2-e^y=\dfrac{1}{x+1}, i.e. e^y=\dfrac{2x+1}{x+1}.

Answer: y = log[(2x + 1)/(x + 1)]
13

The general solution of the differential equation \dfrac{y\,dx-x\,dy}{y}=0 is

Easy +
Solution
(A) xy = C (B) x = Cy² (C) y = Cx (D) y = Cx²

The equation simplifies to y\,dx=x\,dy, i.e. \dfrac{dx}{x}=\dfrac{dy}{y}. Integrating: \log x=\log y+\log C, so x=Cy, equivalently y=\dfrac{1}{C}x.

Answer: (C) y = Cx
14

The general solution of a differential equation of the type \dfrac{dx}{dy}+P_1x=Q_1 is

Easy +
Solution
(A)\ y\cdot e^{\int P_1\,dy}=\displaystyle\int\left(Q_1e^{\int P_1\,dy}\right)dy+C (B)\ y\cdot e^{\int P_1\,dx}=\displaystyle\int\left(Q_1e^{\int P_1\,dx}\right)dx+C (C)\ x\cdot e^{\int P_1\,dy}=\displaystyle\int\left(Q_1e^{\int P_1\,dy}\right)dy+C (D)\ x\cdot e^{\int P_1\,dx}=\displaystyle\int\left(Q_1e^{\int P_1\,dx}\right)dx+C

When the equation is linear in x with P_1,Q_1 functions of y, the integrating factor is e^{\int P_1\,dy}, and the solution follows the same pattern as the standard y-linear case, but with x and y swapped throughout.

Answer: (C) x\cdot e^{\int P_1\,dy}=\displaystyle\int\left(Q_1e^{\int P_1\,dy}\right)dy+C
15

The general solution of the differential equation e^x\,dy+(ye^x+2x)dx=0 is

Medium +
Solution
(A) xeʸ + x² = C (B) xeʸ + y² = C (C) yeˣ + x² = C (D) yeʸ + x² = C

Dividing by e^x: \dfrac{dy}{dx}+y=-2xe^{-x}, so I.F. =e^x.

y\,e^x=\displaystyle\int-2xe^{-x}\cdot e^x\,dx+C=\displaystyle\int-2x\,dx+C=-x^2+C.

Answer: (C) yeˣ + x² = C
Common Questions

FAQs — Class 12 Maths NCERT Solutions Chapter 9 Miscellaneous Exercise

How many questions are there in the Miscellaneous Exercise of Chapter 9?

The Miscellaneous Exercise on Chapter 9 has 15 questions, several with multiple parts. It reviews everything from the chapter — order and degree, verifying solutions, variables separable, homogeneous equations, linear equations — and ends with three MCQs.

How do you decide which method to use for a differential equation in this exercise?

Check first whether the variables can be separated directly — if so, that's usually fastest. If not, check whether the equation is homogeneous of degree zero in x and y, which calls for the y = vx substitution. If instead the equation is linear in one variable (only a first power of y or x and its derivative appear, with no products of the two), the integrating factor method applies.

Where can I find the official NCERT textbook for this exercise?

The Miscellaneous Exercise is from Chapter 9, Differential Equations, in the NCERT Class 12 Mathematics textbook (Part II), published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the questions exactly as they appear there.

Carry the formulas with you

One-page printable formula deck for every Calculus chapter, including Differential Equations.

Get the Formula Deck →
Expert CBSE Coaching · Class 9–12