SlideShare uma empresa Scribd logo
1 de 8
METHODS TO CALCULATE  ROOTS OF EQUATIONS DUBAN CASTRO  FLOREZ COD:2073091 NUMERIC  METHODS IN ENGINEERING 1
TAYLOR´S SERIES ,[object Object]
Those are made derived until the n order.
It is replace those derived in the function (being replaced the xi value).
It is written f(xi+1)= f(x).MACLAURIN:    Pnx ,[object Object]
The answer is given as Pn(xi+1)=Pn(x). to Remember: n=#derivatives.
To calculate the true error2
METHODS FOR THE  CALCULATE OF ROOTS 1.MÉTHOD OF BISECTIÓN xr xi xs ,[object Object],This in the first interval This in the second interval ,[object Object],3

Mais conteúdo relacionado

Mais de DUBAN CASTRO

Solution of equations for methods iterativos
Solution of equations for methods iterativosSolution of equations for methods iterativos
Solution of equations for methods iterativosDUBAN CASTRO
 
Codigo en java pdf
Codigo en java pdfCodigo en java pdf
Codigo en java pdfDUBAN CASTRO
 
Exercises systems of equations for several methods
Exercises systems of equations for several methodsExercises systems of equations for several methods
Exercises systems of equations for several methodsDUBAN CASTRO
 
Exercise roots of equations
Exercise roots of equationsExercise roots of equations
Exercise roots of equationsDUBAN CASTRO
 
Roots of polynomials
Roots of polynomialsRoots of polynomials
Roots of polynomialsDUBAN CASTRO
 
Raices de ecuaciones pdf
Raices de ecuaciones pdfRaices de ecuaciones pdf
Raices de ecuaciones pdfDUBAN CASTRO
 
Resumen ley de darcy
Resumen ley de darcyResumen ley de darcy
Resumen ley de darcyDUBAN CASTRO
 
2 Capitulo Metodos Numericos
2 Capitulo Metodos Numericos2 Capitulo Metodos Numericos
2 Capitulo Metodos NumericosDUBAN CASTRO
 

Mais de DUBAN CASTRO (12)

Solution of equations for methods iterativos
Solution of equations for methods iterativosSolution of equations for methods iterativos
Solution of equations for methods iterativos
 
Gauss simple
Gauss simpleGauss simple
Gauss simple
 
Matrices pdf
Matrices pdfMatrices pdf
Matrices pdf
 
Codigo en java pdf
Codigo en java pdfCodigo en java pdf
Codigo en java pdf
 
Serie de taylor
Serie de taylorSerie de taylor
Serie de taylor
 
Exercises systems of equations for several methods
Exercises systems of equations for several methodsExercises systems of equations for several methods
Exercises systems of equations for several methods
 
Metodo de muller
Metodo de mullerMetodo de muller
Metodo de muller
 
Exercise roots of equations
Exercise roots of equationsExercise roots of equations
Exercise roots of equations
 
Roots of polynomials
Roots of polynomialsRoots of polynomials
Roots of polynomials
 
Raices de ecuaciones pdf
Raices de ecuaciones pdfRaices de ecuaciones pdf
Raices de ecuaciones pdf
 
Resumen ley de darcy
Resumen ley de darcyResumen ley de darcy
Resumen ley de darcy
 
2 Capitulo Metodos Numericos
2 Capitulo Metodos Numericos2 Capitulo Metodos Numericos
2 Capitulo Metodos Numericos
 

Summary methods to calculate roots

  • 1. METHODS TO CALCULATE ROOTS OF EQUATIONS DUBAN CASTRO FLOREZ COD:2073091 NUMERIC METHODS IN ENGINEERING 1
  • 2.
  • 3. Those are made derived until the n order.
  • 4. It is replace those derived in the function (being replaced the xi value).
  • 5.
  • 6. The answer is given as Pn(xi+1)=Pn(x). to Remember: n=#derivatives.
  • 7. To calculate the true error2
  • 8.
  • 9. 2.FALSE POSITION The same procedure is continued that the bisection method, to exception of the change in the form of finding xr. 4
  • 10.
  • 11. The xi value is determined knowing the graph of the function (Mathematics of Microsoft or Excel).
  • 12. When it is xi with g(xi), g(xi)=xi+1, that is to say it will be the value to evaluate.
  • 13. If the function doesn't converge the method of clearances of x it is used, the times that it is necessary until the approximate value of g(x) it is similar to that of the f(x root).
  • 14. The first one is evaluated derived in the point to evaluate, if it is gives smaller than 1, it converges, if it is gives bigger it diverges.5
  • 15.
  • 16. To choose an initial value.
  • 17. To find by means of it formulates it of Newton-Raphson.
  • 19. If% Ea =% is then the result of the root it is reported, otherwise to make that the one calculated is the new one and to return to the step 3.
  • 20. The interval is determined to study for half graphic, approaching a value xi to the root, and finding the tangent in that point.
  • 21. This value xi is replaced in f(xi) and in f'(x), it stops then to use the it formulates of up. 6
  • 22.
  • 23. To remember that xi>xi-1
  • 24. When he/she is xi+1, now that it will be my xi and xi-1 it will be the xi that had previously.
  • 25. The necessary xi is calculated until the value is approximate to the real value of the root of the function given.7
  • 26.
  • 28. SANTAFE, Elkin R. “Introducción a la Simulación Numérica de Yacimientos”. Clases-Universidad Industrial de Santander Año-2008.8