Chapter 1
Chapter 1
Chapra: Chapter-1
Mathematical Modeling and
Engineering Problem Solving
• Requires understanding of engineering systems
dv c
g v
dt m Independent
gm
v(t )
c
1 e
( c / m )t
variable
Dependent Parameters
variable Forcing
function
Analytical Solution to the Falling
Parachutist Problem
Problem statement: A parachutist of mass 68.1 kg jumps out of
a stationary hot air balloon. Compute velocity prior to opening
the chute. The drag coefficient is equal to 12.5 kg/s.
Solution:
Why Numerical?
• There exists many cases where analytical/exact solution is not
possible.
• We can develop a numerical solution that approximates the
exact solution.
Numerical Solution
dv v vti 1 vti c
g vti
dt t ti 1 ti m
c
vti 1 vti g vti ti 1 ti
m
Find and compare the values of v(t) at t={0, 2, 4, 6, 8 …}
Using Exact solution
gm
Using Numerical solution
Compare the results
v(t )
c
1 e ( c / m )t
Numerical Solution to the Falling
Parachutist Problem
Problem Statement: Perform the same computation as in
previous example but use numerical solution to compute the
velocity. Employ a step size of 2 s for the calculation.
Solution:
t Actual Estimate
m= 68.1
0 0 0
c= 12.5 2 16.42172 19.62
g= 9.81 4 27.79763 32.03736
∆t= 2 6 35.67812 39.89621
8 41.13722 44.87003
10 44.91893 48.01792
12 47.53865 50.01019
60 14 49.35343 51.27109
16 50.61058 52.06911
50
18 51.48146 52.57416
40
20 52.08475 52.89381
30 22 52.50267 53.09611
20
24 52.79218 53.22415
26 52.99273 53.30518
10
28 53.13166 53.35646
0 30 53.22791 53.38892
0 5 10 15 20 25 30 35
32 53.29457 53.40946
Conservation Laws and
Engineering
• Conservation laws are the most important and fundamental
laws that are used in engineering.
Change = increases – decreases (1.13)
• Change implies changes with time (transient). If the change is
nonexistent (steady-state), Eq. 1.13 becomes
Increases = Decreases
Conservation Laws and
Engineering