flashcards.tex 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. \documentclass[mycards,frame]{flashcards}
  2. \usepackage{amsmath,amssymb}% math symbols / fonts
  3. \usepackage[utf8]{inputenc} % this is needed for umlauts
  4. \usepackage[ngerman]{babel} % this is needed for umlauts
  5. \usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
  6. \usepackage{enumitem}
  7. \def\mdr{\ensuremath{\mathbb{R}}}
  8. \DeclareMathOperator{\Bild}{Bild}
  9. \makeatletter
  10. \renewcommand{\flashcards@ps@back@begin@plain}
  11. % {\vspace*{\fill}\center\flashcards@format@back}% REMOVED
  12. {\vspace*{\fill}\flashcards@format@back}% ADDED
  13. \makeatother
  14. \begin{document}
  15. \begin{flashcard}{ Tangentialebene }
  16. { %In Vorlesung: 17.1
  17. Sei $S \subseteq \mdr^3$ eine reguläre Fläche, $s \in S$,
  18. $F: U \rightarrow V \cap S$ eine lokale Parametrisierung um $s$
  19. (d.~h. $s \in V$)
  20. \[(u,v) \mapsto (x(u,v), y(u,v), z(u,v))\]
  21. Für $p=F^{-1}(s) \in U$ sei
  22. \[ J_F(u,v) = \begin{pmatrix}
  23. \frac{\partial x}{\partial u} (p) & \frac{\partial x}{\partial v} (p)\\
  24. \frac{\partial y}{\partial u} (p) & \frac{\partial y}{\partial v} (p)\\
  25. \frac{\partial z}{\partial u} (p) & \frac{\partial z}{\partial v} (p)
  26. \end{pmatrix}\]
  27. und $D_P F: \mdr^2 \rightarrow \mdr^3$ die durch $J_F (p)$
  28. definierte lineare Abbildung.
  29. Dann heißt $T_s S := \Bild(D_p F)$ die \textbf{Tangentialebene}
  30. an $s \in S$.
  31. }
  32. \end{flashcard}
  33. \begin{flashcard}{ Normalenfeld\\Fläche, orientierbare }
  34. { %In Vorlesung: Def.+Bem 17.5
  35. \begin{enumerate}[label=\alph*)]
  36. \item Ein \textbf{Normalenfeld} auf der
  37. Fläche $S$ ist eine Abbildung $n: S \rightarrow S^2 \subseteq \mdr^3$
  38. mit $n(s) \in T_s S^\perp$ für jedes $s \in S$.
  39. \item $S$ heißt \textbf{orientierbar},
  40. wenn es ein stetiges Normalenfeld auf $S$ gibt.
  41. \end{enumerate}
  42. }
  43. \end{flashcard}
  44. \begin{flashcard}{ Normalenkrümmung }
  45. {
  46. In der Situation aus XY heißt die Krümmung $\kappa_\gamma(0)$
  47. der Kurve $\gamma$ in der Ebene $(s+ E)$ im Punkt $s$ die
  48. \textbf{Normalenkrümmung}\footnotemark von $S$ in $s$ in Richtung
  49. $x = \gamma'(0)$.
  50. Man scheibt: $\kappa_\gamma(0) := \kappa_{\text{Nor}}(s, x)$
  51. }
  52. \end{flashcard}
  53. \end{document}