Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Differential Equations Class 12 Notes: CBSE Maths Chapter 9

ffImage
banner

Class 12 Maths Chapter 9 Differential Equations Notes FREE PDF Download

Learn Maths Chapter 9 Differential Equations Class 12 Notes with our FREE PDF download. This chapter introduces key concepts and methods for solving differential equations, a fundamental topic in calculus. Our notes provide clear explanations, essential formulas, and practical examples to help you master this topic and excel in your exams. Download the PDF now to access a valuable resource for your studies and improve your problem-solving skills.


Take advantage of the FREE PDF download to access these valuable resources anytime, anywhere. Visit our pages to get your Class 12 Maths Notes and check out the Class 12 Maths Syllabus to stay on track with your studies.

Courses
Competitive Exams after 12th Science
More Free Study Material for Differential Equations
icons
Ncert solutions
icons
Important questions
icons
Ncert books

Access Revision Notes For Class 12 Maths Chapter 9 Differential Equations

Definition:

An equation involving the dependent variable and independent variable and also the derivatives of the dependable variable is known as differential equation. This can be mathematically written as xdydx+y=0.

The derivative dydx can also be written as f(x) or y(x). Similarly,

d2ydx2f(x) or y(x) 

d3ydx3f(x) or y(x) 

Some examples can be dydx=xy13(1+x13) , d2ydx2=p2y  or x2(dydx)2=y2+1

Differential equations which involve only one independent variable are called ordinary differential equations.

Order of Differential Equations:

The order of a differential equation is the order of the highest derivative involved in the differential equation. This can be understood clearly by looking at a few examples. 

  1. First order differential equation - (dydx)4+(dydx)25x=0. The maximum derivative of y with respect to x is dydx.

  2. Second order differential equation - d2ydx2+7y=0. The maximum derivative of y with respect to x is d2ydx2.

  3. Third order differential equation - (d3ydx3)23(dydx)+2=0 . The maximum derivative of y with respect to x is d3ydx3.

Degree of Differential Equations:

The degree of a differential equation is the degree of the highest differential coefficient when the equation has been made rational and integral as far as the differential coefficients are concerned. This can be understood clearly by looking at a few examples.

  1. First degree differential equation - dydx=5xy13(1x13). The power of the highest order derivative dydx is 1.

  2. Second degree differential equation - (d3ydx3)2+6(dydx)=2 . The power of the highest order derivative d3ydx3 is 2.

  3. Third degree differential equation - [1+(dydx)2]1/3=3d2ydx2 . First, making it rational, [1+(dydx)2]=27(d2ydx2)3. The power of highest order derivative d2ydx2 is 3.

Illustration 1: Find the order and degree of the following differential equations.

i. d2ydx2=dydx+33 

Ans: Rewriting it as (d2ydx2)3=(dydx+3)2

So, the order =2 and the degree =3.

ii. d2ydx2={1+(dydx)4}5/3 

Ans: Rewriting it as (d2ydx2)3=[1+(dydx)4]5.

So, the order =2 and the degree =3.

iii. y=px+a2p2+b2 where p=dydx 

Ans: Substituting p and then rewriting it as (yxdydx)2=a2(dydx)2+b2.  

So, the order =1 and the degree =2.

Formation of Ordinary Differential Equation:

There may be some arbitrary constants in an equation containing variables and constants. An ordinary differential equation is formed as a result of elimination of these arbitrary constants. 

Consider an equation containing n arbitrary constants. Differentiating this equation n times we get n additional equations containing n arbitrary constants and derivatives. Eliminating n arbitrary constants from the above (n+1) equations, differential equations involving nth derivative are obtained. After this is complete, the resulting equation will be of the form ϕ(x,y,dydx,d2ydx2,.....,dnydxn)=0

Illustration 2: Find the differential equation of the family of all circles which pass through the origin and whose centre lie on yaxis.

Ans: Let the equation of the circle be 

x2+y2+2gx+2fy+c=0 

If it passes through (0,0), then c=0

The equation of circle is x2+y2+2gx+2fy=0

Since the centre of the circle lies on yaxis then g=0.

The equation of the circle is 

x2+y2+2fy=0......(i)

