Aufgabe5.tex 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. \section*{Aufgabe 5}
  2. Zunächst ist nach der Familie von Quadraturformeln gefragt, für die gilt: ($p := $ Ordnung der QF)
  3. \begin{align}
  4. s = 3 \\
  5. 0 = c_1 < c_2 < c_3 \\
  6. p \ge 4
  7. \end{align}
  8. Nach Satz 29 sind in der Familie genau die QFs, für die gilt: \\
  9. Für alle Polynome $g(x)$ mit Grad $\le 0$ gilt:
  10. \begin{align}
  11. \int_0^1 M(x) \cdot g(x) \mathrm{d}x = 0 \label{a3}
  12. \end{align}
  13. Es gilt $g(x) = c$ für eine Konstante c, da der Grad von $g(x)$ $0$ ist. Also ist \ref{a3} gleichbedeutend mit:
  14. \begin{align}
  15. \int_0^1 M(x) \cdot c \mathrm{d}x &= 0 \\
  16. \Leftrightarrow c \cdot \int_0^1 M(x) \mathrm{d}x &= 0 \\
  17. \Leftrightarrow \int_0^1 M(x) \mathrm{d}x &= 0 \\
  18. \Leftrightarrow \int_0^1 (x-c_1)(x-c_2)(x-c_3) \mathrm{d}x &= 0 \\
  19. \Leftrightarrow \frac{1}{4} - \frac{1}{3} \cdot (c_2 + c_3) + \frac{1}{2} \cdot c_2 \cdot c_3 &= 0 \\
  20. \Leftrightarrow \frac{\frac{1}{4} - \frac{1}{3} \cdot c_3}
  21. {\frac{1}{3} - \frac{1}{2} \cdot c_3} &= c_2
  22. \end{align}
  23. Natürlich müssen auch die Gewichte optimal gewählt werden. Dafür wird Satz 28 genutzt:
  24. Sei $b^T = (b_1, b_2, b_3)$ der Gewichtsvektor. Sei zudem $C :=
  25. \begin{pmatrix}
  26. {c_1}^0 & {c_2}^0 & {c_3}^0 \\
  27. {c_1}^1 & {c_2}^1 & {c_3}^1 \\
  28. {c_1}^2 & {c_2}^2 & {c_3}^2
  29. \end{pmatrix}
  30. $. \\
  31. Dann gilt: $C$ ist invertierbar und $b = C^{-1} \cdot
  32. \begin{pmatrix}
  33. 1 \\
  34. \frac{1}{2} \\
  35. \frac{1}{3}
  36. \end{pmatrix}
  37. $.
  38. Es gibt genau eine symmetrische QF in der Familie. Begründung: \\
  39. Aus $c_1 = 0 $ folgt, dass $c_3 = 1$ ist. Außerdem muss $c_2 = \frac{1}{2} $ sein. Also sind die Knoten festgelegt. Da wir die Ordnung $\ge s = 3$ fordern, sind auch die Gewichte eindeutig. \\
  40. Es handelt sich um die aus der Vorlesung bekannte Simpsonregel.