<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Householder-Verfahren</id>
	<title>Householder-Verfahren - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Householder-Verfahren"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Householder-Verfahren&amp;action=history"/>
	<updated>2026-06-27T16:34:50Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Householder-Verfahren&amp;diff=1725107&amp;oldid=prev</id>
		<title>imported&gt;RaschenTechner: /* growthexperiments-addlink-summary-summary:2|0|0 */</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Householder-Verfahren&amp;diff=1725107&amp;oldid=prev"/>
		<updated>2024-08-28T09:21:30Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;growthexperiments-addlink-summary-summary:2|0|0&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Die &amp;#039;&amp;#039;&amp;#039;Householder-Verfahren&amp;#039;&amp;#039;&amp;#039; sind eine Gruppe von numerischen Verfahren zur Bestimmung von Nullstellen einer skalaren reellen Funktion. Sie sind nach [[Alston Scott Householder]] benannt.&lt;br /&gt;
&lt;br /&gt;
== Beschreibung des Verfahrens ==&lt;br /&gt;
Sei &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; eine [[natürliche Zahl]] und &amp;lt;math&amp;gt;f \colon I\subset\R\to\R&amp;lt;/math&amp;gt; eine mindestens &amp;lt;math&amp;gt;(d+1)&amp;lt;/math&amp;gt;-fach stetig differenzierbare Funktion, die im Intervall &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; eine einfache Nullstelle &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; besitze, d.&amp;amp;nbsp;h. &amp;lt;math&amp;gt;f&amp;#039;(a)\ne0&amp;lt;/math&amp;gt;. Sei &amp;lt;math&amp;gt; x_0&amp;lt;/math&amp;gt; ein Startwert nahe genug an &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;. Dann konvergiert die durch die Iteration&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
  x_{k+1}=x_k+d\frac{(1/f)^{(d-1)}(x_k)}{(1/f)^{(d)}(x_k)}&lt;br /&gt;
 \quad \text{mit } k=0,1,2,\dots&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
erzeugte Folge &amp;lt;math&amp;gt;(x_k)_{k\in\N}&amp;lt;/math&amp;gt; sukzessiver Approximationen mit [[Konvergenzordnung]] &amp;lt;math&amp;gt;d+1&amp;lt;/math&amp;gt; gegen &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;. Das heißt, es gibt eine Konstante &amp;lt;math&amp;gt;K&amp;gt;0&amp;lt;/math&amp;gt; mit&lt;br /&gt;
:&amp;lt;math&amp;gt;|x_{k+1}-a|\le K\cdot |x_k-a|^{d+1}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Für &amp;lt;math&amp;gt;d=1&amp;lt;/math&amp;gt; ergibt sich das [[Newton-Verfahren]], für &amp;lt;math&amp;gt;d=2&amp;lt;/math&amp;gt; das [[Halley-Verfahren]].&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
Hat &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; eine einfache [[Nullstelle]] in &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;, so gibt es eine &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt;-fach stetig differenzierbare Funktion &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; mit &amp;lt;math&amp;gt;g(a)=f&amp;#039;(a)\ne 0&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;f(x)=g(x)(x-a)&amp;lt;/math&amp;gt;. Die reziproke Funktion &amp;lt;math&amp;gt;\frac{1}{f}&amp;lt;/math&amp;gt; hat einen Pol der Ordnung &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;. Liegt &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; nahe &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;, so wird die Taylorentwicklung von &amp;lt;math&amp;gt;\frac{1}{f}&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; von diesem Pol dominiert,&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
  (1/f)(x+h)&lt;br /&gt;
  &amp;amp;=\sum_{k=0}^d (1/f)^{(k)}(x)\frac{h^k}{k!} + \mathcal O(h^{d+1})\\[1em]&lt;br /&gt;
=   \frac1{g(x+h)(x+h-a)}&lt;br /&gt;
  &amp;amp;=\frac1{g(x+h)(a-x)}\sum_{k=0}^d\left(\frac{h}{a-x}\right)^k + \mathcal O(h^{d+1})&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
