0% found this document useful (0 votes)
35 views14 pages

Notes

Uploaded by

Sandeep Nayak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views14 pages

Notes

Uploaded by

Sandeep Nayak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

Class 12 Mathematics | Differential Equations | Notes

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

Differential Equations
Notes

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

Introduction

Differential equation plays an important role in the modern science.


In Physics, “Newton’s Law of cooling”- This states that the rate of change of
the temperature of an object is directly proportional to the difference between
its own temperature and the ambient temperature”.

This is differential equation


Solving a RC, RLC or RL circuit in physics involves differential equation.

Vemf =Ke dθ/dt -- A differential Equation

In chemistry -To calculate rate of chemical reaction.


dR/dt = KR - This is differential equation

Hence, an in

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

-depth study of differential equations has assumed prime importance in all


modern scientific investigations.

What is differential equation?

An equation that involves a relationship between a function and one or more


derivatives is called a differential equation.

Example: a * dy/dx + x = y A Derivative form


dy/dx = cos x

Above are the examples of differential equation since it involve a derivative


form and the function in form of x and y.

But,
ax2+bx+c=0 or x * sinx - x=1. These equations have variable x but do not
include their derivatives hence these functions are not differential equation

Hyperbola equation

Hyperbola Equation is not a differential equation

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

Similarly y=sinx not a differential Equation

Notation used:

For nth order

Order and Degree of Differential Equation


Order of differential Equation
The highest derivative in a differential equation is said to be a order of
differential equation.
Example:

Now let’s find out order of the function given below

Order here is 3 because of the highest order of derivative i.e. d3y/dx3

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

Note: That there is difference in order and degree as shown in our next
section.
Degree of differential Equation-
It is the highest power of the highest order derivative involved in the
differential function.
Note:- The conditions to find the degree of differential equation is that the
function should only be polynomial function if the differential equation
contains log, exponential and trigonometric function of the derivative then
degree is not defined i.e. the equation has to be polynomial function to define
degree of a differential equation.
Example:

Here the order is 3 and degree is 1 i.e the highest power of highest derivative.
y’’+y’+y=0 - Here order is 3 and degree=1.
dy/dx + sin(dy/dx) =0 – Here the order is 1 but degree is not defined.
Note: Order and degree (if defined) of a differential equation are always
positive integers.

General and Particular Solution of Differential Equation

But for differential equation like y’-sinx=0. Solution of y is in function in terms


of variables not in numbers.

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

We classify solution of differential equation into two parts-


1. General Solution
2. Particular Solution
Let us understand General solution of differential equation with an example.
Example:
dy/dx - k sin(x) = 0 – A differential equation
Integrating both side
∫dy = ∫dx * k sin(x)
We get solution as y=-Kcosx+c
This is called a “general solution” of a differential equation as we get the
solutions in constant form of K and C (k and c can be any value from - ∞ to + ∞
)
Particular solution:
Now the solution we get is a General solution but if we assign some value to it
by giving some conditions Let’s say we get the value of k and c be -4 and 7
resp. then the equation will became
y=4cosx +7 - This equation is a particular solution of a given differential
equation.
Formation of differential equation whose general solution is given
Now let’s learn how to form the differential equation of a given function.
Please note that we need to eliminated the parameter like a,b etc. to form a
differential equation
Procedure to find a differential equation

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

1. If the given family F of curves depends on only one parameter then we can
represent the equation of the form
F (x, y, a) = 0 ..(1)
Example: Parabola Equation y2 = 4ax (as shown in fig.) this can be represented
in an equation of the form F(x, y, a) : y2 =4ax…..(1)

Now to find out differential equation we differentiate equation (1)


with respect to x, we get an equation involving y′, y, x, and a,
i.e., y dy/dx = 2a ……..(2)
We get a differential equation of a family of a parabola by putting the value of
parameter “a” from (2) in equation (1)
We get y=2x dy/dx ………..this a differential equation.
i.e F(x,y,y’)=0

2. If two parameters are given say “a and b” in the function, then we represent
the equation of the form
F (x, y, a ,b) = 0

Example: y=asin(x+b) this can be represented by an equation of the form


F (x, y, a, b) : y =asin(x+b)……….(1)
Now since it involve two parameter (a, b) we need to differentiate twice since
it is not possible to eliminate two parameters a and b from the two equations
only and so, we required a third equation.
dy/dx = a cos(x+b) --(2)

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

d2y/dx2 = -a sin(x+b) --(3)

