aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/080-funktionentheorie/uebungsaufgaben/2.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-12-18 17:17:17 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-12-18 17:17:17 +0100
commit205b65bcb0891d941b60f295876b40121cfe871e (patch)
treead462ab90fef64c56d860250e16961828e7cbaf4 /buch/chapters/080-funktionentheorie/uebungsaufgaben/2.tex
parentEigenwertproblem auf dem Rechteck (diff)
downloadSeminarSpezielleFunktionen-205b65bcb0891d941b60f295876b40121cfe871e.tar.gz
SeminarSpezielleFunktionen-205b65bcb0891d941b60f295876b40121cfe871e.zip
more info about gamma function
Diffstat (limited to 'buch/chapters/080-funktionentheorie/uebungsaufgaben/2.tex')
-rw-r--r--buch/chapters/080-funktionentheorie/uebungsaufgaben/2.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/buch/chapters/080-funktionentheorie/uebungsaufgaben/2.tex b/buch/chapters/080-funktionentheorie/uebungsaufgaben/2.tex
new file mode 100644
index 0000000..48e9bdc
--- /dev/null
+++ b/buch/chapters/080-funktionentheorie/uebungsaufgaben/2.tex
@@ -0,0 +1,31 @@
+Verwenden Sie die Legendresche Verdoppelungsformel und
+die Eulersche Spiegelungsformel für die Gamma-Funktion,
+um $\Gamma(\frac14)\Gamma(\frac34)$ zu berechnen und
+verifizieren Sie, dass beide Wege das gleiche Resultat geben.
+
+\begin{loesung}
+Aus der Spiegelungsformel für $x=\frac14$ folgt
+\[
+\Gamma({\textstyle\frac14})\Gamma({\textstyle\frac34})
+=
+\frac{\pi}{\sin\frac{\pi}4}
+=
+\frac{\pi}{1/\sqrt{2}}
+=
+\pi\sqrt{2}.
+\]
+Andererseits ist $\frac34=\frac14+\frac12$, so dass aus der Legendreschen
+Verdoppelungsformel folgt
+\[
+\Gamma({\textstyle\frac14})\Gamma({\textstyle\frac34})
+=
+2^{1-2\cdot \frac14}\sqrt{\pi}\Gamma(2\cdot {\textstyle\frac14})
+=
+\sqrt{2}
+\sqrt{\pi}\Gamma({\textstyle\frac12})
+=
+\sqrt{2}
+\pi.
+\]
+Offensichtlich stimmen die beiden Resultate überein.
+\end{loesung}