aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/fresnel/integrale.tex
blob: 7798932252395518b4f5c7e265804842a9ad99a7 (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
%
% fresnel.tex -- slide template
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\bgroup
\input{../slides/fresnel/eulerpath.tex}
\begin{frame}[t]
\setlength{\abovedisplayskip}{5pt}
\setlength{\belowdisplayskip}{5pt}
\frametitle{Fresnel-Integrale}
\vspace{-20pt}
\begin{columns}[t,onlytextwidth]
\begin{column}{0.48\textwidth}
\begin{block}{Definition}
Fresnel-Integrale:
\begin{align*}
S(t)
&=
\int_0^t \sin(\tau^2)\,d\tau
\\
C(t)
&=
\int_0^t \cos(\tau^2)\,d\tau
\end{align*}
\uncover<2->{%
Können nicht in geschlossener Form ausgewertet werden.
}
\end{block}
\uncover<3->{%
\begin{block}{Kurve}
\[
\gamma(t)
=
\begin{pmatrix}
S(t)\\C(t)
\end{pmatrix}
\]
\end{block}}
\end{column}
\begin{column}{0.48\textwidth}
\uncover<4->{%
\begin{block}{Euler-Spirale}
\begin{center}
\begin{tikzpicture}[>=latex,thick,scale=2.7]

\draw[->] (-1.05,0) -- (1.05,0) coordinate[label={$C(t)$}];
\draw[->] (0,-1.05) -- (0,1.05) coordinate[label={right:$S(t)$}];

\draw[color=red,line width=1.4pt] \fresnela;
\draw[color=red,line width=1.4pt] \fresnelb;

\fill[color=blue] ({sqrt(3.14159/8)},{sqrt(3.14159/8)}) circle[radius=0.02];
\fill[color=blue] ({-sqrt(3.14159/8)},{-sqrt(3.14159/8)}) circle[radius=0.02];

\draw (1,-0.03) -- (1,0.03);
\node at (1,-0.03) [below] {$1$};
\draw (-1,-0.03) -- (-1,0.03);
\node at (-1,0.03) [above] {$-1$};
\draw (-0.03,1) -- (0.03,1);
\node at (-0.03,1) [left] {$1$};
\draw (-0.03,-1) -- (0.03,-1);
\node at (0.03,-1) [right] {$-1$};
\node at (0,0) [below right] {$0$};

\end{tikzpicture}
\end{center}
\end{block}}
\end{column}
\end{columns}
\end{frame}
\egroup