From 205b65bcb0891d941b60f295876b40121cfe871e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 18 Dec 2021 17:17:17 +0100 Subject: more info about gamma function --- buch/chapters/080-funktionentheorie/Makefile.inc | 4 + .../chapters/080-funktionentheorie/anwendungen.tex | 9 + buch/chapters/080-funktionentheorie/chapter.tex | 14 +- .../080-funktionentheorie/gammareflektion.tex | 223 +++++++++++++++++++++ .../chapters/080-funktionentheorie/images/Makefile | 5 +- .../080-funktionentheorie/images/gammapfad.pdf | Bin 0 -> 14664 bytes .../080-funktionentheorie/images/gammapfad.tex | 54 +++++ .../080-funktionentheorie/uebungsaufgaben/1.tex | 55 +++++ .../080-funktionentheorie/uebungsaufgaben/2.tex | 31 +++ 9 files changed, 388 insertions(+), 7 deletions(-) create mode 100644 buch/chapters/080-funktionentheorie/anwendungen.tex create mode 100644 buch/chapters/080-funktionentheorie/gammareflektion.tex create mode 100644 buch/chapters/080-funktionentheorie/images/gammapfad.pdf create mode 100644 buch/chapters/080-funktionentheorie/images/gammapfad.tex create mode 100644 buch/chapters/080-funktionentheorie/uebungsaufgaben/1.tex create mode 100644 buch/chapters/080-funktionentheorie/uebungsaufgaben/2.tex (limited to 'buch/chapters/080-funktionentheorie') diff --git a/buch/chapters/080-funktionentheorie/Makefile.inc b/buch/chapters/080-funktionentheorie/Makefile.inc index 891f488..a702182 100644 --- a/buch/chapters/080-funktionentheorie/Makefile.inc +++ b/buch/chapters/080-funktionentheorie/Makefile.inc @@ -9,4 +9,8 @@ CHAPTERFILES = $(CHAPTERFILES) \ chapters/080-funktionentheorie/analytisch.tex \ chapters/080-funktionentheorie/cauchy.tex \ chapters/080-funktionentheorie/fortsetzung.tex \ + chapters/080-funktionentheorie/anwendungen.tex \ + chapters/080-funktionentheorie/gammareflektion.tex \ + chapters/080-funktionentheorie/uebungsaufgaben/1.tex \ + chapters/080-funktionentheorie/uebungsaufgaben/2.tex \ chapters/080-funktionentheorie/chapter.tex diff --git a/buch/chapters/080-funktionentheorie/anwendungen.tex b/buch/chapters/080-funktionentheorie/anwendungen.tex new file mode 100644 index 0000000..aab0d6b --- /dev/null +++ b/buch/chapters/080-funktionentheorie/anwendungen.tex @@ -0,0 +1,9 @@ +% +% anwendungen.tex +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\section{Anwendungen +\label{buch:funktionentheorie:section:anwendungen}} + +\input{chapters/080-funktionentheorie/gammareflektion.tex} diff --git a/buch/chapters/080-funktionentheorie/chapter.tex b/buch/chapters/080-funktionentheorie/chapter.tex index 877d1b1..b7b5325 100644 --- a/buch/chapters/080-funktionentheorie/chapter.tex +++ b/buch/chapters/080-funktionentheorie/chapter.tex @@ -35,17 +35,19 @@ auf der rellen Achse hinaus fortsetzen. \input{chapters/080-funktionentheorie/analytisch.tex} \input{chapters/080-funktionentheorie/cauchy.tex} \input{chapters/080-funktionentheorie/fortsetzung.tex} +\input{chapters/080-funktionentheorie/anwendungen.tex} \section{TODO} \begin{itemize} \item Aurgument-Prinzip \end{itemize} -%\section*{Übungsaufgaben} -%\rhead{Übungsaufgaben} -%\aufgabetoplevel{chapters/020-exponential/uebungsaufgaben} -%\begin{uebungsaufgaben} +\section*{Übungsaufgaben} +\rhead{Übungsaufgaben} +\aufgabetoplevel{chapters/080-funktionentheorie/uebungsaufgaben} +\begin{uebungsaufgaben} %\uebungsaufgabe{0} -%\uebungsaufgabe{1} -%\end{uebungsaufgaben} +\uebungsaufgabe{1} +\uebungsaufgabe{2} +\end{uebungsaufgaben} diff --git a/buch/chapters/080-funktionentheorie/gammareflektion.tex b/buch/chapters/080-funktionentheorie/gammareflektion.tex new file mode 100644 index 0000000..e77c8d6 --- /dev/null +++ b/buch/chapters/080-funktionentheorie/gammareflektion.tex @@ -0,0 +1,223 @@ +% +% gammareflektion.tex +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\subsection{Reflektionsformel für die Gamma-Funktion +\label{buch:funktionentheorie:subsection:gammareflektion}} +Die Formel~\eqref{buch:rekursion:gamma:spiegelung-betaintegral} +stellt eine Beziehung zwischen dem Produkt $\Gamma(x)\Gamma(1-x)$ +von zwei Werten der Gamma-Funktion in Punkten der komplexen Ebene, +die durch Spiegelung an der Geraden $\operatorname{Re}x=\frac12$ +auseinander hervorgehen, und einem speziellen Beta-Integral her. + +\begin{satz} +Für $0=latex,thick,scale=\skala] + +\draw[->] (-2.55,0) -- (2.7,0) coordinate[label={$\operatorname{Re}z$}]; +\draw[->] (0,-2.55) -- (0,2.7,0) coordinate[label={right:$\operatorname{Im}z$}]; + +\def\repsilon{0.3} +\def\R{2.5} +\def\d{0.04} + +\pgfmathparse{asin(\d/sqrt(\R*\R-\d*\d))} +\xdef\A{\pgfmathresult} +\pgfmathparse{asin(\d/sqrt(\repsilon*\repsilon-\d*\d))} +\xdef\a{\pgfmathresult} + +\draw[->] (0,0) -- (70:\R); +\node at (70:{0.7*\R}) [right] {$R$}; +\draw[->] (0,0) -- (-40:\repsilon); +\node at (-40:\repsilon) [below right] {$\varepsilon$}; + +\draw[color=darkred,line width=1.4pt] + ({\A-180}:\R) arc ({\A-180}:{180-\A}:\R) + -- + ({-sqrt(\R*\R-\d*\d)},\d) + -- + %({-sqrt(\repsilon*\repsilon-\d*\d)},\d) + ({180-\a}:\repsilon) arc ({180-\a}:{\a-180}:\repsilon) + -- + ({-sqrt(\R*\R-\d*\d)},-\d) + -- + cycle; + +\fill[color=blue] (1,0) circle[radius=0.04]; +\node[color=blue] at (1,0) [above] {$1$}; + +\node[color=darkred] at (120:\R) [above left] {$\gamma$}; + +\end{tikzpicture} +\end{document} + diff --git a/buch/chapters/080-funktionentheorie/uebungsaufgaben/1.tex b/buch/chapters/080-funktionentheorie/uebungsaufgaben/1.tex new file mode 100644 index 0000000..8bc276f --- /dev/null +++ b/buch/chapters/080-funktionentheorie/uebungsaufgaben/1.tex @@ -0,0 +1,55 @@ +Verwenden Sie die Eulersche Spiegelungsformel um +\[ +S_n += +\sum_{k=1}^n +\Gamma\biggl(\frac{1+2k}2\biggr)\Gamma\biggl(\frac{1-2k}2\biggr) +\] +zu berechnen. + +\begin{loesung} +Zunächst beachten wir, dass +\[ +1 - \frac{1+2k}2 += +\frac{1-2k}2. +\] +Dies bedeutet, dass +\[ +\Gamma\biggl(\frac{1+2k}2\biggr) +\Gamma\biggl(\frac{1-2k}2\biggr) += +\Gamma\biggl(\frac{1+2k}2\biggr) +\Gamma\biggl(1-\frac{1+2k}2\biggr) += +\frac{\pi}{ +\sin\pi\frac{1+2k}2 +} += +\frac{\pi}{\sin(2k+1)\frac{\pi}2} +\] +nach der Eulerschen Spiegelungsformel. +Das Argument der Sinus-Funktion ist ein ungerades Vielfaches +von $\frac{\pi}2$, die Sinus-Funktion hat dort die Werte $\pm 1$, +genauer +\[ +\sin(2k+1)\frac{\pi}2 += +(-1)^k. +\] +Damit wird die gesuchte Summe: +\[ +S_n += +\sum_{k=1}^n +\frac{\pi}{(-1)^k} += +-\pi+\pi-\pi+\dots+(-1)^n\pi += +\begin{cases} +0&\qquad\text{$n$ gerade}\\ +-\pi&\qquad\text{$n$ ungerade}. +\end{cases} +\qedhere +\] +\end{loesung} 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} -- cgit v1.2.1