This represents a family of circles. 

Differentiating gives, 

2x+2ydydx+2fdydx=0...........(ii) 

From (i) and (ii)

(x2+y2)dydx2xy=0 

Hence, this is the required differential equation.

Solution of a Differential Equation:

The solution of the differential equation is a relation is a relation between the independent and dependent variable free from derivatives satisfying the given differential equation.

So, the solution of an equation given by dydx=m can be obtained by integrating both the sides to remove the derivatives and obtain y=mx+c, where c is an arbitrary constant.

a) General solution or primitive

The general solution of a differential equation is the relation between the variables (not involving the derivatives) which contain the same number of the arbitrary constants as the order of the differential equation. 

Thus the general solution of the differential equation 

d2ydx2=4y is y=Asin2x+Bcos2x, where A and B are the constants.

b) Particular solution or integral 

A solution which is obtained by giving particular values to the arbitrary constants in the general solution is called a particular solution.

Illustration 3: Show that v=Ar+B is the general solution of the second order differential equation d2vdr2+2rdvdr=0, where A and B are arbitrary constant. 

Ans: Given v=Ar+B 

Differentiating, dvdr=Ar2.

Differentiating again, d2vdr2=2Ar3.......(i) 

Rearranging the second term and substituting first derivative, 

d2vdr2=2rdvdr

2Ar3=2r(Ar2)

2Ar32Ar3=0

Putting A=4,B=5 in v=Ar+B we get a particular solution of the differential equation 

d2vdr2+2rdvdr=0 is v=4r+5.

Illustration 4: Show that y=aex+be2x+ce3x is a solution of the equation d3ydx37dydx+6y=0.

Ans: Given that

y=aex+ be2x+ce3x ...(i) 

Differentiating, 

y=aex+2be2x3ce3x ...(ii) 

Differentiating (ii),

y=aex+ 4be2x+9ce3x 

Differentiating again,

y=aex+8be2x27ce3x 

The given differential equation is d3ydx37dydx+6y=0.

Considering the LHS and substituting the terms,

[aex+8be2x27ce3x]7[aex+2be2x3ce3x]+6[aex+be2x+ce3x]  

aex+8be2x27ce3x7aex14be2x+21ce3x+6aex+6be2x+6ce3x

0 

This is equal to RHS.

Since it satisfies the equation, y=aex+be2x+ce3x is the solution for d3ydx37dydx+6y=0.

Method of solving an equation of the first order and first degree:

A differential equation of the first order and first degree can be written in the form dydx=f(x,y) or, Mdx+Ndy=0, where M and N  are functions of x and y.

1. Method – 1

i. Variable Separation: 

The general form of such an equation is 

f(x)dx+f(y)dy=0 ...(i) 

Integrating it gives the solution as 

f(x)dx+f(y)dy=c

ii. Solution of differential equation of the type dydx=f(ax+by+c):

Consider the differential equation dydx=f(ax+by+c) ...(i) where f(ax+by+c) is some function of ax+by+c

Let z=ax+by+c 

dzdx=a+bdydx 

or, dydx=dzdxab 

From (i), dzdxab=f(z) 

or, dzdx=bf(z)+a 

or, dzbf(z)+a=dx ...(ii) 

In the differential equation (ii), the variables x and z are separated.

Integrating, we get 

 dxbf(z)+a=dx+c 

or, dxbf(z)+a=x+c , where z=ax+by+c

This represents the general solution of the differential equation (i)

Illustration 5: Solve (xy)2dydx=a2.

Ans: Let xy=v and differentiate it to get

dydx=1dvdx

Substituting these in (xy)2dydx=a2 and rearranging terms in variable separable form,

dx=v2v2a2dv

Integrating

dx=v2v2a2dv 

x+c=v2a2+a2v2a2dv 

x+c=dv+a2v2a2dv 

x+c=v+a22alog|vav+a|

x+c=xy+a2log|xyaxy+a|

c=y+a2log|xyaxy+a|

ya2log|xyaxy+a|=C 

Illustration 6: Solve, dydx=sin(x+y)+cos(x+y) 

Ans: Let z=x+y and differentiate it to get the variable separable form as

dzdx=1+dydxdydx=dzdx1 

