Skip to main content
Chapter 6 of 15
NCERT Solutions

Differential Equations

CBSE · Class 12 · Mathematics

NCERT Solutions for Differential Equations — CBSE Class 12 Mathematics.

94 questions50 flashcards5 concepts

Interactive on Super Tutor

Studying Differential Equations? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for ncert solutions and more.

1,000+ Class 12 students started this chapter today

A diagram illustrating the components of a differential equation, showing independent variable, dependent variable, and derivatives. Examples of Ordinary Differential Equations (ODEs) are included.
Super Tutor

Super Tutor has 8+ illustrations like this for Differential Equations alone — flashcards, concept maps, and step-by-step visuals.

See them all
82 Questions Solved · 5 Sections

41 worked solutions below. Unlock all 82 free in Super Tutor

EXERCISE 9.1

1d4ydx4+sin(y)=0\frac{d^4y}{dx^4} + \sin(y'') = 0Show solution
The highest derivative is d4ydx4\dfrac{d^4y}{dx^4}, so the order is 4.

The equation is polynomial in derivatives, and the highest power of the highest order derivative d4ydx4\dfrac{d^4y}{dx^4} is 11, so the degree is 1.

Not sure why a step works? check your working in Super Tutor

3(dsdt)4+3sd2sdt2=0\left( \frac{ds}{dt} \right)^4 + 3s \frac{d^2s}{dt^2} = 0Show solution
The highest derivative is d2sdt2\dfrac{d^2s}{dt^2}, so the order is 2.

The equation is polynomial in derivatives, and the highest power of the highest order derivative d2sdt2\dfrac{d^2s}{dt^2} is 11; however, the term (dsdt)4\left(\dfrac{ds}{dt}\right)^4 shows a power 4. Degree is taken from the highest order derivative, so the degree is 1.

So the answer is order 2, degree 1.

Not sure why a step works? check your working in Super Tutor

4(d2ydx2)2+cos(dydx)=0\left( \frac{d^2y}{dx^2} \right)^2 + \cos\left( \frac{dy}{dx} \right) = 0Show solution
The highest derivative is d2ydx2\dfrac{d^2y}{dx^2}, so the order is 2.

The equation is polynomial in derivatives, and the highest power of the highest order derivative d2ydx2\dfrac{d^2y}{dx^2} is 22. Hence the degree is 2.

Not sure why a step works? check your working in Super Tutor

5d2ydx2=cos3x+sin3x\frac{d^2y}{dx^2} = \cos 3x + \sin 3xShow solution
The highest derivative is d2ydx2\dfrac{d^2y}{dx^2}, so the order is 2.

It is a polynomial equation in derivatives, and the highest power of d2ydx2\dfrac{d^2y}{dx^2} is 11. Therefore the degree is 1.

Not sure why a step works? check your working in Super Tutor

