False Position Method
False Position Method
Again, bear in mind that the initial guess for 𝑥𝑙 , 𝑥𝑢 must bracket the true root which can be located
using graphical method.
The value of 𝑥𝑟 computed with formula, then replaces whichever of the two initial guesses, 𝑥𝑙 or
𝑥𝑢 , yields a function value with the same sign as 𝑓 (𝑥𝑟 ). In this way, the values of 𝑥𝑙 and 𝑥𝑢 always
bracket the true root. The process is repeated until the root is estimated adequately, that is, when 𝜀𝑎 < 𝜀𝑠 .
Solve the problem below. Complete the table. Add more rows if the iteration is not enough yet.
Present your manual solution in complete and detailed manner.
Use the FALSE POSITION Method to determine the drag coefficient c needed for a parachutist of
mass m= 68.1 kg to have a velocity of 40 m/s after free-falling for time t= 10 s. The acceleration due to
gravity is 9.8 m/s2.
𝑐
𝑔𝑚
Consider: 𝑣 = (1 − 𝑒 −(𝑚)𝑡 )
𝑐
***This is not a part of the problem anymore but just a hint. This is actually part of the solution already.
After substituting all the given in the problem and simplifying, f(c) now becomes:
667.38
𝑓(𝑐 ) = 0 = 𝑐 (1 − 𝑒 −0.1468𝑐 ) − 40 ; VERIFY and CONVINCE yourself !
This would now be your working expression.