dzdx1=sinz+cosz  

dzdx=sinz+cosz+1

Using identities sinx=2sinx2cosx2 and cosx=2cos2x21,

dzdx=2sinz2cosz2+2cos2z2

Taking out 2cos2z2,

dzdx=2cos2z2(tanz2+1)

dz2cos2z2(tanz2+1)=dx 

Integrating, 

dz2cos2z2(tanz2+1)=dx

Take u=tanz2+1.

So, du=12sec2z2dz 

Using identities secx=1cosx,

du=12cos2z2dz

Substituting in the integral,

duu=dx

logu=x+c 

Resubstituting back u=tanz2+1

log(tanz2+1)=x+c

log(tanx+y2+1)=x+c  

This is the required general solution. 

i. Solution of differential equation of the type dydx=a1x+b1y+c1a2x+b2y+c2, where a1a2=b1b2c1c2 

Here dydx=a1x+b1y+c1a2x+b2y+c2, where a1a2=b1b2c1c2 ...(i) 

Let a1a2=b1b2=λ (say) 

a1=λa2,b1=λb2   

From (i), dydx=λa2x+λb2y+c1a2x+b2y+c2 

=dydx=λ(a2x+b2y)+c1a2x+b2y+c2 ...(ii) 

Let z=a2x+b2y 

dzdx=a2+b2dydxdydx=dzdxa2b2 ...(iii) 

From (ii) and (iii), we get 

dzdxa2b2=λz+c1z+c2

or, dzdx=b2λz+c1z+c2+a2=λb2z+b2c1+a2z+a2c2z+c2 

or dx=z+c2λb2+a2z+b2c1+a2c2dz, where x and z are separated.

Integrating, we get 

x+c=z+c2λb2+a2z+b2c1+a2c2dz where z=a2x+b2y

2. Method – 2

i. Homogeneous differential equation: 

A function f(x,y) is called homogeneous function of degree n if 

f(λx,λy)=λnf(x,y) 

For example: 

a) f(x,y)=x2y2xy3 is a homogeneous function of degree four, since 

f(λx,λy)=(λ2x2)(λ2y2)(λx)(λ3y3)  

=λ4(x2y2xy3) 

=λf(x,y) 

b) f(x,y)=x2exy+x3y+y2log(yx) is a homogeneous function of degree two, since

f(λx,λy)=(λ2x2)eλxλy+λ3x3λy+(λ2y2)log(λyλx) 

=λ2[x2exy+x3y+y2log(yx)] 

=λ2f(x,y)  

A differential equation of the form dydx=f(x,y) , where f(x,y) is a homogeneous polynomial of degree zero is called a homogeneous differential equation. Such equations are solved by substituting v=yx or xy and then separating the variables.

Illustration 7: Solve dydx=y(2yx)x(2y+x) 

Ans: Each of the given functions, i.e. y(2yx) and x(2y+x) is a homogeneous function of degree 2. Hence, the given equation is a homogeneous differential equation.

Putting y=vx and differentiating w.r.t x,

dydx=v+xdvdx 

Substituting in given equation,

v+xdvdx=vx(2vxx)x(2vx+x)=v(2v1)2v+1

xdvdx=v(2v1)2v+1v

After simplifying the RHS,

xdvdx=2v2v+1

2v+12vdv=1xdx

Integrating,

2v+12vdv=1xdx

dv+12vdv=1xdx

v+12logv=logx+logc 

Resubstituting v=yx,

yx+12logyx=logx+logc

y+x2logyx=xlogx+C

ii. Differential equation reducible to homogeneous forms:

Equation of the form dydx=ax+by+cax+by+c, where aabb can be reduced to homogeneous form by changing the variables x,y to x,y by equations x=x+h and y=y+k where h and k are constants to be chosen so as to make the given equation homogeneous.

dx=dx and dy=dy 

The given equation becomes 

dydx=a(x+h)+b(y+k)+ca(x+h)+b(y+k)+c 

=ax+by+(ah+bk+c)ax+by+(ah+bk+c) 

Now, choose h and k so that 

ah+bk+c=0 

and ah+bk+c=0

From these equations, the values of h and k in terms of the coefficients are obtained. 

