📚 The CoCalc Library - books, templates and other resources
License: OTHER
\begin{definition}1\index{Fläche}2\index{Flächenstück}3\index{Parameterbereich}4\index{Normalenvektor}5\index{Flächeninhalt}6Es sei $\emptyset \ne B\subseteq \MdR^2$ kompakt, $D\subseteq\MdR^2$ offen und $B\subseteq D$. Weiter sei $\varphi = (\varphi_1,\varphi_2,\varphi_3) \in C^1(D,\MdR^3)$ und $\varphi = \varphi(u,v)$. Dann heißt $\varphi_{|B}$ eine \textbf{Fläche} (im $\MdR^3$), $S:= \varphi(B)$ heißt \textbf{Flächenstück} und $B$ heißt \textbf{Parameterbereich} der Fläche. Es ist7\begin{displaymath}8\varphi' = \begin{pmatrix}\frac{\partial \varphi_1}{\partial u} & \frac{\partial\varphi_1}{\partial v}\\9\frac{\partial \varphi_2}{\partial u} & \frac{\partial\varphi_2}{\partial v}\\10\frac{\partial \varphi_3}{\partial u} & \frac{\partial\varphi_3}{\partial v}\\11\end{pmatrix}12\end{displaymath}13Sei $(u_0,v_0)\in B$ und14\begin{align*}15\gamma(t) &:= \varphi(t,v_0) &\gamma'(t) &= \varphi_u(t,v_0) &\gamma'(u_0) &= \varphi_u(u_0,v_0)\\16\tilde{\gamma}(t)&:= \varphi(u_0,t) &\tilde{\gamma}'(t) &= \varphi_v(u_0,v) &\tilde{\gamma}'(v_0) &= \varphi_v(u_0,v_0)17\end{align*}18Definere damit den \textbf{Normalenvektor} in $\varphi(u_0,v_0)$:19\[N(u_0,v_0) := \varphi_u(u_0,v_0)\times\varphi_v(u_0,v_0)\]20Seien $\Delta u,\Delta v >0$ (aber "`klein"'). $a:= \Delta u\varphi_u(u_0,v_0)$, $b:= \Delta v\varphi_v(u_0,v_0)$.21\[P:= \{\lambda a+\mu b: \ \lambda,\mu\in [0,1]\}\]22Aus der Linearen Algebra folgt, der "`Inhalt"' von $P$ ist $\|a \times b\| = \Delta u\Delta v \|N(u_0,v_0)\|$.23\begin{displaymath}24I(\varphi) = \int_B \|N(u,v)\| d(u,v)25\end{displaymath}26heißt deshalb \textbf{Flächeninhalt} von $\varphi$27\end{definition}2829\begin{beispiel}30$B:=[0,2\pi]\times[-\frac\pi2,\frac\pi2]$, $D=\MdR^2$\\31$\varphi(u,v) := (\cos u\cos v,\sin u\cos v,\sin v)$. Dann: $\varphi(B) = \{(x,y,z)\in\MdR^3:\ x^2+y^2+z^2 = 1\}$.\\32Nachrechnen: $N(u,v) = \cos v\varphi(u,v)$. Dann: $\|N(u,v)\| = |\cos v|\underbrace{\|\varphi(u,v)\|}_{=1} = \cos v\ \ \ \ ((u,v)\in B)$. \\33Damit gilt:34\[I(\varphi) = \int_B \cos v d(u,v) = \int_0^{2\pi} (\int_{-\frac\pi2}^{\frac\pi2}\cos v d(v)) d(u) = 4\pi\]35\end{beispiel}3637\section{Explizite Parameterdarstellung}38Seien \(B\) und \(D\) wie in obiger Definition und \(f\in C^{1}(D,\,\mdr)\). Setze39\[\varphi(u,v):=(u,v,f(u,v))\quad((u,v)\in D)\]40Damit ist \(\varphi_{|B}\) eine Fläche (in expliziter Darstellung).41% hier Graphik einfuegen42Dann ist \(S=\varphi(B)\) gleich dem Graph von \(f_{|B}\).4344\[45\varphi_{u}=(1,0,f_{u}),\quad \varphi_{v}=(0,1,f_{v}),\quad N(u,v)=(-f_{u},-f_{v},1)\quad\text{(Nachrechnen!)}46\]47Damit gilt:48\[I(\varphi)=\int_{B}{(f_{u}^{2}+f_{v}^{2}+1)^{\frac{1}{2}}\mathrm{d}(u,v)}\]4950\begin{beispiel}51Sei \(D=\mdr^{2},\,B:=\{(u,v)\in\mdr^{2}\mid u^{2}+v^{2}\leq 1\}\) und52\[f(u,v):=u^{2}+v^{2}\]53Dann ist \(\varphi(u,v)=(u,v,u^{2}+v^{2})\), \(f_{u}=2u\) und \(f_{v}=2v\). Also ist \(S=\varphi(B)\) ein Paraboloid.54\[I(\varphi)=\int_{B}{(4u^{2}+4v^{2}+1)^{\frac{1}{2}}\mathrm{d}(u,v)}\overset{\text{PK}}{=}\frac{\pi}{6}\left(\sqrt{5}^{3}-1\right)\quad \text{(Nachrechnen!)}\]55\end{beispiel}565758