Have you ever considered what it would take for doctors to measure infection rates and implement proper safety measures quickly if a deadly disease like COVID-19 were to reappear? Have you ever wondered how a hot cup of tea or coffee cools down in your room at a normal temperature? These are the situations in which knowledge of Differential equations becomes relevant, and in the NCERT Class 12 Maths, we will study this in detail. The main purpose of these NCERT Notes of the Integrals class 12 PDF is to provide students with an efficient study material from which they can revise the entire chapter.
Differential equations NCERT Class 12 Maths Notes cover topics like general and particular solutions of a differential equation, formation of differential equations, some methods to solve a first-order first-degree differential equation, and some applications of differential equations in different areas. These differential equations class 12 notes are prepared by Careers360 subject matter experts who have multiple years of experience in this field. For the syllabus, solutions, and chapter-wise PDFs, head over to this link: NCERT.
Use the link below to download the PDF version of the Integrals NCERT Notes for free. After that, you can view the PDF anytime you desire without internet access. It is very useful for revision and last-minute studies.
The basic definition of a differential equation is that it is a kind of equation that involves the differentiation of a function or functions.
For a given function g, find the function f such that
$\frac{d y}{d x}=g(x), \text { where } y \text { is } f(x)$
The above equation is called a differential equation.
An example of a general differential equation is:
$2 \frac{d^2 y}{d x^2}+\left(\frac{d y}{d x}\right)^3=0$
This is an ordinary Differential equation.
General notation:
$\frac{d y}{d x}=y^{\prime}, \frac{d^2 y}{d x^2}=y^{\prime \prime}, \frac{d^3 y}{d x^3}=y^{\prime \prime \prime}, \frac{d^n y}{d x^n}=y^n$
The first order differential equation is defined by the equation $\frac{dy}{dx} = x$. Here, the given function cannot be differentiated more than once. So, it is called the first-order derivative. The same goes for equation (2).
$
\frac{d y}{d x}-x=0------(1)
$
Its order is 1.
$
\frac{d^2 y}{d x^2}+y^{\prime}=0-----(2)
$
Its order is 2.
It is defined as the highest order derivative it contains. In other words, it is the power to which the highest order derivative is raised.
Let us see an example.
$\frac{d^3 y}{d x^3}+2\left(\frac{d^2 y}{d x^2}\right)^2+\frac{d y}{d x}+y=0$
It has a degree of 1 because the power of the highest order is 1
Example:
Find the order and degree of the given equation $x y \frac{d^2 y}{d x^2}+x\left(\frac{d y}{d x}\right)^2-y \frac{d y}{d x}=0$
Solution:
The order of the equation is 2, and the degree of the equation is 1.
Let us consider a curve $\mathrm{y}=\mathrm{f}(\mathrm{x})=\mathrm{a} \sin (\mathrm{x}+\mathrm{b})$ where $\mathrm{a}, \mathrm{b}\in R$ and
And let $\mathrm{a}=2$ and $b=\frac{\pi}{4}$
Thus the function is $y=f(x)=2 \sin \left(x+\frac{\pi}{4}\right)$
Here, the function consists of 2 arbitrary constants, a and b, and they are known as general solutions of a differential equation. If the function does not contain any arbitrary constant is called a particular solution.
Formation of a Differential equation whose general solution is given
We know that
$x^2+y^2+2 x-4 y+a=0$
Represents a circle with centre at $(-1,2)$ and a radius of 1.
On differentiating it, we get
$\frac{d y}{d x}=\frac{x+1}{2-y} ,\text { where }(y \neq 2)$
This is a differential equation that represents a family of circles.
Now, in the equation $y=mx+c$, by giving different values to the parameters m and c, we get different members of the family of a straight line.
a) If the family of curves F depends on one parameter, then it is represented by
F(x, y, a) =0
On differentiating it, we get
F(x, y, y’)=0
b) If the family of curves F depends on two parameters, then it is represented by
F(x, y, a, b)
On differentiating it, we get,
F(x, y, y’, y’’)=0
Here, we will find 3 ways of solving the differential equation.
Method of variable separation
Method of homogeneous differential equations
Method of Linear differential equations
The differential of the form $\frac{d y}{d x}=f(x) g(y)$,
Where $f(x)$ is a function of $x$ and $g(y)$ is a function of $y$,
It is said to be in a variable separable form.
Rewrite the equation as
$
\frac{d y}{g(y)}=f(x) d x \quad[\text { where } g(y) \neq 0]
$
This process is separating the variables.
Now, integrating both sides, we get
$
\int \frac{\mathrm{dy}}{\mathrm{~g}(\mathrm{y})}=\int \mathrm{f}(\mathrm{x}) \mathrm{dx}+\mathrm{c}
$
By this, we get the solution of the differential equation.
Let’s look at one illustration for a better understanding.
Solution of the differential equation $\frac{\mathrm{dy}}{\mathrm{dx}}=\left(\mathrm{e}^{\mathrm{x}}+1\right)\left(\mathrm{y}^2+1\right)$
Rewrite the differential equation as
$
\frac{d y}{1+y^2}=\left(e^x+1\right) d x
$
Integrating both sides, we get
$
\begin{aligned}
& \int \frac{\mathrm{dy}}{1+\mathrm{y}^2}=\int\left(\mathrm{e}^{\mathrm{x}}+1\right) \mathrm{dx} \\
& \Rightarrow \tan ^{-1} y=e^x+x+c \\
& \Rightarrow y=\tan \left(e^x+x+c\right)
\end{aligned}
$
Let us consider a function.
$
F(x, y)=y^2+2 x y
$
Now if we replace $x$ and $y$ with $a x$ and $a y$, for any non-zero constant we get
$
F(\alpha x, \alpha y)=\alpha^2\left(y^2+2 x y\right)=\alpha^2 F(x, y)
$
Generalizing
$
F(\alpha x, \alpha y)=\alpha^n F(x, y) \text { where } \alpha\neq 0
$
Now, in the case of differential equation,
A differential equation of the form $\frac{dy}{dx} = F (x, y)$ is said to be homogenous if F(x, y) is a homogenous function of zero degrees. Solving a homogeneous differential equation of the type.
$\frac{dy}{dx}=F(x,y)=g(\frac yx)-------(1)$
We make substitution, $y = v.x ------(2)$
Differentiating (2) with respect to x, we get
$
\frac{d y}{d x}=v+x \frac{d v}{d x}-------(3)
$
Substituting (3) in (1), we get,
$
\begin{aligned}
& v+x \frac{d v}{d x}=g(v) \\
& ⇒x \frac{d v}{d x}=g(v)-v
\end{aligned}
$
Using variable separation in (4)
$
\frac{d v}{g(v)-v}=\frac{d x}{x}--------(5)
$
Now integrating (5), we get,
$
\int \frac{d v}{g(v)-v}=\int \frac{d x}{x}
$
Therefore (6) gives the solution $f(1)$ when we replace $v$ by $\frac yx.$
Let us see an example.
$
\frac{d y}{d x}=\frac{x+y}{x-y}
$
Substituting $\mathrm{y}=\mathrm{vx}$
$
\begin{aligned}
& \frac{d y}{d x}=v+x \frac{d v}{d x} \\
&⇒ v+x \frac{d v}{d x}=\frac{x+v x}{x-v x} \\
&⇒ v+x \frac{d v}{d x}=\frac{1+v}{1-v} \\
&⇒ x \frac{d v}{d x}=\frac{1+v^2}{1-v} \\
&⇒ \left(\frac{1-v}{1+v^2}\right) d v=\frac{d x}{x}
\end{aligned}
$
Now, integrating, we get,
$
\int\left(\frac{1-v}{1+v^2}\right) d v=\int \frac{d x}{x}
$
$
\begin{aligned}
& \ln x=\tan ^{-1} v-\frac{1}{2} \ln \left|1+v^2\right|+\ln c \\
&⇒ \ln x=\tan ^{-1}\left(\frac{y}{x}\right)-\frac{1}{2} \ln \left|1+\left(\frac{y}{x}\right)^2\right|+\ln c
\end{aligned}
$
The linear differential equations are those in which the variable and its derivative occur only in the first degree.
An equation of the form
$\frac{d y}{d x}+P(x) \cdot y=Q(x)----(i)$
Where P(x) and Q(x) are functions of x only or constant is called a linear equation of the first order.
To solve the differential equation (i),
multiply both sides of Eq (i) by $\int e^{P(x) d x}$, we get,
$
\begin{array}{ll}
& e^{\int P(x) d x}\left(\frac{d y}{d x}+P(x) y\right)=e^{\int P(x) d x} \cdot Q(x) \\
\text { i.e. } & e^{\int P(x) d x} \cdot \frac{d y}{d x}+y \cdot P(x) \frac{d}{d x}\left(e^{\int P(x) d x}\right)=Q e^{\int P(x) d x} \\
⇒& \frac{d}{d x}\left(y e^{\int P(x) d x}\right)=e^{\int P(x) d x} \cdot Q(x)
\end{array}
$
Integrating both sides, we get,
$⇒\quad \int \mathrm{d}\left(y \mathrm{e}^{\int \mathrm{P}(\mathrm{x}) \mathrm{dx}}\right)=\int\left(\mathrm{e}^{\int \mathrm{P}(\mathrm{x}) \mathrm{dx}} \cdot \mathrm{Q}(\mathrm{x})\right) \mathrm{dx}$
$
\Rightarrow \quad \mathrm{ye}^{\int P(x) d x}=\int Q(x) e^{\int P(x) d x} d x+C
$
Which is the required solution of the given differential equation.
The term $\mathrm{e}^{\int \mathrm{P}(\mathrm{x}) \mathrm{dx}}$, which converts the left-hand expression of the equation into a perfect differential, is called an Integrating factor (IF).
Thus, we remember the solution of the above equation as
$
y(\mathrm{IF})=\int Q(\mathrm{IF}) d x+C
$
Note :
Sometimes, a given differential equation becomes linear if we take x as the dependent variable and y as the independent variable.
Differential equations are used in a variety of disciplines, such as biology, economics, physics, chemistry, and engineering.
Growth and Decay Problem:
Let the amount of substance (or population) that is either growing or decaying be denoted by N(t). If we assume the time rate of change of this amount of substance, $ \frac{d N}{d t}$, is proportional to the amount of substance present, then
$\frac{d N}{d t}=k N \quad$
$⇒ \frac{d N}{d t}-k N=0$
Where k is the constant of proportionality. We are assuming that N(t) is a differentiable, hence continuous, function of time.
Given below are some previous year question answers of various examinations from the NCERT class 12 chapter 9, Differential Equations:
Question 1: $y=a e^{m x}+b e^{-m x}$ satisfies which differential equations?
Solution:
Given $y=a e^{m x}+b e^{-m x}$
upon differentiation, we get $\frac{d y}{d x}=a \cdot m e^{m x}-b \cdot m e^{-m x}$
atter differentiation again we get
$
\begin{aligned}
& \frac{d^2 y}{d x^2}=a m^2 e^{m x}-b m^2 e^{-m x} \\
\Rightarrow & \frac{d^2 y}{d x^2}=m^2\left(a e^{m x}-b e^{-m x}\right) \\
\Rightarrow & \frac{d^2 y}{d x^2}=m^2 y \\
\Rightarrow & \frac{d^2 y}{d x^2}-m^2 y=0
\end{aligned}
$
Hence, the correct answer is $\frac{d^2 y}{d x^2}-m^2 y=0$.
Question 2: The solution of the differential equation $\cos x \sin y \;dx+\sin x \cos y\; dy=0$ is:
Solution:
$\begin{aligned}
& \cos x \sin y d x+\sin x \cos y d y=0 \\
& \Rightarrow \sin x \cos y d y=-\cos x \sin y d x \\
& \Rightarrow \frac{\cos y}{\sin y} d y=-\frac{\cos x}{\sin x} d x \\
& \Rightarrow \cot y d y=-\cot x d x
\end{aligned}$
Upon integration of both sides,
$\begin{aligned} &\int \cot y d y=-\int \cot x d x \\
\Rightarrow & \log |\sin y|=-\log |\sin x|+\log c \\
\Rightarrow & \log |\sin y|+\log |\sin x|=\log c \\
\Rightarrow & \log |\sin y \cdot \sin x|=\log c \\
\Rightarrow & \sin y \sin x=c
\end{aligned}$
Hence, the correct answer is $\sin y\sin x=c$.
Question 3: The solution of the differential equation $\frac{d y}{d x}+\frac{2 x y}{1+x^{2}}=\frac{1}{\left(1+x^{2}\right)^{2}}$ is:
Solution:
$\begin{aligned}
& \frac{d y}{d x}+\frac{2 x y}{1+x^2}=\frac{1}{\left(1+x^2\right)^2} \text { is } \\
& \quad P=\frac{2 x}{1+x^2} \text { and } Q=\frac{1}{\left(1+x^2\right)^2} \\
& \text { Here, } \\
& \therefore \text { I.F. }=e^{\int \frac{2 x}{1+x^2} d x}=e^{\log \left(1+x^2\right)}=1+x^2
\end{aligned}$
$\therefore$ The general solution is
$\begin{aligned}
& y\left(1+x^2\right)=\int\left(1+x^2\right) \frac{1}{\left(1+x^2\right)^2}+C \\
& \Rightarrow \quad y\left(1+x^2\right)=\int \frac{1}{1+x^2} d x+C \\
& \Rightarrow y\left(1+x^2\right)=\tan ^{-1} x+C
\end{aligned}$
Hence, the correct answer is $y\left(1+x^2\right)=\tan ^{-1} x+C$.
All the links of chapter-wise notes for NCERT class 12 maths are given below:
After completing the NCERT textbook solutions, students can practice these NCERT Exemplar questions. These w
The following links will lead students to the solutions of other subject exercises. These well-structured solutions will be very useful for them.
Students can use the following links to check the latest CBSE syllabus and some reference books.
Take Aakash iACST and get instant scholarship on coaching programs.
This ebook serves as a valuable study guide for NEET 2025 exam.
This e-book offers NEET PYQ and serves as an indispensable NEET study material.
As per latest syllabus. Physics formulas, equations, & laws of class 11 & 12th chapters
As per latest syllabus. Chemistry formulas, equations, & laws of class 11 & 12th chapters
As per latest 2024 syllabus. Study 40% syllabus and score upto 100% marks in JEE