Then the given equation reduces to 

dydx=ax+byax+by   

Which is the homogeneous form.

3. Method – 3

i. Linear differential equation: 

A differential equation is said to be linear if the dependent variable y and its derivative occur in the first degree. 

An equation of the form dydx+Py=Q ...(i) 

where P and Q are functions of x only or constant is called a linear equation of the first order.

Similarly dxdy+Px=Q is a linear differential equation where P and Q are functions of y only. 

To get the general solution of the above equations, determination of a function R of x called Integrating function (I.F) is required. So, multiply both sides of the given equation by R

where, R=ePdx=I.F. ...(iii) 

From (i) and (iii), 

ePdxdydx+PyePdx=QePdx 

ddx(yePdx)=Q.ePdx  

Integrating, 

yePdx=QePdxdx+c is the required solution. 

This can also be written and memorized as 

y(I.F.)=Q(I.F.)dx+c

Illustration 8: Solve 2xdydx=y+6x522x
Ans: The given equation can be written as 

dydx+(12x)y=3x321x 

This is the form of dydx+Py=Q 

Hence I.F.=e12xdx=e12logx=1x 

Now using y(I.F.)=Q(I.F.)dx+c,

yx=(3x321x)1xdx+c 

yx=(3x1x)dx+c

Integrating,

yx=3x22logx+c

y=32x2xxlogx+cx

Therefore, y=32x52xlogx+cx.

i. Differential equation reducible to the linear form: 

Sometimes equations which are not linear can be reduced to the linear form by suitable transformation. 

Here, f(y)dydx+f(y)P(x)=Q(x) ...(i) 

Let, f(y)=uf(y)dy=du 

Then (i) reduces to 

dudx+uP(x)=Q(x) Which is of the linear differential equation form.

Illustration 9: Solve sec2θdθ+tanθ(1rtanθ)dr=0

Ans: The given equation can be written as 

dθdr+tanθsec2θ=rtan2θsec2θ 

(sec2θtan2θ)dθdr+1tanθ=r 

csc2θdθdr+cotθ=r ...(i) 

Let cotθ=u 

csc2θdθ=du 

Then (i) reduces to 

dudr+u=r or dudru=r ...(ii) 

Which is a linear differential equation. 

So, I.F.=e1dr=er

Now using y(I.F.)=Q(I.F.)dx+c,

uer=rerdr+c 

uer=rerdr+c

Using integration by parts with first function as r and second function as er,

uer=[rerdrddr(r).erdr]

uer=[rererdr]

uer=[rer+er]+c

uer=rerer+c

u=r1+C

Resubstituting,

cotθ=r1+C
 

i. Extended form of linear equations: 

Bernoulli’s equation: 

An equation of the form dydx+Py=Qyn, where P and Q  are function of x alone or constants and n is constant, other than 0 and 1, is called a Bernoulli’s equation. 

Here dydx+Py=Qyn

Dividing by yn,

1yndydx+P.1yn1=Q

Putting 1yn1=vand differentiating w.r.t x

(n1)yndydx=dvdx 

1yndydx=1n1dvdx 

dvdx=(1n)yndydx 

The equation becomes 

dvdx+(1n)Pv=Q(1n) 

Which is a linear equation with v as an independent variable.

Illustration 10: Solve cos2xdydxytan2x=cos4x, where |x|=π4 and y(π4)=338.

Ans: The given equation can be written as 

dydxytan2xsec2x=cos2x

This is the form of dydx+Py=Q 

Here P=tan2xsec2x,Q=cos2x 

Pdx=tan2xsec2xdx 

=2tanx1tan2xsec2xdx

=dtt 

Putting 1tan2x=t 

2tanxsec2xdx=dt 

=logt=log(1tan2x) 

I.F.=eP.dx=elog(1tan2x)=1tan2x 

Now using y(I.F.)=Q(I.F.)dx+c,

y(1tan2x)=cos2x(1tan2x)dx+c

y(1tan2x)=(cos2xsin2x)dx+c

Using identity cos2x=cos2xsin2x,

y(1tan2x)=cos2xdx+c

y(1tan2x)=sin2x2+C …..(i)

Given that x=π6,y=338

