📚 The CoCalc Library - books, templates and other resources
License: OTHER
\documentclass[mycards,frame]{flashcards}1\usepackage{amsmath,amssymb}% math symbols / fonts2\usepackage[utf8]{inputenc} % this is needed for umlauts3\usepackage[ngerman]{babel} % this is needed for umlauts4\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf5\usepackage{enumitem}67\def\mdr{\ensuremath{\mathbb{R}}}8\DeclareMathOperator{\Bild}{Bild}910\makeatletter11\renewcommand{\flashcards@ps@back@begin@plain}12% {\vspace*{\fill}\center\flashcards@format@back}% REMOVED13{\vspace*{\fill}\flashcards@format@back}% ADDED14\makeatother1516\begin{document}17\begin{flashcard}{ Tangentialebene }18{ %In Vorlesung: 17.119Sei $S \subseteq \mdr^3$ eine reguläre Fläche, $s \in S$,20$F: U \rightarrow V \cap S$ eine lokale Parametrisierung um $s$21(d.~h. $s \in V$)22\[(u,v) \mapsto (x(u,v), y(u,v), z(u,v))\]23Für $p=F^{-1}(s) \in U$ sei24\[ J_F(u,v) = \begin{pmatrix}25\frac{\partial x}{\partial u} (p) & \frac{\partial x}{\partial v} (p)\\26\frac{\partial y}{\partial u} (p) & \frac{\partial y}{\partial v} (p)\\27\frac{\partial z}{\partial u} (p) & \frac{\partial z}{\partial v} (p)28\end{pmatrix}\]29und $D_P F: \mdr^2 \rightarrow \mdr^3$ die durch $J_F (p)$30definierte lineare Abbildung.3132Dann heißt $T_s S := \Bild(D_p F)$ die \textbf{Tangentialebene}33an $s \in S$.34}35\end{flashcard}3637\begin{flashcard}{ Normalenfeld\\Fläche, orientierbare }38{ %In Vorlesung: Def.+Bem 17.539\begin{enumerate}[label=\alph*)]40\item Ein \textbf{Normalenfeld} auf der41Fläche $S$ ist eine Abbildung $n: S \rightarrow S^2 \subseteq \mdr^3$42mit $n(s) \in T_s S^\perp$ für jedes $s \in S$.43\item $S$ heißt \textbf{orientierbar},44wenn es ein stetiges Normalenfeld auf $S$ gibt.45\end{enumerate}46}47\end{flashcard}4849\begin{flashcard}{ Normalenkrümmung }50{51In der Situation aus XY heißt die Krümmung $\kappa_\gamma(0)$52der Kurve $\gamma$ in der Ebene $(s+ E)$ im Punkt $s$ die53\textbf{Normalenkrümmung}\footnotemark von $S$ in $s$ in Richtung54$x = \gamma'(0)$.5556Man scheibt: $\kappa_\gamma(0) := \kappa_{\text{Nor}}(s, x)$57}58\end{flashcard}59\end{document}6061