Methods of Mathematical Modelling 1

5.0(1)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/41

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

what is the model commonly used to model epidemics and the explanation

SEIR model
Susceptible, Exposed, Infected, Recovered

2
New cards

what are the two approaches of modelling

  • phenomenological (aka statistical, empirical, data-driven, black-box)

  • mechanistic (aka white-box)

3
New cards

what is phenomenological modelling

fitting curves to existing data in order to make predictions

4
New cards

what is mechanistic modelling + pros and cons

  • constructed using knowledge of the actual phenomena and the equations and variables have more meaning

  • require more time, experience and effort but are often more accurate

5
New cards

how is the “state of the system” characterised

by knowing the values of some/all the variables

6
New cards

what is a deterministic model

ignores fluctuations and works as a sort of “average behaviour” model

7
New cards

what is a stochastic model

a model that accounts for fluctuations using probabilistic techniques

8
New cards

what are the three types of questions

forward, inverse and control

9
New cards

what is a forward question

given all information about the current state of a system and its variables, can you use this information to predict other properties/ how it will function

10
New cards

what is an inverse question

you’re missing information about a variable, can you use the information available to figure it out

11
New cards

what is a control question

how best to make a system perform a certain way/ optimise its performance

12
New cards

how to express the function u applied k times to y₀

u[k](y₀)

13
New cards

definition of a stationary point y* for a difference equation

y*=u(y*)
when u is the function of the difference equation

14
New cards

what does a stationary point being stable/unstable mean in a difference equation

if values of yk approach/diverge from y* when starting nearby

15
New cards

how to tell if a stationary point is stable/unstable in a difference equation

stable if |u’(y*)|<1
unstable if >1

16
New cards

define an n-periodic point

if yn=p and y0=p and yk≠p for 0<k<n

17
New cards

what is the order of a difference equation

how many previous states of yk appear in the equation

18
New cards

what is a solution to a difference equation

when we can express yk in terms of k only, not previous states of y

19
New cards

what guess should you try to solve a second order difference equation

ykk

20
New cards

general form of a differential equation

F(t, x(t), x’(t),…x(k))=0

21
New cards

what are the independent and dependent variables in a differential equation

t= independent variable
x(t)= dependent variable

22
New cards

what is the order of a differential equation

the order of its highest derivative

23
New cards

what does autonomous mean for a differential eq

F doesn’t dependent explicitly on the independent variable ie t doesn’t appear by itself in the equation

24
New cards

when is a DE linear

none of the x(i)(t) are squared or anything

25
New cards

when is a DE homogenous

if F( all the derivatives)=0
ie the “constant term”=0
“constant term” refers to some function of t

26
New cards

what is an explicit solution

when the dependent variable is given as a function of the independent variable
eg x(t)=18e3t

27
New cards

what is an implicit solution

if the solution satisfies an equation that relates to the independent and dependent variable, and contains no derivatives

28
New cards

what is a well-posed solution

it exists, is unique and is stable

29
New cards

general form of a first-order, autonomous equation

x’(t)=f( x(t) )

30
New cards

when is x* a stationary solution

when f(x*)=0, x(t)=x* is a stationary solution

31
New cards

what does it mean for a stationary solution to be stable

if nearby solutions remain close as t grows the solution is stable

32
New cards

when is a stationary solution stable

if f’(x*)<0 is it stable

33
New cards

how to account for an initial condition x₀=x(t₀) when solving a separable DE

when integrating, integrate with limits t₀ to t and x(t₀) to x(t)

34
New cards

what is the integrating factor

e-R(t) where R(t)= integral of t₀ to t of the “function coefficient” of x(t)

35
New cards

what does it mean for solutions to be linearly independent

one is not a multiple of the other

36
New cards

if a DE has two linearly independent solutions x1 and x2, how can you derive more solutions

all solutions are of the form x = l1x1+l2x2

37
New cards

what are the three principles of dimensional analysis

  • all variables have unique, known dimensions

  • dimensional homogeneity

  • dimensional completeness

38
New cards

what is dimensional homogeneity

all terms summed in a mathematical statement have the same dimensions

39
New cards

what is dimensional completeness

you can combine independent variables to produce a variable of the same dimensions as the dependent variable

40
New cards

how to nondimensionalise the equation
d=u(i1,i2,…im)

  • [d] = [i1]a[i2]b….

  • write d, i1, i2… in terms of the fundamental dimensions

  • solve for a,b,…(normally have to write in terms of at least one letter as have more variables than equations)

  • pull out some dimensions to match [d] then the rest are nondimensional

  • put them in a function u

41
New cards

what are the two principles of nondimensionalising differential equations

  • select scales s.t as many parameters as possible are normalised to 1

  • select scales s.t all non-dimensional parameters in the non-dimensional problem are “small” and don’t become infinity when certain dimensional parameters become big or small

42
New cards

what are the dimensions of the integrating factor

dimensionless