Chapter Two: Solution of Non-Linear Equation
Chapter Two: Solution of Non-Linear Equation
1. Modeling
4. Execution
5. Interpretation of results
08/24/2021 Mr. Desalegn A. 5
Solution Methods
Quadratic equation
1. Open methods
2. Bracketing methods
1. Find a and b in which f(a) and f(b) are opposite signs for the
3. If f(x0)is negative, the root lies between a and xo and take the
4. Repeat the above process until any two consecutive values are
iterative value
08/24/2021 What
Mr. Desalegnare
A. termination criteria ?9
Criterion for termination
4. A convenient criterion is to
compute the percentage error
1. Termination after N steps (N
is defined by;
given, fixed)
2. Termination if(xn+1 - xn ≤Ԑ x n x n 1
er x 100 %
(Ԑ> 0 given) xn
• As iterations are conducted, the length of the interval gets halved. So one
• If one of the initial guesses a or b is closer to the exact solution, it will take
larger number of iterations to reach the root
Example:
• It is an open method
• It has fastest convergence rate
• Let’s consider graph below
practical problems.
f ( xn ) f ( xn 1)
f ' ( xn )
xn xn 1
Then Newton formula becomes
f ( xn )( x n x n 1 )
x n 1 x n
f ( xn ) f ( xn 1 )