Betrachtet man &amp;lt;math&amp;gt;g(x+h)&amp;lt;/math&amp;gt; als sich langsam ändernd bis nahezu konstant zu &amp;lt;math&amp;gt;f^\prime(a)&amp;lt;/math&amp;gt;, dann sind die Taylorkoeffizienten umgekehrt proportional zu den Potenzen von &amp;lt;math&amp;gt;x-a&amp;lt;/math&amp;gt;, also&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
&amp;amp;(1/f)^{(k)}(x)\approx \frac{k!}{f&amp;#039;(a)\,(a-x)^{k+1}}\\&lt;br /&gt;
\implies&amp;amp; \frac{(1/f)^{(k-1)}(x)}{(1/f)^{(k)}(x)}\approx\frac{a-x}{k}\\&lt;br /&gt;
\implies&amp;amp; a\approx x+k\frac{(1/f)^{(k-1)}(x)}{(1/f)^{(k)}(x)}&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
für &amp;lt;math&amp;gt;k = 1, \ldots , d.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Beispiel ==&lt;br /&gt;
Die von Newton zur Demonstration seines Verfahrens benutzte Polynomgleichung war&lt;br /&gt;
&amp;lt;math&amp;gt;x^3-2x-5=0&amp;lt;/math&amp;gt;. In einem ersten Schritt wurde beobachtet, dass es eine Nullstelle nahe &amp;lt;math&amp;gt;x=2&amp;lt;/math&amp;gt; geben muss. Durch Einsetzen von &amp;lt;math&amp;gt;x=2+h&amp;lt;/math&amp;gt; erhält man erst&lt;br /&gt;
:&amp;lt;math&amp;gt;f(2+h)=-1 + 10 h + 6 h^2 + h^3&amp;lt;/math&amp;gt;&lt;br /&gt;
und anschließend durch Invertieren dieses Polynoms als Taylorreihe&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
(1/f)(2+h)=&amp;amp; - 1 - 10\,h - 106 \,h^2 - 1121 \,h^3 - 11856 \,h^4 - 125392 \,h^5\\&lt;br /&gt;
       &amp;amp; - 1326177 \,h^6 - 14025978 \,h^7 - 148342234 \,h^8 - 1568904385 \,h^9\\&lt;br /&gt;
       &amp;amp; - 16593123232 \,h^{10} + \mathcal O(h^{11})&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
Das Ergebnis des ersten Schritts des Householder-Verfahrens einer gegebenen Ordnung &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; erhält man auch, indem man den Koeffizienten des Grades &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; durch seinen linken Nachbarn in dieser Entwicklung teilt. Dies ergibt folgende Näherungen aufsteigender Ordnung&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!d&lt;br /&gt;
!x&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;=2+&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,1&amp;#039;&amp;#039;&amp;#039;00000000000000000000000000000000&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,094&amp;#039;&amp;#039;&amp;#039;339622641509433962264150943396&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,09455&amp;#039;&amp;#039;&amp;#039;8429973238180196253345227476&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,094551&amp;#039;&amp;#039;&amp;#039;282051282051282051282051282&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,09455148&amp;#039;&amp;#039;&amp;#039;6538216154140615031261963&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,094551481&amp;#039;&amp;#039;&amp;#039;438752142436492263099119&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,09455148154&amp;#039;&amp;#039;&amp;#039;3746895938379484125813&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,0945514815423&amp;#039;&amp;#039;&amp;#039;36756233561913325371&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,09455148154232&amp;#039;&amp;#039;&amp;#039;4837086869382419375&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|    &amp;#039;&amp;#039;&amp;#039;0,094551481542326&amp;#039;&amp;#039;&amp;#039;678478801765822985&lt;br /&gt;
|}&lt;br /&gt;
Es ergeben sich also in diesem Beispiel etwas mehr als &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; gültige Dezimalstellen für den ersten Schritt im Verfahren der Ordnung &amp;lt;math&amp;gt;d.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
* Alston Scott Householder, &amp;#039;&amp;#039;Numerical Treatment of a Single Nonlinear Equation&amp;#039;&amp;#039;, McGraw Hill Text, [[New York City|New York]], 1970. ISBN 0-07-030465-3&lt;br /&gt;
* &amp;#039;&amp;#039;[http://numbers.computation.free.fr/Constants/Algorithms/newton.html Newton&amp;#039;s method and high order iterations]&amp;#039;&amp;#039;, Pascal Sebah and Xavier Gourdon, 2001 (Auf der Seite ist eine Postscript-Version mit korrekter Formeldarstellung verlinkt.)&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Numerische Mathematik]]&lt;/div&gt;</summary>
		<author><name>imported&gt;RaschenTechner</name></author>
	</entry>
</feed>