Numerical Analysis: Prof. Dr. Süheyla ÇEHRELİ
Numerical Analysis: Prof. Dr. Süheyla ÇEHRELİ
2
ROOTS OF EQUATIONS
not easy;
??
ROOTS OF EQUATIONS
Two Fundamental Approaches
Bracketing Methods
Bisection Method
Open Methods
Fixed-point Iteration
Newton-Raphson Method
Secant Method
BRACKETING METHODS
advantages;
easy
always finds a root
be computed a priori.
disadvantages;
slow
need to find initial guesses for xl and xu
THE FALSE-POSİTİON METHOD (REGULA-FALSİ)
𝑓(𝑥𝑙 ) 𝑓(𝑥𝑢 )
=
𝑥𝑟 − 𝑥𝑙 𝑥𝑟 − 𝑥𝑢
𝑓(𝑥𝑢 )(𝑥𝑙 − 𝑥𝑢 )
𝑥𝑟 = 𝑥𝑢 −
𝑓 𝑥𝑙 − 𝑓(𝑥𝑢 )
THE FALSE-POSİTİON METHOD - PROCEDURE
Step 1: Choose lower Xl and upper Xu guesses
calculate f(xr)
Step 4: Make the following evaluations to determine in which
subinterval the root lies;