Newton Iterative Method#
Newton itertative method is typically used to find root of a given equality and to find a minimum of a convex and twice-differentiable function.
For finding the root of
For minimizing an unconstrainted convex function
Root Finding#
The Newton method can be derived and proved from Taylor expansion theory, which approximates
Let
The first-order approximation of the optimality
Since
Therefore the above update rules can be used to find the optomal solution given tolerances. Numerically, a step size factor
The stoping crietia can be:
Unconstrained Minimization Probelm#
Here we want to find the optimal solution of a convex and twice-differentiable function
Applying the Newton’s method for this optimziation problem is the same as find the root of
Let
Newton Step#
Newton step is known as:
Newton Decrement#
Define Newton decrement as
Stopping Crietia#
Using Newton’s updating rule to update
Thus the function evaluation error between steps is:
Therefore controlling Newton decrement can help stop the iterations.
Equality Constrained Minimization Problem#
Newton’s method can also be extended to solve the following equality constrained problem: