Householder process

from Wikipedia, the free encyclopedia

The Householder methods are a group of numerical methods for determining the zeros of a scalar real function. They are named after Alston Scott Householder .

Description of the procedure

Let be a natural number and an at least -fold continuously differentiable function that has a single zero in the interval , i.e. H. . Be a starting value close enough to . Then the converges through the iteration

generated sequence of successive approximations with order of convergence against . That is, there is a constant with

.

For the Newton method results , for the Halley method .

motivation

If there is a simple zero in , there is a -fold continuously differentiable function with and . The reciprocal function has a pole of order in . It is obvious that the Taylor expansion of in is dominated by this pole,

If one considers it to be slowly changing to almost constant , then the Taylor coefficients are inversely proportional to the powers of , that is

For

example

The polynomial equation used by Newton to demonstrate his method was . In a first step it was observed that there must be a zero point close by. By inserting you only get

and then by inverting this polynomial as a Taylor series

The result of the first step of the Householder method of a given order is also obtained by dividing the coefficient of the degree by its left neighbor in this expansion. This gives the following approximations of increasing order

d x 1 = 2 +
1 0.1 00000000000000000000000000000000
2 0.094 339622641509433962264150943396
3 0.09455 8429973238180196253345227476
4th 0.094551 282051282051282051282051282
5 0.09455148 6538216154140615031261963
6th 0.094551481 438752142436492263099119
7th 0.09455148154 3746895938379484125813
8th 0.0945514815423 36756233561913325371
9 0.09455148154232 4837086869382419375
10 0.094551481542326 678478801765822985

In this example, there are slightly more than valid decimal places for the first step in the order procedure

swell