Title: Chapter 1: Introduction to Differential Equations
1Chapter 1 Introduction to Differential Equations
1.1 1.2 1.3 Definitions and Terminology Initial Value Problem DE as Mathematical Models
2Sec 1.1 Definitions and Terminology
Definition 1.1 Differential Equation
An equation containing the derivatives of one or
more dependent variables with respect to one or
more independent variables, is said to be a
differential equation (DE)
3Sec 1.1 Definitions and Terminology
Classification
4Classification By Type (ODE,PDE)
Classification By Type
If an equation containing only ordinary
derivatives ? it is said to be Ordinary
Differential Equation (ODE)
An equation involving partial derivatives ? it
is said to be Partial Differential Equation (PDE)
5Classification By Order
The order of a differential equation (ODE or PDE)
is the order of the highest derivative highest
derivative in the equation.
Classification By Order
6Classification By Order
Write the DE
where
7Classification By Linearity
Classification By Linearity
8Classification By Linearity
9Classification
ODE or PDE
highest derivative
Linear in y,y,y,
10System of DE
System of two Ordinary Differential Equations 2ed
order, linear, ODE
11Navier-Stokes Equations
- ODE or PDE
- order??
- linear or nonlinear
12Sec 1.1 Definitions and Terminology
HW
HW
HW
13Sec 1.1 Definitions and Terminology
Definition 1.2 Solution of an ODE
Any function defined on an interval I and
possessing at least n derivatives that are
continuous on I, which when substituted into an
nth-order ODE reduces the equation to an
identity, is said to be a solution of the
equation on the interval.
144.1 Definition of the Laplace Transform
Definition 4.2 Exponential Order
15Matlab and Mathematica
Laplace Transofrm Matlab Command
syms t f t4
laplace(f) Return s24/s5
Laplace Transofrm Mathematica Command
LaplaceTransformSint,t,s