Substituting in (i),

338(1tan2π6)=sinπ32+C

338(113)=34+C

338(23)=34+C

34=34+C

C=0

Hence from (i),

y(1tan2x)=sin2x2

y=sin2x2(1tan2x)

4. Method – 4

Exact Differential Equation: 

A differential equation is said to be exact if it can be derived from its solution (primitive) directly by differentiation, without any elimination, multiplication etc. 

For example, the differential equation xdy+ydx=0 is an exact differential equation as it is derived by direct differentiation for its solution, the function xy=c.

Illustration 11: Solve (1+xy)ydx+(1xy)xdy=0 

Ans: The given equation can be written as 

ydx+xy2dx+xdyx2ydy=0 

(ydx+xdy)+xy(ydxxdy)=0 

d(xy)+xy(ydxxdy)=0  

Dividing by x2y2,

d(xy)x2y2+ydxxdyxy=0 

d(xy)x2y2+dxxdyy=0 

Integrating,

1xy+logxlogy=c 

Which is the required solution.

Application of Differential Equations: 

The below results are helpful when solving geometrical problems.

Consider the below diagram,

Consider the below diagram.png


Let PT and PN be the tangent and the normal at P(x,y) respectively. Let the tangent at P make an angle θ with the x-axis.

Then the slope of the tangent at P =tanθ=(dydx)P 

The slope of the normal at P =1(dydx)P  

Equation of the tangent at P(x,y) is

Yy=(dydx)P(Xx)

Equation of the normal at P(x,y) is 

Yy=1(dydx)P(Xx)

From ΔPGT,sinθ=PGPT=yPT 

 

And tanθ=PGTG=yTG 

 

From ΔPGN,cosθ=PGPN=yPN 

 

tanθ=GNy 



Illustration 12: If the length of the sub-normal at any point P on the curve is directly proportional to OP2, where O is the origin, then form the differential equation of the family of curves and hence find the family of curves. 

Ans: Here AB=ytanθ=ydydx 

Drawing the diagram,

Drawing the diagram


Also OP2=x2+y2 

Given, length of the subnormal =k.OP2 

ydydx=k(x2+y2) 

2ydydx2ky2=2kx2 ….(i) 

Let y2=t2ydydt=dtdx …(ii)

From (i) and (ii),

dtdx2kt=2kx2 

Which is a linear differential equation.

I.F.=e2kdx=e2kx  

The solution is 

t.e2kx=2kx2e2kxdx+c 

=2k[x2e2kx2k+22kxe2kxdx] 

=2k[x2e2kx2k+1k{xe2kx2k+12ke2kxdx}] 

=x2e2kxxe2kxk+1ke2kx2k+c 

y2=x2xk+12k2+ce2kx


Differential Equations Class 12 Notes Maths - Basic Subjective Questions

Section–A (1 Mark Questions)

1. The degree of the differential equation (d2ydx2)2+(dydx)2=xsin(dydx)  is______.

Ans. The degree of above differential equation is not defined because on solving sin(dydx)  we will get an infinite series in the increasing powers of dydx . Therefore, its degree is not defined.


2. The integrating factor of differential equation cosxdydx+ysinx=1  is_______.

Ans. Given, cosxdydx+ysinx=1 

dydx+ytanx=secx

Here, P=tan x and Q=sec x 

I.F.=ePdx=etanxdx=elogsecx=secx


3. Integrating factor of the differential of the form dydx+P1x=Q1

is given by _____.

Ans. Given differential equation

dydx+P1x=Q1 

I.F.=eP1dy.


4. State True or False. Correct substitution for the solution of differential equation of the type dydx=f(x,y) where f(x,y) is a homogeneous function of zero degree is v=xy.

Ans. False, The correct substitution is y=vx.


5. Find the degree of the differential equation [1+(dydx)2]32=d2ydx2 .

Ans. Given is, [1+(dydx)2]32=d2ydx2 

On squaring both sides, we get

[1+(dydx)2]3=d2ydx2

So, the degree of differential equation is 2.


Section–B (2 Marks Questions)

6. Find the solution of the differential equation xdydx+2y=x2.

Ans. Given differential equation is xdydx+2y=x2

