SlideShare uma empresa Scribd logo
1 de 15
LINEAR DIFFERENTIAL
EQUATIONS
Prepared By:
Bakhtiyar Mohamad Ali
Saadi Salim Ismael
Supervised By:
Dr. Karmina K. Ali
Date: 28/1/2024
University of Zakho
College of Science
Department of Mathematics
Agenda Style
Abstract
01
Introduction
02
Conclusion
03
References
04
I n t h i s p r o j e c t , a f i r s t - o r d e r l i n e a r d i f f e r e n t i a l e q u a t i o n
i s s t u d i e d . T h e a p p l i c a t i o n s o f d i f f e r e n t i a l e q u a t i o n s a r e
w r i t e . S o m e e x a m p l e s a n d h o w t o s o l v e t h e m a r e
p r e s e n t e d i n t h i s p r o j e c t .
Abstract
Linearity: The dependent variable (y) and its first
derivative (y') appear only to the first power and are
not multiplied together.
Order: The highest derivative involved is the first
derivative.
Integrating Factor: In Mathematics, an integrating
factor is a function used to solve differential
equations. It is a function in which an ordinary
differential equation can be multiplied to make the
function integrable. It is usually applied to solve
ordinary differential equations.
General Solution: The complete set of solutions to
a first-order linear differential equations.
Here is the general form of a first-order linear
differential equation:
𝒚′
+ 𝒑 𝒙 𝒚 = 𝑸 𝒙 ,
Where 𝒚 is the unknown function. 𝑦′
is the
derivative of 𝒚 with respect to 𝒙. 𝒑 𝒙 and 𝑸(𝒙) are
known functions of 𝒙.
2. INTRODUCTION
2.1 Overview
A first-order linear differential equation is an
equation that relates an unknown function y of
a variable x, its derivative y', and possibly
other functions of x, in a specific way, and
also can defined as the equations that are
fundamental in many areas of science and
engineering, such as population growth, heat
transfer, and electrical circuits. They can be
solved using a variety of methods, including
separation of variables, integrating factors,
and variation of parameters. First-order linear
differential equations are a fundamental class
of differential equations characterized by:
Importance of the linear differential
equation:
1.Building blocks for higher-order linear
differential equations.
2.Wide range of applications in
science, engineering, and finance.
3.Provide a foundation for
understanding more complex differential
equations.
Solving Techniques:
Separation of variables (for
homogeneous).
Integrating factors (for non-
homogeneous).
There are two main types of first-order linear
differential equations:
1- Homogeneous equations: These are equations in
which the right-hand side is zero (Q(x) = 0).
2- Nonhomogeneous equations: These are equations in
which the right-hand side is not zero (Q(x) ≠ 0).
Applications of the linear differential equation:
Modeling population growth and decay
Radioactive decay
Chemical kinetics
Electrical circuits
Heat transfer
2.2 Calculation
The general form of the first order of the linear differential equation in the dependent variable 𝑦 is :
𝑎0(𝑥)𝒚′ + 𝑎1(𝑥)𝑦 = 𝑎2(𝑥),
where 𝑎0(𝑥) ≠ 0 , we get
𝒚′
+
𝑎1(𝑥)
𝑎0(𝑥)
𝑦 =
𝑎2(𝑥)
𝑎0(𝑥)
⇒ 𝒚′ + 𝑝 𝑥 𝑦 = 𝑄 𝑥 . (1)
where 𝑝 𝑥 =
𝑎1(𝑥)
𝑎0(𝑥)
𝑎𝑛𝑑 𝑄 𝑥 =
𝑎2(𝑥)
𝑎0(𝑥)
.
Integrating factor will be a function 𝑓(𝑥) such that multiplying it to both sides of the equation
𝑓 𝑥 (𝑦′ + 𝑝 𝑥 𝑦) = 𝑓 𝑥 𝑄 𝑥
𝑓 𝑥 𝑦′ + 𝑓 𝑥 𝑝 𝑥 𝑦 = 𝑓 𝑥 𝑄 𝑥
𝑓 𝑥 𝑦′ + 𝑓 𝑥 𝑝 𝑥 𝑦 = 𝑓 𝑥 𝑦′ + 𝑓′ 𝑥 𝑦
𝑓 𝑥 𝑦′
+ 𝑓 𝑥 𝑝 𝑥 𝑦 𝑑𝑥 = 𝑓 𝑥 𝑦 + 𝐶.
This means the function 𝑓 should satisfy 𝑓′ 𝑥 = 𝑓 𝑥 𝑝 𝑥 , which is separable
differential equation, this can be solved as:
𝑓′ 𝑥
𝑓 𝑥
𝑑𝑥 = 𝑝 𝑥 𝑑𝑥 ⇒
𝑓′ 𝑥
𝑓 𝑥
𝑑𝑥 = 𝑝 𝑥 𝑑𝑥
ln 𝑓(𝑥) = 𝑝 𝑥 𝑑𝑥 ⇒ 𝑓 𝑥 = 𝑒 𝑝 𝑥 𝑑𝑥
.
To solve the linear differential equation 𝒚′ + 𝑝 𝑥 𝑦 = 𝑄(𝑥), multiply both sides by the
integrating factor 𝐼 𝑥 = 𝑒 𝑝 𝑥 𝑑𝑥
and integrate both sides, or 𝑦 =
1
𝐼(𝑥)
𝐼(𝑥)𝑄(𝑥) 𝑑𝑥 .
Example 1: Solve the LDE
𝑑𝑦
𝑑𝑥
=
1
1+𝑥3 −
3𝑥2
1+𝑥2 𝑦 ?
Solution:
The above-mentioned equation can
be rewritten as,
𝑑𝑦
𝑑𝑥
+
3𝑥2
1+𝑥3 𝑦 =
1
1+𝑥3 .
Comparing it with
𝑑𝑦
𝑑𝑥
+ 𝑃(𝑥)𝑦 =Q(x)
, we get
𝑃(𝑥) =
3𝑥2
1+𝑥3 , and 𝑄(𝑥) =
1
1+𝑥3 .
Let’s figure out the integrating factor
(I.F.) which is 𝑒 𝑃(𝑥)𝑑𝑥. I. 𝐹 =
𝑒
3𝑥2
1+𝑥3
𝑑𝑥 = 𝑒ln 1+𝑥3
⇒𝐼. 𝐹. = 1 + 𝑥
3
Now, we can also rewrite the L.H.S as:
𝑑(𝑦 × 𝐼.𝐹)
𝑑𝑥
,
⇒
𝑑
𝑑𝑥
(𝑦 1 + 𝑥
3
) =
1
1 + 𝑥
3 (1 + 𝑥
3
)
⇒
𝑑
𝑑𝑥
(𝑦 1 + 𝑥
3
) = 1
Integrating both the sides w. r. t. x, we get,
⇒ 𝑦 1 + 𝑥
3
= 𝑥 + 𝑐
⇒ 𝑦 =
𝑥
(1 + 𝑥
3
)
+
𝑐
(1 + 𝑥
3
)
Example 2: Solve the differential
equation
𝑑𝑦
𝑑𝑥
+ 3𝑥2𝑦 = 6𝑥2 ?
Solution: The given equation is
linear since it has the form of
Equation 1 with
𝐼 𝑦 = 𝑒 𝑝 𝑦 𝑑𝑦
= 𝑒 2𝑑𝑦
= 𝑒2𝑦
.
The general solution is
𝑥 =
1
𝐼(𝑦)
𝐼(𝑦)𝑄(𝑦) 𝑑𝑦
𝑥 =
1
𝑒2𝑦 6𝑒2𝑦𝑒𝑦 𝑑𝑦
𝑥 =
1
𝑒2𝑦 6𝑒3𝑦
𝑑𝑦
𝑥 =
1
𝑒2𝑦 2𝑒3𝑦 + 𝑐
𝑥 = 2𝑒𝑦 + 𝑐𝑒−2𝑦.
Example 3: Solve
𝑑𝑦
𝑑𝑥
=
1
6𝑒𝑦−2𝑥
?
Solution: Rewrite the differential
equation.
𝑑𝑥
𝑑𝑦
= 6𝑒𝑦 −2x
𝑑𝑥
𝑑𝑦
+ 2𝑥 = 𝑒𝑦
It is of the form
𝑑𝑥
𝑑𝑦
+ 𝑃(𝑦)𝑥 = 𝑄(𝑦).
Here 𝑃 𝑦 = 2 , and 𝑄 𝑦 = 𝑒𝑦,
Example4: Solve the differential equation
𝑑𝑦
𝑑𝑥
− 3𝑦 cot(𝑥) = sin(2𝑥) given 𝑦 = 2 were 𝑥 =
𝜋
2
?
Solution:
Given
𝑑𝑦
𝑑𝑥
− 3 cot(𝑥) ⋅ 𝑦 = sin(2𝑥) .
It is of the form
𝑑𝑦
𝑑𝑥
+ 𝑃(𝑥)𝑦 = 𝑄(𝑥).
Here
𝑃(𝑥)𝑑𝑥 = −3cot(𝑥)𝑑𝑥 = −3ln sin(𝑥) = −ln sin3
(𝑥) = ln
1
sin3(𝑥)
I.F. = 𝑒
ln
1
sin3(𝑥) =
1
sin3(𝑥)
.
𝑦
1
sin3(𝑥)
= sin(2𝑥)(
1
sin3( 𝑥)
)𝑑𝑥
𝑦
1
sin3(𝑥)
= 2sin(𝑥)cos(𝑥)(
1
sin3 𝑥
)𝑑𝑥
= 2 (
1
sin(𝑥)
)(
cos( 𝑥)
sin( 𝑥)
)𝑑𝑥
= 2 csc(𝑥)cot(𝑥)𝑑𝑥
𝑦
1
sin3(𝑥)
= −2csc(𝑥) + 𝑐.
Now
𝒚 = 𝟐 when 𝒙 =
𝝅
𝟐
𝟐
𝟏
𝟏
= −𝟐(𝟏) + 𝒄 ⇒ 𝒄 = 𝟒
∴ 𝒚
𝟏
𝒔𝒊𝒏𝟑(𝒙)
= −𝟐𝐜𝐬𝐜(𝒙) + 𝟒.
Example 5: Solve the differential equation
𝟏
𝒙
𝒅𝒚
𝒅𝒙
−
𝟏
𝒙
𝟒𝒚 =
𝒙𝟔𝒆𝒙 𝟏
𝒙
⇒
𝒅𝒚
𝒅𝒙
−
𝟒
𝒙
𝒚 = 𝒙𝟓𝒆𝒙
The given equation is linear since it has the form of Equation
1 with 𝑷(𝒙) = −
𝟒
𝒙
and 𝑸(𝒙) = 𝒙𝟓𝒆𝒙. An integrating factor is
𝑰 𝒙 = 𝒆 −
𝟒
𝒙
𝒅𝒙
= 𝒆−𝟒𝒍𝒏𝒙 = 𝒙−𝟒.
Multiplying both sides of the differential equation
by 𝒙−𝟒, we get
𝒙−𝟒 𝒅𝒚
𝒅𝒙
−
𝟒
𝒙𝟑 𝒚 = 𝒙𝒆𝒙
or
𝒅
𝒅𝒙
𝒙−𝟒
𝒚 = 𝒙𝒆𝒙
Integrating both sides, we have
𝑥−4𝑦 = 𝒙𝑒𝑥𝑑𝑥 … … … (1)
𝑙𝑒𝑡 𝑢 = 𝑥 , 𝑑𝑣 = 𝑒𝑥
𝑑𝑥
⇒ 𝑑𝑢 = 𝑑𝑥 , 𝑣 = 𝑒𝑥
𝑢𝑑𝑣 = 𝑢𝑣 − 𝑣𝑑𝑢
𝒙𝑒𝑥𝑑𝑥 = 𝑥𝑒𝑥 − 𝑒𝑥𝑑𝑥
= 𝑥𝑒𝑥 − 𝑒𝑥 … … … . (2)
From eq. (1) and eq. (2) , we get
𝑥−4𝑦 = 𝒙𝑒𝑥 − 𝑒𝑥 + 𝑐
𝑦 = 𝑥5𝑒𝑥 − 𝑥4𝑒𝑥 + 𝑥4𝑐.
S L U
O N I O
S
C C N
Understanding and solving first-order linear differential equations is fundamental
in mathematical modeling. The integrating factor method provides a systematic
approach to find solutions, making these equations valuable tools in analyzing
real-world phenomena. This report provides a brief overview of first-order linear
differential equations, their solution method, and practical applications.
Moreover, some examples are provided to more understand how to solve these
types of differential equations.
4. Reference
[1] Hartman, P. (2002). Ordinary differential equations. Society for Industrial
and Applied Mathematics.
[2] Arnold, V. I. (1992). Ordinary differential equations. Springer Science &
Business Media.
[3] Miller, R. K., & Michel, A. N. (2014). Ordinary differential equations.
Academic press.
[4] Hale, J. K. (2009). Ordinary differential equations. Courier Corporation.

Mais conteúdo relacionado

Semelhante a LINEAR DIFFERENTIAL EQUATIONSLINEAR DIFFERENTIAL EQUATIONS .pptx

Helmholtz equation (Motivations and Solutions)
Helmholtz equation (Motivations and Solutions)Helmholtz equation (Motivations and Solutions)
Helmholtz equation (Motivations and Solutions)Hassaan Saleem
 
Electrical circuit analysis
Electrical circuit analysisElectrical circuit analysis
Electrical circuit analysisIsuru Premaratne
 
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...IJRES Journal
 
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...irjes
 
New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation Lossian Barbosa Bacelar Miranda
 
Uniformity of the Local Convergence of Chord Method for Generalized Equations
Uniformity of the Local Convergence of Chord Method for Generalized EquationsUniformity of the Local Convergence of Chord Method for Generalized Equations
Uniformity of the Local Convergence of Chord Method for Generalized EquationsIOSR Journals
 
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS Baasilroy
 
S.Duplij,G.Goldin,V.Shtelen.On Lagrangian and non-Lagrangian conformal-invari...
S.Duplij,G.Goldin,V.Shtelen.On Lagrangian and non-Lagrangian conformal-invari...S.Duplij,G.Goldin,V.Shtelen.On Lagrangian and non-Lagrangian conformal-invari...
S.Duplij,G.Goldin,V.Shtelen.On Lagrangian and non-Lagrangian conformal-invari...Steven Duplij (Stepan Douplii)
 
Taller grupal parcial ii nrc 3246 sebastian fueltala_kevin sánchez
Taller grupal parcial ii nrc 3246  sebastian fueltala_kevin sánchezTaller grupal parcial ii nrc 3246  sebastian fueltala_kevin sánchez
Taller grupal parcial ii nrc 3246 sebastian fueltala_kevin sánchezkevinct2001
 
Paper id 21201486
Paper id 21201486Paper id 21201486
Paper id 21201486IJRAT
 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Kevin Johnson
 
Differential equation and Laplace transform
Differential equation and Laplace transformDifferential equation and Laplace transform
Differential equation and Laplace transformsujathavvv
 
Differential equation and Laplace transform
Differential equation and Laplace transformDifferential equation and Laplace transform
Differential equation and Laplace transformMohanamalar8
 
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindThe Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindDr. Amarjeet Singh
 
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...IOSR Journals
 
REGRESSION ANALYSIS THEORY EXPLAINED HERE
REGRESSION ANALYSIS THEORY EXPLAINED HEREREGRESSION ANALYSIS THEORY EXPLAINED HERE
REGRESSION ANALYSIS THEORY EXPLAINED HEREShriramKargaonkar
 

Semelhante a LINEAR DIFFERENTIAL EQUATIONSLINEAR DIFFERENTIAL EQUATIONS .pptx (20)

Helmholtz equation (Motivations and Solutions)
Helmholtz equation (Motivations and Solutions)Helmholtz equation (Motivations and Solutions)
Helmholtz equation (Motivations and Solutions)
 
Electrical circuit analysis
Electrical circuit analysisElectrical circuit analysis
Electrical circuit analysis
 
160280102051 c3 aem
160280102051 c3 aem160280102051 c3 aem
160280102051 c3 aem
 
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
 
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
A Mathematical Model for the Enhancement of Stress Induced Hypoglycaemia by A...
 
New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation
 
Uniformity of the Local Convergence of Chord Method for Generalized Equations
Uniformity of the Local Convergence of Chord Method for Generalized EquationsUniformity of the Local Convergence of Chord Method for Generalized Equations
Uniformity of the Local Convergence of Chord Method for Generalized Equations
 
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
 
S.Duplij,G.Goldin,V.Shtelen.On Lagrangian and non-Lagrangian conformal-invari...
S.Duplij,G.Goldin,V.Shtelen.On Lagrangian and non-Lagrangian conformal-invari...S.Duplij,G.Goldin,V.Shtelen.On Lagrangian and non-Lagrangian conformal-invari...
S.Duplij,G.Goldin,V.Shtelen.On Lagrangian and non-Lagrangian conformal-invari...
 
Taller grupal parcial ii nrc 3246 sebastian fueltala_kevin sánchez
Taller grupal parcial ii nrc 3246  sebastian fueltala_kevin sánchezTaller grupal parcial ii nrc 3246  sebastian fueltala_kevin sánchez
Taller grupal parcial ii nrc 3246 sebastian fueltala_kevin sánchez
 
Paper id 21201486
Paper id 21201486Paper id 21201486
Paper id 21201486
 
Regression.pptx
Regression.pptxRegression.pptx
Regression.pptx
 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4
 
project-euler
project-eulerproject-euler
project-euler
 
Differential equation and Laplace transform
Differential equation and Laplace transformDifferential equation and Laplace transform
Differential equation and Laplace transform
 
Differential equation and Laplace transform
Differential equation and Laplace transformDifferential equation and Laplace transform
Differential equation and Laplace transform
 
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindThe Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
 
Document (28).docx
Document (28).docxDocument (28).docx
Document (28).docx
 
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
 
REGRESSION ANALYSIS THEORY EXPLAINED HERE
REGRESSION ANALYSIS THEORY EXPLAINED HEREREGRESSION ANALYSIS THEORY EXPLAINED HERE
REGRESSION ANALYSIS THEORY EXPLAINED HERE
 

Último

A Brief Introduction About Jacob Badgett
A Brief Introduction About Jacob BadgettA Brief Introduction About Jacob Badgett
A Brief Introduction About Jacob BadgettJacobBadgett
 
Constitution of Company Article of Association
Constitution of Company Article of AssociationConstitution of Company Article of Association
Constitution of Company Article of Associationseri bangash
 
Equinox Gold Corporate Deck May 24th 2024
Equinox Gold Corporate Deck May 24th 2024Equinox Gold Corporate Deck May 24th 2024
Equinox Gold Corporate Deck May 24th 2024Equinox Gold Corp.
 
Unlock Your TikTok Potential: Free TikTok Likes with InstBlast
Unlock Your TikTok Potential: Free TikTok Likes with InstBlastUnlock Your TikTok Potential: Free TikTok Likes with InstBlast
Unlock Your TikTok Potential: Free TikTok Likes with InstBlastInstBlast Marketing
 
Hyundai capital 2024 1q Earnings release
Hyundai capital 2024 1q Earnings releaseHyundai capital 2024 1q Earnings release
Hyundai capital 2024 1q Earnings releaseirhcs
 
TriStar Gold Corporate Presentation May 2024
TriStar Gold Corporate Presentation May 2024TriStar Gold Corporate Presentation May 2024
TriStar Gold Corporate Presentation May 2024Adnet Communications
 
Blinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptx
Blinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptxBlinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptx
Blinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptxSaksham Gupta
 
FEXLE- Salesforce Field Service Lightning
FEXLE- Salesforce Field Service LightningFEXLE- Salesforce Field Service Lightning
FEXLE- Salesforce Field Service LightningFEXLE
 
Elevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesElevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesHaseebBashir5
 
How Do Venture Capitalists Make Decisions?
How Do Venture Capitalists Make Decisions?How Do Venture Capitalists Make Decisions?
How Do Venture Capitalists Make Decisions?Alejandro Cremades
 
Raising Seed Capital by Steve Schlafman at RRE Ventures
Raising Seed Capital by Steve Schlafman at RRE VenturesRaising Seed Capital by Steve Schlafman at RRE Ventures
Raising Seed Capital by Steve Schlafman at RRE VenturesAlejandro Cremades
 
Pitch Deck Teardown: Terra One's $7.5m Seed deck
Pitch Deck Teardown: Terra One's $7.5m Seed deckPitch Deck Teardown: Terra One's $7.5m Seed deck
Pitch Deck Teardown: Terra One's $7.5m Seed deckHajeJanKamps
 
NewBase 24 May 2024 Energy News issue - 1727 by Khaled Al Awadi_compresse...
NewBase   24 May  2024  Energy News issue - 1727 by Khaled Al Awadi_compresse...NewBase   24 May  2024  Energy News issue - 1727 by Khaled Al Awadi_compresse...
NewBase 24 May 2024 Energy News issue - 1727 by Khaled Al Awadi_compresse...Khaled Al Awadi
 
Copyright: What Creators and Users of Art Need to Know
Copyright: What Creators and Users of Art Need to KnowCopyright: What Creators and Users of Art Need to Know
Copyright: What Creators and Users of Art Need to KnowMiriam Robeson
 
Revolutionizing Industries: The Power of Carbon Components
Revolutionizing Industries: The Power of Carbon ComponentsRevolutionizing Industries: The Power of Carbon Components
Revolutionizing Industries: The Power of Carbon ComponentsConnova AG
 
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptxUnveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptxmy Pandit
 
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra
 
What is social media.pdf Social media refers to digital platforms and applica...
What is social media.pdf Social media refers to digital platforms and applica...What is social media.pdf Social media refers to digital platforms and applica...
What is social media.pdf Social media refers to digital platforms and applica...AnaBeatriz125525
 
Creative Ideas for Interactive Team Presentations
Creative Ideas for Interactive Team PresentationsCreative Ideas for Interactive Team Presentations
Creative Ideas for Interactive Team PresentationsSlidesAI
 
Toyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & TransformationsToyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & TransformationsStefan Wolpers
 

Último (20)

A Brief Introduction About Jacob Badgett
A Brief Introduction About Jacob BadgettA Brief Introduction About Jacob Badgett
A Brief Introduction About Jacob Badgett
 
Constitution of Company Article of Association
Constitution of Company Article of AssociationConstitution of Company Article of Association
Constitution of Company Article of Association
 
Equinox Gold Corporate Deck May 24th 2024
Equinox Gold Corporate Deck May 24th 2024Equinox Gold Corporate Deck May 24th 2024
Equinox Gold Corporate Deck May 24th 2024
 
Unlock Your TikTok Potential: Free TikTok Likes with InstBlast
Unlock Your TikTok Potential: Free TikTok Likes with InstBlastUnlock Your TikTok Potential: Free TikTok Likes with InstBlast
Unlock Your TikTok Potential: Free TikTok Likes with InstBlast
 
Hyundai capital 2024 1q Earnings release
Hyundai capital 2024 1q Earnings releaseHyundai capital 2024 1q Earnings release
Hyundai capital 2024 1q Earnings release
 
TriStar Gold Corporate Presentation May 2024
TriStar Gold Corporate Presentation May 2024TriStar Gold Corporate Presentation May 2024
TriStar Gold Corporate Presentation May 2024
 
Blinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptx
Blinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptxBlinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptx
Blinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptx
 
FEXLE- Salesforce Field Service Lightning
FEXLE- Salesforce Field Service LightningFEXLE- Salesforce Field Service Lightning
FEXLE- Salesforce Field Service Lightning
 
Elevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesElevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO Services
 
How Do Venture Capitalists Make Decisions?
How Do Venture Capitalists Make Decisions?How Do Venture Capitalists Make Decisions?
How Do Venture Capitalists Make Decisions?
 
Raising Seed Capital by Steve Schlafman at RRE Ventures
Raising Seed Capital by Steve Schlafman at RRE VenturesRaising Seed Capital by Steve Schlafman at RRE Ventures
Raising Seed Capital by Steve Schlafman at RRE Ventures
 
Pitch Deck Teardown: Terra One's $7.5m Seed deck
Pitch Deck Teardown: Terra One's $7.5m Seed deckPitch Deck Teardown: Terra One's $7.5m Seed deck
Pitch Deck Teardown: Terra One's $7.5m Seed deck
 
NewBase 24 May 2024 Energy News issue - 1727 by Khaled Al Awadi_compresse...
NewBase   24 May  2024  Energy News issue - 1727 by Khaled Al Awadi_compresse...NewBase   24 May  2024  Energy News issue - 1727 by Khaled Al Awadi_compresse...
NewBase 24 May 2024 Energy News issue - 1727 by Khaled Al Awadi_compresse...
 
Copyright: What Creators and Users of Art Need to Know
Copyright: What Creators and Users of Art Need to KnowCopyright: What Creators and Users of Art Need to Know
Copyright: What Creators and Users of Art Need to Know
 
Revolutionizing Industries: The Power of Carbon Components
Revolutionizing Industries: The Power of Carbon ComponentsRevolutionizing Industries: The Power of Carbon Components
Revolutionizing Industries: The Power of Carbon Components
 
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptxUnveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
 
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
 
What is social media.pdf Social media refers to digital platforms and applica...
What is social media.pdf Social media refers to digital platforms and applica...What is social media.pdf Social media refers to digital platforms and applica...
What is social media.pdf Social media refers to digital platforms and applica...
 
Creative Ideas for Interactive Team Presentations
Creative Ideas for Interactive Team PresentationsCreative Ideas for Interactive Team Presentations
Creative Ideas for Interactive Team Presentations
 
Toyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & TransformationsToyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & Transformations
 

LINEAR DIFFERENTIAL EQUATIONSLINEAR DIFFERENTIAL EQUATIONS .pptx

  • 1. LINEAR DIFFERENTIAL EQUATIONS Prepared By: Bakhtiyar Mohamad Ali Saadi Salim Ismael Supervised By: Dr. Karmina K. Ali Date: 28/1/2024 University of Zakho College of Science Department of Mathematics
  • 3. I n t h i s p r o j e c t , a f i r s t - o r d e r l i n e a r d i f f e r e n t i a l e q u a t i o n i s s t u d i e d . T h e a p p l i c a t i o n s o f d i f f e r e n t i a l e q u a t i o n s a r e w r i t e . S o m e e x a m p l e s a n d h o w t o s o l v e t h e m a r e p r e s e n t e d i n t h i s p r o j e c t . Abstract
  • 4. Linearity: The dependent variable (y) and its first derivative (y') appear only to the first power and are not multiplied together. Order: The highest derivative involved is the first derivative. Integrating Factor: In Mathematics, an integrating factor is a function used to solve differential equations. It is a function in which an ordinary differential equation can be multiplied to make the function integrable. It is usually applied to solve ordinary differential equations. General Solution: The complete set of solutions to a first-order linear differential equations. Here is the general form of a first-order linear differential equation: 𝒚′ + 𝒑 𝒙 𝒚 = 𝑸 𝒙 , Where 𝒚 is the unknown function. 𝑦′ is the derivative of 𝒚 with respect to 𝒙. 𝒑 𝒙 and 𝑸(𝒙) are known functions of 𝒙. 2. INTRODUCTION 2.1 Overview A first-order linear differential equation is an equation that relates an unknown function y of a variable x, its derivative y', and possibly other functions of x, in a specific way, and also can defined as the equations that are fundamental in many areas of science and engineering, such as population growth, heat transfer, and electrical circuits. They can be solved using a variety of methods, including separation of variables, integrating factors, and variation of parameters. First-order linear differential equations are a fundamental class of differential equations characterized by:
  • 5. Importance of the linear differential equation: 1.Building blocks for higher-order linear differential equations. 2.Wide range of applications in science, engineering, and finance. 3.Provide a foundation for understanding more complex differential equations. Solving Techniques: Separation of variables (for homogeneous). Integrating factors (for non- homogeneous). There are two main types of first-order linear differential equations: 1- Homogeneous equations: These are equations in which the right-hand side is zero (Q(x) = 0). 2- Nonhomogeneous equations: These are equations in which the right-hand side is not zero (Q(x) ≠ 0).
  • 6. Applications of the linear differential equation: Modeling population growth and decay Radioactive decay Chemical kinetics Electrical circuits Heat transfer
  • 7. 2.2 Calculation The general form of the first order of the linear differential equation in the dependent variable 𝑦 is : 𝑎0(𝑥)𝒚′ + 𝑎1(𝑥)𝑦 = 𝑎2(𝑥), where 𝑎0(𝑥) ≠ 0 , we get 𝒚′ + 𝑎1(𝑥) 𝑎0(𝑥) 𝑦 = 𝑎2(𝑥) 𝑎0(𝑥) ⇒ 𝒚′ + 𝑝 𝑥 𝑦 = 𝑄 𝑥 . (1) where 𝑝 𝑥 = 𝑎1(𝑥) 𝑎0(𝑥) 𝑎𝑛𝑑 𝑄 𝑥 = 𝑎2(𝑥) 𝑎0(𝑥) . Integrating factor will be a function 𝑓(𝑥) such that multiplying it to both sides of the equation 𝑓 𝑥 (𝑦′ + 𝑝 𝑥 𝑦) = 𝑓 𝑥 𝑄 𝑥 𝑓 𝑥 𝑦′ + 𝑓 𝑥 𝑝 𝑥 𝑦 = 𝑓 𝑥 𝑄 𝑥 𝑓 𝑥 𝑦′ + 𝑓 𝑥 𝑝 𝑥 𝑦 = 𝑓 𝑥 𝑦′ + 𝑓′ 𝑥 𝑦 𝑓 𝑥 𝑦′ + 𝑓 𝑥 𝑝 𝑥 𝑦 𝑑𝑥 = 𝑓 𝑥 𝑦 + 𝐶.
  • 8. This means the function 𝑓 should satisfy 𝑓′ 𝑥 = 𝑓 𝑥 𝑝 𝑥 , which is separable differential equation, this can be solved as: 𝑓′ 𝑥 𝑓 𝑥 𝑑𝑥 = 𝑝 𝑥 𝑑𝑥 ⇒ 𝑓′ 𝑥 𝑓 𝑥 𝑑𝑥 = 𝑝 𝑥 𝑑𝑥 ln 𝑓(𝑥) = 𝑝 𝑥 𝑑𝑥 ⇒ 𝑓 𝑥 = 𝑒 𝑝 𝑥 𝑑𝑥 . To solve the linear differential equation 𝒚′ + 𝑝 𝑥 𝑦 = 𝑄(𝑥), multiply both sides by the integrating factor 𝐼 𝑥 = 𝑒 𝑝 𝑥 𝑑𝑥 and integrate both sides, or 𝑦 = 1 𝐼(𝑥) 𝐼(𝑥)𝑄(𝑥) 𝑑𝑥 .
  • 9. Example 1: Solve the LDE 𝑑𝑦 𝑑𝑥 = 1 1+𝑥3 − 3𝑥2 1+𝑥2 𝑦 ? Solution: The above-mentioned equation can be rewritten as, 𝑑𝑦 𝑑𝑥 + 3𝑥2 1+𝑥3 𝑦 = 1 1+𝑥3 . Comparing it with 𝑑𝑦 𝑑𝑥 + 𝑃(𝑥)𝑦 =Q(x) , we get 𝑃(𝑥) = 3𝑥2 1+𝑥3 , and 𝑄(𝑥) = 1 1+𝑥3 . Let’s figure out the integrating factor (I.F.) which is 𝑒 𝑃(𝑥)𝑑𝑥. I. 𝐹 = 𝑒 3𝑥2 1+𝑥3 𝑑𝑥 = 𝑒ln 1+𝑥3 ⇒𝐼. 𝐹. = 1 + 𝑥 3
  • 10. Now, we can also rewrite the L.H.S as: 𝑑(𝑦 × 𝐼.𝐹) 𝑑𝑥 , ⇒ 𝑑 𝑑𝑥 (𝑦 1 + 𝑥 3 ) = 1 1 + 𝑥 3 (1 + 𝑥 3 ) ⇒ 𝑑 𝑑𝑥 (𝑦 1 + 𝑥 3 ) = 1 Integrating both the sides w. r. t. x, we get, ⇒ 𝑦 1 + 𝑥 3 = 𝑥 + 𝑐 ⇒ 𝑦 = 𝑥 (1 + 𝑥 3 ) + 𝑐 (1 + 𝑥 3 ) Example 2: Solve the differential equation 𝑑𝑦 𝑑𝑥 + 3𝑥2𝑦 = 6𝑥2 ? Solution: The given equation is linear since it has the form of Equation 1 with
  • 11. 𝐼 𝑦 = 𝑒 𝑝 𝑦 𝑑𝑦 = 𝑒 2𝑑𝑦 = 𝑒2𝑦 . The general solution is 𝑥 = 1 𝐼(𝑦) 𝐼(𝑦)𝑄(𝑦) 𝑑𝑦 𝑥 = 1 𝑒2𝑦 6𝑒2𝑦𝑒𝑦 𝑑𝑦 𝑥 = 1 𝑒2𝑦 6𝑒3𝑦 𝑑𝑦 𝑥 = 1 𝑒2𝑦 2𝑒3𝑦 + 𝑐 𝑥 = 2𝑒𝑦 + 𝑐𝑒−2𝑦. Example 3: Solve 𝑑𝑦 𝑑𝑥 = 1 6𝑒𝑦−2𝑥 ? Solution: Rewrite the differential equation. 𝑑𝑥 𝑑𝑦 = 6𝑒𝑦 −2x 𝑑𝑥 𝑑𝑦 + 2𝑥 = 𝑒𝑦 It is of the form 𝑑𝑥 𝑑𝑦 + 𝑃(𝑦)𝑥 = 𝑄(𝑦). Here 𝑃 𝑦 = 2 , and 𝑄 𝑦 = 𝑒𝑦,
  • 12. Example4: Solve the differential equation 𝑑𝑦 𝑑𝑥 − 3𝑦 cot(𝑥) = sin(2𝑥) given 𝑦 = 2 were 𝑥 = 𝜋 2 ? Solution: Given 𝑑𝑦 𝑑𝑥 − 3 cot(𝑥) ⋅ 𝑦 = sin(2𝑥) . It is of the form 𝑑𝑦 𝑑𝑥 + 𝑃(𝑥)𝑦 = 𝑄(𝑥). Here 𝑃(𝑥)𝑑𝑥 = −3cot(𝑥)𝑑𝑥 = −3ln sin(𝑥) = −ln sin3 (𝑥) = ln 1 sin3(𝑥) I.F. = 𝑒 ln 1 sin3(𝑥) = 1 sin3(𝑥) . 𝑦 1 sin3(𝑥) = sin(2𝑥)( 1 sin3( 𝑥) )𝑑𝑥 𝑦 1 sin3(𝑥) = 2sin(𝑥)cos(𝑥)( 1 sin3 𝑥 )𝑑𝑥 = 2 ( 1 sin(𝑥) )( cos( 𝑥) sin( 𝑥) )𝑑𝑥 = 2 csc(𝑥)cot(𝑥)𝑑𝑥 𝑦 1 sin3(𝑥) = −2csc(𝑥) + 𝑐. Now 𝒚 = 𝟐 when 𝒙 = 𝝅 𝟐 𝟐 𝟏 𝟏 = −𝟐(𝟏) + 𝒄 ⇒ 𝒄 = 𝟒 ∴ 𝒚 𝟏 𝒔𝒊𝒏𝟑(𝒙) = −𝟐𝐜𝐬𝐜(𝒙) + 𝟒.
  • 13. Example 5: Solve the differential equation 𝟏 𝒙 𝒅𝒚 𝒅𝒙 − 𝟏 𝒙 𝟒𝒚 = 𝒙𝟔𝒆𝒙 𝟏 𝒙 ⇒ 𝒅𝒚 𝒅𝒙 − 𝟒 𝒙 𝒚 = 𝒙𝟓𝒆𝒙 The given equation is linear since it has the form of Equation 1 with 𝑷(𝒙) = − 𝟒 𝒙 and 𝑸(𝒙) = 𝒙𝟓𝒆𝒙. An integrating factor is 𝑰 𝒙 = 𝒆 − 𝟒 𝒙 𝒅𝒙 = 𝒆−𝟒𝒍𝒏𝒙 = 𝒙−𝟒. Multiplying both sides of the differential equation by 𝒙−𝟒, we get 𝒙−𝟒 𝒅𝒚 𝒅𝒙 − 𝟒 𝒙𝟑 𝒚 = 𝒙𝒆𝒙 or 𝒅 𝒅𝒙 𝒙−𝟒 𝒚 = 𝒙𝒆𝒙 Integrating both sides, we have 𝑥−4𝑦 = 𝒙𝑒𝑥𝑑𝑥 … … … (1) 𝑙𝑒𝑡 𝑢 = 𝑥 , 𝑑𝑣 = 𝑒𝑥 𝑑𝑥 ⇒ 𝑑𝑢 = 𝑑𝑥 , 𝑣 = 𝑒𝑥 𝑢𝑑𝑣 = 𝑢𝑣 − 𝑣𝑑𝑢 𝒙𝑒𝑥𝑑𝑥 = 𝑥𝑒𝑥 − 𝑒𝑥𝑑𝑥 = 𝑥𝑒𝑥 − 𝑒𝑥 … … … . (2) From eq. (1) and eq. (2) , we get 𝑥−4𝑦 = 𝒙𝑒𝑥 − 𝑒𝑥 + 𝑐 𝑦 = 𝑥5𝑒𝑥 − 𝑥4𝑒𝑥 + 𝑥4𝑐.
  • 14. S L U O N I O S C C N Understanding and solving first-order linear differential equations is fundamental in mathematical modeling. The integrating factor method provides a systematic approach to find solutions, making these equations valuable tools in analyzing real-world phenomena. This report provides a brief overview of first-order linear differential equations, their solution method, and practical applications. Moreover, some examples are provided to more understand how to solve these types of differential equations.
  • 15. 4. Reference [1] Hartman, P. (2002). Ordinary differential equations. Society for Industrial and Applied Mathematics. [2] Arnold, V. I. (1992). Ordinary differential equations. Springer Science & Business Media. [3] Miller, R. K., & Michel, A. N. (2014). Ordinary differential equations. Academic press. [4] Hale, J. K. (2009). Ordinary differential equations. Courier Corporation.