Kapitel-14.tex 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. \begin{definition}
  2. \index{Fläche}
  3. \index{Flächenstück}
  4. \index{Parameterbereich}
  5. \index{Normalenvektor}
  6. \index{Flächeninhalt}
  7. Es 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 ist
  8. \begin{displaymath}
  9. \varphi' = \begin{pmatrix}\frac{\partial \varphi_1}{\partial u} & \frac{\partial\varphi_1}{\partial v}\\
  10. \frac{\partial \varphi_2}{\partial u} & \frac{\partial\varphi_2}{\partial v}\\
  11. \frac{\partial \varphi_3}{\partial u} & \frac{\partial\varphi_3}{\partial v}\\
  12. \end{pmatrix}
  13. \end{displaymath}
  14. Sei $(u_0,v_0)\in B$ und
  15. \begin{align*}
  16. \gamma(t) &:= \varphi(t,v_0) &\gamma'(t) &= \varphi_u(t,v_0) &\gamma'(u_0) &= \varphi_u(u_0,v_0)\\
  17. \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)
  18. \end{align*}
  19. Definere damit den \textbf{Normalenvektor} in $\varphi(u_0,v_0)$:
  20. \[N(u_0,v_0) := \varphi_u(u_0,v_0)\times\varphi_v(u_0,v_0)\]
  21. Seien $\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)$.
  22. \[P:= \{\lambda a+\mu b: \ \lambda,\mu\in [0,1]\}\]
  23. Aus der Linearen Algebra folgt, der "`Inhalt"' von $P$ ist $\|a \times b\| = \Delta u\Delta v \|N(u_0,v_0)\|$.
  24. \begin{displaymath}
  25. I(\varphi) = \int_B \|N(u,v)\| d(u,v)
  26. \end{displaymath}
  27. heißt deshalb \textbf{Flächeninhalt} von $\varphi$
  28. \end{definition}
  29. \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\}$.\\
  32. Nachrechnen: $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)$. \\
  33. Damit 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}
  36. \section{Explizite Parameterdarstellung}
  37. Seien \(B\) und \(D\) wie in obiger Definition und \(f\in C^{1}(D,\,\mdr)\). Setze
  38. \[\varphi(u,v):=(u,v,f(u,v))\quad((u,v)\in D)\]
  39. Damit ist \(\varphi_{|B}\) eine Fläche (in expliziter Darstellung).
  40. % hier Graphik einfuegen
  41. Dann ist \(S=\varphi(B)\) gleich dem Graph von \(f_{|B}\).
  42. \[
  43. \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!)}
  44. \]
  45. Damit gilt:
  46. \[I(\varphi)=\int_{B}{(f_{u}^{2}+f_{v}^{2}+1)^{\frac{1}{2}}\mathrm{d}(u,v)}\]
  47. \begin{beispiel}
  48. Sei \(D=\mdr^{2},\,B:=\{(u,v)\in\mdr^{2}\mid u^{2}+v^{2}\leq 1\}\) und
  49. \[f(u,v):=u^{2}+v^{2}\]
  50. Dann ist \(\varphi(u,v)=(u,v,u^{2}+v^{2})\), \(f_{u}=2u\) und \(f_{v}=2v\). Also ist \(S=\varphi(B)\) ein Paraboloid.
  51. \[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!)}\]
  52. \end{beispiel}