dydx+2yx=x

This equation of the form dydx+Py=Q

 I.F. =e1x2dx=e2logx=x2

The general solution is

yx2=xx2dx+Cyx2=x44+Cy=x24+Cx2.


7. Find the order and degree of the differential equation d2ydx2+(dydx)14+x15=0

Ans. Given that, d2ydx2+(dydx)14+x15=0

(dydx)14=(x15+d2ydx2)

On squaring both sides, we get

(dydx)12=(x15+d2ydx2)2

Again, squaring both sides, we get

dydx=(x15+d2ydx2)4

Thus, order =2, degree =4.


8. Form the differential equation for y=Acosαx+Bsinαx, where A and B are arbitrary constants.

Ans. Given, y=Acosαx+Bsinαx

On differentiating both sides w.r.t., x we get

dydx=αAsinαx+αBcosαx

Again, differentiating both sides w.r.t. x, we get

d2ydx2=Aα2cosαxα2Bsinαxd2ydx2=α2(Acosαx+Bsinαx)d2ydx2=α2yd2ydx2+α2y=0.


9. Show that the solution of differential equation xdyydx=0 represents a straight line passing through origin.

Ans. Given is, xdyydx=0

xdy=ydxdyy=dxx

On integrating both sides, we get

logy=logx+logClogy=logCxy=Cx which represents is a straight line passing through origin.


10. What is/are the number of solutions of dydx=y+1x1, when y(1)=2.

Ans. Given is, dydx=y+1x1

dyy+1=dxx1

On integrating both sides, we get

log(y+1)=log(x1)logCC(y+1)=(x1)C=x1y+1

When x=1 and y=2, then C=0

So, the required solution is x1=0

Hence, only one solution exists.


11. Show that the General solution of the differential equation of the type dxdy+P1x=Q1 is given by xeAdy=Q1eAdydy+C.

Ans. Given differential equation is dxdy+P1x=Q1

To get the general solution of this equation, we multiply both sides by integrating factor,

 I.F. =eP1dyeP1dy(dxdy+P1x)=Q1eP1dydxdyePdy+P1xeP1dy=Q1ePddyddy(xeP1dy)=Q1eP1dyddy(xeP1dy)dy=Q1eP1dydyxeP1dy=Q1eP1dydy+C

This is the required solution of the given differential equation.


12. Find the differential equation of all non-vertical lines in a plane.

Ans. The family of all non-vertical line is represented as:

y=mx+c, where mtanπ2

On differentiating above equation w.r.t. x, we get

dydx=m

Again, differentiating equation (i) w.r.t. x, we get

d2ydx2=0


13. Solve: dydxy=1,y(0)=1.

Ans. Given is, dydxy=1

dydx=1+ydy1+y=dx

On integrating both sides, we get

log(1+y)=x+C

When x=0 and y=1, then

log0+CC=log2

The required solution is

log(1+y)=x+log2log(1+y2)=x1+y2=ex1+y=2exy=2ex1.


Importance of Chapter 9 Differential Equations Class 12 Notes

Understanding Chapter 9: Differential Equations in Class 12 is crucial for several reasons:


1. Foundation for Advanced Mathematics:

Differential equations form the basis for many advanced mathematical concepts and techniques used in higher studies, including physics, engineering, and applied mathematics.


2. Real-World Applications:

Differential equations are used to model and solve problems in various fields such as biology, economics, and engineering. They describe how quantities change and are essential for solving real-world problems.


3. Problem-Solving Skills:

Mastering differential equations enhances your ability to solve complex problems by applying different methods and techniques, which is important for both exams and practical applications.


4. Exam Preparation:

Differential equations are a significant part of the Class 12 syllabus. Comprehensive notes help you understand key concepts, practice solving different types of differential equations, and prepare effectively for exams.


5. Conceptual Understanding:

Detailed notes provide clear explanations and step-by-step solutions, which help in building a strong conceptual foundation and improve your ability to tackle various mathematical problems.


Important Formulas of Class 12 Chapter 9 You Shouldn’t Miss!

1. General Form of a Differential Equation:

F(x,y,dydx,d2ydx2,)=0


2. First-Order Linear Differential Equation:

General form:

dydx+P(x)y=Q(x)

Solution:

y=eP(x)dx(Q(x)eP(x)dxdx+C)

 

3. Separation of Variables:

For a differential equation of the form:

dydx=g(x)h(y)

Solution involves separating variables and integrating:

1h(y)dy=g(x)dx

 

4. Homogeneous Differential Equation:

For the form:

dydx=f(x,y)g(x,y)

If (f(x,y))and(g(x,y)) are homogeneous functions of the same degree, use substitution (y=vx) to solve.

 

5. Exact Differential Equation:

General form:

M(x,y)dx+N(x,y)dy=0

If \[( \frac{\partial M}{\partial y} = \frac{\partial N}{\partial x} )/], the equation is exact. The solution is found by integrating M and N.


6. Second-Order Differential Equation with Constant Coefficients:

General form:

ad2ydx2+bdydx+cy=0


Characteristic equation:

ar2+br+c=0

 

7. Particular Solution using Method of Undetermined Coefficients:

For non-homogeneous differential equations:

yp=Aemx

Solve for A by substituting (yp) into the differential equation.


8. Variation of Parameters:

For a non-homogeneous differential equation of the form:

y'' + p(x)y' + q(x)y = g(x)

Use the particular solution:

yp=u1(x)y1+u2(x)y2

Where (y1) and (y2) are solutions of the homogeneous equation.

 

9.  Laplace Transform of a Differential Equation:

For a differential equation:

L{y}=s2Y(s)sy(0)y(0)

Use Laplace transforms to solve the differential equation by converting it into an algebraic equation.

 

10.  General Solution of a Differential Equation:

For a first-order linear differential equation:

y=eP(x)dx(Q(x)eP(x)dxdx+C)

Where (C) is the constant of integration.


Tips for Learning the Class 12 Maths Chapter 9 Differential Equations

Here are some effective tips for learning Class 12 Maths Chapter 9: Differential Equations:


  1. Understand Basic Concepts:

    • Start by mastering the fundamental concepts of differential equations, including what they are, their types, and how they are used in various applications.

  2. Learn Key Formulas:

    • Memorise and understand key formulas and methods used for solving differential equations, such as separation of variables, linear equations, and exact equations.

  3. Practice Different Types:

    • Solve a variety of problems involving different types of differential equations. Practice solving first-order linear equations, homogeneous equations, and exact equations to build confidence.

  4. Use Step-by-Step Solutions:

    • Study solved examples in your textbook and notes. Pay attention to the step-by-step process used to solve each problem and try to replicate it on your own.

  5. Apply Real-World Problems:

    • Apply differential equations to real-world problems to see their practical applications. This can help in understanding the relevance and utility of the concepts.

  6. Work on Integration Skills:

    • Since solving differential equations often requires integration, ensure you are comfortable with integration techniques and formulas.


Conclusion

Mastering differential equations is crucial for solving complex problems in mathematics and its applications. By utilising the provided notes and PDFs, you gain access to clear explanations, essential formulas, and practical examples that will enhance your understanding and exam preparation. Consistent study and practice using these resources will help you excel in your Class 12 mathematics course and build a strong foundation for future studies. 


Related Study Materials for Class 12 Maths Chapter 9 Differential Equations

Students can also download additional study materials provided by Vedantu for Class 12 Maths Chapter 9 Differential Equations:




Chapter-wise Revision Notes Links for Class 12 Maths



Important Study Materials for Class 12 Maths

WhatsApp Banner

FAQs on Differential Equations Class 12 Notes: CBSE Maths Chapter 9

1. Solve dy/dx = sin x - x.

By = (sin x - x)dx (Note that the variables are separated)

Integrating both sides, we get 

∫dy = ∫(sin x - x) dx + c

y = ∫sin  xdx - ∫ dx+ c

= cos x - x2/2 + c 

Hence, the required general solution of (1) is y = cos x - 12x2 + c.

2. Solve the Differential Equation: √(1 + x2 + y2 + x2y2) + xy dy/dx = 0

Given, √(1 + x2 + y2 + x2y2) + xy dy/dx = 0

By simplifying the equation, we get

