aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/020-exponential/uebungsaufgaben/2.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2021-12-28 11:58:31 +0100
committerAndreas Müller <andreas.mueller@othello.ch>2021-12-28 11:58:31 +0100
commitf5561d1fd796049c571e5c10e512228840baef50 (patch)
treeaad58398fce7c78a602f97ad214bc87784ea0bb1 /buch/chapters/020-exponential/uebungsaufgaben/2.tex
parentmore exponential function stuff (diff)
downloadSeminarSpezielleFunktionen-f5561d1fd796049c571e5c10e512228840baef50.tar.gz
SeminarSpezielleFunktionen-f5561d1fd796049c571e5c10e512228840baef50.zip
new problem added
Diffstat (limited to '')
-rw-r--r--buch/chapters/020-exponential/uebungsaufgaben/2.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/buch/chapters/020-exponential/uebungsaufgaben/2.tex b/buch/chapters/020-exponential/uebungsaufgaben/2.tex
new file mode 100644
index 0000000..70cf8f3
--- /dev/null
+++ b/buch/chapters/020-exponential/uebungsaufgaben/2.tex
@@ -0,0 +1,17 @@
+Finden Sie $x$ derart, dass $(\tan x)^{\tan x}=2$
+
+\begin{loesung}
+Zunächst setzen wir $y=\tan x$, dann wird die Gleichung zu $y^y = 2$.
+Der Logarithmus davon ist $y\log y = \log 2$.
+Mit der Bezeichnung $t=\log y$ wird daraus die Gleichung
+\[
+te^t = \log 2,
+\]
+die mit der Lambert-$W$-Funktion gelöst werden kann, die Lösung ist
+$t=W(\log 2)$.
+Darus kann man jetzt wieder $y=e^t=e^{W(\log 2)}$ bekommen.
+So finden wir die Lösung
+$x = \arctan e^{W(\log 2)}\approx 1.00064239632968$.
+Durch Addition von ganzzahligen Vielfachen von $\pi$ erhält man
+weitere Lösungen.
+\end{loesung}