Next: 2. The Bisection Method
Up: Root finders for equations
Previous: Root finders for equations
1. Introduction
A very common problem in mathematics and physics is the problem of solving
equations. Typically, equations have the form:
but when we bring
to the left and rename the resulting left-hand-side
to
, we get the equally general form:
So we see that determining a solution of an equation is essentially the same
as finding a root of a function, that is, a zeroof
the function.
In order to find a root
of a function
, we often try to do this by
manipulating the formula
, e.g. by bringing terms to the other side.
But there are many equations that we cannot solve in this way. Therefore, we
have to try and find an approximation to the root
. In the next
chapters, I will discuss some of the methods to do this.
Stephan Houben
2000-03-18