xy dy/dx = 0 = √(1 + x2 + y2 + x2y2) = - √(1 + x2 + y2(1 + x2))

     ⇒ xy dy/dx =   - √(1 + x2)(1 + y2)) = - √(1 + x2) √(1 + y2)

     ⇒ y/ √(1 + y2)  dy = - √(1 + x2)/x  dx


Integrating both sides, we get ∫ y/ √(1 + y2)  dy = - ∫√(1 + x2)/x  dx


Let 1 + y2 =1 => 2y dy =dt and 1 + x2 = m2 2x dx =2m dm => x dx =m dm


∴ (i) ½ ∫1/√t dt = -∫m2/m2 - 1  . mdm

                  ⇒  1 t½ / 2½ + ∫ m2/ m2 - 1  dm = 0         ⇒  √t + ∫ (m2 + 1 - 1)/ m2 - 1  dm = 0

    ⇒ √t + ∫ (1 + [1/m2 - 1])dm = 0         ⇒ √t + m + ½ log |(m-1)/(m+1)| = 0

Now substituting the value of t and m, we get

√(1 + y2) + √(1 + x2) + ½ log |(1 + x2 - 1)/(1 + x2 + 1)| + c = 0

3. Find the Differential Equation of the Family of circles Which passes through the origin and whose centres lie on the x-axis.

If a be the radius of a circle, then its centre is the point (a, 0) and its equation is 

(x-a)2 + y2 - a2,    or  x2+y2 - 2ax = 0 ----- (i)

Differentiating with respect to ‘x’ , we get

2x + 2y dy/dx - 2a.1 = 0,  or , x+y dy/dx = a ------- (ii)

Eliminating a from (i) and (ii), we get

x2 + y2 - 2 (x + y dy/dx) = 0

or, - x2 + y2 - 2xy dy/dx = 0, my2 = x2 + 2xy dy/dx, which is the required differential equation.

4. Write the integrating factor of the following differential equation:


(1 + y2) + (2xy - cot y) dy/dx = 0.

Given, (1+y2) + (2xy -cot y) dy/dx = 0

          ⇒ (2xy - cot y) dy/dx= - (1 + y2)       ⇒ dy/dx= - 1+ y2/2xy -cot y

          ⇒ dx/dy = 2xy - cot y/1 + y2     ⇒ dx/dy + 2y/1+y2 . x= cot y/1 + y2


It is in the form dx/dy + Px = O, where P and Q are functions of y.

         ⇒ IF = e∫pdy = e 2y/1 + y2 dy = elog | 1+y2| = 1 + y2

5. The manufacturing cost of article is given by c(x) = dc/dx = 3 + 0.25x

We have dc/dx = 3 + 0.25x

          or,           dc = (3 + 0.25x) dx ------- (1)

Integrating both sides of (i) we get 

c(x) = 3x + 0.25 x x2/2+ k -------- (2)

Given that c(0) = 60 i.e., c(x) = 60 when x = 0

∴ 60 = k i.e. k = 60

Hence from (2), the total cost function c(x) Is given by c(x) = 3x + 0.125 x2 + 60.

6. Mention some key features of Vedantu CBSE Class 12 Maths Chapter 9 Notes.

CBSE Class 12 Maths Chapter 9 Notes are prepared by skilled and proficient experts. Some of the salient features for Maths solutions are outlined here under:

  • The revision notes PDF can be printed out or downloaded providing the students with many modes of opting for quick study.

  • The subject matter specialists at Vedantu have done hours of research to render the most proper and accurate answers. Therefore, students can trust as this is the most reliable resource over the internet.

  • The notes cover all the important topics and concepts which would have been taught in the Class and NCERT books.

  • You can repeatedly revise the notes anytime and anywhere you want.

7. How to study Differential Equations Class 12 Notes?

  • It is suggested to take the print out of these notes and place them in some folder or files. This helps you to save the notes in one place and avoid misplacement, and you can study the notes as per your convenience.

  • Make sure you staple all the pages if you have taken printouts as you can misplace the notes if they are not properly stapled. This will help you to study the notes systematically.

  • You can directly refer to the notes by clicking on the link given on this page.

  • You can save the notes on your laptop and refer to it anytime you want.