In numerical analysis, Steffensen's method is a root-finding technique similar to Newton's method, named after Johan Frederik Steffensen. Steffensen's method also achieves quadratic convergence, but without using derivatives as Newton's method does.
The simplest form of the formula for Steffensen's method occurs when it is used to find the zeros, or roots, of a function ; that is: to find the value that satisfies . Near the solution , the function is supposed to approximately satisfy ; this condition makes the function adequate as a correction 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.