3-Numerical Methods-Roots of Equations (Bracketing Methods)
3-Numerical Methods-Roots of Equations (Bracketing Methods)
School of Engineering
Department of Civil Engineering
(0951301): Numerical Methods
Dr. Ramia Al-Ajarmeh
Roots of Equations
(Bracketing Methods)
Roots of Equations
Refer to the Textbook, Chapters 5 & 6
Bracketing Methods
Refer to the Textbook, Chapter 5
1- Bisection Method
𝑢𝑝𝑝𝑒𝑟 𝑙𝑖𝑚𝑖𝑡 𝑢
𝐼𝑛𝑡𝑒𝑟𝑣𝑎𝑙 ൜ 𝑓 𝑢 𝑓 𝑙 <0
𝑙𝑜𝑤𝑒𝑟 𝑙𝑖𝑚𝑖𝑡 𝑙
1- Bisection Method
1- Bisection Method
𝑥𝑟𝑛𝑒𝑤 − 𝑥𝑟𝑜𝑙𝑑
𝜀𝑎 = 100%
𝑥𝑟𝑛𝑒𝑤
Bracketing Methods
1- Bisection Method
Example:
1- Bisection Method
Example Solution:
Iter # l u f(l) f(u) r= (l+u)/2 f(r) update new u-l ɛa %
So, r= 1.734375
Bracketing Methods
2- False-Position Method
2- False-Position Method
2- False-Position Method
Example:
2- False-Position Method
Example Solution:
So, r= 1.7317
Bracketing Methods
Exercise:
Using:
(1) Bisection method
(2) False-Position method