Mathematical Modelling
Mathematical Modelling
Content:
1) Introduction
2) Types of Mathematical Modelling
3) Preliminaries
4)What is Mathematical Modelling
* Understanding the problem
*Mathematical Description
*Interpretation
* Finding the Solution
5)Formula’s of Mathematical Modelling
6) Principle of Mathematical Modelling
7) Example Sum’s of Mathematical Modelling
*Example 1
* Example 2
*Example 3
*Example 4
*Example 5
*Example 6
*Example 7
*Example 8
*Example 9
*Example 10
Introduction
Mathematical modelling is becoming an increasingly important subject as
computers expand our ability to translate mathematical equations and
formulations into concrete conclusions concerning the world, both natural and
artificial, that we live in.
Preliminaries
Mathematical modelling is an essential tool for understanding the world. In
olden days the Chinese, Egyptians, Indians, Babylonians and Greeks indulged in
understanding and predicting the natural phenomena through their knowledge
of mathematics. The architects, artisans and craftsmen based many of their
works of art on geometric principles. Suppose a surveyor wants to measure the
height of a tower. It is physically very difficult to measure the height using the
measuring tape. So, the other option is to find
out the factors that are useful to find the height. From his knowledge of
trigonometry, he knows that if he has an angle of elevation and the distance of
the foot of the tower
to the point where he is standing, then he can calculate the height of the tower.
So, his job is now simplified to find the angle of elevation to the top of the tower
and the distance from the foot of the tower to the point where he is standing.
Both of which are easily measurable. Thus, if he measures the angle of elevation
as 40° and the distance as 450m, then the problem can be solved as given in
Example 1.
Interpretation
This involves finding an equation, inequality or a geometric figure using the
parameters already identified .In the case of simple pendulum, experiments
were conducted in which the values of period T were measured for different
values of l. These values were plotted on a graph which resulted in a curve that
resembled a parabola. It implies that the relation
between T and l could be expressed
T2=kl..(1)
It was found that k=4π2/g This gives of the problem.
T=2π√ l/g …(2)
Equation (2) gives the mathematical formulation of the problem.
Interpretation
A mathematical model is an attempt to study, the essential
characteristic of a real life problem. Many times model equations are
obtained by assuming the situation in an idealised context. The model
will be useful only if it explains all the facts that we would
like it to explain. Otherwise, we will reject it, or else, improve it, then
test it again. In other words, we measure the effectiveness of the model
by comparing the results obtained from the mathematical model, with
the known facts about the real problem. This process is called validation
of the model. In the case of simple
pendulum, we conduct some experiments on the pendulum and find out
period of oscillation. The results of the experiment are given in Table 2.
The state diagram for M
M = (Q, Σ, δ, q0, F) where
Q = {S1, S2},
Σ = {0, 1},
q0 = S1,
F = {S1}, and
δ is defined by the following state transition table:
0 1
S1 S2 S1
S2 S1 S2
The state S1 represents that there has been an even number of 0s in the
input so far, while S2 signifies an odd number. A 1 in the input does not
change the state of the automaton. When the input ends, the state will
show whether the input contained an even number of 0s or not. If the
input did contain an even number of 0s, M will finish in state S1, an
accepting state, so the input string will be accepted.
The language recognized by M is the regular language given by the regular
expression 1*( 0 (1*) 0 (1*) )*, where "*" is the Kleene star, e.g., 1*
denotes any non-negative number (possibly zero) of symbols "1".