aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/uebungsaufgaben/4001.tex
blob: 2fab61ae6d419942ee9412ef7b689c406c9c0099 (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
Verwenden Sie die Matrixdarstellung komplexer Zahlen, um $i^i$ zu
berechnen.

\begin{hinweis}
Verwenden Sie die eulersche Formel um $\log J$ zu bestimmen.
\end{hinweis}

\begin{loesung}
Wir berechnen $J^J$ mit Hilfe des Logarithmus als
$J^J = \exp(J\log J)$.
Zunächst erinnern wir an die Eulersche Formel
\[
\exp tJ
=
\sum_{k=0}^\infty \frac{t^k J^k}{k!}
=
\sum_{i=0}^\infty \frac{t^{2i}(-1)^i}{(2i)!}\cdot E
+
\sum_{i=0}^\infty \frac{t^{2i+1}(-1)^i}{(2i+1)!}\cdot J
=
\cos t\cdot E
+
\sin t\cdot J.
\]
Daraus liest man ab, dass 
\[
\log \begin{pmatrix}
\cos t&-\sin t\\
\sin t& \cos t
\end{pmatrix}
=
tJ
\]
gilt.
Für die Matrix $J$ heisst das
\begin{equation}
J = \begin{pmatrix}
0&-1\\1&0
\end{pmatrix}
=
\begin{pmatrix}
\cos\frac{\pi}2&-\sin\frac{\pi}2\\
\sin\frac{\pi}2& \cos\frac{\pi}2
\end{pmatrix}
\qquad\Rightarrow\qquad
\log J = \frac{\pi}2 J.
\label{4001:logvalue}
\end{equation}
Als nächstes müssen wir $J\log J$ berechnen.
Aus \eqref{4001:logvalue} folgt
\[
J\log J = J\cdot \frac{\pi}2J = - \frac{\pi}2 \cdot E.
\]
Darauf ist die Exponentialreihe auszuwerten, also
\[
J^J
=
\exp (J\log J)
=
\exp(-\frac{\pi}2 E)
=
\exp
\begin{pmatrix}
-\frac{\pi}2&0\\
0&-\frac{\pi}2
\end{pmatrix}
=
\begin{pmatrix}
e^{-\frac{\pi}2}&0\\
0&e^{-\frac{\pi}2}
\end{pmatrix}
=
e^{-\frac{\pi}2} E.
\]
Als komplexe Zahlen ausgedrückt folgt also $i^i = e^{-\frac{\pi}2}$.
\end{loesung}