Aktuelles PDF gibt's auch hier: https://flavigny.de/lecture/pdf/analysis2 zum bequemeren Lesen.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

270 řádky
12KB

  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{figure}[ht!]
  102. \centering
  103. \begin{tikzpicture}
  104. \draw (0,0) -- node[left] {$s$} (0,2);
  105. \draw (3,0) -- (3,2);
  106. \draw[red] (0,0) -- node[below, black] {$t$} (3,0);
  107. \draw[blue] (0,2) -- (3,2);
  108. \draw[densely dashed] (0,0.67) -- (3,0.67);
  109. \draw[densely dotted] (0,1.33) -- (3,1.33);
  110. \node[below] at (0.1,0) {$a$};
  111. \node[below] at (2.9,0) {$b$};
  112. \node[left] at (0,0.15) {$0$};
  113. \node[left] at (0,1.85) {$1$};
  114. \draw[->] (4,1) -- node[above] {$H$} (6,1);
  115. \draw[blue] (7,0) node[below left, black] {$A$} .. controls (8,2) .. node[sloped] {\tiny $\blacktriangleright$} (10,2) node[above right, black] {$B$};
  116. \draw[red] (7,0) .. controls (9,0) .. node[sloped] {\tiny $\blacktriangleright$} (10,2);
  117. \draw[densely dashed] (7,0) .. controls (8.7,0.6) .. node[sloped] {\tiny $\blacktriangleright$} (10,2);
  118. \draw[densely dotted] (7,0) .. controls (8.3,1.4) .. node[sloped] {\tiny $\blacktriangleright$} (10,2);
  119. \node[red ] at (9.5,0.5) {$\gamma_0$};
  120. \node[blue] at (7.5,1.5) {$\gamma_1$};
  121. \end{tikzpicture}
  122. \caption{Stetige Deformation von $\gamma_0$ nach $\gamma_1$}
  123. \end{figure}
  124. \begin{bsp}
  125. \label{bsp:ellipse-und-kreis}
  126. Ellipse: Seien $a, b > 0$.
  127. \[
  128. \epsilon(t) \coloneqq \begin{pmatrix} a \cos(t)\\ b \sin(t)\end{pmatrix}, \quad t \in [0, 2\pi]
  129. \] ist frei homotop zum Kreis
  130. \[
  131. K(t) \coloneqq \begin{pmatrix} \cos(t) \\ \sin(t) \end{pmatrix}
  132. \] via der Homotopie
  133. \begin{align*}
  134. &H\colon [0, 2\pi] \times [0,1] \to \R^2 \setminus \left\{ \begin{pmatrix} 0 \\ 0 \end{pmatrix} \right\} \\
  135. &H(t, s) \coloneqq s K(t) + (1 - s) \epsilon(t)
  136. .\end{align*}
  137. Es gilt
  138. \begin{align*}
  139. \Vert H(t,s) \Vert^2 &= (s + a(1-s))^2 \cos^2(t) + (s + b (1-s))^2 \sin^2(t) \\
  140. &\ge \min(1, a^2, b^2) (\cos^2(t) + \sin^2(t)) \\
  141. &= \min(1, a^2, b^2) \\
  142. &> 0
  143. .\end{align*}
  144. Also $H(t,s) \neq 0$ $\forall t, s$.
  145. \end{bsp}
  146. \begin{satz}[Zweiter Hauptsatz der Kurvenintegrale: Homotopieinvarianz]
  147. Sei $D \subseteq \R^{n}$ offen, $F \in C^{1}(D, \R^{n})$ erfülle
  148. die Integrabilitätsbedingungen und seien $\gamma_0, \gamma_1 \colon [a,b] \to D$ Integrationswege.
  149. Sind $\gamma_0$ und $\gamma_1$ homotop in $D$ mit gemeinsamem Anfangs- und Endpunkt oder
  150. geschlossen und frei homotop in $D$, dann gilt
  151. \[
  152. \int_{\gamma_1}^{} F = \int_{\gamma_0}^{} F
  153. .\]
  154. \label{satz:hauptsatz-2-kurven}
  155. \end{satz}
  156. \begin{proof}
  157. ohne Beweis
  158. \end{proof}
  159. \begin{bsp}[Windungsfeld]
  160. \begin{enumerate}
  161. \item Für Ellipse $\epsilon(t)$ und Kreis $K(t)$ (vgl. Beispiele \ref{bsp:ellipse-und-kreis} und
  162. \ref{bsp:windungsfeld}) gilt
  163. \[
  164. \int_{K} W = 2 \pi \stackrel{\ref{satz:hauptsatz-2-kurven}}{=}
  165. \int_{\epsilon}^{} W = \int_{0}^{2 \pi} \frac{ab}{a^2 \cos^2 t + b^2 \sin^2 t} \d t
  166. .\]
  167. Also folgt
  168. \[
  169. \int_{0}^{2\pi} \frac{\d t}{a^2 \cos^2t + b^2 \sin^2 t} = \frac{2 \pi}{ab}
  170. .\]
  171. \item Kurven $\gamma_0, \gamma_1\colon [0, 2\pi] \to \R^2 \setminus \{0\} $:
  172. \[
  173. \gamma_0 \coloneqq \begin{pmatrix} \cos(t) \\ \sin(t) \end{pmatrix}
  174. \qquad
  175. \gamma_1(t) \coloneqq \begin{pmatrix} \cos(t) \\ - \sin(t) \end{pmatrix}
  176. .\] $\gamma_0$ und $\gamma_1$ sind nicht frei homotop in $\R^2 \setminus \{0\} $, weil
  177. \[
  178. \int_{\gamma_0} W = 2 \pi \neq - 2\pi = \int_{\gamma_1}^{} W
  179. .\]
  180. \item Kurven $\gamma_0, \gamma_1\colon [0, \pi] \to \R^2 \setminus \{0\}$
  181. \[
  182. \gamma_0 \coloneqq \begin{pmatrix} \cos(t) \\ \sin(t) \end{pmatrix}
  183. \qquad
  184. \gamma_1(t) \coloneqq \begin{pmatrix} \cos(t) \\ - \sin(t) \end{pmatrix}
  185. .\] $\gamma_0$, $\gamma_1$ sind nicht homotop in $\R^2 \setminus \{0\} $, weil
  186. \[
  187. \int_{\gamma_0}^{} W = \int_{0}^{\pi} 1 \d t \neq \int_{0}^{\pi} -1 \d t = \int_{\gamma_1}^{} W \d t
  188. .\]
  189. \end{enumerate}
  190. \end{bsp}
  191. \begin{definition}[Einfach zusammenhängend]
  192. Sei $D \subseteq \R^{n}$ ein Gebiet. $D$ heißt einfach zusammenhängend, wenn jede geschlossene
  193. Kurve in $D$ frei homotop zu einer konstanten Kurve ist, d.h. jede geschlossene Kurve in $D$
  194. zusammenziehbar ist.
  195. \end{definition}
  196. \begin{definition}[Sternförmig]
  197. Ein Gebiet $D \subseteq \R^{n}$ heißt sternförmig,
  198. wenn ein $x_1 \in D$ existiert, s.d. $\forall x \in D$ gilt:
  199. \[
  200. x_1 + t(x - x_1) \in D \quad \forall t \in [0,1]
  201. .\] D.h. $\forall x \in D$ liegt die Verbindungsstrecke von $x_1$ nach $x$ in $D$.
  202. \end{definition}
  203. \begin{bem}
  204. Jedes Sterngebiet ist einfach zusammenhängend.
  205. \end{bem}
  206. \begin{proof}
  207. $H(t,s) \coloneqq x_1 + s(\gamma(t) - x_1) \in D$, $\forall t$, $\forall s \in [0,1]$.
  208. \end{proof}
  209. \begin{bsp}
  210. \begin{enumerate}[]
  211. \item Jede Kugel $K_r(a)$ ist sternförmig bezüglich $a$, also auch einfach zusammenhängend.
  212. \item Eine gelochte Kreisscheibe $K_1(0) \setminus \{0\} $, $K_1(0) \subseteq \R^2$
  213. ist kein Sterngebiet und nicht einfach zusammenhängend.
  214. \item Geschlitzte Scheibe $K_1(0) \setminus \{x \in \R^2 \mid x_1 \le 0, x_2= 0\} \subseteq \R^2$
  215. ist sternförmig, also einfach zusammenhängend.
  216. \item Jede geschlitzte Ebene $\R^2 \setminus S_v$ mit
  217. $S_v \coloneqq \{ t v | t \ge 0, \Vert v \Vert = 1\} $ ist sternförmig mit
  218. Mittelpunkt $(-v)$, also auch einfach zusammenhängend.
  219. \item $R^{n} \setminus \{0\} $ ist kein Sterngebiet, weil $0 \in$ Strecke von $-a$ nach $a$,
  220. aber einfach zusammenhängend für $n \ge 3$.
  221. \end{enumerate}
  222. \end{bsp}
  223. \begin{satz}[Lemma von Poincaré]
  224. Sei $D \subseteq \R^{n}$ ein einfach zusammenhängendes Gebiet und
  225. $F \in C^{1}(D, \R^{n})$ erfülle die Integrabilitätsbedingunen. Dann
  226. ist $F$ konservativ.
  227. \end{satz}
  228. \begin{proof}
  229. Sei $\gamma$ geschlossener Integrationsweg in $D$. Da $D$ einfach zusammenhängend, ist
  230. $\gamma$ frei homotop zu einem konstanten Weg $\gamma_C$. Damit folgt
  231. \[
  232. \int_{\gamma} F
  233. \; \stackrel{\ref{satz:hauptsatz-2-kurven}}{=} \; \int_{\gamma_C} F
  234. \; \stackrel{\text{Def.}}{=} \;
  235. \int_{a}^{b} (F(\gamma_C(t)), \gamma_C'(t)) \d t = 0
  236. .\] Damit folgt mit \ref{satz:hauptsatz-1-kurven}, dass $F$ konservativ.
  237. \end{proof}
  238. \begin{proof}[Ende]\end{proof}
  239. \end{document}