Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

202 satır
9.7KB

  1. \documentclass[uebung]{../../../lecture}
  2. \title{Analysis II: Übungsblatt 11}
  3. \author{Leon Burgard, Christian Merten}
  4. \begin{document}
  5. \punkte
  6. \begin{aufgabe}
  7. \begin{enumerate}[(a)]
  8. \item Beh.: Das AWP $(*)$ hat eine globale definierte Lösung $u$.
  9. \begin{proof}
  10. Da $f$ stetig existiert nach Peano eine lokale Lösung $y(t)$ auf $I \coloneqq [t_0, t_0 + T]$.
  11. Es ist also
  12. \[
  13. y(t) = y_0 + \int_{t_0}^{t} f(s, y(s)) \d s \quad \forall t \in I
  14. .\]
  15. Damit folgt $\forall t \in I$:
  16. \begin{salign*}
  17. \Vert y(t) \Vert &\le \Vert y_0 \Vert + \int_{t_0}^{t} \Vert f(s, y(s)) \d s \\
  18. &\stackrel{f \text{ linear beschränkt}}{\le}
  19. \Vert y_0 \Vert + \int_{t_0}^{t} (\alpha(s) \Vert y(s) \Vert + \beta(s)) \d s \\
  20. &= \Vert y_0 \Vert + \int_{t_0}^{t} \alpha(s) \Vert y(s) \Vert \d s +
  21. \int_{t_0}^{t} \beta(s) \d s
  22. \intertext{Da $I$ kompaktes Intervall, nehmen $\alpha(s)$ und $\beta(s)$ ihr
  23. Maximum an. Damit folgt}
  24. \Vert y(t) \Vert &\le \Vert y_0 \Vert + \alpha_{max}\int_{t_0}^{t} \Vert y(s) \Vert \d s + \beta_{\text{max}}(t - t_0) \\
  25. &\stackrel{t \le T}{\le} \Vert y_0 \Vert + \alpha_{max}\int_{t_0}^{t} \Vert y(s) \Vert \d s + \beta_{\text{max}}T
  26. \intertext{Damit folgt mit dem Lemma von Gronwall}
  27. \Vert y(t) \Vert &\le \underbrace{e^{\alpha_{\text{max}}(t-t_0)} (\Vert y_0 \Vert + T \beta_{max})}_{\eqqcolon \rho(t)} \\
  28. &\le \rho(t)
  29. .\end{salign*}
  30. Da $\rho(t)$ stetig folgt globale Fortsetzbarkeit von $y(t)$.
  31. \end{proof}
  32. \item Beh.: $f_1$ ist linear beschränkt.
  33. \begin{proof}
  34. Aus der Taylorreihe von $\sin(t)$ folgt $|\sin(t)| \le |t|$. Außerdem ist
  35. $\sqrt{|x|} \le |x| + 1$. Damit folgt direkt
  36. \begin{salign*}
  37. |f_1(t, (x_1, x_2))| &\le |t| |x_1|^{\frac{1}{2}} + |\sin(t)| |x_2| \\
  38. &\le |t| (|x_1| + 1) + |t| |x_2| \\
  39. &\le \underbrace{|t|}_{=: \alpha(t)} \left( |x_1| + |x_2| \right) + \underbrace{2 |t|}_{=: \beta(t)} \\
  40. &= \alpha(t) + \Vert x \Vert_1 + \beta(t)
  41. .\end{salign*}
  42. \end{proof}
  43. Beh.: $f_2$ ist linear beschränkt.
  44. \begin{proof}
  45. Es gilt
  46. \begin{salign*}
  47. |f_2(t, (x_1, x_2))| &\le e^{-t^2 |x_1|} + |x_1| \left| \frac{1}{1+x_2^2} \right| \\
  48. &\le \frac{1}{e^{t^2}|x_1|} + |x_1| \\
  49. &\le 1 + |x_1| \\
  50. &\le \underbrace{1}_{=: \beta(t)} + \underbrace{1}_{=: \alpha(t)} \cdot \Vert x \Vert_1 \\
  51. &= \alpha(t) \Vert x \Vert_1 + \beta(t)
  52. .\end{salign*}
  53. \end{proof}
  54. \end{enumerate}
  55. \end{aufgabe}
  56. \begin{aufgabe}
  57. Beh.: Das Taylorpolynom $4$-ter Ordnung ist gegeben als
  58. \[
  59. T_4(u, t, t_0=0) = t - t^2 + \frac{1}{2} t ^{3} - \frac{1}{6} t ^{4}
  60. .\]
  61. \begin{proof}
  62. $u$ ist Lösung des AWP, d.h. es gilt
  63. \begin{align*}
  64. u''(t) &= - \sin(u(t)) - 2u'(t), \quad t \ge 0
  65. \intertext{Damit folgt}
  66. u^{(3)}(t) &= - \cos(u(t)) u'(t) - 2u''(t) \\
  67. u^{(4)}(t) &= \sin(u(t)) u'(t)^2 - \cos(u(t)) u''(t) - 2u^{(3)}(t)
  68. \intertext{Mit $u(0) = 0$ und $u'(0) = 1$ folgt}
  69. u^{(3)}(0) &= 3 \\
  70. u^{(4)}(0) &= -4
  71. \intertext{Insgesamt folgt dann}
  72. T_4(u, t) &= u(0) + u'(0) t + \frac{u''(0)}{2} t^2 + \frac{u^{(3)}(0)}{3!} t ^{3}
  73. + \frac{u^{(4)}(t)}{4!} t ^{4} \\
  74. &= t - t^2 + \frac{1}{2} t ^{3} - \frac{1}{6} t ^{4}
  75. .\end{align*}
  76. \end{proof}
  77. \end{aufgabe}
  78. \begin{aufgabe}
  79. Beh.: Die Matrix $A(t)$ ist gegeben als
  80. \[
  81. A(t) = \begin{pmatrix} 1-t & 1 \\
  82. 2t - t^2 & t-1
  83. \end{pmatrix}
  84. .\]
  85. \begin{proof}
  86. Durch Nachrechnen folgt
  87. \[
  88. \phi^{-1} = \begin{pmatrix} t^2 - t + 1 & -t \\ -t^2 & t+1 \end{pmatrix}
  89. .\] Mit $\phi'(t) = A(t) \phi(t)$ folgt also
  90. \[
  91. A(t) = \phi'(t) \phi^{-1}(t) = \begin{pmatrix} 1 & 1 \\ 2t & 2t-1 \end{pmatrix}
  92. \begin{pmatrix} t^2 - t + 1 & -t \\ -t^2 & t+1 \end{pmatrix}
  93. =
  94. \begin{pmatrix} 1-t & 1 \\
  95. 2t - t^2 & t-1
  96. \end{pmatrix}
  97. .\]
  98. \end{proof}
  99. Beh.: Die Lösung $u(t)$ ist gegeben als
  100. \[
  101. u(t) = \begin{pmatrix} t+1 \\ t^2 \end{pmatrix} +
  102. \begin{pmatrix} \frac{1}{2} t^2 + t \\ \frac{1}{2} t ^{3} + \frac{3}{2} t^2 \end{pmatrix}
  103. .\]
  104. \begin{proof}
  105. Nach VL gilt für die partikuläre Lösung mit $u_b(t_0 = 0) = (0,0)^{T}$ und
  106. $b(t) = (1,t)^{T}$:
  107. \begin{align*}
  108. u_b(t) &= \phi(t) \left( \int_{0}^{t} \phi^{-1}(s) b(s) \d s + \begin{pmatrix} 0 \\ 0 \end{pmatrix} \right) \\
  109. &= \phi(t) \int_{0}^{t} \begin{pmatrix} 1 - s \\ s \end{pmatrix} \d s \\
  110. &= \begin{pmatrix} 1 + t & t \\ t^2 & t^2 -t +1 \end{pmatrix}
  111. \begin{pmatrix}
  112. t - \frac{1}{2}t^2 \\
  113. \frac{1}{2} t^2
  114. \end{pmatrix} \\
  115. &= \begin{pmatrix} \frac{1}{2} t^2 + t \\ \frac{1}{2} t ^{3} + \frac{3}{2} t^2 \end{pmatrix}
  116. \intertext{Mit der Anfangsbedingung $u(0) = (1,0)^{T}$ folgt}
  117. u(t) &= c_1 \begin{pmatrix} 1 + t \\ t^2 \end{pmatrix} + c_2 \begin{pmatrix} t \\ t^2 - t + 1 \end{pmatrix} + u_b(t) \\
  118. u(0) &= c_1 \begin{pmatrix} 1 \\ 0 \end{pmatrix} + c_2 \begin{pmatrix} 0 \\ 1 \end{pmatrix}
  119. + \begin{pmatrix} 0 \\ 0 \end{pmatrix} \stackrel{!}{=} \begin{pmatrix} 1 \\ 0 \end{pmatrix}
  120. \intertext{$c_1 = 0$ also insgesamt}
  121. u(t) &= \begin{pmatrix} t+1 \\ t^2 \end{pmatrix} +
  122. \begin{pmatrix} \frac{1}{2} t^2 + t \\ \frac{1}{2} t ^{3} + \frac{3}{2} t^2 \end{pmatrix}
  123. .\end{align*}
  124. \end{proof}
  125. \end{aufgabe}
  126. \begin{aufgabe}
  127. \begin{enumerate}[(a)]
  128. \item Beh.: Bedingung $(**)$ für die eindeutige Lösbarkeit von (RWP-2.Ord) ist äquivalent
  129. zur Bedingung $(*)$, wenn (RWP-2.Ord.) als System 1. Ordnung umformuliert wird.
  130. \begin{proof}
  131. Es sei ein RWP-2.Ord. wie beschrieben gegeben. Definiere
  132. $y_1(t) \coloneqq u(t)$ und $y_2(t) \coloneqq y_1'(t)$. Dann
  133. mit
  134. \[
  135. B_a = \begin{pmatrix} \alpha_0 & \alpha_1 \\ 0 & 0 \end{pmatrix}
  136. \quad
  137. \text{und}
  138. \quad
  139. B_b = \begin{pmatrix} 0 & 0 \\ \beta_0 & \beta_1 \end{pmatrix}
  140. \] als äquivalente Randwertbedingung
  141. \[
  142. B_a y(a) + B_b y(b) = g := \begin{pmatrix} \eta_0 \\ \eta_1 \end{pmatrix}
  143. .\] Sei nun $\{y, z\} $ ein beliebiges Fundamentalsystem der homogenen Gleichung
  144. mit $\phi(a) = \mathbb{I}$. Dann gilt
  145. $y_1(a) = z_2(a) = 1$ und $y_2(a) = z_1(a) = 0$. Damit folgt mit
  146. \[
  147. A \coloneqq \begin{pmatrix} \alpha_0 & \alpha_1 \\ \beta_0 y_1(b) + \beta_1 y_2(b)
  148. & \beta_0 z_1(b) + \beta_1 z_2(b) \end{pmatrix}
  149. \] die zu $(**)$ äquivalente Bedingung $\text{det}(A) \neq 0$.
  150. Damit g.z.z. $A = B_a + B_b \phi(b)$.
  151. \begin{align*}
  152. B_a + B_b \phi(b) &= \begin{pmatrix} \alpha & \alpha_1 \\ 0 & 0 \end{pmatrix}
  153. + \begin{pmatrix} 0 & 0 \\ \beta_0 & \beta_1 \end{pmatrix}
  154. \begin{pmatrix} y_1(b) & z_1(b) \\ y_2(b) & z_2(b) \end{pmatrix} \\
  155. &= \begin{pmatrix} \alpha_0 & \alpha_1 \\ \beta_0 y_1(b) + \beta_1 y_2(b)
  156. & \beta_0 z_1(b) + \beta_1 z_2(b) \end{pmatrix} = A
  157. .\end{align*}
  158. \end{proof}
  159. \item Hier gilt
  160. in Analogie zu (a) für (i) bis (iii): $\alpha_0 = 1$, $\alpha_1 = 0$, $\beta_0 = 1$ und
  161. $\beta_1 = 0$. Sei außerdem $u_1 = \sin(t)$ und $u_2 = \cos(t)$.
  162. \begin{enumerate}[(i)]
  163. \item Beh.: Es existiert eine eindeutige Lösung.
  164. \begin{proof}
  165. Mit
  166. \[
  167. \text{det}\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} = -1 \neq 0
  168. \] und (a) folgt die Behauptung.
  169. \end{proof}
  170. \item Beh.: Es existiert keine Lösung.
  171. \begin{proof}
  172. Das Kriterium aus (a) liefert
  173. \[
  174. \text{det}\begin{pmatrix} 0 & 1 \\ 0 & -1 \end{pmatrix} = 0
  175. .\] Ang. es ex. eine Lösung $u(t)$ des RWP. Dann hat diese die
  176. Form $u(t) = c_1 \sin(t) + c_2 \cos(t)$.
  177. Es gilt weiter $u(0) = 0 \implies c_2 = -1$, aber
  178. $u(\pi) = 0 \implies c_2 = 1$ $\contr$.
  179. \end{proof}
  180. \item Beh.: Es existieren unendlich viele Lösungen.
  181. \begin{proof}
  182. Das Kriterium aus (a) liefert
  183. \[
  184. \text{det}\begin{pmatrix} 0 & 1 \\ 0 & -1 \end{pmatrix} = 0
  185. .\] Z.z.: $\forall c_1 \in \R$ ist $u(t) = c_1 \sin(t) + 1$ eine Lösung des
  186. RWP. Es ist $u(0) = u(\pi) = 1$ und $u(t)$ ist mit $c_1$ und $c_2 = 0$ Lösung
  187. des RWP.
  188. \end{proof}
  189. \end{enumerate}
  190. \end{enumerate}
  191. \end{aufgabe}
  192. \end{document}