and since we put the value in 3rd in the equation, we get


d2y/dx2 = -y
or d2y/dx2 +y = 0

i.e F(x,y,y’,y”)=0
Note:- Similarly we follow the same steps for 3 or more parameters if involved.

Problem:
Form the differential equation of the family of hyperbolas having foci on x-axis
and centre at origin.
Solution:
The equation of the family of hyperbolas with the centre at origin and foci
along the xaxis is:

..(1)

Differentiating both sides of equation (1) with respect to x, we get:


2x/a2 -2yy'/b2 =0
x/a2 – yy’/b2 = 0 ----(2)
Again Differentiating equation (2) with respect to x, we get:

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

Now substituting value of 1/a2 from equation in (3) in the equation (2) we get,

Solving the equation we get,


x(y’)2+xyy’’-yy’=0
xyy’’+x(y’)2-yy’=0
This is a required differential equation of Hyperbola.

Differential Equations with Variables Separable


A first order-first degree differential equation is of the form
dy/dx = F(x,y) --(1)
If F (x, y) can be expressed as a product g (x) h(y), where, g(x) is a function of x
and h(y) is a function of y, then the differential equation (1) is said to be of
“variable separable” type. Then differential equation (1) has the form
dy/dx= h(y).g(x)
d(y)/h(y) = g(x). dx ... (3) where h(y) ≠ 0
Integrating both sides of equation (3), we get
∫ (1/h(y)).dy = ∫ g(x). dx = ... (4)
Thus, (4) provides the solutions of given differential equation in the form
H(y) = G(x) + C
Here, H (y) and G (x) are the anti-derivatives of 1/h(y) and g(x) respectively and
C is the arbitrary constant.

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

Problem:
Find the general solution of the following of question : sec2 x tan y dx + sec2 y
tan x dy = 0
Solution: Sec2y tanx dy= - sec2 x tan y dx

Integrating both side

Let tany=t and sec2ydy = dt


log(tany)= -log(tanx)+logC
tany.tanx=C
This is required general solution of differential equation.

Homogeneous Function

A function F(x, y) is said to be homogeneous function of degree n if


F(λx, λy) = λn F(x, y) for any nonzero constant λ.
Eg: F(x, y) = y2 + 2xy
F(λx, λy) = (λy)2 + 2λxλy
F(λx, λy) = λ2 (y2 + 2xy )
Thus, F(x, y) = y2 + 2xy is a homogeneous function.

But, F(x, y) = sin x + cos y is not a homogeneous function since it cannot be


expressed as F(λx, λy) = λn F(x, y)
Homogeneous Differential Equation

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

A differential equation of the form dy/dx = F (x, y) is said to be homogenous if


F(x, y) is a homogenous function of degree zero
Example: Below Equation is Homogeneous Differential Equation

Since,
F(λx, λy) = λ0F(x,y)
i.e F(λx, λy) = F(x,y)

Method to solve a given homogeneous differential equation

………(1)
We make the substitution of y = v . x ……….(2)
Differentiating equation (2) with respect to x, we get

……..(3)

Substituting the value of dy/dx from equation (3) in equation (1), we get

………(4)

Arranging the variables, ………(5)

Equation (5) gives general solution (primitive) of the differential equation (1)
when we replace v by y/x

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

Note: If the homogeneous differential equation is in the form dy/dx= F(x, y)


where, F (x, y) is homogenous function of degree zero, then we make
substitution of x/y = v i.e., x = vy and we proceed further to find the general
solution as discussed above by writing dy/dx = (x,y) = g(y/x)

First order Linear differential equations


A differential equation of the from dy/dx + Py = Q
where, P and Q are constants or functions of x only, is known as a first order
linear differential equation.
Example:

Another form of first order linear differential equation can be dx/dy+ Px =Q


where, P and Q are constants or functions of y only, is known as a first order
linear differential equation

Steps involved to solve first order linear differential equation:


(i) Write the given differential equation in the form dy/dx + Py = Q , where P,
Q are constants or functions of x only.
(ii) Find the Integrating Factor (I.F)
(iii) Write the solution of the given differential equation as

www.learnohub.com
Class 12 Mathematics | Differential Equations | Notes

y (IF) =∫Q + IF. dx + C

Problem:
Solve equation: dy/dx + y/x = x2
Solution. The given differential equation is in the form of dy/dx + Py = Q
(Here P=1/x and Q=x2)

This is the required general solution of the given differential equation.

****************

www.learnohub.com

You might also like