Aktuelles PDF gibt's auch hier: https://flavigny.de/lecture/pdf/analysis2 zum bequemeren Lesen.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

195 строки
10KB

  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}
  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. \end{satz}
  173. \end{document}