3.0 Numerical Analysis
3.0 Numerical Analysis
3. (i) Replace “a” by x if f(a) and f(x) are of the same sign or
(ii) Replace “b” by x if f(b) and f(x) are of the same sign
4. Return to step (2) and carry out the same calculations,
until the difference between successive approximations is
less than the allowable limit (ε).
Solution:
Let, 𝒇(𝒙) = 𝒙𝟑 – 𝟐𝒙 – 𝟓
𝑴 𝑺 𝑵
𝒙
𝒉
𝒚𝟐
𝑹
𝑸(𝒙𝟐 , 𝒚𝟐 )
𝒙𝟏 (𝒙𝟐 − 𝒙𝟏 )
𝒙𝟐
Md. Abu Safayet,
Md. AbuLecturer,
Safayet,Department
Lecturer, Department
of BuildingofEngineering
Building Engineering
& Construction
& Construction
Management,
Management,
KUET KUET
For similar triangles, we get,
𝑃𝑅 𝑃𝑀
=
𝑅𝑄 𝑀𝑆
𝒚𝟏 + 𝒚𝟐 𝒚
= 𝟏
𝒙𝟐 −𝒙𝟏 𝒉
(𝑥 −𝑥 ) 𝑦
ℎ= 2 1 1
𝑦1 + 𝑦2
(𝑥2 −𝑥1 ) 𝑦1
Thus, 𝑥 = 𝑥1 + ℎ = 𝑥1 +
𝑦1 + 𝑦2
Solution: