Mathematical Modeling
Mathematical Modeling
Problem
Definition
THEORY DATA
Mathematical
Model
Problem solving tools:
computers, statistics,
graphics, numerical
methods, etc.
Numeric or
graphic results
Reasoning, verification,
testing, optimization or
designing, etc.
Implementation
MATHEMATICAL MODELING
1. Defining the problem
• This is the fundamental and crucial step involved in the process of
mathematical problem solving.
• This step aims to understand the problem and the objectives before
we attempt to solve the problem.
• Identifying the root problem requires detailed scrutiny with respect to
all aspects.
• The root cause of a problem may not be the one that is visible.
• So a detailed study is required to define the problem on dot.
2. Making assumptions and approximations
• By making assumption we can get rid of some extraneous or
insignificant factors so the model really only considers most
important variables.
• It helps to make the model simple.
• It makes the model easier to understand.
Lets look at the example of thermal expansion of an aluminium rod
𝑙𝑜 ∆𝑙
Δ𝑙 = ∝𝑙𝑜 Δ𝑇
d𝑙 = ∝ 𝑇 𝑙𝑜 𝑑𝑇
𝛼+𝑙𝑜
∆𝑙 = 𝑙𝑜
∝ 𝑇 𝑙𝑜 𝑑𝑇
3. Defining variables
• When we are trying to make a mathematical model we are trying to create an
equation of some sort that incorporates certain variables.
• The variables you need to develop your solution come from the perspective of
the problem statement.
• Models can be represented by a functional relationship between dependent
variables, independent variables, parameters, and forcing functions.
Example:
Determine the velocity of a falling parachute.
4. Forming the mathematical model
Applying Newton's second law of motion
𝐹𝑛𝑒𝑡 = 𝑚𝑎
𝐹𝑔 − 𝐹𝑑 = 𝑚𝑎 𝐹𝑑
𝑚𝑔 − 𝑐𝑣 = 𝑚𝑎
𝑑𝑣
𝑚 = 𝑚𝑔 − 𝑐𝑣
𝑑𝑡
𝑑𝑣 𝑐
+ 𝑣−𝑔 =0
𝑑𝑡 𝑚
𝐹𝑔
5. Solving the mathematical model
• Substitute the known quantities into the formulated mathematical
model and perform the calculations to determine the unknowns.
• Depending on the nature of the problem the solution can be a single
numerical value ,graphical solution, a system of numerical values,
function of dependent variables or etc.
• The solution to complex mathematical models can be easily found
using computer softwares.
eg Matlab , Maplesoft, scilab, modelica etc
5. Solving the mathematical model
• There are two methods for solving the mathematical model:
1. Analytical method: Analytic methods utilize correct hypotheses to
introduce recipes that can be utilized to display numerical solutions
for numerical problems with or without the use of numerical
methods. Analytical solutions denote exact solutions that can be
used to study the behaviour of the system with varying properties.
2. Numerical method: Numerical methods utilize correct calculations
to present numerical solutions for mathematical problems. It gives
approximate solutions.
5. Solving the mathematical model
Example: Lets take the previous eg of parachute
ANALYTIC SOLUTION
t (sec.) V (m/s)
0 0
𝑑𝑣 𝑐 2 16.40
+ 𝑣−𝑔 =0
𝑑𝑡 𝑚 4 27.77
8 41.10
𝑔𝑚 𝑐
−( )𝑡
10 44.87
𝑣 𝑡 = 1− 𝑒 𝑚 12 47.49
𝑐 ∞ 53.39
5. Solving the mathematical model
NUMERIC SOLUTION
𝑑𝑣 𝑐 𝑑𝑣 Δ𝑣
=𝑔− 𝑣 , ≅
𝑑𝑡 𝑚 𝑑𝑡 Δ𝑡
𝑣 𝑡𝑖+1 − 𝑣 𝑡𝑖 𝑐
= 𝑔 − 𝑣 𝑡𝑖
𝑡𝑖+1 − 𝑡𝑖 𝑚
𝑐
𝑣 𝑡𝑖+1 =𝑣 𝑡𝑖 + 𝑔−
𝑚
𝑣 𝑡𝑖 𝑡𝑖+1 − 𝑡𝑖
Analysis
• Check and make sure that the results obtained are reasonable and
intuitive and verify the validity of questionable assumptions.
• In this step the quality and possibility of applying the solution are
analyzed.
QUANTITATIVE REASONING
STRATEGIES
Problem solving strategies to be used depends on the type of problems,
information given, type and accuracy of the expected result etc. They may
involve translating the representation of mathematical problem, making
educated guesses, pattern searches, using simplifications and so on.
1. TRANSLATE FROM VERBAL TO NUMERIC OR
ALGEBRAIC FORM
• This strategy can be used effectively for word problems
50
• Example: recurring divisions = 0.150150150
333
6. TRIAL AND ERROR
• Complex problems can be divided into different specific cases and the
possibility of general solution can be checked.
• By using a step by step approach we can reduce the solution of a
complicated problem into the solution of a series of simple problems.
• The smaller, less complex components will usually be restricted cases
of the original problem.
8. SIMPLIFICATION OF ALGEBRAIC EXPRESSION
• Sometimes problem statement have large and cumbersome algebraic
expressions. We must always look at the possibility of simplifying and reducing
these expressions