Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 11

False

position
Yazan Tarawneh
0208434
Introduction
The False Position Method is a valuable tool in
numerical analysis for approximating roots of
nonlinear equations. Originating from ancient
mathematical practices, it offers a systematic
approach by iteratively refining intervals containing
the root. Unlike some methods, like Newton-
Raphson, it excels when initial guesses are far apart
or when differentiation is challenging. Despite its
simplicity, it balances reliability and efficiency,
though careful consideration of initial intervals is
necessary to avoid convergence issues. This method
remains a trusted asset for approximating roots in
diverse real-world scenarios.
Flow Chart
Here is a flow chart for false
position solution algorithm
MATLAB
Pseudocode for false position
method
Test 1

For test I choose this function with these results :


MATLAB
code results
First function results :
Test 2
•For test I choose this function with these
results :
MATLAB
code results for function 2
Test 3
• For test I choose this function with
these results :
MATLAB
code result for function 3
Conclusion

In conclusion, the False Position Method stands as a robust and reliable technique for approximating
roots of nonlinear equations. Its systematic approach, rooted in ancient mathematical principles,
provides a balance of simplicity and efficiency in numerical analysis. While it may not boast the
computational speed of some counterparts, its ability to handle wide initial intervals and non-
differentiable functions renders it invaluable in practical scenarios. However, caution is warranted in
selecting initial intervals to ensure convergence. Overall, the False Position Method remains a
cornerstone in the toolkit of numerical analysts, offering a time-tested solution for root approximation
in diverse problem domains.

You might also like