Roots of Equations
Roots of Equations
Petroleum Engineering
Subject: Numerical methods
Topic: Roots of equations
Teacher: Eduardo Carrillo Zambrano PhD
Student: Jonathan Enrique Budez Vergara Code: 2072321
1 Roots of equations
This methods is an approximations of equations root by the graphic, we can obtain approxima-
tion observe where it crosses the x axis.
16,789
d -
12 20
We can take advantage of the function sign for choose a interval that enclose the root of the
function. This is the principle of the bisection methods, we divide the interval in two part until
obtain the best approximation of equation root. We can say three important criteria about the
function tendency:
1. f (xi )f (xs ) < 0 =⇒ Where xi is the inferior valor of x and xs the superior valor, in this case
the function have a change of sign.
2.
-
xi xs
3.
-
xi xs
-
xi xs
This methods is about find the approximation of the root with the crosses point in x axis, with
a rect that unite two points.
the formule is :
f (xs )(xi − xs )
xr = xs − (6)
f (xs ) − f (xi )
Open methods
We can approximate the root valor of equations with se function, in this methods we expressed
the next valor of the variable xi+1 in term of the last variable xi .
f (x) = 0 we expressed x = g(x)
For example :