Aktuelles PDF gibt's auch hier: https://flavigny.de/lecture/pdf/analysis2 zum bequemeren Lesen.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

241 行
11KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \begin{bsp}
  4. \label{bsp:windungsfeld}
  5. \begin{enumerate}
  6. \item Windungsfeld:
  7. \[
  8. W(x,y) \coloneqq \frac{1}{x^2 + y^2} \begin{pmatrix} -y \\ x \end{pmatrix}
  9. .\] $D \coloneqq \R^2 \setminus \left\{\begin{pmatrix} 0 \\ 0 \end{pmatrix} \right\} $. $W$ ist
  10. nicht konservativ auf $D$ weil mit $\gamma\colon [0, 2\pi] \to \R^2$,
  11. $\gamma(t) \coloneqq \begin{pmatrix} \cos(t) \\ \sin(t) \end{pmatrix} $ ist
  12. \[
  13. \int_{\gamma} W = 2 \pi \neq 0
  14. .\] Aber mit $D \coloneqq \left\{ \begin{pmatrix} x \\ y \end{pmatrix} \mid y > 0\right\} $
  15. ist
  16. \[
  17. \varphi(x,y) \coloneqq - \arctan\left( \frac{x}{y} \right)
  18. \] ein Potential von $W$ auf $D$, denn
  19. \begin{align*}
  20. \frac{\partial \varphi(x,y)}{\partial x} &= -\frac{1}{1 + \frac{x^2}{y^2}} \frac{1}{y} = - \frac{y}{x^2 + y^2} \\
  21. \frac{\partial \varphi(x,y)}{\partial y} &= \frac{x}{x^2 + y^2}
  22. .\end{align*}
  23. Die Existenz eines Potentials hängt also auch von $D$ ab.
  24. \item Suche nach einem Potential:
  25. $F\colon \R^2 \to \R^2$, $F(x,y) \coloneqq \begin{pmatrix} y \\ x \end{pmatrix} $.
  26. Falls Potential existiert, dann gilt
  27. \[
  28. \varphi_0(x,y) \coloneqq \int_{\gamma} F
  29. .\] mit z.B. $\gamma(t) \coloneqq t \begin{pmatrix} x \\ y \end{pmatrix} $, $t \in [0,1]$.
  30. Dann gilt
  31. \begin{salign*}
  32. \int_{\gamma} F &= \int_{0}^{1} \left( F(\gamma(t)), \gamma'(t) \right) \d t \\
  33. &= \int_{0}^{1} \left( \begin{pmatrix} ty \\ tx \end{pmatrix} , \begin{pmatrix} x \\ y \end{pmatrix} \right) \d t \\
  34. &= \int_{0}^{1} \left( t y x + tx y \right) \d t \\
  35. &= \int_{0}^{1} 2 t x y \d t \\
  36. &= xy
  37. .\end{salign*}
  38. Definiere $\varphi = xy$. Dann ist $\frac{\partial \varphi}{\partial x} = y = F_1(x,y)$
  39. und $\frac{\partial \varphi}{\partial y} x = F_2(x,y)$. Also $\nabla \varphi = F$.
  40. \end{enumerate}
  41. \end{bsp}
  42. \section{Existenz von Potentialen}
  43. Sei $D \subseteq \R^{n}$ offen und $F \in C^{1}(D, \R^{n})$ ein konservatives Vektorfeld. Dann existiert
  44. ein $\varphi \in C^2(D, \R)$ mit $\nabla \varphi = F$, d.h. $\frac{\partial \varphi}{\partial x_i} = F_i$
  45. für $i = 1, \ldots, n$. Da $\varphi$ zweimal stetig differenzierbar, folgt
  46. \begin{align*}
  47. \frac{\partial F_i}{ \partial x_j} = \frac{\partial^2 \varphi}{\partial x_j \partial x_i}
  48. = \frac{\partial^2 \varphi}{\partial x_i \partial x_j} = \frac{\partial F_j}{\partial x_i}
  49. .\end{align*}
  50. Ist also $F \in C^{1}(D, \R^{n})$ konservativ, dann gelten notwendig die \underline{Integrabilitätsbedingungen}
  51. \[
  52. \frac{\partial F_i}{\partial x_j} - \frac{\partial F_j}{\partial x_i} \equiv 0 \qquad \forall i, j = 1,\ldots,n
  53. .\]
  54. Speziell für $n = 2$:
  55. \[
  56. \frac{\partial F_2}{\partial x_1} = \frac{\partial F_1}{\partial x_2}
  57. .\] Für $n = 3$:
  58. \[
  59. \text{rot}(F) \coloneqq \begin{pmatrix} \frac{\partial F_3}{\partial x_2} - \frac{\partial F_2}{\partial x_3} \\
  60. \frac{\partial F_1}{\partial x_3} - \frac{\partial F_3}{\partial x_1} \\
  61. \frac{\partial F_2}{\partial x_1} - \frac{\partial F_1}{\partial x_2}\end{pmatrix} = 0
  62. .\]
  63. Die Integrabilitätsbedingungen sind nicht hinreichend.
  64. \begin{bsp}[Windungsfeld]
  65. \[
  66. W(x,y) \coloneqq \frac{1}{x^2 + y^2} \begin{pmatrix} -y \\ x \end{pmatrix}
  67. .\] Dann gilt
  68. \begin{align*}
  69. \frac{\partial W_y}{\partial x}(x,y) = \frac{\partial}{\partial x} \left( \frac{x}{x^2 + y^2} \right)
  70. = \frac{y^2 - x^2}{(x^2 + y^2)^2} \\
  71. \frac{\partial W_x}{\partial y} = \frac{\partial}{\partial y} \left( - \frac{y}{x^2 + y^2} \right)
  72. = \frac{y^2 - x^2}{(x^2 + y^2)^2}
  73. .\end{align*}
  74. Also gilt $\frac{\partial W_y}{\partial x} = \frac{\partial W_x}{\partial y}$ auf $D \coloneqq \R^2 \setminus \left\{ \begin{pmatrix} 0 \\ 0 \end{pmatrix} \right\} $, aber auf $D$ existiert kein Potential
  75. (vgl. \ref{bsp:windungsfeld}).
  76. \end{bsp}
  77. \begin{definition}[Homotopie]
  78. Sei $D \subseteq \R^{n}$ und $\gamma_0, \gamma_1 \in C\left( [a,b], D \right) $ stetige
  79. Kurven.
  80. \begin{enumerate}[(i)]
  81. \item Es gelte $\gamma_0(a) = A = \gamma_1(a)$ und
  82. $\gamma_0(b) = B = \gamma_1(b)$. $\gamma_0$ und $\gamma_1$ heißen \underline{homotop} in $D$, falls
  83. eine stetige Abbildung $H\colon [a,b] \times [0,1] \to D$ (Homotopie) existiert, s.d.
  84. $H(t, 0) = \gamma_0(t)$ und $H(t,1) = \gamma_1(t)$, $\forall t \in [a,b]$ sowie
  85. $H(a, s) = A$ und $H(b,s) = B$, $\forall s \in [0,1]$.
  86. Für $s \in [0,1]$ sind
  87. $\gamma_s(t) \coloneqq H(t,s)$, $t \in [a,b]$ mit $\gamma_s(a) = A$ und $\gamma_s(b) = B$
  88. stetige Kurven von $A$ nach $B$ in $D$. $H$ heißt stetige Deformation von $\gamma_0$ nach
  89. $\gamma_1$.
  90. \item $\gamma_0$ und $\gamma_1$ seien geschlossen. $\gamma_0$ und $\gamma_1$ heißen
  91. \underline{frei homotop} in $D$, falls eine stetige Abbildung
  92. $H\colon [a,b] \times [0,1] \to D$ existiert mit $H(t,0) = \gamma_0(t)$ und $H(t,1) = \gamma_1(t)$, $\forall t \in [a,b]$ und
  93. $H(a,s) = H(b,s)$, $\forall s \in [0,1]$, d.h. für $s \in [0,1]$ ist $\gamma_s(t) \coloneqq H(t,s)$
  94. eine geschlossene Kurve in $D$.
  95. $H$ heißt stetige Deformation innerhalb von $D$ der
  96. geschlossenen Kurve $\gamma_0$ nach der geschlossenen Kurve $\gamma_1$.
  97. \item Eine geschlossene Kurve heißt \underline{zusammenziehbar} in $D$, wenn sie frei homotop zu
  98. einer konstanten Kurve ist, d.h. sie sich in $D$ zu einem Punkt zusammenziehen lässt.
  99. \end{enumerate}
  100. \end{definition}
  101. \begin{bsp}
  102. \label{bsp:ellipse-und-kreis}
  103. Ellipse: Seien $a, b > 0$.
  104. \[
  105. \epsilon(t) \coloneqq \begin{pmatrix} a \cos(t)\\ b \sin(t)\end{pmatrix}, \quad t \in [0, 2\pi]
  106. \] ist frei homotop zum Kreis
  107. \[
  108. K(t) \coloneqq \begin{pmatrix} \cos(t) \\ \sin(t) \end{pmatrix}
  109. \] via der Homotopie
  110. \begin{align*}
  111. &H\colon [0, 2\pi] \times [0,1] \to \R^2 \setminus \left\{ \begin{pmatrix} 0 \\ 0 \end{pmatrix} \right\} \\
  112. &H(t, s) \coloneqq s K(t) + (1 - s) \epsilon(t)
  113. .\end{align*}
  114. Es gilt
  115. \begin{align*}
  116. \Vert H(t,s) \Vert^2 &= (s + a(1-s))^2 \cos^2(t) + (s + b (1-s))^2 \sin^2(t) \\
  117. &\ge \min(1, a^2, b^2) (\cos^2(t) + \sin^2(t)) \\
  118. &= \min(1, a^2, b^2) \\
  119. &> 0
  120. .\end{align*}
  121. Also $H(t,s) \neq 0$ $\forall t, s$.
  122. \end{bsp}
  123. \begin{satz}[Zweiter Hauptsatz der Kurvenintegrale: Homotopieinvarianz]
  124. Sei $D \subseteq \R^{n}$ offen, $F \in C^{1}(D, \R^{n})$ erfülle
  125. die Integrabilitätsbedingungen und seien $\gamma_0, \gamma_1 \colon [a,b] \to D$ Integrationswege.
  126. Sind $\gamma_0$ und $\gamma_1$ homotop in $D$ mit gemeinsamem Anfangs- und Endpunkt oder
  127. geschlossen und frei homotop in $D$, dann gilt
  128. \[
  129. \int_{\gamma_1}^{} F = \int_{\gamma_0}^{} F
  130. .\]
  131. \label{satz:hauptsatz-2-kurven}
  132. \end{satz}
  133. \begin{proof}
  134. ohne Beweis
  135. \end{proof}
  136. \begin{bsp}[Windungsfeld]
  137. \begin{enumerate}
  138. \item Für Ellipse $\epsilon(t)$ und Kreis $K(t)$ (vgl. Beispiele \ref{bsp:ellipse-und-kreis} und
  139. \ref{bsp:windungsfeld}) gilt
  140. \[
  141. \int_{K} W = 2 \pi \stackrel{\ref{satz:hauptsatz-2-kurven}}{=}
  142. \int_{\epsilon}^{} W = \int_{0}^{2 \pi} \frac{ab}{a^2 \cos^2 t + b^2 \sin^2 t} \d t
  143. .\]
  144. Also folgt
  145. \[
  146. \int_{0}^{2\pi} \frac{\d t}{a^2 \cos^2t + b^2 \sin^2 t} = \frac{2 \pi}{ab}
  147. .\]
  148. \item Kurven $\gamma_0, \gamma_1\colon [0, 2\pi] \to \R^2 \setminus \{0\} $:
  149. \[
  150. \gamma_0 \coloneqq \begin{pmatrix} \cos(t) \\ \sin(t) \end{pmatrix}
  151. \qquad
  152. \gamma_1(t) \coloneqq \begin{pmatrix} \cos(t) \\ - \sin(t) \end{pmatrix}
  153. .\] $\gamma_0$ und $\gamma_1$ sind nicht frei homotop in $\R^2 \setminus \{0\} $, weil
  154. \[
  155. \int_{\gamma_0} W = 2 \pi \neq - 2\pi = \int_{\gamma_1}^{} W
  156. .\]
  157. \item Kurven $\gamma_0, \gamma_1\colon [0, \pi] \to \R^2 \setminus \{0\}$
  158. \[
  159. \gamma_0 \coloneqq \begin{pmatrix} \cos(t) \\ \sin(t) \end{pmatrix}
  160. \qquad
  161. \gamma_1(t) \coloneqq \begin{pmatrix} \cos(t) \\ - \sin(t) \end{pmatrix}
  162. .\] $\gamma_0$, $\gamma_1$ sind nicht homotop in $\R^2 \setminus \{0\} $, weil
  163. \[
  164. \int_{\gamma_0}^{} W = \int_{0}^{\pi} 1 \d t \neq \int_{0}^{\pi} -1 \d t = \int_{\gamma_1}^{} W \d t
  165. .\]
  166. \end{enumerate}
  167. \end{bsp}
  168. \begin{definition}[Einfach zusammenhängend]
  169. Sei $D \subseteq \R^{n}$ ein Gebiet. $D$ heißt einfach zusammenhängend, wenn jede geschlossene
  170. Kurve in $D$ frei homotop zu einer konstanten Kurve ist, d.h. jede geschlossene Kurve in $D$
  171. zusammenziehbar ist.
  172. \end{definition}
  173. \begin{definition}[Sternförmig]
  174. Ein Gebiet $D \subseteq \R^{n}$ heißt sternförmig,
  175. wenn ein $x_1 \in D$ existiert, s.d. $\forall x \in D$ gilt:
  176. \[
  177. x_1 + t(x - x_1) \in D \quad \forall t \in [0,1]
  178. .\] D.h. $\forall x \in D$ liegt die Verbindungsstrecke von $x_1$ nach $x$ in $D$.
  179. \end{definition}
  180. \begin{bem}
  181. Jedes Sterngebiet ist einfach zusammenhängend.
  182. \end{bem}
  183. \begin{proof}
  184. $H(t,s) \coloneqq x_1 + s(\gamma(t) - x_1) \in D$, $\forall t$, $\forall s \in [0,1]$.
  185. \end{proof}
  186. \begin{bsp}
  187. \begin{enumerate}[]
  188. \item Jede Kugel $K_r(a)$ ist sternförmig bezüglich $a$, also auch einfach zusammenhängend.
  189. \item Eine gelochte Kreisscheibe $K_1(0) \setminus \{0\} $, $K_1(0) \subseteq \R^2$
  190. ist kein Sterngebiet und nicht einfach zusammenhängend.
  191. \item Geschlitzte Scheibe $K_1(0) \setminus \{x \in \R^2 \mid x_1 \le 0, x_2= 0\} \subseteq \R^2$
  192. ist sternförmig, also einfach zusammenhängend.
  193. \item Jede geschlitzte Ebene $\R^2 \setminus S_v$ mit
  194. $S_v \coloneqq \{ t v | t \ge 0, \Vert v \Vert = 1\} $ ist sternförmig mit
  195. Mittelpunkt $(-v)$, also auch einfach zusammenhängend.
  196. \item $R^{n} \setminus \{0\} $ ist kein Sterngebiet, weil $0 \in$ Strecke von $-a$ nach $a$,
  197. aber einfach zusammenhängend für $n \ge 3$.
  198. \end{enumerate}
  199. \end{bsp}
  200. \begin{satz}[Lemma von Poincaré]
  201. Sei $D \subseteq \R^{n}$ ein einfach zusammenhängendes Gebiet und
  202. $F \in C^{1}(D, \R^{n})$ erfülle die Integrabilitätsbedingunen. Dann
  203. ist $F$ konservativ.
  204. \end{satz}
  205. \begin{proof}
  206. Sei $\gamma$ geschlossener Integrationsweg in $D$. Da $D$ einfach zusammenhängend, ist
  207. $\gamma$ frei homotop zu einem konstanten Weg $\gamma_C$. Damit folgt
  208. \[
  209. \int_{\gamma} F
  210. \; \stackrel{\ref{satz:hauptsatz-2-kurven}}{=} \; \int_{\gamma_C} F
  211. \; \stackrel{\text{Def.}}{=} \;
  212. \int_{a}^{b} (F(\gamma_C(t)), \gamma_C'(t)) \d t = 0
  213. .\] Damit folgt mit \ref{satz:hauptsatz-1-kurven}, dass $F$ konservativ.
  214. \end{proof}
  215. \begin{proof}[Ende]\end{proof}
  216. \end{document}