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ů.

264 řádky
14KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \section{Kurvenintegrale}
  4. \begin{definition}[Integrationsweg]
  5. Eine Kurve $\gamma \in C^0([a,b],\R^n)$ heißt Integrationsweg, falls $\gamma$ stetig und stückweise eine $C^1$-Abbildung ist.
  6. \end{definition}
  7. \begin{definition}[Skalares Kurvenintegral]
  8. Sei $D \subset \R^n, \ \gamma \colon [a,b] \to D$ ein Integrationsweg und $f\colon D \to \R$ stetig. Dann heißt
  9. \[\int_\gamma f \d s \coloneqq \int_a^b f(\gamma(t)) \cdot \norm{\gamma'(t)} \d t\]
  10. das skalare Kurvenintegral von $f$ längs $\gamma$. Dabei heißt $\d s = \norm{\gamma'(t)} \d t$ das skalare Bogenelement von $\gamma$ und $f$ wird \underline{Skalarfeld} genannt.
  11. \end{definition}
  12. \begin{bsp}
  13. \begin{enumerate}
  14. \item $f \equiv 1$: Das Kurvenintegral $\int_\gamma \d s = \int_a^b \norm{\gamma'(t)} \d t = S(\gamma)$ entspricht der Länge von $\gamma$.
  15. \item Dichtefunktion $\rho(s)$:
  16. \begin{align*}
  17. \rho(\gamma(t)) &: \text{ Dichte verteilt auf } \gamma(t)\\
  18. \int_\gamma \rho(s) \d s \eqqcolon \mu(\gamma) &: \text{ Gesamtmasse von } \gamma
  19. \end{align*}
  20. \end{enumerate}
  21. \end{bsp}
  22. \begin{bem}
  23. \begin{enumerate}
  24. \item Das Kurvenintegral ist linear:
  25. \[\int_\gamma (\lambda_1 f_1 + \lambda_2 f_2) \d s = \lambda_1 \int_\gamma f_1\d s + \lambda_2 \int_\gamma f_2 \d s\]
  26. \item Es gilt die Abschätzung
  27. \begin{align*}
  28. \left|\int_\gamma f \d s\right| &= \left|\int_a^b f(\gamma(t)) \norm{\gamma'(t)} \d t\right| \\
  29. &\le \sup_{s\in [a,b]} \left|f(\gamma(s))\right| \cdot \int_a^b \norm{\gamma'(t)} \d t \\
  30. &= \sup_{s\in [a,b]} \left|f(\gamma(s))\right| \cdot S(\gamma).
  31. \end{align*}
  32. \item Das Kurvenintegral ist invariant unter $C^1$-Parametertransformation. Sei $\varphi \colon [\alpha, \beta] \to [a,b]$ eine $C^1$ Parametertransformation. Dann gilt
  33. \begin{salign*}
  34. \int_{\gamma\circ\varphi}f \d s &= \int_\alpha^\beta f(\gamma(\varphi(s))) \norm{\frac{\mathrm{d}}{\mathrm{d}s}\gamma(\varphi(s))} \d s \\
  35. &\stackrel{\text{Kettenregel}}{=} \int_\alpha^\beta f(\gamma(\varphi(s))) \norm{\gamma'(\varphi(s)) \cdot \frac{\mathrm{d}}{\mathrm{d}s} \varphi(s)} \d s \\
  36. &= \begin{cases}
  37. \int_\alpha^\beta f(\gamma(\varphi(s))) \norm{\gamma'(\varphi(s))} \left(\frac{\mathrm{d}}{\mathrm{d}s} \varphi(s)\right) \d s, & \frac{\mathrm{d}}{\mathrm{d}s}\varphi(s) > 0 \\
  38. \int_\alpha^\beta f(\gamma(\varphi(s))) \norm{\gamma'(\varphi(s))} \left(-\frac{\mathrm{d}}{\mathrm{d}s} \varphi(s)\right) \d s, & \frac{\mathrm{d}}{\mathrm{d}s}\varphi(s) < 0
  39. \end{cases} \\
  40. &\stackrel{\substack{t=\varphi(s)\\\d t = \varphi'(s)\d s}}{=}
  41. \begin{cases}
  42. \int_a^b f(\gamma(t)) \norm{\gamma'(t)} \d t, & \varphi'(s) > 0 \\
  43. -\int_b^a f(\gamma(t)) \norm{\gamma'(t)} \d t, & \varphi'(s) < 0
  44. \end{cases} \\
  45. &= \int_a^b f(\gamma(t)) \norm{\gamma'(t)} \d t\\
  46. &= \int_\gamma f \d s
  47. \end{salign*}
  48. \end{enumerate}
  49. \end{bem}
  50. \begin{definition}[Vektorfeld]
  51. Ein Vektorfeld $F$ auf $D\subset \R^n$ ist eine Abbildung von $D$ nach $\R^n$, d.h. jedem $x\in D$ wird ein Vektor $F(x) \in \R^n$ zugeordnet.
  52. \end{definition}
  53. \begin{bsp}
  54. \begin{enumerate}
  55. \item Windungsfeld
  56. \[W\colon \R^2\setminus \{0\} \to \R^2, \quad W(x,y) \coloneqq \frac{1}{\norm{(x,y)}_2^2}\begin{pmatrix} -y \\ x \end{pmatrix}\]
  57. \item Gravitationsfeld
  58. \[G\colon \R^3\setminus \{0\} \to \R^3, \quad G(x,y,z) \coloneqq -\frac{1}{\norm{(x,y,z)}_2^2}\begin{pmatrix} x \\ y \\ z\end{pmatrix}\]
  59. \end{enumerate}
  60. \end{bsp}
  61. \begin{figure}[h]
  62. \centering
  63. \begin{subfigure}[b]{0.4\textwidth}
  64. \begin{tikzpicture}[scale=1]
  65. \begin{axis}
  66. [axis lines=middle,
  67. axis lines=middle,
  68. axis equal image, % Unit vectors for both axes have the same length
  69. xmin=-1, xmax=1.1, % Axis limits
  70. ymin=-1, ymax=1.1,
  71. ticks=none,
  72. xlabel=$x$,
  73. ylabel=$y$
  74. ]
  75. \foreach \r in {0.4, 0.6, 0.8}
  76. \addplot[domain=0:360*(1-1/(20*\r)),
  77. blue, samples=20*\r,
  78. quiver={u={-y/(x^2+y^2)}, v={x/(x^2+y^2)}, scale arrows=0.1, every arrow/.append style={-latex} }] ({\r*sin(x)},{\r*cos(x)}); % polar coordinates
  79. \end{axis}
  80. \end{tikzpicture}
  81. \subcaption{Beispiel 1: Windungsfeld}
  82. \end{subfigure}
  83. \begin{subfigure}[b]{0.4\textwidth}
  84. \begin{tikzpicture}[scale=1]
  85. \begin{axis}
  86. [axis lines=middle,
  87. axis lines=middle,
  88. axis equal image, % Unit vectors for both axes have the same length
  89. xmin=-1, xmax=1.1, % Axis limits
  90. ymin=-1, ymax=1.1,
  91. ticks=none,
  92. xlabel=$x$,
  93. ylabel=$y$
  94. ]
  95. \foreach \r in {0.4, 0.6, 0.8}
  96. \addplot[domain=0:360*(1-1/(20*\r)),
  97. red, samples=20*\r,
  98. quiver={u={-x/(x^2+y^2)}, v={-y/(x^2+y^2)}, scale arrows=0.1, every arrow/.append style={-latex} }] ({\r*sin(x+180/(20*\r))},{\r*cos(x+180/(20*\r))}); %polar coordinates
  99. \end{axis}
  100. \end{tikzpicture}
  101. \subcaption{Beispiel 2: Gravitationsfeld bei $z=0$.}
  102. \end{subfigure}
  103. \end{figure}
  104. \begin{definition}[Vektorielles Kurvenintegral]
  105. Sei $\gamma\colon [a,b] \to D\subset \R^n$ ein Integrationsweg und $F\colon D\to \R^n$ ein stetiges Vektorfeld. Dann ist das (vektorielle) Kurvenintegral von $F$ längs $\gamma$ definiert durch
  106. \[\int_\gamma F = \int_\gamma F\d{\vec s} \coloneqq \int_a^b \underbrace{\left(F(\gamma(t)), \gamma'(t)\right)}_{\text{Skalarprodukt}} \d t = \int_a^b \sum_{i=1}^n F_i(\gamma(t)) \cdot \gamma'_i(t) \d t\]
  107. Alternative Schreibweise: $\int_\gamma F = \int_\gamma F_1\d{x_1} + \dots + F_n\d{x_n} $
  108. \end{definition}
  109. \begin{bsp}
  110. Kurvenintegral des Windungsfelds $W\colon \R^2\setminus \{0\} \to \R^2, \ W(x,y) = \frac{1}{x^2+y^2} \begin{pmatrix} -y \\ x \end{pmatrix}$ längs $\gamma(t) \coloneqq \begin{pmatrix} \cos(t) \\ \sin(t) \end{pmatrix}, \ \gamma \colon [0,2\pi] \to \R^2 \setminus \{0\}$.
  111. \begin{align*}
  112. \int_\gamma W &= \int_\gamma -\frac{y}{x^2+y^2}\d x + \frac{x}{x^+y^2}\d y\\
  113. &= \int_0^{2\pi} \left(-\frac{\sin t}{\cos^2t+\sin^2t}(-\sin t) + \frac{\cos t}{\cos^2t+\sin^2t}\cos t\right) \d t \\
  114. &= \int_0^{2\pi} \left(\sin^2t+\cos^2t\right) \d t = 2\pi
  115. \end{align*}
  116. \end{bsp}
  117. \begin{bem}
  118. \begin{enumerate}
  119. \item
  120. Das Kurvenintegral ist linear: $$\int_\gamma (\lambda_1F_1+\lambda_2F_2)=\lambda_1\int_\gamma F_1+\lambda_2\int_\gamma F_2$$
  121. \item
  122. Standard-Abschätzung: $$\left|\int_\gamma F \right|=\left|\int_a^b\bigl(F(\gamma(t)),\gamma'(t)\bigr)\, \d t \right|\leq \sup_{t\in [a,b]}\norm{F(\gamma(t))}\cdot S(\gamma)$$
  123. \item
  124. Invarianz unter orientierungstreuen $C^1$-Parametertransformationen. Sei $\varphi \colon [\alpha,\beta]\to [a,b]$ eine $C^1$-Parametertransformation mit $\varphi'(s)>0,\ \forall s\in [\alpha,\beta]$ ($\Longleftrightarrow$ orientierungstreu). Dann gilt \begin{salign*}
  125. \int_{\gamma \circ \varphi}F&=\int_\alpha^\beta \left(F(\gamma(\varphi(s))),\frac{\d}{\d s}\gamma(\varphi(s)) \right) \d s\\
  126. &=\int_\alpha^\beta \left(F(\gamma(\varphi(s))),\gamma'(\varphi(s))\cdot \frac{\d \varphi}{\d s}(s) \right) \d s\\
  127. &=\int_\alpha^\beta \left(F(\gamma(\varphi(s))),\gamma'(\varphi(s)) \right)\frac{\d \varphi}{\d s}(s) \d s\\
  128. &\stackrel{\substack{t=\varphi(s)\\ \d t=\varphi'(s)\d s}}{=}\int_a^b\bigl(F(t),\gamma'(t)\bigr)\d t\\
  129. &=\int_\gamma F.
  130. \end{salign*}
  131. \end{enumerate}
  132. \end{bem}
  133. \begin{definition}[Gebiet]
  134. $U\subset \R^n$ heißt Gebiet, falls $U$ offen ist und wegzusammenhängend, d.h. $\forall \,x,y\in U$ existiert $\gamma \in C^0([a,b],U)$ mit $\gamma(a)=x$ und $\gamma(b)=y$.
  135. \end{definition}
  136. \begin{satz}
  137. Sei $U\subset \R^n$ offen. Dann sind folgende Aussagen äquivalent: \begin{enumerate}
  138. \item
  139. $\forall \,x,y\in U$ existiert ein Integrationsweg $\gamma \colon [a,b]\to U$ mit $\gamma(a)=x$ und $\gamma(b)=y$.
  140. \item
  141. $U$ ist wegzusammenhängend.
  142. \end{enumerate}
  143. \end{satz}
  144. \begin{proof}
  145. Ohne Beweis.
  146. \end{proof}
  147. \begin{bsp}
  148. \begin{enumerate}
  149. \item
  150. Sei $U=K_1 \begin{pmatrix} 0 \\ 0\end{pmatrix}\, \cup \, K_1\begin{pmatrix} 3 \\ 0\end{pmatrix}$. $U$ ist kein Gebiet, denn es existiert kein stetiger Weg von $\begin{pmatrix} 0 \\ 0 \end{pmatrix}$ nach $\begin{pmatrix} 3 \\ 0 \end{pmatrix}$ in $U$.
  151. \item
  152. $U\subset \R$ Gebiet $\Longleftrightarrow$ $U$ offenes Intervall
  153. \end{enumerate}
  154. \end{bsp}
  155. \section{Potential}
  156. \begin{definition}[Geschlossene Kurve]
  157. Eine Kurve $\gamma \in C^0([a,b],\R^n)$ heißt \underline{geschlossen}, falls $\gamma(a)=\gamma(b)$.
  158. \end{definition}
  159. \begin{definition}[Potential]
  160. Sei $D\subset \R^n$ und $F\in C^0(D,\R^n)$ ein stetiges Vektorfeld. $\varphi \in C^1(D,\R)$ heißt \underline{Potential} oder \underline{Stammfunktion} von $F$ in $D$, falls $\nabla \varphi=F$ gilt. $F$ heißt in diesem Fall \underline{konservativ} auf $D$.
  161. \end{definition}
  162. \begin{satz}[Erster Hauptsatz über Kurvenintegrale]
  163. Sei $D\subset \R^n$ ein Gebiet und $F\in C^0(D,\R^n)$. Dann sind folgend Aussagen äquivalent:
  164. \begin{enumerate}[(i)]
  165. \item F ist konservativ.
  166. \item
  167. $\int_\gamma F=0$ für alle geschlossenen Integrationswege $\gamma$ in $D$.
  168. \item
  169. Das Kurvenintegral von $F$ in $D$ ist wegunabhängig, d.h. für beliebige Integrationswege $\gamma_1\colon [a,b]\to D,\ \gamma_2\colon [\alpha,\beta]\to D$ mit $\gamma_1(a)=\gamma_2(\alpha)$ und $\gamma_1(b)=\gamma_2(\beta)$ gilt $$\int_{\gamma_1}F=\int_{\gamma_2}F.$$
  170. \end{enumerate}
  171. In diesem Fall erhalten wir eine Stammfunktion $\varphi_0\in C^1(D,\R)$ durch $\varphi_0(x)\coloneqq \int_\gamma F$, wobei $\gamma$ ein Integrationsweg von einem gewählten Punkt $x_0\in D$ zu $x\in D$ ist. Die Menge aller Potentiale von $F$ ist gegeben durch $\{\varphi_0+c\,|\,c\in \R\}$.
  172. \label{satz:hauptsatz-1-kurven}
  173. \end{satz}
  174. \begin{proof}
  175. (i)$\implies$(ii): Sei $F = \nabla \varphi$, $\varphi \in C^{1}(D, \R)$ und $\gamma\colon [a,b] \to D$
  176. geschlossener Integrationsweg. Dann folgt
  177. \begin{salign*}
  178. \int_{\gamma} F &\stackrel{\text{Def.}}{=} \int_{a}^{b} (F(\gamma(t)), \gamma'(t)) \d t \\
  179. &= \int_{a}^{b} (\nabla \varphi(\gamma(t)), \gamma'(t)) \d t \\
  180. &\stackrel{\gamma \text{ stückweise } C^{1}}{=}
  181. \sum_{i=1}^{M} \int_{s_{i-1}}^{s_i} (\nabla \varphi(\gamma(t)), \gamma'(t)) \d t \\
  182. &\stackrel{\text{Kettenregel}}{=} \sum_{i=1}^{M} \int_{s_{i-1}}^{s_i} \frac{\d}{\d t} (\varphi \circ \gamma) \d t \\
  183. &\stackrel{\text{HDI}}{=} \sum_{i=1}^{M} \left( \varphi(\gamma(s_i)) - \varphi(\gamma(s_{i-1})) \right) \\
  184. &= \varphi(\gamma(b)) - \varphi(\gamma(a)) \\
  185. &\stackrel{\gamma(b) = \gamma(a)}{=} 0
  186. .\end{salign*}
  187. (ii)$\implies$(iii): Nach Umparametrisierung gelte o.E. $[a,b] = [-1, 0] = [\alpha, \beta]$. Seien
  188. $\gamma_1, \gamma_2\colon [-1,0] \to D$ Integrationswege mit gleichem Anfangs und Endpunkt, d.h.
  189. $\gamma_1(-1) = \gamma_2(-1)$ und $\gamma_1(0) = \gamma_2(0)$. Dann betrachte
  190. \begin{align*}
  191. \gamma &\colon [-1, 1] \to D \\
  192. t& \mapsto \begin{cases}
  193. \gamma_1(t) & t \in [-1, 0] \\
  194. \gamma_2(-t) & t \in [0, 1]
  195. \end{cases}
  196. .\end{align*}
  197. Dann ist $\gamma$ ein geschlossener Integrationsweg, also folgt
  198. \begin{salign*}
  199. 0 &= \int_{\gamma}^{} F \\
  200. &= \int_{-1}^{0} (F(\gamma_1(t)), \gamma_1'(t)) \d t + \int_{0}^{1} (F(\gamma_2(-t)), - \gamma_2'(-t)) \d t \\
  201. &\stackrel{s \coloneqq -t}{=} \int_{\gamma_1}^{} F + \int_{0}^{-1} (F(\gamma_2(s)), \gamma_2'(s)) \d s \\
  202. &= \int_{\gamma_1}^{} F - \int_{\gamma_2}^{} F
  203. .\end{salign*}
  204. (iii) $\implies$ (i): Fixiere $x_0 \in D$ und definiere $\varphi_0\colon D \to \R$ durch
  205. $\varphi_0(x) \coloneqq \int_{\gamma}^{} F$, wobei
  206. $\gamma$ irgendein Integrationsweg von $x_0$ nach $x$ ist. Zu $x \in D$ betrachte
  207. $x + h e_i \in D$ für $|h| \ll 1$. Nach Umparametrisierung gelte o.E.
  208. \begin{align*}
  209. &\gamma_x \colon [-1, 0] \to D \\
  210. &\gamma_{x + h e_i}\colon [-1, 1] \to D \\
  211. &\gamma_{x + h e_i} \coloneqq \begin{cases}
  212. \gamma_x(t) & t \in [-1, 0] \\
  213. x + t h e_i & t \in [0,1]
  214. \end{cases}
  215. .\end{align*}
  216. Dann folgt
  217. \begin{salign*}
  218. \frac{\partial \varphi_0(x)}{\partial x_i} &= \lim_{h \to 0} \frac{\varphi_0(x + h e_i) - \varphi_0(x)}{h} \\
  219. &= \lim_{h \to 0} \frac{1}{h} \left( \int_{\gamma_{x + h e_i}} F - \int_{\gamma_x}^{} F \right) \\
  220. &= \lim_{h \to 0} \frac{1}{h} \int_{0}^{1} \left( F(x + t h e_i), \gamma'_{x + h e_i}(t) \right) \d t \\
  221. &= \lim_{h \to 0} \frac{1}{h} \int_{0}^{1} ( F(\underbrace{x + t h e_i}_{\xrightarrow{h \to 0} F(x)}), h e_i ) \d t \\
  222. &= \int_{0}^{1} (F(x), e_i) \d t \\
  223. &= F_i(x)
  224. .\end{salign*}
  225. Damit ist $\varphi_0 \in C^{1}(D, \R)$ und $\nabla \varphi_0 = F$. Das zeigt (i).
  226. Sei $\gamma$ ein Integrationsweg von $x_0 \in D$ nach $x \in D$. Dann definiere
  227. \[
  228. \varphi_0(x) \coloneqq \int_{\gamma} F
  229. .\]
  230. Sei weiter $\varphi \in C^{1}(D, \R)$ mit $\nabla \varphi = F$. Dann gilt wegen (i) und (ii):
  231. \[
  232. \int_{\gamma} F = \varphi(x) - \varphi(x_0)
  233. .\] Damit folgt
  234. \[
  235. \varphi(x) - \varphi(x_0) = \varphi_0(x) \implies \varphi(x) = \varphi_0(x) + \underbrace{\varphi(x_0)}_{\text{konst.}} = \varphi_0(x) + c
  236. .\]
  237. \end{proof}
  238. \end{document}