Interpolation Methods
Interpolation Methods
n Methods
Direct Root
Method
Omkar Pradeep Khanvilkar
ME-231
Overview
Introduction
Interpolation Methods
Remarks
Introduction
Interpolation Methods
Quadratic Interpolation Methods
= 1 is acceptable.
~
*
In the second stage, the function f () is approximated by a quadratic
function h() and the minimum, h( ) a , bof
h() is found. If this is not
c2
sufficiently close to the true minimum *, a third stage is used.
In the third stage, a new quadratic function
is used to approximate f () and a new value of is found. This
procedure is continued until a that is sufficiently close to * is found.
Interpolation Methods
Quadratic Interpolation Methods
Cubic Interpolation Methods
acceptable.
The second stage establishes bounds on *.
The third stage finds the value of
by approximating f () by a
cubic polynomial h().
If the
found in stage 3 does not satisfy the prescribed
convergence criteria, the cubic polynomial is refitted in the fourth
stage.
Interpolation Methods
Quadratic Interpolation Methods
Cubic Interpolation Methods
Direct Root Methods
Direct
Root
Interpolat
ion
Method
f()=0
Root Finding Methods:
Newton Methods
Quasi Newton Methods
Secant Methods
Newton Method
Remarks:
The Newton method was originally developed by Newton for
solving nonlinear equations and later refined by Raphson, and
hence the method is also known as NewtonRaphson method in
the literature of numerical analysis.
The method requires both the first- and second-order derivatives
of f ().
If f(i) != 0 , the Newton iterative method has a powerful
(fastest) convergence property, known as quadratic convergence.
If the starting point for the iterative process is not close to the
true solution , the Newton iterative process might diverge as
illustrated in Fig. b.
Quasi-Newton Method
Remarks:
The central difference formulas have been used in Eqs.
Secant Method
Secant Method
Remarks:
The secant method is identical to assuming a linear equation