Tutorial 3
Tutorial 3
CHBE 230
Tutorial 3 - Additional problems
Learning objectives
Learn and understand how to use various root-finding
methods to solve an engineering problem
Learn how to use a minimum finding method to solve
an engineering problem
CHBE 230 - Tutorial 3
z
v0
zmax
z0
x
xmax
Questions:
1. Compute the distance to touch the ground xmax
2. Compute the maximum height zmax
CHBE 230 - Tutorial 3
What should we do ?
Analytical solutions
c
vx (t) = vx0 e mt
m ⇣ m ⌘ c
vz (t) = g + vz0 + g e mt
c c
m c
x(t) = vx0 (1 e t )
m
c
m m⇣ m ⌘ c
z(t) = z0 gt + vz0 + g (1 e mt )
c c c
CHBE 230 - Tutorial 3
Answers to step 1
required Python packages
numpy
matplotlib and matplotlib.pyplot
our own root_finding