ASSIGNMENT 1
Question 1
The velocity of a falling parachutist is given by = (1 () ) where = 9.8, with a
drag coefficient = 14 /, compute the mass so that the velocity is = 35/ at = 7.
Use (i) bisection method (ii) Regula-Falsi method (iii) NR-method and (iv) Secant method to
determine to a level of relative error 0.1%. Take = 60, = 70.
Question 2
The saturation concentration of dissolved oxygen in fresh water can be calculated with the
equation
1.575701 105 6.642308 107 1.243800 1010
= 139.34411 + +
2 3
8.621949 1011
4
Where = the saturation concentration of dissolved oxygen in freshwater at 1 (/)
and = absolute temperature (). Remember that = + 273.15, where = temperature
(). According to this equation, saturation decreases with increasing temperature. For typical
natural waters in temperate climates, the equation can be used to determine that oxygen
concentration ranges from 14.621 / at 0 to 6.949 / at 35. Given a value of oxygen
concentration, this formula and the bisection method can be used to solve for temperature in .
a) If the initial guesses are set as 0 and 35, how many bisection iterations would be
required to determine temperature to an absolute error of 0.05 ?
b) Based on (a), determine as a function of a given oxygen concentration. Test it for
= 8, 10 14 /.
FORMULA TO FIND THE NUMBER OF ITERATIONS FOR A DESIRED LEVEL OF
ERROR IN BISECTION METHOD
log( 0 /, )
= log 2
Where 0 = 0 0 ; absolute error at the zeroth iteration.
, = the desired error