First order linear differential equation

Nofal Umair
Nofal UmairProcess Quality Control at Aqua One Filtration Inc. à AQUA ONE Filtration INC.
Linear Differential Equation
By
Nofal Umair
Introduction to Differential
Equations
Differential Equations
 An equation which involves unknown function of one or several variables that
relates the values of the function itself and its derivatives of various orders.
 ordinary differential equation (ode) : not involve partial derivatives
 partial differential equation (pde) : involves partial derivatives
 order of the differential equation is the order of the highest derivatives
Examples:
 second order ordinary differential
equation
 first order partial differential equation
2
2
3 sin
d y dy
x y
dxdx
y y x t
x
t x x t
Terminologies In Differential
Equation
• Existence: Does a differential equation have a
solution?
• Uniqueness: Does a differential equation have more
than one solution? If yes, how can we find a solution
which satisfies particular conditions?
• A problem in which we are looking for the unknown
function of a differential equation where the values of
the unknown function and its derivatives at some point
are known is called an initial value problem (in short
IVP).
• If no initial conditions are given, we call the description
of all solutions to the differential equation the general
solution.
Differential Equations
Some Application of Differential Equation in Engineering
Linear Differential Equation
A differential equation is linear, if
1. dependent variable and its derivatives are of degree one,
2. coefficients of a term does not depend upon dependent
variable.
Example:
36
4
3
3
y
dx
dy
dx
yd
is non - linear because in 2nd term is not of degree one.
.0932
2
y
dx
dy
dx
ydExample:
is linear.
1.
2.
( , )y f x y
First Order Linear Equations
• A linear first order equation is an equation
that can be expressed in the form
Where P and Q are functions of x
History
YEAR PROBLEM DESCRIPTION MATHAMATICIAN
1690 Problem of the
Isochrones
Finding a curve
along which a body
will fall with uniform
vertical velocity
James Bernoulli
1728 Problem of
Reducing 2nd Order
Equations to 1st
Order
Finding an
integrating factor
Leonhard Euler
1743 Problem of
determining
integrating factor for
the general linear
equation
Concept of the ad-
Joint of a differential
equation
Joseph Lagrange
1762 Problem of Linear
Equation with
Constant
Coefficients
Conditions under
which the order of a
linear differential
equation could be
lowered
Jean d’Alembert
Methods Solving LDE
1. Separable variable
M(x)dx + N(y)dy = 0
2. Homogenous
M(x,y)dx+N(x,y)dy=0, where M & N are nth degree
3. Exact
M(x,y)dx + N(x,y)dy=0, where M/ðy=0, where ðM/ðy = ðN/ðx
Solution of Differential Equation
1st Order DE - Separable Equations
The differential equation M(x,y)dx + N(x,y)dy = 0 is separable if the equation can
be written in the form:
02211 dyygxfdxygxf
Solution :
1. Multiply the equation by integrating factor:
ygxf 12
1
2. The variable are separated :
0
1
2
2
1
dy
yg
yg
dx
xf
xf
3. Integrating to find the solution:
Cdy
yg
yg
dx
xf
xf
1
2
2
1
1st Order DE - Homogeneous Equations
Homogeneous Function
f (x,y) is called homogenous of degree n if :
y,xfy,xf n
Examples:
yxxy,xf 34  homogeneous of degree 4
yxfyxx
yxxyxf
,
,
4344
34
yxxyxf cossin, 2  non-homogeneous
yxf
yxx
yxxyxf
n
,
cossin
cossin,
22
2
1st Order DE - Homogeneous Equations
The differential equation M(x,y)dx + N(x,y)dy = 0 is homogeneous if M(x,y) and
N(x,y) are homogeneous and of the same degree
Solution :
1. Use the transformation to : dvxdxvdyvxy
2. The equation become separable equation:
0,, dvvxQdxvxP
3. Use solution method for separable equation
Cdv
vg
vg
dx
xf
xf
1
2
2
1
4. After integrating, v is replaced by y/x
1st Order DE – Exact Equation
The differential equation M(x,y)dx + N(x,y)dy = 0 is an exact equation if :
Solution :
The solutions are given by the implicit equation
x
N
y
M
CyxF ,
1. Integrate either M(x,y) with respect to x or N(x,y) to y.
Assume integrating M(x,y), then :
where : F/ x = M(x,y) and F/ y = N(x,y)
ydxyxMyxF ,,
2. Now : yxNydxyxM
yy
F
,',
or : dxyxM
y
yxNy ,,'
1st Order DE – Exact Equation
3. Integrate ’(y) to get (y) and write down the result F(x,y) = C
Examples:
1. Solve :
01332 3
dyyxdxyx
Answer:
Newton's Law of Cooling
• It is a model that describes, mathematically, the change in temperature of
an object in a given environment. The law states that the rate of change (in
time) of the temperature is proportional to the difference between the
temperature T of the object and the temperature Te of the environment
surrounding the object.
d T / d t = - k (T - Te)
Let x = T - Te
so that dx / dt = dT / dt
d x / d t = - k x
The solution to the above differential equation is given by
x = A e - k t
substitute x by T – Te
T - Te = A e - k t
Assume that at t = 0 the temperature T = To
T0 - Te = A e o
which gives A = To-Te
The final expression for T(t) is given by T(t) = Te + (To- Te) e - k t
This last expression shows how the temperature T of the object changes with time.
Growth And Decay
• The initial value problem
where N(t) denotes population at time t and k is a constant of proportionality,
serves as a model for population growth and decay of insects, animals and
human population at certain places and duration.
Integrating both sides we get
ln N(t)=kt+ln C
or
or N(t)=Cekt
C can be determined if N(t) is given at certain time.
)(
)(
tkN
dt
tdN
kdt
tN
tdN
)(
)(
Carbon dating
Let M(t) be the amount of a product that decreases withtime t and the rate of
decrease is proportional to the amount M as follows
d M / d t = - k M
where d M / d t is the first derivative of M, k > 0 and t is the time.
Solve the above first order differential equation to obtain
M(t) = Ae-kt
where A is non zero constant. It we assume that M = Mo at t = 0, then
M= Ae0
which gives A = Mo
The solution may be written as follows
M(t) = Mo e-kt
Economics and Finance
• The problems regarding supply, demand and compounding interest can be
calculated by this equation
is a separable differential equation of first-order. We can write it as
dP=k(D-S) dt.
Integrating both sides, we get
P(t)=k(D-S)t+A
where A is a constant of integration.
Similarly
S(t)=S(0) ert ,Where S(0) is the initial money in the account
)( SDk
dt
dP
1 sur 21

Recommandé

Ordinary differential equation par
Ordinary differential equationOrdinary differential equation
Ordinary differential equationJUGAL BORAH
4.6K vues21 diapositives
Ordinary differential equation par
Ordinary differential equationOrdinary differential equation
Ordinary differential equationDnyaneshwarPardeshi1
1.7K vues11 diapositives
Differential Equations par
Differential EquationsDifferential Equations
Differential EquationsKrupaSuthar3
709 vues25 diapositives
First Order Differential Equations par
First Order Differential EquationsFirst Order Differential Equations
First Order Differential EquationsItishree Dash
1.7K vues23 diapositives
ORDINARY DIFFERENTIAL EQUATION par
ORDINARY DIFFERENTIAL EQUATION ORDINARY DIFFERENTIAL EQUATION
ORDINARY DIFFERENTIAL EQUATION LANKESH S S
948 vues23 diapositives
Differential equations of first order par
Differential equations of first orderDifferential equations of first order
Differential equations of first orderUzair Saiyed
5.6K vues15 diapositives

Contenu connexe

Tendances

first order ode with its application par
 first order ode with its application first order ode with its application
first order ode with its applicationKrishna Peshivadiya
6K vues42 diapositives
Odepowerpointpresentation1 par
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1 Pokarn Narkhede
879 vues19 diapositives
Differential equations par
Differential equationsDifferential equations
Differential equationsCharan Kumar
4.6K vues13 diapositives
Methods of solving ODE par
Methods of solving ODEMethods of solving ODE
Methods of solving ODEkishor pokar
2.9K vues55 diapositives
Linear differential equation par
Linear differential equationLinear differential equation
Linear differential equationPratik Sudra
13.4K vues10 diapositives
Differential equations par
Differential equationsDifferential equations
Differential equationsMuhammad Ali Bhalli Zada
59.4K vues25 diapositives

Tendances(20)

Differential equations par Charan Kumar
Differential equationsDifferential equations
Differential equations
Charan Kumar4.6K vues
Methods of solving ODE par kishor pokar
Methods of solving ODEMethods of solving ODE
Methods of solving ODE
kishor pokar2.9K vues
Linear differential equation par Pratik Sudra
Linear differential equationLinear differential equation
Linear differential equation
Pratik Sudra13.4K vues
1st order differential equations par Nisarg Amin
1st order differential equations1st order differential equations
1st order differential equations
Nisarg Amin21.6K vues
Higher Differential Equation par Abdul Hannan
Higher Differential Equation Higher Differential Equation
Higher Differential Equation
Abdul Hannan5.1K vues
Partial Differentiation & Application par Yana Qlah
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application
Yana Qlah40.9K vues
Differential equations of first order par vishalgohel12195
Differential equations of first orderDifferential equations of first order
Differential equations of first order
vishalgohel1219512.2K vues
Applications of differential equations(by Anil.S.Nayak) par anil7nayak
Applications of differential equations(by Anil.S.Nayak)Applications of differential equations(by Anil.S.Nayak)
Applications of differential equations(by Anil.S.Nayak)
anil7nayak5.3K vues
Partial differential equations par aman1894
Partial differential equationsPartial differential equations
Partial differential equations
aman189429.2K vues
Higher order ODE with applications par Pratik Gadhiya
Higher order ODE with applicationsHigher order ODE with applications
Higher order ODE with applications
Pratik Gadhiya11.6K vues

Similaire à First order linear differential equation

microproject@math (1).pdf par
microproject@math (1).pdfmicroproject@math (1).pdf
microproject@math (1).pdfAthrvaKumkar
67 vues16 diapositives
Applications of differential equation par
Applications of differential equationApplications of differential equation
Applications of differential equationDeekshaSrivas
870 vues18 diapositives
M1 unit i-jntuworld par
M1 unit i-jntuworldM1 unit i-jntuworld
M1 unit i-jntuworldmrecedu
6.5K vues26 diapositives
19 1 par
19 119 1
19 1Mayar Zo
397 vues10 diapositives
Application of calculus in everyday life par
Application of calculus in everyday lifeApplication of calculus in everyday life
Application of calculus in everyday lifeMohamed Ibrahim
35.4K vues15 diapositives
Week 8 [compatibility mode] par
Week 8 [compatibility mode]Week 8 [compatibility mode]
Week 8 [compatibility mode]Hazrul156
654 vues30 diapositives

Similaire à First order linear differential equation(20)

Applications of differential equation par DeekshaSrivas
Applications of differential equationApplications of differential equation
Applications of differential equation
DeekshaSrivas870 vues
M1 unit i-jntuworld par mrecedu
M1 unit i-jntuworldM1 unit i-jntuworld
M1 unit i-jntuworld
mrecedu6.5K vues
Application of calculus in everyday life par Mohamed Ibrahim
Application of calculus in everyday lifeApplication of calculus in everyday life
Application of calculus in everyday life
Mohamed Ibrahim35.4K vues
Week 8 [compatibility mode] par Hazrul156
Week 8 [compatibility mode]Week 8 [compatibility mode]
Week 8 [compatibility mode]
Hazrul156654 vues
Btech admission in india par Edhole.com
Btech admission in indiaBtech admission in india
Btech admission in india
Edhole.com211 vues
Differential equations final -mams par armanimams
Differential equations final -mamsDifferential equations final -mams
Differential equations final -mams
armanimams408 vues
Persamaan Differensial Biasa 2014 par Rani Sulvianuri
Persamaan Differensial Biasa 2014 Persamaan Differensial Biasa 2014
Persamaan Differensial Biasa 2014
Rani Sulvianuri2.2K vues
Applications Of Double Laplace Transform To Boundary Value Problems par Kimberly Pulley
Applications Of Double Laplace Transform To Boundary Value ProblemsApplications Of Double Laplace Transform To Boundary Value Problems
Applications Of Double Laplace Transform To Boundary Value Problems
11.solution of a subclass of singular second order par Alexander Decker
11.solution of a subclass of singular second order11.solution of a subclass of singular second order
11.solution of a subclass of singular second order
Alexander Decker258 vues
Solution of a subclass of singular second order par Alexander Decker
Solution of a subclass of singular second orderSolution of a subclass of singular second order
Solution of a subclass of singular second order
Alexander Decker397 vues
MATLAB ODE par Kris014
MATLAB ODEMATLAB ODE
MATLAB ODE
Kris0143.1K vues
On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V... par BRNSS Publication Hub
On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...
On the Numerical Fixed Point Iterative Methods of Solution for the Boundary V...

Plus de Nofal Umair

Catalyst & Catalysis par
Catalyst & CatalysisCatalyst & Catalysis
Catalyst & CatalysisNofal Umair
12.4K vues21 diapositives
Production of biodiesel from jatropha plant par
Production of biodiesel from jatropha plantProduction of biodiesel from jatropha plant
Production of biodiesel from jatropha plantNofal Umair
14.6K vues34 diapositives
Presentation & interview skills par
Presentation & interview skillsPresentation & interview skills
Presentation & interview skillsNofal Umair
3.2K vues15 diapositives
Rotary & Centrifugal Filter par
Rotary & Centrifugal Filter Rotary & Centrifugal Filter
Rotary & Centrifugal Filter Nofal Umair
12.3K vues11 diapositives
Extreme values of a function & applications of derivative par
Extreme values of a function & applications of derivativeExtreme values of a function & applications of derivative
Extreme values of a function & applications of derivativeNofal Umair
3.9K vues19 diapositives
Nuclear chemistry par
Nuclear chemistryNuclear chemistry
Nuclear chemistryNofal Umair
14.1K vues24 diapositives

Plus de Nofal Umair(8)

Catalyst & Catalysis par Nofal Umair
Catalyst & CatalysisCatalyst & Catalysis
Catalyst & Catalysis
Nofal Umair12.4K vues
Production of biodiesel from jatropha plant par Nofal Umair
Production of biodiesel from jatropha plantProduction of biodiesel from jatropha plant
Production of biodiesel from jatropha plant
Nofal Umair14.6K vues
Presentation & interview skills par Nofal Umair
Presentation & interview skillsPresentation & interview skills
Presentation & interview skills
Nofal Umair3.2K vues
Rotary & Centrifugal Filter par Nofal Umair
Rotary & Centrifugal Filter Rotary & Centrifugal Filter
Rotary & Centrifugal Filter
Nofal Umair12.3K vues
Extreme values of a function & applications of derivative par Nofal Umair
Extreme values of a function & applications of derivativeExtreme values of a function & applications of derivative
Extreme values of a function & applications of derivative
Nofal Umair3.9K vues
Nuclear chemistry par Nofal Umair
Nuclear chemistryNuclear chemistry
Nuclear chemistry
Nofal Umair14.1K vues
Fluid mechanics applications par Nofal Umair
Fluid mechanics applicationsFluid mechanics applications
Fluid mechanics applications
Nofal Umair33.8K vues
Critical analysis on semester and annual system par Nofal Umair
Critical analysis on semester and annual systemCritical analysis on semester and annual system
Critical analysis on semester and annual system
Nofal Umair21.4K vues

Dernier

PLASMA PROTEIN (2).pptx par
PLASMA PROTEIN (2).pptxPLASMA PROTEIN (2).pptx
PLASMA PROTEIN (2).pptxMEGHANA C
68 vues34 diapositives
AUDIENCE - BANDURA.pptx par
AUDIENCE - BANDURA.pptxAUDIENCE - BANDURA.pptx
AUDIENCE - BANDURA.pptxiammrhaywood
84 vues44 diapositives
Create a Structure in VBNet.pptx par
Create a Structure in VBNet.pptxCreate a Structure in VBNet.pptx
Create a Structure in VBNet.pptxBreach_P
75 vues8 diapositives
Classification of crude drugs.pptx par
Classification of crude drugs.pptxClassification of crude drugs.pptx
Classification of crude drugs.pptxGayatriPatra14
86 vues13 diapositives
11.30.23 Poverty and Inequality in America.pptx par
11.30.23 Poverty and Inequality in America.pptx11.30.23 Poverty and Inequality in America.pptx
11.30.23 Poverty and Inequality in America.pptxmary850239
160 vues33 diapositives
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptx par
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxGopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxDebapriya Chakraborty
655 vues81 diapositives

Dernier(20)

PLASMA PROTEIN (2).pptx par MEGHANA C
PLASMA PROTEIN (2).pptxPLASMA PROTEIN (2).pptx
PLASMA PROTEIN (2).pptx
MEGHANA C68 vues
Create a Structure in VBNet.pptx par Breach_P
Create a Structure in VBNet.pptxCreate a Structure in VBNet.pptx
Create a Structure in VBNet.pptx
Breach_P75 vues
11.30.23 Poverty and Inequality in America.pptx par mary850239
11.30.23 Poverty and Inequality in America.pptx11.30.23 Poverty and Inequality in America.pptx
11.30.23 Poverty and Inequality in America.pptx
mary850239160 vues
Use of Probiotics in Aquaculture.pptx par AKSHAY MANDAL
Use of Probiotics in Aquaculture.pptxUse of Probiotics in Aquaculture.pptx
Use of Probiotics in Aquaculture.pptx
AKSHAY MANDAL100 vues
JiscOAWeek_LAIR_slides_October2023.pptx par Jisc
JiscOAWeek_LAIR_slides_October2023.pptxJiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptx
Jisc96 vues
REPRESENTATION - GAUNTLET.pptx par iammrhaywood
REPRESENTATION - GAUNTLET.pptxREPRESENTATION - GAUNTLET.pptx
REPRESENTATION - GAUNTLET.pptx
iammrhaywood100 vues
Structure and Functions of Cell.pdf par Nithya Murugan
Structure and Functions of Cell.pdfStructure and Functions of Cell.pdf
Structure and Functions of Cell.pdf
Nithya Murugan545 vues
UWP OA Week Presentation (1).pptx par Jisc
UWP OA Week Presentation (1).pptxUWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptx
Jisc88 vues

First order linear differential equation

  • 3. Differential Equations  An equation which involves unknown function of one or several variables that relates the values of the function itself and its derivatives of various orders.  ordinary differential equation (ode) : not involve partial derivatives  partial differential equation (pde) : involves partial derivatives  order of the differential equation is the order of the highest derivatives Examples:  second order ordinary differential equation  first order partial differential equation 2 2 3 sin d y dy x y dxdx y y x t x t x x t
  • 4. Terminologies In Differential Equation • Existence: Does a differential equation have a solution? • Uniqueness: Does a differential equation have more than one solution? If yes, how can we find a solution which satisfies particular conditions? • A problem in which we are looking for the unknown function of a differential equation where the values of the unknown function and its derivatives at some point are known is called an initial value problem (in short IVP). • If no initial conditions are given, we call the description of all solutions to the differential equation the general solution.
  • 5. Differential Equations Some Application of Differential Equation in Engineering
  • 6. Linear Differential Equation A differential equation is linear, if 1. dependent variable and its derivatives are of degree one, 2. coefficients of a term does not depend upon dependent variable. Example: 36 4 3 3 y dx dy dx yd is non - linear because in 2nd term is not of degree one. .0932 2 y dx dy dx ydExample: is linear. 1. 2.
  • 7. ( , )y f x y
  • 8. First Order Linear Equations • A linear first order equation is an equation that can be expressed in the form Where P and Q are functions of x
  • 9. History YEAR PROBLEM DESCRIPTION MATHAMATICIAN 1690 Problem of the Isochrones Finding a curve along which a body will fall with uniform vertical velocity James Bernoulli 1728 Problem of Reducing 2nd Order Equations to 1st Order Finding an integrating factor Leonhard Euler 1743 Problem of determining integrating factor for the general linear equation Concept of the ad- Joint of a differential equation Joseph Lagrange 1762 Problem of Linear Equation with Constant Coefficients Conditions under which the order of a linear differential equation could be lowered Jean d’Alembert
  • 10. Methods Solving LDE 1. Separable variable M(x)dx + N(y)dy = 0 2. Homogenous M(x,y)dx+N(x,y)dy=0, where M & N are nth degree 3. Exact M(x,y)dx + N(x,y)dy=0, where M/ðy=0, where ðM/ðy = ðN/ðx
  • 12. 1st Order DE - Separable Equations The differential equation M(x,y)dx + N(x,y)dy = 0 is separable if the equation can be written in the form: 02211 dyygxfdxygxf Solution : 1. Multiply the equation by integrating factor: ygxf 12 1 2. The variable are separated : 0 1 2 2 1 dy yg yg dx xf xf 3. Integrating to find the solution: Cdy yg yg dx xf xf 1 2 2 1
  • 13. 1st Order DE - Homogeneous Equations Homogeneous Function f (x,y) is called homogenous of degree n if : y,xfy,xf n Examples: yxxy,xf 34  homogeneous of degree 4 yxfyxx yxxyxf , , 4344 34 yxxyxf cossin, 2  non-homogeneous yxf yxx yxxyxf n , cossin cossin, 22 2
  • 14. 1st Order DE - Homogeneous Equations The differential equation M(x,y)dx + N(x,y)dy = 0 is homogeneous if M(x,y) and N(x,y) are homogeneous and of the same degree Solution : 1. Use the transformation to : dvxdxvdyvxy 2. The equation become separable equation: 0,, dvvxQdxvxP 3. Use solution method for separable equation Cdv vg vg dx xf xf 1 2 2 1 4. After integrating, v is replaced by y/x
  • 15. 1st Order DE – Exact Equation The differential equation M(x,y)dx + N(x,y)dy = 0 is an exact equation if : Solution : The solutions are given by the implicit equation x N y M CyxF , 1. Integrate either M(x,y) with respect to x or N(x,y) to y. Assume integrating M(x,y), then : where : F/ x = M(x,y) and F/ y = N(x,y) ydxyxMyxF ,, 2. Now : yxNydxyxM yy F ,', or : dxyxM y yxNy ,,'
  • 16. 1st Order DE – Exact Equation 3. Integrate ’(y) to get (y) and write down the result F(x,y) = C Examples: 1. Solve : 01332 3 dyyxdxyx Answer:
  • 17. Newton's Law of Cooling • It is a model that describes, mathematically, the change in temperature of an object in a given environment. The law states that the rate of change (in time) of the temperature is proportional to the difference between the temperature T of the object and the temperature Te of the environment surrounding the object. d T / d t = - k (T - Te) Let x = T - Te so that dx / dt = dT / dt d x / d t = - k x The solution to the above differential equation is given by x = A e - k t substitute x by T – Te T - Te = A e - k t Assume that at t = 0 the temperature T = To
  • 18. T0 - Te = A e o which gives A = To-Te The final expression for T(t) is given by T(t) = Te + (To- Te) e - k t This last expression shows how the temperature T of the object changes with time.
  • 19. Growth And Decay • The initial value problem where N(t) denotes population at time t and k is a constant of proportionality, serves as a model for population growth and decay of insects, animals and human population at certain places and duration. Integrating both sides we get ln N(t)=kt+ln C or or N(t)=Cekt C can be determined if N(t) is given at certain time. )( )( tkN dt tdN kdt tN tdN )( )(
  • 20. Carbon dating Let M(t) be the amount of a product that decreases withtime t and the rate of decrease is proportional to the amount M as follows d M / d t = - k M where d M / d t is the first derivative of M, k > 0 and t is the time. Solve the above first order differential equation to obtain M(t) = Ae-kt where A is non zero constant. It we assume that M = Mo at t = 0, then M= Ae0 which gives A = Mo The solution may be written as follows M(t) = Mo e-kt
  • 21. Economics and Finance • The problems regarding supply, demand and compounding interest can be calculated by this equation is a separable differential equation of first-order. We can write it as dP=k(D-S) dt. Integrating both sides, we get P(t)=k(D-S)t+A where A is a constant of integration. Similarly S(t)=S(0) ert ,Where S(0) is the initial money in the account )( SDk dt dP