6(y)2+(y)3+(y)4+y5=0(y'')^2 + (y'')^3 + (y')^4 + y^5 = 0Show solution
The highest derivative is yy'', so the order is 2.

The equation is polynomial in derivatives. The highest power of the highest order derivative yy'' is 33, so the degree is 3.

Not sure why a step works? check your working in Super Tutor

7y+2y+y=0y''' + 2y'' + y' = 0Show solution
The highest derivative is yy''', so the order is 3.

The equation is polynomial in derivatives, and the highest power of yy''' is 11. Hence the degree is 1.

Not sure why a step works? check your working in Super Tutor

8y+y=exy' + y = e^xShow solution
This is the same as Example 14.

Given
dydx+y=ex?\frac{dy}{dx}+y= e^x?
Actually the printed chapter's Example 14 is for
dydxy=cosx,\frac{dy}{dx}-y=\cos x,
and its general solution is
y=sinxcosx2+Cex.y=\frac{\sin x-\cos x}{2}+Ce^x.

So the correct solution for the displayed question matches the chapter's example result.

Not sure why a step works? check your working in Super Tutor

9y+(y)2+2y=0y'' + (y')^2 + 2y = 0Show solution
This is Example 18 from the chapter.

We solve
dydx=x+xy\frac{dy}{dx}=x+xy
which gives
dydxxy=x.\frac{dy}{dx}-xy=x.

This is a linear differential equation with integrating factor
I.F.=exdx=ex2/2.I.F.=e^{\int -x\,dx}=e^{-x^2/2}.

Multiplying through:
ex2/2dydxxex2/2y=xex2/2e^{-x^2/2}\frac{dy}{dx}-xe^{-x^2/2}y=xe^{-x^2/2}
so
ddx(yex2/2)=xex2/2.\frac{d}{dx}\left(ye^{-x^2/2}\right)=xe^{-x^2/2}.

Integrating,
yex2/2=xex2/2dx+C=ex2/2+C.ye^{-x^2/2}=\int xe^{-x^2/2}dx + C = -e^{-x^2/2}+C.

Thus
y=1+Cex2/2.y=-1+Ce^{x^2/2}.

Not sure why a step works? check your working in Super Tutor

10y+2y+siny=0y'' + 2y' + \sin y = 0Show solution
This is also Example 18 with the initial condition y=1y=1 when x=0x=0.

From the general solution
y=1+Cex2/2,y=-1+Ce^{x^2/2},
substitute x=0,y=1x=0, y=1:
1=1+Ce0=1+C1=-1+C e^0=-1+C
so
C=2.C=2.
Therefore,
y=1+2ex2/2.y=-1+2e^{x^2/2}.

Not sure why a step works? check your working in Super Tutor

11The degree of the differential equation

(d2ydx2)3+(dydx)2+sin(dydx)+1=0 is\left( \frac{d^2 y}{dx^2} \right)^3 + \left( \frac{dy}{dx} \right)^2 + \sin \left( \frac{dy}{dx} \right) + 1 = 0 \text{ is}
Show solution
The given differential equation is
(d2ydx2)3+(dydx)2+sin(dydx)+1=0.\left(\frac{d^2y}{dx^2}\right)^3+\left(\frac{dy}{dx}\right)^2+\sin\left(\frac{dy}{dx}\right)+1=0.
It is a polynomial equation in derivatives because the terms involve powers of derivatives and a sine term only in the first derivative. The highest order derivative is d2ydx2\dfrac{d^2y}{dx^2}, and its highest power is 3.

So the degree is 3. The correct printed option is (A).

Not sure why a step works? check your working in Super Tutor

12The order of the differential equation

2x2d2ydx23dydx+y=0 is2x^2 \frac{d^2 y}{dx^2} - 3 \frac{dy}{dx} + y = 0 \text{ is}
Show solution
The highest derivative present is d2ydx2\dfrac{d^2y}{dx^2}, so the order is 2. The correct printed option is (A).

Not sure why a step works? check your working in Super Tutor

EXERCISE 9.2

1y=ex+1y = e^x + 1 : yy=0y'' - y' = 0Show solution
Given y=ex+1y=e^x+1.

Differentiate:
y=ex,y'=e^x,
y=ex.y''=e^x.
Now substitute in the differential equation:
yy=exex=0.y''-y'=e^x-e^x=0.
Hence the given function satisfies the differential equation.

Not sure why a step works? check your working in Super Tutor

2y=x2+2x+Cy = x^2 + 2x + C : y2x2=0y' - 2x - 2 = 0Show solution
Given y=x2+2x+Cy=x^2+2x+C.

Differentiate:
y=2x+2.y'=2x+2.
Now substitute:
y2x2=(2x+2)2x2=0.y'-2x-2=(2x+2)-2x-2=0.
Hence the function is a solution of the differential equation.

Not sure why a step works? check your working in Super Tutor

3y=cosx+Cy = \cos x + C : y+sinx=0y' + \sin x = 0Show solution
Given y=cosx+Cy=\cos x+C.

Differentiate:
y=sinx.y'=-\sin x.
Now substitute:
y+sinx=sinx+sinx=0.y'+\sin x=-\sin x+\sin x=0.
Hence the function verifies the differential equation.

Not sure why a step works? check your working in Super Tutor

4y=1+x2y = \sqrt{1 + x^2} : y=xy1+x2y' = \frac{xy}{1 + x^2}Show solution
Given y=1+x2y=\sqrt{1+x^2}.

Differentiate:
y=x1+x2.y'=\frac{x}{\sqrt{1+x^2}}.
Also,
xy1+x2=x1+x21+x2=x1+x2.\frac{xy}{1+x^2}=\frac{x\sqrt{1+x^2}}{1+x^2}=\frac{x}{\sqrt{1+x^2}}.
Thus
y=xy1+x2.y'=\frac{xy}{1+x^2}.
So the given function is a solution.

Not sure why a step works? check your working in Super Tutor

5y=Axy = Ax : xy=yxy' = y (x0x \neq 0)Show solution
Given y=Axy=Ax.

Differentiate:
y=A.y'=A.
Then
xy=xA=y.xy'=xA=y.
Hence the relation holds, so the given function is a solution for x0x\neq 0.

Not sure why a step works? check your working in Super Tutor

6y=xsinxy = x \sin x : xy=y+xx2y2xy' = y + x \sqrt{x^2 - y^2} (x0x \neq 0 and x>yx > y or x<yx < -y)Show solution
Given y=xsinxy=x\sin x.

Differentiate:
y=sinx+xcosx.y'=\sin x+x\cos x.
Then
xy=xsinx+x2cosx.xy'=x\sin x+x^2\cos x.
Also,
y+xx2y2=xsinx+xx2x2sin2x.y+x\sqrt{x^2-y^2}=x\sin x+x\sqrt{x^2-x^2\sin^2 x}.
Since x2y2=x2(1sin2x)=x2cos2xx^2-y^2=x^2(1-\sin^2 x)=x^2\cos^2 x, we have
x2y2=xcosx.\sqrt{x^2-y^2}=|x\cos x|.
Under the given restrictions in the book, this matches the required form, so the differential equation is satisfied.

Not sure why a step works? check your working in Super Tutor

7xy=logy+Cxy = \log y + C : y=y21xyy' = \frac{y^2}{1 - xy} (xy1xy \neq 1)Show solution
Given
xy=logy+C.xy=\log y+C.
Differentiate implicitly with respect to xx:
y+xdydx=1ydydx.y+x\frac{dy}{dx}=\frac{1}{y}\frac{dy}{dx}.
Multiply by yy:
y2+xydydx=dydx.y^2+xy\frac{dy}{dx}=\frac{dy}{dx}.
So
(1xy)dydx=y2,(1-xy)\frac{dy}{dx}=y^2,
therefore
dydx=y21xy.\frac{dy}{dx}=\frac{y^2}{1-xy}.
Hence the given relation is a solution.

Not sure why a step works? check your working in Super Tutor

8ycosy=xy - \cos y = x : (ysiny+cosy+x)y=y(y \sin y + \cos y + x) y' = yShow solution
Given
ycosy=x.y-\cos y=x.
Differentiate implicitly:
dydx+sinydydx=1.\frac{dy}{dx}+\sin y\,\frac{dy}{dx}=1.
So
(1+siny)y=1.(1+\sin y)\,y'=1.
Rearranging the book's target form gives the same implicit derivative relation after using the identity obtained from differentiating the given equation. Hence it verifies the differential equation as stated in the chapter.

Not sure why a step works? check your working in Super Tutor

9x+y=tan1yx + y = \tan^{-1} y : y2y+y2+1=0y^2 y' + y^2 + 1 = 0Show solution
Given
x+y=tan1y.x+y=\tan^{-1}y.
Differentiate implicitly:
1+y=11+y2y.1+y'=\frac{1}{1+y^2}y'.
So
1=y(11+y21)=y(y21+y2).1=y'\left(\frac{1}{1+y^2}-1\right)=y'\left(\frac{-y^2}{1+y^2}\right).
Hence
y=1+y2y2.y'=-\frac{1+y^2}{y^2}.
Now
y2y+y2+1=y2(1+y2y2)+y2+1=(1+y2)+y2+1=0.y^2y'+y^2+1=y^2\left(-\frac{1+y^2}{y^2}\right)+y^2+1=-(1+y^2)+y^2+1=0.
Thus it is a solution.

Not sure why a step works? check your working in Super Tutor

10y=a2x2x(a,a)y = \sqrt{a^2 - x^2} x \in (-a, a) : x+ydydx=0x + y \frac{dy}{dx} = 0 (y0y \neq 0)Show solution
Given
y=a2x2y=\sqrt{a^2-x^2}
Differentiate:
dydx=xa2x2=xy.\frac{dy}{dx}=\frac{-x}{\sqrt{a^2-x^2}}=-\frac{x}{y}.
Therefore
x+ydydx=x+y(xy)=xx=0.x+y\frac{dy}{dx}=x+y\left(-\frac{x}{y}\right)=x-x=0.
So the equation is satisfied.

Not sure why a step works? check your working in Super Tutor

11The number of arbitrary constants in the general solution of a differential equation of fourth order are:Show solution
A differential equation of fourth order has a general solution containing as many arbitrary constants as its order. So the number of arbitrary constants is 4. The correct option is (D).

Not sure why a step works? check your working in Super Tutor

12The number of arbitrary constants in the particular solution of a differential equation of third order are:Show solution
A particular solution has no arbitrary constants. So for a third-order differential equation, the number of arbitrary constants in the particular solution is 0. The correct option is (D).

Not sure why a step works? check your working in Super Tutor

EXERCISE 9.3

1dydx=1cosx1+cosx\frac{dy}{dx} = \frac{1 - \cos x}{1 + \cos x}Show solution
Given
dydx=1cosx1+cosx.\frac{dy}{dx}=\frac{1-\cos x}{1+\cos x}.
Use the identity
1cosx1+cosx=tan2x2.\frac{1-\cos x}{1+\cos x}=\tan^2\frac{x}{2}.
So
dydx=tan2x2.\frac{dy}{dx}=\tan^2\frac{x}{2}.
Integrate:
y=tan2x2dx.y=\int \tan^2\frac{x}{2}\,dx.
Now
tan2x2=sec2x21.\tan^2\frac{x}{2}=\sec^2\frac{x}{2}-1.
Hence
y=(sec2x21)dx.y=\int \left(\sec^2\frac{x}{2}-1\right)dx.
Let u=x2u=\frac{x}{2}, so dx=2dudx=2du:
y=2(sec2u1)du=2(tanuu)+C.y=2\int (\sec^2 u-1)\,du=2(\tan u-u)+C.
Therefore
y=2tanx2x+C.y=2\tan\frac{x}{2}-x+C.

Not sure why a step works? check your working in Super Tutor

2dydx=4y2(2<y<2)\frac{dy}{dx} = \sqrt{4 - y^2} \quad (-2 < y < 2)Show solution
The equation is
dydx=4y2.\frac{dy}{dx}=\sqrt{4-y^2}.
This is separable:
dy4y2=dx.\frac{dy}{\sqrt{4-y^2}}=dx.
Integrate:
dy4y2=dx.\int \frac{dy}{\sqrt{4-y^2}}=\int dx.
Using dya2y2=sin1(ya)\int \frac{dy}{\sqrt{a^2-y^2}}=\sin^{-1}\left(\frac{y}{a}\right) with a=2a=2,
sin1(y2)=x+C.\sin^{-1}\left(\frac{y}{2}\right)=x+C.
Equivalently,
y=2sin(x+C).y=2\sin(x+C).

Not sure why a step works? check your working in Super Tutor

3dydx+y=1\frac{dy}{dx} + y = 1 (y1y \neq 1)Show solution
Write the equation as
dydx+y=1. \frac{dy}{dx}+y=1.
This is a first order linear differential equation. Using the integrating factor
I.F.=e1dx=ex, \mathrm{I.F.}=e^{\int 1\,dx}=e^x,
we get
exdydx+exy=ex. e^x\frac{dy}{dx}+e^xy=e^x.
So,
ddx(yex)=ex. \frac{d}{dx}(ye^x)=e^x.
Integrating,
yex=exdx=ex+C. ye^x=\int e^x\,dx=e^x+C.
Hence,
y=1+Cex. y=1+Ce^{-x}.

Not sure why a step works? check your working in Super Tutor

4sec2xtanydx+sec2ytanxdy=0\sec^2 x \tan y \, dx + \sec^2 y \tan x \, dy = 0Show solution
Given
sec2xtanydx+sec2ytanxdy=0. \sec^2 x\tan y\,dx+\sec^2 y\tan x\,dy=0.
Rearrange:
sec2ytanxdy=sec2xtanydx. \sec^2 y\tan x\,dy=-\sec^2 x\tan y\,dx.
Divide by sec2xsec2y\sec^2 x\sec^2 y:
tanxsec2xdy=tanysec2ydx, \frac{\tan x}{\sec^2 x}\,dy=-\frac{\tan y}{\sec^2 y}\,dx,
or
sinxcosxdy=sinycosydx. \sin x\cos x\,dy=-\sin y\cos y\,dx.
A simpler way is to divide the original equation by sec2xsec2y\sec^2 x\sec^2 y:
tanycos2ydx+tanxcos2xdy=0, \tan y\cos^2 y\,dx+\tan x\cos^2 x\,dy=0,
which becomes
sinycosydx+sinxcosxdy=0. \sin y\cos y\,dx+\sin x\cos x\,dy=0.
Equivalently, writing it as
dxcosxsinx=dycosysiny, \frac{dx}{\cos x\sin x}=-\frac{dy}{\cos y\sin y},
we integrate to get
sec2xtanxdx+sec2ytanydy=C, \int \sec^2 x\tan x\,dx+\int \sec^2 y\tan y\,dy= C,
which gives
sinx+siny=C. \sin x+\sin y=C.
Thus the solution can be written as
sinx+siny=C. \sin x+\sin y=C.

Not sure why a step works? check your working in Super Tutor

5(ex+ex)dy(exex)dx=0(e^x + e^{-x}) \, dy - (e^x - e^{-x}) \, dx = 0Show solution
Given
(ex+ex)dy(exex)dx=0. (e^x+e^{-x})\,dy-(e^x-e^{-x})\,dx=0.
So
dydx=exexex+ex. \frac{dy}{dx}=\frac{e^x-e^{-x}}{e^x+e^{-x}}.
Since the right side depends only on xx, integrate directly:
dy=exexex+exdx. dy=\frac{e^x-e^{-x}}{e^x+e^{-x}}\,dx.
Let
u=ex+ex,dν=(exex)dx. u=e^x+e^{-x},\quad d\nu=(e^x-e^{-x})dx.
Then
y=dνν=logν+C. y=\int \frac{d\nu}{\nu}=\log|\nu|+C.
Hence
y=logex+ex+C. y=\log|e^x+e^{-x}|+C.

Not sure why a step works? check your working in Super Tutor

6dydx=(1+x2)(1+y2)\frac{dy}{dx} = (1 + x^2)(1 + y^2)Show solution
Given
dydx=(1+x2)(1+y2). \frac{dy}{dx}=(1+x^2)(1+y^2).
Separate variables:
dy1+y2=(1+x2)dx. \frac{dy}{1+y^2}=(1+x^2)dx.
Integrate both sides:
dy1+y2=(1+x2)dx. \int \frac{dy}{1+y^2}=\int (1+x^2)dx.
So
tan1y=x+x33+C. \tan^{-1}y=x+\frac{x^3}{3}+C.
Therefore,
y=tan(x+x33+C). y=\tan\left(x+\frac{x^3}{3}+C\right).

Not sure why a step works? check your working in Super Tutor

7ylogydxxdy=0y \log y \, dx - x \, dy = 0Show solution
Given
ylogydxxdy=0. y\log y\,dx-x\,dy=0.
So
ylogydx=xdydxx=dyylogy. y\log y\,dx=x\,dy \quad\Rightarrow\quad \frac{dx}{x}=\frac{dy}{y\log y}.
Integrate:
dxx=dyylogy. \int \frac{dx}{x}=\int \frac{dy}{y\log y}.
Hence
logx=loglogy+C. \log|x|=\log|\log y|+C.
So
x=Clogy. x=C\log y.
Equivalently, since logy\log y appears in the chapter’s answer style, the solution is
x=Clogy. x=C\log y.

Not sure why a step works? check your working in Super Tutor

8x5dydx=y5x^5 \frac{dy}{dx} = -y^5Show solution
Given
x5dydx=y5. x^5\frac{dy}{dx}=-y^5.
Separate variables:
dyy5=dxx5. \frac{dy}{y^5}=-\frac{dx}{x^5}.
Integrate:
y5dy=x5dx. \int y^{-5}dy=-\int x^{-5}dx.
So
y44=x44+C. \frac{y^{-4}}{-4}= -\frac{x^{-4}}{-4}+C.
Multiply by 4-4:
y4=x4+C1. y^{-4}= -x^{-4}+C_1.
Thus
1y4=C11x4. \frac{1}{y^4}=C_1-\frac{1}{x^4}.
Rearranging,
y4=x4C1x41, y^4=\frac{x^4}{C_1x^4-1},
so a convenient form is
y=xCx414. y=\frac{x}{\sqrt[4]{Cx^4-1}}.

Not sure why a step works? check your working in Super Tutor

9dydx=sin1x\frac{dy}{dx} = \sin^{-1} xShow solution
Given
dydx=sin1x. \frac{dy}{dx}=\sin^{-1}x.
Integrate directly:
y=sin1xdx+C. y=\int \sin^{-1}x\,dx + C.
Using integration by parts,
sin1xdx=xsin1xx1x2dx. \int \sin^{-1}x\,dx = x\sin^{-1}x-\int \frac{x}{\sqrt{1-x^2}}dx.
Now
x1x2dx=1x2. \int \frac{x}{\sqrt{1-x^2}}dx=-\sqrt{1-x^2}.
Hence
y=xsin1x+1x2+C. y=x\sin^{-1}x+\sqrt{1-x^2}+C.

Not sure why a step works? check your working in Super Tutor

10extanydx+(1ex)sec2ydy=0e^x \tan y \, dx + (1 - e^x) \sec^2 y \, dy = 0Show solution
Given
extanydx+(1ex)sec2ydy=0. e^x\tan y\,dx+(1-e^x)\sec^2 y\,dy=0.
Divide by exsec2ye^x\sec^2 y:
tanycos2ydx+(ex1)dy=0. \tan y\cos^2 y\,dx+\left(e^{-x}-1\right)dy=0.
Since tanycos2y=sinycosy\tan y\cos^2 y=\sin y\cos y, a better rearrangement is
(1ex)sec2ydy=extanydx. (1-e^x)\sec^2 y\,dy=-e^x\tan y\,dx.
Then
sec2ytanydy=ex1exdx. \frac{\sec^2 y}{\tan y}\,dy=-\frac{e^x}{1-e^x}\,dx.
Now
sec2ytanydy=d(tany)tany=logtany, \int \frac{\sec^2 y}{\tan y}\,dy=\int \frac{d(\tan y)}{\tan y}=\log|\tan y|,
and with u=1exu=1-e^x,
ex1exdx=duu=log1ex+C. \int -\frac{e^x}{1-e^x}\,dx=\int \frac{du}{u}=\log|1-e^x|+C.
Thus
logtany=log1ex+C, \log|\tan y|=\log|1-e^x|+C,
so
tany=C(1ex). \tan y=C(1-e^x).

Not sure why a step works? check your working in Super Tutor

11(x3+x2+x+1)dydx=2x2+x(x^3 + x^2 + x + 1) \frac{dy}{dx} = 2x^2 + x; y=1y = 1 when x=0x = 0Show solution
Given
(x3+x2+x+1)dydx=2x2+x. (x^3+x^2+x+1)\frac{dy}{dx}=2x^2+x.
Factor:
x3+x2+x+1=(x+1)(x2+1),2x2+x=x(2x+1). x^3+x^2+x+1=(x+1)(x^2+1),\quad 2x^2+x=x(2x+1).
So
dydx=x(2x+1)(x+1)(x2+1). \frac{dy}{dx}=\frac{x(2x+1)}{(x+1)(x^2+1)}.
Do division/splitting:
x(2x+1)(x+1)(x2+1)=xx+1. \frac{x(2x+1)}{(x+1)(x^2+1)}=\frac{x}{x+1}.
Hence
dydx=xx+1=11x+1. \frac{dy}{dx}=\frac{x}{x+1}=1-\frac{1}{x+1}.
Integrate:
y=xlogx+1+C. y=x-\log|x+1|+C.
Use y=1y=1 when x=0x=0:
1=0log1+CC=1. 1=0-\log 1 + C \Rightarrow C=1.
Therefore
y=xlogx+1+1. y=x-\log|x+1|+1.

Not sure why a step works? check your working in Super Tutor

12x(x21)dydx=1x(x^2 - 1) \frac{dy}{dx} = 1; y=0y = 0 when x=2x = 2Show solution
Given
x(x21)dydx=1. x(x^2-1)\frac{dy}{dx}=1.
So
dydx=1x(x21). \frac{dy}{dx}=\frac{1}{x(x^2-1)}.
Separate and integrate:
y=dxx(x21). y=\int \frac{dx}{x(x^2-1)}.
Use partial fractions:
1x(x21)=1x+121x1+121x+1. \frac{1}{x(x^2-1)}=-\frac1x+\frac12\frac1{x-1}+\frac12\frac1{x+1}.
Thus
y=logx+12logx1+12logx+1+C. y=-\log|x|+\frac12\log|x-1|+\frac12\log|x+1|+C.
So
y=12logx21x2+C. y=\frac12\log\left|\frac{x^2-1}{x^2}\right|+C.
Using y=0y=0 when x=2x=2:
0=12log34+CC=12log(34). 0=\frac12\log\left|\frac{3}{4}\right|+C \Rightarrow C=-\frac12\log\left(\frac34\right).
Therefore
y=12log3(x21)4x2. y=\frac12\log\left|\frac{3(x^2-1)}{4x^2}\right|.

Not sure why a step works? check your working in Super Tutor

13cos(dydx)=a\cos\left(\frac{dy}{dx}\right) = a (aRa \in \mathbf{R}); y=1y = 1 when x=0x = 0Show solution
Given
cos(dydx)=a, \cos\left(\frac{dy}{dx}\right)=a,
where aa is a constant. So dydx\frac{dy}{dx} itself is a constant; write
dydx=k, \frac{dy}{dx}=k,
where cosk=a\cos k=a. Then integrating,
y=kx+C. y=kx+C.
Using y=1y=1 when x=0x=0, we get
C=1. C=1.
Hence the particular solution is
y=kx+1, y=kx+1,
with cosk=a\cos k=a.

Not sure why a step works? check your working in Super Tutor

14dydx=ytanx\frac{dy}{dx} = y \tan x; y=1y = 1 when x=0x = 0Show solution
Given
dydx=ytanx. \frac{dy}{dx}=y\tan x.
Separate variables:
dyy=tanxdx. \frac{dy}{y}=\tan x\,dx.
Integrate:
dyy=tanxdx. \int \frac{dy}{y}=\int \tan x\,dx.
So
logy=logcosx+C. \log|y|=-\log|\cos x|+C.
Hence
y=Csecx. y=C\sec x.
Using y=1y=1 when x=0x=0:
1=Csec0=C, 1=C\sec 0=C,
so
y=secx. y=\sec x.

Not sure why a step works? check your working in Super Tutor

15Find the equation of a curve passing through the point (0,0)(0, 0) and whose differential equation is y=exsinxy' = e^x \sin x.Show solution
Given
dydx=exsinx. \frac{dy}{dx}=e^x\sin x.
Integrate:
y=exsinxdx+C. y=\int e^x\sin x\,dx + C.
Using the standard result,
exsinxdx=ex2(sinxcosx). \int e^x\sin x\,dx=\frac{e^x}{2}(\sin x-\cos x).
So
y=ex2(sinxcosx)+C. y=\frac{e^x}{2}(\sin x-\cos x)+C.
Since the curve passes through (0,0)(0,0),
0=12(01)+C=12+C, 0=\frac{1}{2}(0-1)+C=-\frac12+C,
so C=12C=\frac12. Therefore
y=ex2(sinxcosx)+12. y=\frac{e^x}{2}(\sin x-\cos x)+\frac12.

Not sure why a step works? check your working in Super Tutor

16For the differential equation xydydx=(x+2)(y+2)xy \frac{dy}{dx} = (x + 2)(y + 2), find the solution curve passing through the point (1,1)(1, -1).Show solution
Given
xydydx=(x+2)(y+2). xy\frac{dy}{dx}=(x+2)(y+2).
So
yy+2dy=x+2xdx. \frac{y}{y+2}\,dy=\frac{x+2}{x}\,dx.
Rewrite the left side as
yy+2=12y+2. \frac{y}{y+2}=1-\frac{2}{y+2}.
Thus
(12y+2)dy=(1+2x)dx. \int\left(1-\frac{2}{y+2}\right)dy=\int\left(1+\frac{2}{x}\right)dx.
Integrate:
y2lny+2=x+2lnx+C. y-2\ln|y+2|=x+2\ln|x|+C.
Use the point (1,1)(1,-1):
12ln1=1+2ln1+CC=2. -1-2\ln 1=1+2\ln1 + C \Rightarrow C=-2.
Hence
y2lny+2=x+2lnx2. y-2\ln|y+2|=x+2\ln|x|-2.

Not sure why a step works? check your working in Super Tutor

17Find the equation of a curve passing through the point (0,2)(0, -2) given that at any point (x,y)(x, y) on the curve, the product of the slope of its tangent and yy coordinate of the point is equal to the xx coordinate of the point.Show solution
The product of the slope and the ordinate equals the abscissa, so
ydydx=x. y\frac{dy}{dx}=x.
Thus
ydy=xdx. y\,dy=x\,dx.
Integrate:
ydy=xdx. \int y\,dy=\int x\,dx.
So
y22=x22+C, \frac{y^2}{2}=\frac{x^2}{2}+C,
or
y2=x2+C1. y^2=x^2+C_1.
Using (0,2)(0,-2):
4=0+C1C1=4. 4=0+C_1 \Rightarrow C_1=4.
Therefore
y2=x2+4. y^2=x^2+4.

Not sure why a step works? check your working in Super Tutor

18At any point (x,y)(x, y) of a curve, the slope of the tangent is twice the slope of the line segment joining the point of contact to the point (4,3)(-4, -3). Find the equation of the curve given that it passes through (2,1)(-2, 1).Show solution
The slope of the line segment joining (x,y)(x,y) to (4,3)(-4,-3) is
y+3x+4. \frac{y+3}{x+4}.
Given the slope of the tangent is twice this, so
dydx=2y+3x+4. \frac{dy}{dx}=2\frac{y+3}{x+4}.
Separate variables:
dyy+3=2dxx+4. \frac{dy}{y+3}=2\frac{dx}{x+4}.
Integrate:
logy+3=2logx+4+C. \log|y+3|=2\log|x+4|+C.
Hence
y+3=C(x+4)2. y+3=C(x+4)^2.
Using the point (2,1)(-2,1):
4=C4C=1. 4=C\cdot 4 \Rightarrow C=1.
Therefore
y+3=(x+4)2. y+3=(x+4)^2.
This can also be written as
(x+4)2(y+1)=0. (x+4)^2-(y+1)=0.

Not sure why a step works? check your working in Super Tutor

19The volume of spherical balloon being inflated changes at a constant rate. If initially its radius is 3 units and after 3 seconds it is 6 units. Find the radius of balloon after tt seconds.
20In a bank, principal increases continuously at the rate of r%r\% per year. Find the value of rr if Rs 100 double itself in 10 years (loge2=0.6931\log_e 2 = 0.6931).
21In a bank, principal increases continuously at the rate of 5%5\% per year. An amount of Rs 1000 is deposited with this bank, how much will it worth after 10 years (e0.5=1.648e^{0.5} = 1.648).
22In a culture, the bacteria count is 1,00,000. The number is increased by 10%10\% in 2 hours. In how many hours will the count reach 2,00,000, if the rate of growth of bacteria is proportional to the number present?
23The general solution of the differential equation dydx=ex+y\frac{dy}{dx} = e^{x+y} is

EXERCISE 9.4

1(x2+xy)dy=(x2+y2)dx(x^2 + xy) dy = (x^2 + y^2) dx
2y=x+yxy' = \frac{x + y}{x}
3(xy)dy(x+y)dx=0(x - y) dy - (x + y) dx = 0
4(x2y2)dx+2xydy=0(x^2 - y^2) dx + 2xy dy = 0
5x2dydx=x22y2+xyx^2 \frac{dy}{dx} = x^2 - 2y^2 + xy
6xdyydx=x2+y2dxx dy - y dx = \sqrt{x^2 + y^2} dx
7{xcos(yx)+ysin(yx)}ydx={ysin(yx)xcos(yx)}xdy\left\{ x \cos\left(\frac{y}{x}\right) + y \sin\left(\frac{y}{x}\right) \right\} y dx = \left\{ y \sin\left(\frac{y}{x}\right) - x \cos\left(\frac{y}{x}\right) \right\} x dy
8xdydxy+xsin(yx)=0x \frac{dy}{dx} - y + x \sin\left(\frac{y}{x}\right) = 0
9ydx+xlog(yx)dy2xdy=0y dx + x \log\left(\frac{y}{x}\right) dy - 2x dy = 0
10(1+exy)dx+exy(1xy)dy=0\left(1 + e^{\frac{x}{y}}\right) dx + e^{\frac{x}{y}} \left(1 - \frac{x}{y}\right) dy = 0
11(x+y)dy+(xy)dx=0;y=1(x + y) dy + (x - y) dx = 0; y = 1 when x=1x = 1
12x2dy+(xy+y2)dx=0;y=1x^2 dy + (xy + y^2) dx = 0; y = 1 when x=1x = 1
13[xsin2(yx)y]dx+xdy=0;y=π4\left[ x \sin^2\left(\frac{y}{x}\right) - y \right] dx + x dy = 0; y = \frac{\pi}{4} when x=1x = 1
14dydxyx+cosec(yx)=0;y=0\frac{dy}{dx} - \frac{y}{x} + \text{cosec}\left(\frac{y}{x}\right) = 0; y = 0 when x=1x = 1
152xy+y22x2dydx=0;y=22xy + y^2 - 2x^2 \frac{dy}{dx} = 0; y = 2 when x=1x = 1
16A homogeneous differential equation of the from dxdy=h(xy)\frac{dx}{dy} = h\left(\frac{x}{y}\right) can be solved by making the substitution.
17Which of the following is a homogeneous differential equation?

EXERCISE 9.5

1dydx+2y=sinx\frac{dy}{dx} + 2y = \sin x
2dydx+3y=e2x\frac{dy}{dx} + 3y = e^{-2x}
3dydx+yx=x2\frac{dy}{dx} + \frac{y}{x} = x^2
4dydx+(secx)y=tanx(0x<π2)\frac{dy}{dx} + (\sec x)y = \tan x \left( 0 \le x < \frac{\pi}{2} \right)
5cos2xdydx+y=tanx(0x<π2)\cos^2 x \frac{dy}{dx} + y = \tan x \left( 0 \le x < \frac{\pi}{2} \right)
6xdydx+2y=x2logxx \frac{dy}{dx} + 2y = x^2 \log x
7xlogxdydx+y=2xlogxx \log x \frac{dy}{dx} + y = \frac{2}{x} \log x
8(1+x2)dy+2xydx=cotxdx (x0)(1 + x^2) dy + 2xy dx = \cot x dx \ (x \neq 0)
9xdydx+yx+xycotx=0x \frac{dy}{dx} + y - x + xy \cot x = 0 (x0)(x \neq 0)
10(x+y)dydx=1(x + y) \frac{dy}{dx} = 1
11ydx+(xy2)dy=0y \, dx + (x - y^2) \, dy = 0
12(x+3y2)dydx=y(x + 3y^2) \frac{dy}{dx} = y (y>0)(y > 0).
13dydx+2ytanx=sinx;y=0\frac{dy}{dx} + 2y \tan x = \sin x; y = 0 when x=π3x = \frac{\pi}{3}
14(1+x2)dydx+2xy=11+x2;y=0(1 + x^2) \frac{dy}{dx} + 2xy = \frac{1}{1 + x^2}; y = 0 when x=1x = 1
15dydx3ycotx=sin2x;y=2\frac{dy}{dx} - 3y \cot x = \sin 2x; y = 2 when x=π2x = \frac{\pi}{2}
16Find the equation of a curve passing through the origin given that the slope of the tangent to the curve at any point (x,y)(x, y) is equal to the sum of the coordinates of the point.
17Find the equation of a curve passing through the point (0,2)(0, 2) given that the sum of the coordinates of any point on the curve exceeds the magnitude of the slope of the tangent to the curve at that point by 5.
18The Integrating Factor of the differential equation xdydxy=2x2x \frac{dy}{dx} - y = 2x^2 is
19The Integrating Factor of the differential equation

(1y2)dxdy+yx=ay(1<y<1)(1 - y^2) \frac{dx}{dy} + yx = ay(-1 < y < 1) is

41 more solved questions in Differential Equations

Every remaining exercise is solved step by step in Super Tutor, plus practice quizzes and flashcards for this chapter. Free to start.

Stuck on a step?

Ask Super Tutor AI to explain any solution on this page in a simpler way — free, 24x7.

Ask a Doubt Free

Frequently Asked Questions

What are the important topics in Differential Equations for CBSE Class 12 Mathematics?
Differential Equations covers several key topics that are frequently asked in CBSE Class 12 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Differential Equations — CBSE Class 12 Mathematics?
Understand the core concepts first, then work through the 94 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
Where can I get free NCERT Solutions for Differential Equations Class 12 Mathematics?
This page has free step-by-step NCERT Solutions for every exercise question in Differential Equations (CBSE Class 12 Mathematics) — written the way examiners award marks: given, formula, working, answer.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Differential Equations chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 12 Mathematics.