stringtranslate.com

Steffensen's method

In numerical analysis, Steffensen's method is an iterative method for root-finding named after Johan Frederik Steffensen which is similar to Newton's method, but with certain situational advantages. In particular, Steffensen's method achieves similar quadratic convergence, but without using derivatives, as required for Newton's method.

Simple description

The simplest form of the formula for Steffensen's method occurs when it is used to find a zero of a real function that is, to find the real value that satisfies Near the solution the function is supposed to approximately satisfy this condition makes adequate as a correction-function for for finding its own solution, although it is not required to work efficiently. For some functions, Steffensen's method can work even if this condition is not met, but in such a case, the starting value must be very close to the actual solution and convergence to the solution may be slow. Adjustment of the size of the method's intermediate step, mentioned later, can improve convergence in some of these cases.

Given an adequate starting value a sequence of values can be generated using the formula below. When it works, each value in the sequence is much closer to the solution than the prior value. The value from the current step generates the value for the next step, via this formula:[1]

for where the slope function is a composite of the original function given by the following formula:

or perhaps more clearly,

where is a step-size between the last iteration point, and an auxiliary point located at

Technically, the function is called the first-order divided difference of between those two points ( it is either a forward-type or backward-type divided difference, depending on the sign of ). Practically, it is the averaged value of the slope of the function between the last sequence point and the auxiliary point at with step size (and direction)

Because the value of is an approximation for its value can optionally be checked to see if it meets the condition