Blame
| 55fbe3 | Carlos Kuban | 2024-11-12 23:28:08 | 1 | # Satz von Green |
| 2 | ||||
| 3 | ### <u>Satz</u> (Green) |
|||
| 4 | ||||
| 5 | Sei $f: U \mapsto \mathbb{R}^2$ ein stetig differenzierbares Vektorfeld auf einer offenen Menge $U \subseteq \mathbb{R}^2.$ Die Wirbelstärke $\text{rot}(f)$ existiert auf ganz $U$ und erfüllt |
|||
| 6 | ||||
| 7 | $$\text{rot}(f) = \partial_1f_2 - \partial_2f_1.$$ |
|||
| 8 | ||||
| 9 | Weiter gilt für jeden glatt berandeten, kompakten Bereich $B \subseteq U$ |
|||
| 10 | ||||
| 11 | $$\int_B \text{rot}(f) \text{ dvol} = \int_{\partial B} f \:\cdot\:\text{ds}$$ |
|||
| 12 | ||||
| 13 | ### <u>Beweis</u> (Green) |
|||
| 14 | ||||
| 15 | Sei $R = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix} \in \text{SO}(2,\mathbb{R})$ die Rotationsmatrix zum Winkel $90$ Grad im Gegenuhrzeigersinn. Wir definieren ein Vektorfeld $g : U \mapsto \mathbb{R}^2$ durch |
|||
| 16 | ||||
| 17 | $$g = R^{-1}f= \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \begin{pmatrix} f_1 \\ f_2 \end{pmatrix} = \begin{pmatrix} f_2 \\ -f_1 \end{pmatrix}$$ |
|||
| 18 | ||||
| 19 | wobei $f_1,f_2$ die Komponenten von $f$ darstellen. Dann gilt |
|||
| 20 | ||||
| 21 | $$\text{div}(g) = \partial_1g_1 + \partial_2 g_2 = \partial_1 f_2 - \partial_2 f_1$$ |
|||
| 22 | ||||
| 23 | und nach Definition |
|||
| 24 | ||||
| 25 | $$\int_{\partial B} g \:\cdot\: \text{dn} = \int_{\partial B} (Rg) \:\cdot\: \text{ds} = \int_{\partial B} f \:\cdot\:\text{ds.}$$ |
|||
| 26 | ||||
| 27 | Nach dem Divergenzssatz angewendet auf $g$ folgt also |
|||
| 28 | ||||
| 29 | $$\int_B (\partial_1f_2 - \partial_2f_1) \text{ dvol} =\int_{\partial B} f \:\cdot\: \text{ds}$$ |
|||
| 30 | ||||
| 31 | für alle glatt berandeten Bereiche $B \subseteq U$. Wenden wir dies auf $B = \overline{ B_r (p) } \subseteq U$ für $p \in U$ und ein hinreichend kleines $r > 0$ an und verwenden die Stetigkeit von $(\partial_2 f_1 - \partial_1 f_2)$ auf $U$, so erhalten wir die Existenz des Grenzwertes und die Gleichung $\text{rot}(f) = \partial_1f_2 - \partial_2f_1. \square$ |