




















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
These lecture slides are delivered at The LNM Institute of Information Technology by Dr. Sham Thakur for subject of Mathematical Modeling and Simulation. Its main points are: Continuous, Mathematical, Models, ODEs, PDEs, Coupled, Equations, Models, Differential
Typology: Slides
1 / 28
This page cannot be seen from the preview
Don't miss anything!
Continuous Mathematical Models
A very large portion of science and engineering is composed of mathematical modeling that represent physical systems and processes. These models are constructed using a few basic principals.
Mostly these contain derivatives to represent changes in system elements.
Coupling many systems means that we are connecting these differential equations.
For coupled models we always need additional information for those variables and their relationships. This will produce a set of simultaneous or coupled equations as opposed to one equation.
Most of the science and engineering models involve coupled equations and their simulation.
Real systems have differential equations (in general less than the number of variables in the system).
Then possible relationships are provided by empirical algebraic equations, and arbitrary functions.
To provide a framework, it is good to consider different ways of classifying models based on differential equations.
In next slides we first learn how to classify these models using properties of differential equations.
When the unknown function depends on several independent variables, partial derivatives appear in the equation. In this case the equation is said to be a partial differential equation (PDE). Examples:
( , ) ( , ) (waveequation)
( , ) ( , ) (heat equation)
2
2 2
2 2
2 2
2 2
t
u x t x
a u x t
t
u x t x
u x t
where u(t) and v(t) are the respective populations of prey and predator species. The constants a,c, , depend on the particular species being studied.
dv dt cv uv
du dt au uv
/
/
A differential equation based model is linear if none of the dependent term has products of dependent variables and/or any of its derivatives.
The model is non-linear if it has any dependent variable or its derivative term raised to power more than one, or any product term has dependent variable and its derivative as product.
Linearity:
Linear & Nonlinear Differential Equations
y y y e y t y y t xx yy xx yy
y ( 4 ) 1 ( 5 ) sin ( 6 ) sin( ) cos
( 1 ) 3 0 ( 2 ) 3 2 0 ( 3 ) 3 2 0 (^44222)
2
y , y , y , y , , y ( n )
a 0 (^) ( t ) y ( n^ ) a 1 ( t ) y ( n ^1 ) an ( t ) y g ( t )
satisfies the equation. It means:
Example: Verify the following solutions of the ODE
y y 0 ; y 1 ( t )sin t , y 2 ( t )cos t , y 3 ( t ) 2 sin t
Conditions in the Model:
Example: Identify major features of the following mathematical model:
ddt y 3 yddty 2 5 dydt 2 y 5 t 8 cos 5 t 2 3
3 with ^ y ( 0 ) 0 ., y ( 0 ) 1. 0 , y ( 0 ) 0. 1
Solution: Dependent and independent variable: y and t,
Order: 3; Linearity: It is a non-linear equation as it has a product term: 2
2 dt yd y
Homogeneity: It is non-homogeneous equation with a force term ( 5t + 8cost ). Conditions: Initial conditions are given. Coefficients: There are constant coefficients (notice 3y with second derivative term is causing non-linearity). Driving term type: It has analytical term as opposed to a tabular form. Model Equation Type: It is a single ordinary differential equation based model. Docsity.com
This may be decomposed into a set of first – order differential equations for digital computer simulations. :
Let us define a series of new variables
1 1 0
1
n n n
n
1
1
2
1
( ) (^ )
( ) ( )
( ) ( )
n
n n (^) dt g t d y t
dt g t dy t
g t y t
After substituting these new variables, we convert the Equation (into a first order differential equation of the following form:
The above equation and Eqs. 1.1 constitute the decomposition of higher order differential equation (Eq. 1.1) into a set of first order differential equations.
( ) 1 ( ) 1 2 ( ) 0 1 ( ) f t a g t a g t a g dt
dg t a (^) n n n n
n n
n n