Newton-Raphson Method
Take a vector-valued function
The Newton-Raphson method is an iterative method to find the root of
where
If we set
which can be solved for
Convergence
There are a few conditions for which the Newton-Raphson method converges to the root
- The derivative has an inverse at the root, i.e.,
is invertible. - The initial guess
is sufficiently close to the root . - The function
is sufficiently smooth close to the root .
At each
Around the root
and
which gives