Chapter: Calculation of Roots

The calculation of roots deals with the solution of equations of the type $f(x)=0$, where $f$ is a (real-valued) function defined on a real interval. In a few cases, the root of the function can be calculated using an explicit formula, like it is the case e.g. for quadratic polynomials.

In the majority of cases, however, such an explicit formula does not exist. In these cases, a numerical solution is necessary. It usually makes use of sequences, whose terms can be calculated separately and which converge to the exact solution.

A numerical algorithm is appropriate to solve a root equation if the convergence behavior is fast enough and if there is an approximation of the error made when calculating the successive terms of the convergent sequence. Given an allowed error bound, this approximation is then used to decide, when to abort the calculation.


Thank you to the contributors under CC BY-SA 4.0!

Github:
bookofproofs


References

Bibliography

  1. Forster Otto: "Analysis 1, Differential- und Integralrechnung einer Veränderlichen", Vieweg Studium, 1983