aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/7/drehung.tex
blob: ae0dbe3d11c6e318027ff5bf761e608c2528d929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
%
% drehung.tex -- Drehung aus streckungen
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\bgroup
\definecolor{darkgreen}{rgb}{0,0.6,0}
\begin{frame}[t]
\setlength{\abovedisplayskip}{5pt}
\setlength{\belowdisplayskip}{5pt}
\frametitle{Drehung aus Streckungen und Scherungen}
\vspace{-20pt}
\begin{columns}[t,onlytextwidth]
\begin{column}{0.38\textwidth}
\begin{block}{Drehung}
\[
\operatorname{SO}(2)
=
\operatorname{SL}_2(\mathbb{R}) \cap \operatorname{O}(2)
\]
\end{block}
\begin{block}{Zusammensetzung}
Eine Drehung muss als Zusammensetzung geschrieben werden können:
\[
D_{\alpha} 
=
\begin{pmatrix}
\cos\alpha & -\sin\alpha\\
\sin\alpha &\phantom{-}\cos\alpha
\end{pmatrix}
=
DST
\]
\end{block}
\begin{block}{Beispiel}
\vspace{-12pt}
\[
D_{60^\circ}
=
{\tiny
\begin{pmatrix}2&0\\0&\frac12\end{pmatrix}
\begin{pmatrix}1&-\frac{\sqrt{3}}4\\0&1\end{pmatrix}
\begin{pmatrix}1&0\\\frac{\sqrt{3}}2&1\end{pmatrix}
}
\]
\end{block}
\end{column}
\begin{column}{0.58\textwidth}
\begin{block}{Ansatz}
\vspace{-12pt}
\begin{align*}
DST
&=
\begin{pmatrix}
c^{-1}&0\\
  0   &c
\end{pmatrix}
\begin{pmatrix}
1&-s\\
0&1
\end{pmatrix}
\begin{pmatrix}
1&0\\
t&1
\end{pmatrix}
\\
&=
\begin{pmatrix}
c^{-1}&0\\
  0   &c
\end{pmatrix}
\begin{pmatrix}
-st&-s\\
  t& 1
\end{pmatrix}
\\
&=
\begin{pmatrix}
-stc^{-1}&{\color{darkgreen}sc^{-1}}\\
{\color{blue}ct}&{\color{red}c}
\end{pmatrix}
=
\begin{pmatrix}
\cos\alpha & {\color{darkgreen}- \sin\alpha} \\
{\color{blue}\sin\alpha} & \phantom{-}  {\color{red}\cos\alpha}
\end{pmatrix}
\end{align*}
\end{block}
\vspace{-10pt}
\begin{block}{Koeffizientenvergleich}
\vspace{-15pt}
\begin{align*}
{\color{red} c}
&=
{\color{red}\cos\alpha }
&&
&
{\color{blue}
t}&=\rlap{$\displaystyle\frac{\sin\alpha}{c} = \tan\alpha$} \\
{\color{darkgreen}sc^{-1}}&={\color{darkgreen}-\sin\alpha}
&
&\Rightarrow&
{\color{darkgreen}s}&={\color{darkgreen}-\sin\alpha}\cos\alpha
\\
{\color{orange} -stc^{-t}}
&=
\rlap{$\sin\alpha\tan\alpha = \cos\alpha \quad $}
\end{align*}
\end{block}
\end{column}
\end{columns}
\end{frame}
\egroup