<?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=Newton-Cotes-Formeln</id>
	<title>Newton-Cotes-Formeln - 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=Newton-Cotes-Formeln"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Newton-Cotes-Formeln&amp;action=history"/>
	<updated>2026-06-03T20:21:04Z</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=Newton-Cotes-Formeln&amp;diff=153392&amp;oldid=prev</id>
		<title>imported&gt;BrunoBoehmler: /* Literatur */ ISBN verschoben, Kleinkram</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Newton-Cotes-Formeln&amp;diff=153392&amp;oldid=prev"/>
		<updated>2026-03-31T17:03:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Literatur: &lt;/span&gt; ISBN verschoben, Kleinkram&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Datei:Simpson rule.png|mini|Newton-Cotes-Formel für &amp;#039;&amp;#039;n&amp;#039;&amp;#039; = 2]]&lt;br /&gt;
Eine &amp;#039;&amp;#039;&amp;#039;Newton-Cotes-Formel&amp;#039;&amp;#039;&amp;#039; (nach [[Isaac Newton]] und [[Roger Cotes]]) ist eine Formel für die [[numerische Integration]], also zur näherungsweisen Berechnung von [[Integralrechnung|Integralen]]. Diesen Formeln liegt die Idee zu Grunde, die zu integrierende [[Funktion (Mathematik)|Funktion]] durch ein [[Polynom]] zu [[Polynominterpolation|interpolieren]] und dieses als Näherung exakt zu integrieren. Die [[Stützstelle]]n der [[Interpolation (Mathematik)|Interpolation]] werden dabei [[Äquidistanz (Geometrie)|äquidistant]] gewählt. &lt;br /&gt;
&lt;br /&gt;
== Herleitung ==&lt;br /&gt;
&lt;br /&gt;
Für das zu integrierende [[Interpolationspolynom]] &amp;lt;math&amp;gt;p_n(x)&amp;lt;/math&amp;gt; vom Grad &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; werden die Stützstellen&lt;br /&gt;
: &amp;lt;math&amp;gt;a \le x_0 &amp;lt; x_1 &amp;lt; \dots &amp;lt; x_n \le b&amp;lt;/math&amp;gt;&lt;br /&gt;
äquidistant mit dem konstanten Abstand &amp;lt;math&amp;gt;h=x_{i+1} - x_i&amp;lt;/math&amp;gt; so gewählt, dass sie symmetrisch zur Intervallmitte &amp;lt;math&amp;gt;\tfrac{a+b}{2}&amp;lt;/math&amp;gt; des Integrationsintervalls &amp;lt;math&amp;gt;[a, b]&amp;lt;/math&amp;gt; liegen. Somit gilt &amp;lt;math&amp;gt;x_{n - i} = a + b - x_i&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Mit &amp;lt;math&amp;gt;x_0=a&amp;lt;/math&amp;gt; (und somit &amp;lt;math&amp;gt;x_n=b&amp;lt;/math&amp;gt;) erhält man &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; [[Intervall (Mathematik)|Intervalle]] der Länge &amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt; und somit &amp;lt;math&amp;gt;h = \tfrac{b - a}{n}&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;x_i = a + i \cdot h&amp;lt;/math&amp;gt;. Diese Formeln werden &amp;#039;&amp;#039;abgeschlossene Newton-Cotes-Formeln&amp;#039;&amp;#039; genannt.&lt;br /&gt;
&lt;br /&gt;
Mit &amp;lt;math&amp;gt;x_0\ne a&amp;lt;/math&amp;gt; (und somit &amp;lt;math&amp;gt;x_n \ne b&amp;lt;/math&amp;gt;) erhält man &amp;#039;&amp;#039;offene Newton-Cotes-Formeln:&amp;#039;&amp;#039;&lt;br /&gt;
* Wählt man &amp;lt;math&amp;gt;x_0 = a + h&amp;lt;/math&amp;gt; (und somit &amp;lt;math&amp;gt;x_n = b - h&amp;lt;/math&amp;gt;), erhält man &amp;lt;math&amp;gt;n+2&amp;lt;/math&amp;gt; Intervalle der Länge &amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt; und somit &amp;lt;math&amp;gt;h = \tfrac{b - a}{n + 2}&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;x_i = a + (1 + i) \cdot h&amp;lt;/math&amp;gt;. Diese Formeln werden &amp;#039;&amp;#039;offene Newton-Cotes-Formeln&amp;#039;&amp;#039; genannt.&lt;br /&gt;
* Wählt man &amp;lt;math&amp;gt;x_0 = a + \tfrac{h}{2}&amp;lt;/math&amp;gt; (und somit &amp;lt;math&amp;gt;x_n = b - \tfrac{h}{2}&amp;lt;/math&amp;gt;), erhält man &amp;lt;math&amp;gt;n+1&amp;lt;/math&amp;gt; Intervalle der Länge &amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt; und somit &amp;lt;math&amp;gt;h = \tfrac{b - a}{n + 1}&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;x_i = a + \left(\tfrac{1}{2} + i\right) \cdot h&amp;lt;/math&amp;gt;. Diese Formeln werden &amp;#039;&amp;#039;[[Colin Maclaurin|Maclaurin]]-Formeln&amp;#039;&amp;#039; genannt.&lt;br /&gt;
&lt;br /&gt;
Zur [[Numerische Integration|numerischen Integration]] von &amp;lt;math&amp;gt;\int\limits_a^b f(x)\, dx&amp;lt;/math&amp;gt; wird das Interpolationspolynom &amp;lt;math&amp;gt;p_n(x)&amp;lt;/math&amp;gt; der Funktion &amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt; zu den gegebenen Stützstellen herangezogen. Für dieses gilt:&lt;br /&gt;
: &amp;lt;math&amp;gt;p_n(x) = \sum_{i=0}^n f(x_i) l_i(x)&amp;lt;/math&amp;gt;,&lt;br /&gt;
wobei &amp;lt;math&amp;gt;l_i&amp;lt;/math&amp;gt; die [[Lagrange-Polynom#Lagrange-Basis|Lagrange-Basispolynome]] sind. Daraus folgt:&lt;br /&gt;
: &amp;lt;math&amp;gt;\int\limits_a^b p_n(x)\, dx = (b-a) \sum_{i=0}^n f(x_i) \frac{1}{b-a} \int\limits_a^b l_i(x)\, dx&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
Für die Newton-Cotes-Formel folgt dann:&lt;br /&gt;
: &amp;lt;math&amp;gt;\int\limits_a^b f(x)\, dx \approx \int\limits_a^b p_n(x)\, dx = (b-a) \sum_{i=0}^n w_i f(x_i)&amp;lt;/math&amp;gt;&lt;br /&gt;
mit den Gewichten&lt;br /&gt;
: &amp;lt;math&amp;gt;w_i = \frac{1}{b-a} \int\limits_a^b l_{i}(x)\, dx&amp;lt;/math&amp;gt;&lt;br /&gt;
Die Gewichte sind symmetrisch, das heißt &amp;lt;math&amp;gt;w_{n-i}=w_i&amp;lt;/math&amp;gt;. &lt;br /&gt;
: &amp;lt;math&amp;gt;l_{i}(x) = \prod_{\begin{smallmatrix}0\le j\le n\\ j\neq i\end{smallmatrix}} \frac{x-x_j}{x_i-x_j} = \frac{(x-x_0)\cdots(x-x_{i-1})(x-x_{i+1})\cdots(x-x_n)}{(x_i-x_0)\cdots(x_i-x_{i-1})(x_i-x_{i+1})\cdots(x_i-x_n)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wegen der speziellen Wahl der Stützstellen integrieren diese Formeln bei ungeradem &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; Polynome bis zum Grad &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, bei geradem &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; sogar bis zum Grad &amp;lt;math&amp;gt;n+1&amp;lt;/math&amp;gt; exakt. Somit sind Newton-Cotes-Formeln mit geradem &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; (also einer ungeraden Anzahl an Stützstellen) denen mit ungeradem &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; vorzuziehen. Diese Eigenschaft nennt man auch &amp;#039;&amp;#039;Genauigkeitsgrad&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Speziell gilt für &amp;lt;math&amp;gt;f(x)=1&amp;lt;/math&amp;gt;, dass &amp;lt;math&amp;gt;\int\limits_a^b f(x)\, dx = \int\limits_a^b 1\, dx = b-a = (b-a) \sum_{i=0}^n w_i \cdot 1 = (b - a) \sum_{i=0}^n w_i&amp;lt;/math&amp;gt; und somit &amp;lt;math&amp;gt;\sum_{i=0}^n w_i = 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Falls &amp;lt;math&amp;gt;\sum_{i=0}^n |w_i|&amp;gt;\sum_{i=0}^n w_i=1&amp;lt;/math&amp;gt;, was bei Gewichten mit verschiedenen [[Vorzeichen (Zahl)|Vorzeichen]] der Fall ist, besteht die Gefahr, dass sich die [[Rundungsfehler]] aufschaukeln oder [[Auslöschung (numerische Mathematik)|Auslöschung]] eintritt. Daher sind aus numerischen Gründen Formeln mit positiven Gewichten zu bevorzugen. Da für großes &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; das [[Interpolationspolynom]] &amp;lt;math&amp;gt;p_n(x)&amp;lt;/math&amp;gt; unbrauchbar ist, sind ebenso Formeln mit großem &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; nicht empfehlenswert. Will man bessere Näherungen erreichen, so empfiehlt sich die Verwendung von summierten Formeln.&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;E(f) = \int\limits_a^b f(x)\, dx - \int\limits_a^b p_n(x)\, dx&amp;lt;/math&amp;gt;&lt;br /&gt;
ist der Fehler (Verfahrensfehler), der bei der Anwendung der Newton-Cotes-Formel gemacht wird. Dieser hat bei der speziellen Wahl der Stützstellen für &amp;lt;math&amp;gt;(p + 1)&amp;lt;/math&amp;gt;-mal auf &amp;lt;math&amp;gt;[a, b]&amp;lt;/math&amp;gt; [[stetig differenzierbar]] reellwertige Funktionen &amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt; immer die Form&lt;br /&gt;
: &amp;lt;math&amp;gt;E(f) = K \cdot f^{(p + 1)}(\xi)&amp;lt;/math&amp;gt;,&lt;br /&gt;
wobei &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt; eine von &amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt; unabhängige Konstante und &amp;lt;math&amp;gt;\xi \in [a, b]&amp;lt;/math&amp;gt; ein nur in Ausnahmefällen bekannter Zwischenwert ist. Wäre er generell bekannt, könnte man &amp;lt;math&amp;gt;E(f)&amp;lt;/math&amp;gt; und somit auch das [[Integralrechnung|Integral]] exakt ausrechnen, im Widerspruch zu der Tatsache, dass es unendlich viele Integrale gibt, die man nicht exakt berechnen kann. Der Fehler ist Null für alle Funktionen, deren &amp;lt;math&amp;gt;(p + 1)&amp;lt;/math&amp;gt;-te Ableitung Null ist, also für alle Polynome vom Grad kleiner oder gleich &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt;. Somit ist &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; der Genauigkeitsgrad. Der Wert &amp;lt;math&amp;gt;p+1&amp;lt;/math&amp;gt; wird auch als &amp;#039;&amp;#039;(polynomiale) Ordnung&amp;#039;&amp;#039; der Newton-Cotes-Formel bezeichnet.&lt;br /&gt;
&lt;br /&gt;
Mit Hilfe des Verfahrensfehlers erhält man die Fehlerabschätzung:&lt;br /&gt;
: &amp;lt;math&amp;gt;|E(f)| \le |K| \cdot \max_{a \le \xi \le b} \left|f^{(p + 1)}(\xi)\right|&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Der exakte Fehler ist immer kleiner oder gleich dieser Fehlerabschätzung, wie auch die unten angegebenen Beispiele zeigen.&lt;br /&gt;
&lt;br /&gt;
=== Abgeschlossene Newton-Cotes-Formeln ===&lt;br /&gt;
&lt;br /&gt;
Die angegebenen Stützstellen &amp;lt;math&amp;gt;t_i&amp;lt;/math&amp;gt; gelten für das Integrationsintervall &amp;lt;math&amp;gt;[0,1]&amp;lt;/math&amp;gt;: &amp;lt;math&amp;gt;t_0=0,t_i=\frac{i}{n},t_n=1&amp;lt;/math&amp;gt;. Für ein allgemeines Intervall &amp;lt;math&amp;gt;[a, b]&amp;lt;/math&amp;gt; sind die Stützstellen &amp;lt;math&amp;gt;x_i=a+t_i\cdot(b-a)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | Name&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | Stützstellen &amp;lt;math&amp;gt;t_i&amp;lt;/math&amp;gt;&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | Gewichte &amp;lt;math&amp;gt;w_i&amp;lt;/math&amp;gt;&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | &amp;lt;math&amp;gt;E(f)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 1 || [[Trapezregel]] &amp;lt;br/&amp;gt; Sehnentrapezregel&lt;br /&gt;
|| &amp;lt;math&amp;gt;0 \quad 1&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{1}{2} \quad \frac{1}{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;- \frac{(b-a)^3}{12} f&amp;#039;&amp;#039;(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 || [[Simpsonregel|Simpson-Regel]] &amp;lt;br/&amp;gt; [[Keplersche Fassregel]]&lt;br /&gt;
|| &amp;lt;math&amp;gt;0 \quad \frac{1}{2} \quad 1&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{1}{6} \quad \frac{4}{6} \quad \frac{1}{6}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;- \frac{\left(\frac{b-a}{2}\right)^5}{90} f^{(4)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 3/8-Regel &amp;lt;br/&amp;gt; Pulcherrima&lt;br /&gt;
|| &amp;lt;math&amp;gt;0 \quad \frac{1}{3} \quad \frac{2}{3} \quad 1&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{1}{8} \quad \frac{3}{8} \quad \frac{3}{8} \quad \frac{1}{8}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;- \frac{3\left(\frac{b-a}{3}\right)^5}{80} f^{(4)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 4 || [[Edward Arthur Milne|Milne]]-Regel &amp;lt;br/&amp;gt; [[George Boole|Boole]]-Regel&lt;br /&gt;
|| &amp;lt;math&amp;gt;0 \quad \frac{1}{4} \quad \frac{2}{4} \quad \frac{3}{4} \quad 1&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{7}{90} \quad \frac{32}{90} \quad \frac{12}{90} \quad \frac{32}{90} \quad \frac{7}{90}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;- \frac{8\left(\frac{b-a}{4}\right)^7}{945} f^{(6)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 6-Punkt-Regel&lt;br /&gt;
|| &amp;lt;math&amp;gt;0 \quad \frac{1}{5} \quad \frac{2}{5} \quad \frac{3}{5} \quad \frac{4}{5} \quad 1&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{19}{288} \quad \frac{75}{288} \quad \frac{50}{288} \quad \frac{50}{288} \quad \frac{75}{288} \quad \frac{19}{288}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;- \frac{275\left(\frac{b-a}{5}\right)^7}{12\,096} f^{(6)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 6 || Weddle-Regel (nach [[Thomas Weddle]], 1817–1853)&amp;lt;ref&amp;gt;{{Literatur | Autor=Thomas Weddle ([[Newcastle-upon-Tyne]]) | Titel=A new simple and general method of solving numerical equations of all orders | Verlag=Hamilton, Adams &amp;amp; Co. and J. Philipson | Ort=London | Jahr=1842 | Kommentar=52&amp;amp;nbsp;S. | Online=[https://archive.org/details/newsimplegeneral00weddrich Internet Archive]}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;0 \quad \frac{1}{6} \quad \frac{2}{6} \quad \frac{3}{6} \quad \frac{4}{6} \quad \frac{5}{6} \quad 1&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{41}{840} \quad \frac{216}{840} \quad \frac{27}{840} \quad \frac{272}{840} \quad \frac{27}{840} \quad \frac{216}{840} \quad \frac{41}{840}&amp;lt;/math&amp;gt; &lt;br /&gt;
|| &amp;lt;math&amp;gt;- \frac{9\left(\frac{b-a}{6}\right)^9}{1400} f^{(8)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Die gekürzten Werte aller Gewichte bis &amp;lt;math&amp;gt;n=10&amp;lt;/math&amp;gt; betragen:&amp;lt;ref&amp;gt;{{cite web | url=https://www.wolframalpha.com/input/?i=Table%5BTable%5BIntegrate%5BProduct%5B(x-(j-1)%2F(m-1))%2F((i-j)%2F(m-1)),%7Bj,1,i-1%7D%5D*Product%5B(x-(j-1)%2F(m-1))%2F((i-j)%2F(m-1)),%7Bj,i%2B1,m%7D%5D,%7Bx,0,1%7D%5D+,%7Bi,1,m%7D%5D,%7Bm,2,9%7D%5D | title=WolframAlpha | publisher=wolframalpha.com | accessdate=2019-09-14}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:right&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!Gewichte&lt;br /&gt;
|-&lt;br /&gt;
!1&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{1}{2}, \tfrac{1}{2} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!2&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{1}{6}, \tfrac{2}{3}, \tfrac{1}{6} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!3&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{1}{8}, \tfrac{3}{8}, \tfrac{3}{8}, \tfrac{1}{8} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!4&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{7}{90}, \tfrac{16}{45}, \tfrac{2}{15}, \tfrac{16}{45}, \tfrac{7}{90} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!5&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{19}{288}, \tfrac{25}{96}, \tfrac{25}{144}, \tfrac{25}{144}, \tfrac{25}{96}, \tfrac{19}{288} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!6&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{41}{840}, \tfrac{9}{35}, \tfrac{9}{280}, \tfrac{34}{105}, \tfrac{9}{280}, \tfrac{9}{35}, \tfrac{41}{840} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!7&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{751}{17280}, \tfrac{3577}{17280}, \tfrac{49}{640}, \tfrac{2989}{17280}, \tfrac{2989}{17280}, \tfrac{49}{640}, \tfrac{3577}{17280}, \tfrac{751}{17280} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!8&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{989}{28350}, \tfrac{2944}{14175}, -\tfrac{464}{14175}, \tfrac{5248}{14175}, -\tfrac{454}{2835}, \tfrac{5248}{14175}, -\tfrac{464}{14175}, \tfrac{2944}{14175}, \tfrac{989}{28350} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!9&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{2857}{89600}, \tfrac{15741}{89600}, \tfrac{27}{2240}, \tfrac{1209}{5600}, \tfrac{2889}{44800}, \tfrac{2889}{44800}, \tfrac{1209}{5600}, \tfrac{27}{2240}, \tfrac{15741}{89600}, \tfrac{2857}{89600} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!10&lt;br /&gt;
|&amp;lt;math&amp;gt;\{ \tfrac{16067}{598752}, \tfrac{26575}{149688}, -\tfrac{16175}{199584}, \tfrac{5675}{12474}, -\tfrac{4825}{11088}, \tfrac{17807}{24948}, -\tfrac{4825}{11088}, \tfrac{5675}{12474}, -\tfrac{16175}{199584}, \tfrac{26575}{149688}, \tfrac{16067}{598752} \}&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Für &amp;lt;math&amp;gt;n = 8&amp;lt;/math&amp;gt; gilt &amp;lt;math&amp;gt;w_i&amp;lt;0&amp;lt;/math&amp;gt; für &amp;lt;math&amp;gt;i = 2,4,6&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;\textstyle \sum_{i=0}^n |w_i|=1{,}45 \dots&amp;lt;/math&amp;gt; Für &amp;lt;math&amp;gt;n = 10&amp;lt;/math&amp;gt; gilt &amp;lt;math&amp;gt;\sum_{i=0}^n |w_i| = 3{,}064794 \dots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel&amp;#039;&amp;#039;&amp;#039;: &amp;lt;math&amp;gt;\int\limits_1^3 \frac{1}{x}\, dx = \ln(3) - \ln(1) = \ln(3) = 1{,}098612 \dots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Näherung mit Simpson-Regel (&amp;lt;math&amp;gt;n=2&amp;lt;/math&amp;gt;). Es gilt &amp;lt;math&amp;gt;h=\frac{b-a}{n}=\frac{2}{2}=1&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;x_0 = a = 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
: &amp;lt;math&amp;gt;\int\limits_1^3 p_2(x)\, dx = 2 \cdot \left(\frac{1}{6} f(1) + \frac{4}{6} f(2) + \frac{1}{6} f(3)\right) = 2 \cdot \left(\frac{1}{6} \cdot 1 + \frac{4}{6} \cdot \frac{1}{2} + \frac{1}{6} \cdot \frac{1}{3}\right) = \frac{10}{9} = 1{,}\overline{1}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Verfahrensfehler&amp;#039;&amp;#039;&amp;#039;: Mit &amp;lt;math&amp;gt;f^{(4)}(\xi)=\frac{4!}{\xi^5}&amp;lt;/math&amp;gt; erhält man &amp;lt;math&amp;gt;E(f) = - \frac{1}{90} \cdot \left(\frac{2}{2}\right)^5 \cdot \frac{4!}{\xi^5} = - \frac{4}{15} \cdot \frac{1}{\xi^5}&amp;lt;/math&amp;gt; mit &amp;lt;math&amp;gt;\xi \in [1,3]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Fehlerabschätzung&amp;#039;&amp;#039;&amp;#039;: &amp;lt;math&amp;gt;|E(f)| \le \frac{4}{15}\cdot\max_{1 \le \xi \le 3}\left|\frac{1}{\xi^5}\right| = \frac{4}{15}\cdot\frac{1}{1} = 0{,}2\overline{6}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Exakter Fehler&amp;#039;&amp;#039;&amp;#039;: &amp;lt;math&amp;gt;\breve{a}|E(f)| = \left|\int\limits_1^3 \frac{1}{x}\, dx - \int\limits_1^3 p_2(x)\, dx\right| = \left|1{,}098612 \ldots - 1{,}\overline {1}\right| = 0{,}012498 \ldots &amp;lt; 0{,}2\overline{6}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Offene Newton-Cotes-Formeln ===&lt;br /&gt;
&lt;br /&gt;
Die Stützstellen &amp;lt;math&amp;gt;t_i&amp;lt;/math&amp;gt; gelten für das Integrationsintervall &amp;lt;math&amp;gt;[0,1]&amp;lt;/math&amp;gt;: &amp;lt;math&amp;gt;t_0=\tfrac{1}{n+2},t_i=\tfrac{i+1}{n+2},t_n=\tfrac{n+1}{n+2}&amp;lt;/math&amp;gt;. Für ein allgemeines [[Intervall (Mathematik)|Intervall]] &amp;lt;math&amp;gt;[a, b]&amp;lt;/math&amp;gt; sind die Stützstellen &amp;lt;math&amp;gt;x_i = a + t_i \cdot (b - a)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | Name&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | Stützstellen &amp;lt;math&amp;gt;t_i&amp;lt;/math&amp;gt;&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | Gewichte &amp;lt;math&amp;gt;w_i&amp;lt;/math&amp;gt;&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | &amp;lt;math&amp;gt;E(f)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 0 || [[Rechteckregel]] &amp;lt;br/&amp;gt; [[Mittelpunktsregel]] &amp;lt;br/&amp;gt; [[Tangententrapezregel]] || &amp;lt;math&amp;gt;\frac{1}{2}&amp;lt;/math&amp;gt;||&amp;lt;math&amp;gt;1 \quad&amp;lt;/math&amp;gt;||&amp;lt;math&amp;gt;\frac{(b-a)^3}{24} f&amp;#039;&amp;#039;(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 1 || || &amp;lt;math&amp;gt;\frac{1}{3} \quad \frac{2}{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{1}{2} \quad \frac{1}{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{3\left(\frac{b-a}{3}\right)^3}{4} f&amp;#039;&amp;#039;(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 || || &amp;lt;math&amp;gt;\frac{1}{4} \quad \frac{2}{4} \quad \frac{3}{4}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{2}{3} \quad -\frac{1}{3} \quad \frac{2}{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{14\left(\frac{b-a}{4}\right)^5}{45} f^{(4)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 3 || || &amp;lt;math&amp;gt;\frac{1}{5} \quad \frac{2}{5} \quad \frac{3}{5} \quad \frac{4}{5}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{11}{24} \quad \frac{1}{24} \quad \frac{1}{24} \quad \frac{11}{24}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{95\left(\frac{b-a}{5}\right)^5}{144} f^{(4)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 4 || || &amp;lt;math&amp;gt;\frac{1}{6} \quad \frac{2}{6} \quad \frac{3}{6} \quad \frac{4}{6} \quad \frac{5}{6}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{11}{20} \quad -\frac{14}{20} \quad \frac{26}{20} \quad -\frac{14}{20} \quad \frac{11}{20}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{41\left(\frac{b-a}{6}\right)^7}{140} f^{(6)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 5 || ||&amp;lt;math&amp;gt;\frac{1}{7} \quad \frac{2}{7} \quad \frac{3}{7} \quad \frac{4}{7} \quad \frac{5}{7} \quad \frac{6}{7}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{611}{1440} \quad -\frac{453}{1440} \quad \frac{562}{1440} \quad \frac{562}{1440} \quad -\frac{453}{1440} \quad\frac{611}{1440}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{5257\left(\frac{b-a}{7}\right)^7}{8640} f^{(6)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 6 || ||&amp;lt;math&amp;gt;\frac{1}{8} \quad \frac{2}{8} \quad \frac{3}{8} \quad \frac{4}{8} \quad \frac{5}{8} \quad \frac{6}{8} \quad \frac{7}{8}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{460}{945} \quad -\frac{954}{945} \quad \frac{2196}{945} \quad -\frac{2459}{945} \quad \frac{2196}{945} \quad -\frac{954}{945} \quad \frac{460}{945}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{3956\left(\frac{b-a}{8}\right)^9}{14\,175} f^{(8)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Für &amp;lt;math&amp;gt;n = 5&amp;lt;/math&amp;gt; gilt &amp;lt;math&amp;gt;\textstyle \sum_{i=0}^n |w_i|=\frac{3252}{1440}=2{,}258333 \dots&amp;lt;/math&amp;gt; Für &amp;lt;math&amp;gt;n = 6&amp;lt;/math&amp;gt; gilt &amp;lt;math&amp;gt;\textstyle \sum_{i=0}^n |w_i|=\frac{9679}{945}=10{,}24 \dots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Von diesen Formeln ist nur die Rechteckregel empfehlenswert. Die Formel für &amp;lt;math&amp;gt;n = 1&amp;lt;/math&amp;gt; hat bei höherem Aufwand die gleiche Ordnung wie die Rechteckregel, die höheren Formeln haben negative Gewichte.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel&amp;#039;&amp;#039;&amp;#039;: &amp;lt;math&amp;gt;\int\limits_1^3 \frac{1}{x}\, dx = \ln(3)-\ln(1) = \ln(3) = 1{,}098612 \dots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Näherung mit der Formel für &amp;lt;math&amp;gt;n = 2&amp;lt;/math&amp;gt;. Es gilt &amp;lt;math&amp;gt;h = \frac{b - a}{n + 2} = \frac{2}{4} = \frac{1}{2}&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;x_0 = a + h = \frac{3}{2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
:&amp;lt;math&amp;gt;\int\limits_1^3 p_2(x)\, dx = 2 \cdot \left(\frac{2}{3} f\!\left(\frac{3}{2}\right) - \frac{1}{3} f\!\left(\frac{4}{2}\right) + \frac{2}{3} f\!\left(\frac{5}{2}\right)\right) = 2 \cdot \left(\frac{2}{3} \cdot \frac{2}{3} - \frac{1}{3} \cdot \frac{2}{4} + \frac{2}{3} \cdot \frac{2}{5}\right) = \frac{49}{45} = 1{,}0\overline{8}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Verfahrensfehler&amp;#039;&amp;#039;&amp;#039;: Mit &amp;lt;math&amp;gt;f^{(4)}(\xi)=\frac{4!}{\xi^5}&amp;lt;/math&amp;gt; erhält man &amp;lt;math&amp;gt;E(f) = \frac{14}{45} \cdot \left(\frac{2}{4}\right)^5 \cdot \frac{4!}{\xi^5} = \frac{7}{30} \cdot \frac{1}{\xi^5}&amp;lt;/math&amp;gt; mit &amp;lt;math&amp;gt;\xi \in [1,3]&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Fehlerabschätzung&amp;#039;&amp;#039;&amp;#039;: &amp;lt;math&amp;gt;|E(f)| \le \frac{7}{30} \cdot \max_{1 \le \xi \le 3} \left|\frac{1}{\xi^5}\right| = \frac{7}{30} \cdot \frac{1}{1} = 0{,}2\overline{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Exakter Fehler&amp;#039;&amp;#039;&amp;#039;: &amp;lt;math&amp;gt;|E(f)| = \left|\int\limits_1^3 \frac{1}{x}\, dx - \int\limits_1^3 p_2(x)\, dx\right| = \left|1{,}098612 \ldots - 1{,}0\overline{8}\right| = 0{,}009723 \ldots &amp;lt; 0{,}2\overline{3}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Maclaurin-Formeln ===&lt;br /&gt;
&lt;br /&gt;
Diese Formeln sind nach [[Colin Maclaurin]] benannt. Die Stützstellen &amp;lt;math&amp;gt;t_i&amp;lt;/math&amp;gt; gelten für das Integrationsintervall &amp;lt;math&amp;gt;[0,1]&amp;lt;/math&amp;gt;: &amp;lt;math&amp;gt;t_0=\tfrac{1}{2n+2},t_i=\tfrac{2i+1}{2n+2},t_n=\tfrac{2n+1}{2n+2}&amp;lt;/math&amp;gt;. Für ein allgemeines [[Intervall (Mathematik)|Intervall]] &amp;lt;math&amp;gt;[a, b]&amp;lt;/math&amp;gt; sind die Stützstellen &amp;lt;math&amp;gt;x_i=a+t_i\cdot(b-a)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | Name&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | Stützstellen &amp;lt;math&amp;gt;t_i&amp;lt;/math&amp;gt;&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | Gewichte &amp;lt;math&amp;gt;w_i&amp;lt;/math&amp;gt;&lt;br /&gt;
! class=&amp;quot;hintergrundfarbe6&amp;quot; | &amp;lt;math&amp;gt;E(f)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 0 || [[Rechteckregel]] &amp;lt;br/&amp;gt; [[Mittelpunktsregel]] &amp;lt;br/&amp;gt; [[Tangententrapezregel]] || &amp;lt;math&amp;gt;\frac{1}{2}&amp;lt;/math&amp;gt;||&amp;lt;math&amp;gt;1 \quad&amp;lt;/math&amp;gt;||&amp;lt;math&amp;gt;\frac{(b-a)^{3}}{24} f&amp;#039;&amp;#039;(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 1 || || &amp;lt;math&amp;gt;\frac{1}{4} \quad \frac{3}{4}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{1}{2} \quad \frac{1}{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{\left(\frac{b-a}{2}\right)^3}{12} f&amp;#039;&amp;#039;(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2 || || &amp;lt;math&amp;gt;\frac{1}{6} \quad \frac{1}{2} \quad \frac{5}{6}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{3}{8} \quad \frac{2}{8} \quad \frac{3}{8}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{21\left(\frac{b-a}{3}\right)^5}{640} f^{(4)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 3 || || &amp;lt;math&amp;gt;\frac{1}{8} \quad \frac{3}{8} \quad \frac{5}{8} \quad \frac{7}{8}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{13}{48} \quad \frac{11}{48} \quad \frac{11}{48} \quad \frac{13}{48}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{103\left(\frac{b-a}{4}\right)^5}{1440} f^{(4)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 4 || || &amp;lt;math&amp;gt;\frac{1}{10} \quad \frac{3}{10} \quad \frac{5}{10} \quad \frac{7}{10} \quad \frac{9}{10}&amp;lt;/math&amp;gt;&lt;br /&gt;
|| &amp;lt;math&amp;gt;\frac{275}{1152} \quad \frac{100}{1152} \quad \frac{402}{1152} \quad \frac{100}{1152} \quad \frac{275}{1152}&amp;lt;/math&amp;gt;&lt;br /&gt;
||&amp;lt;math&amp;gt;\frac{5575\left(\frac{b-a}{5}\right)^7}{193\,536} f^{(6)}(\xi)&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Für &amp;lt;math&amp;gt;n = 6&amp;lt;/math&amp;gt; gilt &amp;lt;math&amp;gt;\sum_{i=0}^n |w_i|=1{,}363 \dots&amp;lt;/math&amp;gt; Für &amp;lt;math&amp;gt;n = 8&amp;lt;/math&amp;gt; gilt &amp;lt;math&amp;gt;\sum_{i=0}^n |w_i|=3{,}433 \dots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Beispiel&amp;#039;&amp;#039;&amp;#039;: &amp;lt;math&amp;gt;\int\limits_1^3 \frac{1}{x}\, dx = \ln(3)-\ln(1) = \ln(3) = 1{,}098612 \dots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Näherung mit der Formel für &amp;lt;math&amp;gt;n = 2&amp;lt;/math&amp;gt;. Es gilt &amp;lt;math&amp;gt;h=\frac{b-a}{n+1}=\frac{2}{3}&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;x_0=a+\frac{h}{2}=\frac{4}{3}&amp;lt;/math&amp;gt;.&lt;br /&gt;
: &amp;lt;math&amp;gt;\int\limits_1^3 p_2(x)\, dx = 2 \cdot \left(\frac{3}{8} f\!\left(\frac{4}{3}\right) + \frac{2}{8} f\!\left(\frac{6}{3}\right) + \frac{3}{8} f\!\left(\frac{8}{3}\right)\right) = 2 \cdot \left(\frac{3}{8} \cdot \frac{3}{4} + \frac{2}{8} \cdot \frac{3}{6} + \frac{3}{8} \cdot \frac{3}{8}\right) = \frac{105}{96} = 1{,}09375&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Verfahrensfehler&amp;#039;&amp;#039;&amp;#039;: Mit &amp;lt;math&amp;gt;f^{(4)}(\xi)=\frac{4!}{\xi^5}&amp;lt;/math&amp;gt; erhält man &amp;lt;math&amp;gt;E(f) = \frac{21}{640} \cdot \left(\frac{2}{3}\right)^5 \cdot \frac{4!}{\xi^5} = \frac{14}{135} \cdot \frac{1}{\xi^5}&amp;lt;/math&amp;gt; mit &amp;lt;math&amp;gt;\xi \in [1,3]&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Fehlerabschätzung&amp;#039;&amp;#039;&amp;#039;: &amp;lt;math&amp;gt;|E(f)| \le \frac{14}{135} \cdot \max_{1 \le \xi \le 3} \left|\frac{1}{\xi^5}\right| = \frac{14}{135} \cdot \frac{1}{1} = 0{,}1\overline{037}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Exakter Fehler&amp;#039;&amp;#039;&amp;#039;: &amp;lt;math&amp;gt;|E(f)| = \left|\int\limits_1^3 \frac{1}{x}\, dx - \int\limits_1^3 p_2(x)\, dx\right| = |1{,}098612 \ldots - 1{,}09375| = 0{,}000486 \ldots &amp;lt; 0{,}1\overline{037}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Summierte Newton-Cotes-Formeln ==&lt;br /&gt;
&lt;br /&gt;
Ab Grad 8 treten bei vielen Newton-Cotes-Formeln negative Gewichte auf, was die Gefahr der [[Auslöschung (numerische Mathematik)|Auslöschung]] mit sich bringt. Außerdem kann man im Allgemeinen keine Konvergenz erwarten, da die [[Polynominterpolation]] schlecht konditioniert ist. Bei größeren Integrationsbereichen &amp;lt;math&amp;gt;[a, b]&amp;lt;/math&amp;gt; unterteilt man diese daher in einzelne Teilintervalle und wendet auf jedes einzelne Teilintervall eine Formel niedriger Ordnung an.&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* Hans R. Schwarz, Norbert Köckler: &amp;#039;&amp;#039;Numerische Mathematik.&amp;#039;&amp;#039; 6. Auflage. Teubner, Stuttgart 2006, ISBN 3-519-42960-8, S. 311–316.&lt;br /&gt;
* Roland W. Freund, Ronald H. W. Hoppe: &amp;#039;&amp;#039;Stoer/Bulirsch: Numerische Mathematik 1.&amp;#039;&amp;#039; 10. Auflage. Springer, Berlin 2007, ISBN 978-3-540-45389-5, S. 164–169.&lt;br /&gt;
* Michael R. Schäferkotter, Prem K. Kythe: &amp;#039;&amp;#039;Handbook of Computational Methods for Integration.&amp;#039;&amp;#039; Chapman &amp;amp; Hall, Boca Raton 2005, ISBN 1-58488-428-2, S. 54–62, 503–505.&lt;br /&gt;
* Günter Bärwolf: &amp;#039;&amp;#039;Numerik für Ingenieure, Physiker und Informatiker.&amp;#039;&amp;#039; Spektrum, München 2007, ISBN 978-3-8274-1689-6, S. 128.&lt;br /&gt;
* [[Gisela Engeln-Müllges]], Klaus Niederdrenk, Reinhard Wodicka: &amp;#039;&amp;#039;Numerik-Algorithmen : Verfahren, Beispiele, Anwendungen.&amp;#039;&amp;#039; Springer, Berlin / Heidelberg 2011, ISBN 978-3-642-13472-2.&lt;br /&gt;
&lt;br /&gt;
== Einzelnachweise ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Numerische Mathematik]]&lt;br /&gt;
[[Kategorie:Isaac Newton als Namensgeber]]&lt;/div&gt;</summary>
		<author><name>imported&gt;BrunoBoehmler</name></author>
	</entry>
</feed>