Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

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