6

I was looking around the internet for a simple(r) proof of the Gamma Reflection Formula. I found this: Detailed explanation of the Γ reflection formula understandable by an AP Calculus student, and did not understand the last integration: $$\displaystyle\int\limits_0^\infty\frac{v^{z-1}}{v+1} dv$$

Can anyone help me? Explanations understandable by an AP Calculus student would be great!

D.R.
  • 8,691
  • 4
  • 22
  • 52

4 Answers4

6

Splitting the integral as $\int_0^\infty \frac{v^{z-1}}{1+v}\,dv=\int_0^1\frac{v^{z-1}}{1+v}\,dv+\int_1^\infty \frac{v^{z-1}}{1+v}\,dv$, and enforcing the substation $v\to 1/v$ in the integral that extends from $1$ to $\infty$, expanding $\frac1{1+v}$ as $\sum_{n=0}^\infty (-1)^nv^n$, and interchanging the order of the series and the integral, we can write

$$\begin{align} \int_0^\infty \frac{v^{z-1}}{1+v}\,dv&=\int_0^1\frac{v^{z-1}}{1+v}\,dv+\int_1^\infty \frac{v^{z-1}}{1+v}\,dv\\\\ &=\int_0^1\frac{v^{z-1}+v^{-z}}{1+v}\,dv\\\\ &=\sum_{n=0}^\infty (-1)^n \int_0^1 (v^{n+z-1}+v^{n-z})\,dv\\\\ &=\sum_{n=0}^\infty (-1)^n\left(\frac{1}{n+z}+\frac{1}{n+1-z}\right) \tag 1\\\\ &=\frac{\pi}{\sin(\pi z)} \end{align}$$

where I showed in the appendix of THIS ANSWER using real analysis methods only that $(1)$ is the partial fraction expansion of $\pi \csc(\pi z)$.

Mark Viola
  • 179,405
  • Can you elaborate on your steps? I still don't understand how you got from the 0 to 1 + 1 to infinity integral to the 0 to 1 integral. – D.R. Feb 27 '17 at 22:20
  • @D.R. MV uses the substitution $v\to\frac{1}{v}$ in the second integral. In other words, make the substitution $v=\frac{1}{u}$. Then $$\int_1^\infty \frac{v^{z-1}}{1+v},dv = \int_1^0\frac{u^{1-z}}{1+1/u},\left(\frac{-du}{u^2}\right) = \int_0^1\frac{u^{-z}}{u+1},du.$$ Now rename $u\to v$. – zahbaz Feb 27 '17 at 22:32
  • @D.R. More importantly, combining the two integrals with the limits of $v\in(0,1)$ permits the next line: a geometric series $\frac{1}{1+v} = \sum_{n=0}^\infty (-v)^n$. Cool stuff. – zahbaz Feb 27 '17 at 22:42
  • @D.R. Enforcing the substitution $v\to 1/v$ so that $dv\to -\frac1{v^2},dv$ and the limits transform from $0$ to $1$ to $\infty$ to $1$. The negative sign on the transformed differential can be absorbed by flipping the new integration limits so they go from $0$ to $1$. – Mark Viola Feb 27 '17 at 23:24
  • Ok. Now how do you get to the summations from the integrals? – D.R. Feb 28 '17 at 02:41
  • 1
    @D.R. Note that $\frac{1}{1+v}=\sum_{n=0}^\infty (-1)^n v^n$ for $|v|<1$. We need to ensure that the interchange of operations (i.e., the series and the integral) is justified. We can do so by using the Dominated Convergence Theorem. Then, we can write $$\int_0^1 (v^{z-1}+v^{-z})\sum_{n=0}^\infty (-1)^nv^n,dv=\sum_{n=0}^\infty (-1)^n \int_0^1 (v^{z-1}+v^{-z})v^n,dv$$ – Mark Viola Feb 28 '17 at 04:10
  • (1) has the (n-z) in the denominator, but your Fourier series appendix had (z-n) in the denominator. Am I missing something? – D.R. Mar 09 '17 at 19:58
  • @D.R. Let $z=(1-a)/2$ in $(4)$ herein to recover the relationship in the referenced appendix. Or let $a=1-2z$ to go from the expression in the appendix to $(4)$ herein. And recall that $\cos(\pi/2-x)=\sin(x)$ and $\sin(\pi/2-x)=\cos(x)$. -Mark – Mark Viola Mar 09 '17 at 21:10
  • In your appendix, you said $\pi \csc(\pi y)=\frac1y +\sum_{n=1}^\infty (-1)^n\left(\frac{1}{y -n}+\frac{1}{y +n}\right)$, which isn't $\sum_{n=0}^\infty (-1)^n\left(\frac{1}{n+z}+\frac{1}{n+1-z}\right)$ – D.R. Mar 09 '17 at 22:08
  • @D.R. What is the relationship between $y$ and $z$/ Why do you think these are not equivalent? I assure that they are indeed equal. – Mark Viola Mar 09 '17 at 23:08
  • Yes, I agree they are equal, but I don't understand why the first one is $y-n$ while the second one is $n-z$. – D.R. Mar 09 '17 at 23:11
  • To arrive at $(A3)$ in the referenced appendix here, we made use of two separate substitutions in $(A2)$ and combined those results. Once we have $$\frac{\pi}{2}\sec\left(\frac{\pi a}{2}\right)=\sum_{n=0}^\infty (-1)^n\left(\frac{1}{a-(-2n-1)}-\frac{1}{a+(-2n-1)}\right)$$ we can arrive at $$\frac{\pi}{\sin(\pi z)}=\sum_{n=0}^\infty (-1)^n\left(\frac{1}{n+z}+\frac{1}{n+1-z}\right)$$ by making the substitution $a=1-2z$. – Mark Viola Mar 09 '17 at 23:21
  • Why do we have to make all those substitutions though? Your appendix already had an expression for $\pi csc(\pi z)$, so can't we just cleverly manipulate it to get $\sum_{n=0}^\infty (-1)^n \left( \frac{1}{n+z}+\frac{1}{n-z+1}\right)$? – D.R. Mar 10 '17 at 02:17
  • @D.R. What are "all those substitutions?" But I see your issue now. The series in the referenced appendix begins at $n=1$ and has a term $1/y$ added to the series. We can absorb that term and write the series as in $(1)$, which begins from $n=0$. Try writing out the first few terms of each representation and convince yourself that they are equivalent. – Mark Viola Mar 10 '17 at 02:59
2

$\newcommand{\bbx}[1]{\,\bbox[8px,border:1px groove navy]{\displaystyle{#1}}\,} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\ic}{\mathrm{i}} \newcommand{\mc}[1]{\mathcal{#1}} \newcommand{\mrm}[1]{\mathrm{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$

With $\ds{\pars{~\Re\pars{z - 1} > - 1\ \mbox{and}\ \Re\pars{z - 1} < 0~} \implies \bbx{\ds{0 < \Re\pars{z} < 1}}}$:

\begin{align} \int_{0}^{\infty}{v^{z - 1} \over v + 1}\,\dd v & \,\,\,\stackrel{t\ =\ 1/\pars{v + 1}}{=}\,\,\, \int_{1}^{0}t\,\pars{{1 \over t} - 1}^{z - 1}\pars{-\,{1 \over t^{2}}}\dd t = \int_{0}^{1}t^{-z}\,\pars{1 - t}^{z - 1}\,\dd t \\[5mm] & = {\Gamma\pars{-z + 1}\Gamma\pars{z} \over \Gamma\pars{1}} = \bbx{\ds{\pi \over \sin\pars{\pi z}}} \end{align}

Felix Marin
  • 89,464
2

OK, I came up with a proof in my youth and have been struggling to recreate it lately and finally have perhaps a bit cleaner proof. No infinite series, products, or complex variables allowed! Let $x\in(0,1)$ and $$g(\theta)=\int_0^{\infty}\frac{t^{x-1}\sin\theta}{t^2+2t\cos\theta+1}dt$$ Then after a little algebraic manipulation we find $$\begin{align}g^{\prime}(\theta)&=\int_0^{\infty}\frac{\left[(2t+\cos\theta)(t^2+2t\cos\theta+1)-(t^2+t\cos\theta)(2t+2\cos\theta)\right]t^{x-1}}{(t^2+2t\cos\theta+1)^2}dt\\ &=\int_0^{\infty}\frac{(2t+\cos\theta)t^{x-1}}{t^2+2t\cos\theta+1}dt+\left.\frac{(t^2+t\cos\theta)t^{x-1}}{t^2+2t\cos\theta+1}\right|_0^{\infty}-\int_0^{\infty}\frac{\left[x(t+\cos\theta)+t\right]t^{x-1}}{t^2+2t\cos\theta+1}dt\\ &=(1-x)\int_0^{\infty}\frac{(t+\cos\theta)t^{x-1}}{t^2+2t\cos\theta+1}dt=(1-x)f(\theta)\end{align}$$ In its turn, $$\begin{align}f^{\prime}(\theta)&=\int_0^{\infty}\frac{\left[-\sin\theta(t^2+2t\cos\theta+1)+t\sin\theta(2t+2\cos\theta)\right]t^{x-1}}{(t^2+2t\cos\theta+1)^2}dt\\ &=\int_0^{\infty}\frac{(-\sin\theta)t^{x-1}}{t^2+2t\cos\theta+1}dt-\left.\frac{(t\sin\theta)t^{x-1}}{t^2+2t\cos\theta+1}\right|_0^{\infty}+\int_0^{\infty}\frac{(x\sin\theta)t^{x-1}}{t^2+2t\cos\theta+1}dt\\ &=-(1-x)\int_0^{\infty}\frac{t^{x-1}\sin\theta}{t^2+2t\cos\theta+1}dt=-(1-x)g(\theta)\end{align}$$ So $g^{\prime\prime}(\theta)=-(1-x)^2g(\theta)$, $g(0)=0$, and $$g^{\prime}(0)=(1-x)f(0)=(1-x)\int_0^{\infty}\frac{t^{x-1}}{t+1}dt$$ The solution to the differential equation is $g(\theta)=C_1\cos(1-x)\theta+C_2\sin(1-x)\theta$, where $g(0)=C_1=0$ and $g^{\prime}(0)=(1-x)C_2=(1-x)\int_0^{\infty}\frac{t^{x-1}}{t+1}dt$, so $$g(\theta)=\int_0^{\infty}\frac{t^{x-1}\sin\theta}{t^2+2t\cos\theta+1}dt=\sin(1-x)\theta\int_0^{\infty}\frac{t^{x-1}}{t+1}dt$$ Now we can say that $$\begin{align}g\left(\frac{\pi}2\right)&=\sin\left(\frac{\pi}2-\frac{\pi x}2\right)\int_0^{\infty}\frac{t^{x-1}}{t+1}dt=\cos\left(\frac{\pi x}2\right)\int_0^{\infty}\frac{t^{x-1}}{t+1}dt\\ &=\int_0^{\infty}\frac{t^{x-1}}{t^2+1}dt=\frac12\int_0^{\infty}\frac{u^{\frac12x-1}}{u+1}du\end{align}$$ Where we have made the substitution $t=u^{1/2}$. We can now prove that for any positive integer $n$ and any odd integer $q$ such that $0<q<2^n$, $$\int_0^{\infty}\frac{t^{\frac q{2^n}-1}}{t+1}dt=\frac{\pi}{\sin\left(\frac{q\pi}{2^n}\right)}$$ For if $n=1$, then $q=1$ and $$\int_0^{\infty}\frac{t^{\frac q{2^n}-1}}{t+1}dt=\int_0^{\infty}\frac{t^{1/2}}{t+1}dt=2\int_0^{\infty}\frac{du}{u^2+1}=\left.2\tan^{-1}u\right|_0^{\infty}=\pi=\frac{\pi}{\sin\left(\frac{q\pi}{2^n}\right)}$$ And if true for some $n>0$ and all odd $0<q<2^n$, then $$\int_0^{\infty}\frac{t^{\frac q{2^{n+1}}-1}}{t+1}dt=2\cos\left(\frac{q\pi}{2^{n+1}}\right)\int_0^{\infty}\frac{t^{\frac q{2^n}-1}}{t+1}dt=\frac{2\pi\cos\left(\frac{q\pi}{2^{n+1}}\right)}{\sin\left(\frac{q\pi}{2^n}\right)}=\frac{\pi}{\sin\left(\frac{q\pi}{2^{n+1}}\right)}$$ Then for odd $2^n<q<2^{n+1}$, $0<2^{n+1}-q<2^n$ and $$\int_0^{\infty}\frac{t^{\frac q{2^{n+1}}-1}}{t+1}dt=\int_0^{\infty}\frac{u^{\frac{2^{n+1}-q}{2^{n+1}}-1}}{u+1}du=\frac{\pi}{\sin\left(\frac{2^{n+1}-q}{2^{n+1}}\pi\right)}=\frac{\pi}{\sin\left(\frac{q\pi}{2^{n+1}}\right)}$$ Where we have made the substitution $t=1/u$. Thus the proposition follows for $n+1$ and all odd $0<q<2^{n+1}$ and by mathematical induction for all binary fractions $0<q/2^n<1$. By the continuity (is this easy to prove?) of the two expressions for $0<x<1$ we conclude that $$\int_0^{\infty}\frac{t^{x-1}}{t+1}dt=\frac{\pi}{\sin(\pi x)}$$ EDIT: Continuity isn't hard to prove just a little tedious. Suppose $0<a<x_1<x_2<b<1$. Then we know by the mean value theorem that there is some $x_1<\xi(x_1,x_2)<x_2$ such that $$\frac{t^{x_2}-t^{x_1}}{x_2-x_1}=t^{\xi(x_1,x_2)}\ln t$$ Then if $0<t\le1$ $$\begin{align}\left|\frac{t^{x_2}-t^{x_1}}{x_2-x_1}\right|&\le-t^{x_1}\ln t=-t^{x_1}\int_1^t\frac{du}u=t^{x_1}\int_t^1\frac{du}u\le t^{x_1}\int_t^1u^{-1-\frac {x_1}2}du\\ &=\left.-\frac2{x_1}t^{x_1}u^{-\frac{x_1}2}\right|_t^1=\frac2{x_1}t^{x_1}\left(t^{-\frac{x_1}2}-1\right)\le\frac2{x_1}t^{\frac{x_1}2}\end{align}$$ So $$\begin{align}\left|\int_0^1\frac{t^{x_2-1}}{t+1}dt-\int_0^1\frac{t^{x_1-1}}{t+1}dt\right|&\le(x_2-x_1)\int_0^1\frac2{x_1}\frac{t^{\frac{x_1}2-1}}1dt=\frac4{x_1^2}(x_2-x_1)\end{align}$$ And if $1\le t$ $$\begin{align}\left|\frac{t^{x_2}-t^{x_1}}{x_2-x_1}\right|\le t^{x_2}\ln t=t^{x_2}\int_1^t\frac{du}u\le t^{x_2}\int_1^tu^{\frac{-1-x_2}2}du=\left.\frac2{1-x_2}t^{x_2}u^{\frac{1-x_2}2}\right|_1^t=\frac2{1-x_2}t^{x_2}\left(t^{\frac{1-x_2}2}-1\right)\le\frac2{1-x_2}t^{\frac{1+x_2}2}\end{align}$$ So $$\left|\int_1^{\infty}\frac{t^{x_2-1}}{t+1}dt-\int_1^{\infty}\frac{t^{x_1-1}}{t+1}dt\right|\le(x_2-x_1)\int_1^{\infty}\frac2{1-x_2}\frac{t^{\frac{1+x_2}2-1}}t=\frac4{(1-x_2)^2}(x_2-x_1)$$ Adding up, $$\left|\int_0^{\infty}\frac{t^{x_2-1}}{t+1}dt-\int_0^{\infty}\frac{t^{x_1-1}}{t+1}dt\right|\le(x_2-x_1)\left(\frac4{x_1^2}+\frac4{(1-x_2)^2}\right)\le(x_2-x_1)\left(\frac4{a^2}+\frac4{(1-b)^2}\right)$$ So given any $0<x_0<1$ and any $\epsilon>0$, choose $a$ and $b$ such that $0<a<x_0<b<1$ and then let $$\delta=\min\left(x_0-a,b-x_0,\frac{\epsilon}{\frac4{a^2}+\frac4{(1-b)^2}}\right)$$ Then $$\left|\int_0^{\infty}\frac{t^{x-1}}{t+1}dt-\int_0^{\infty}\frac{t^{x_0-1}}{t+1}dt\right|<\epsilon$$ Whenever $|x-x_0|<\delta$, completing the $\epsilon$-$\delta$ proof of continuity of $f(x)=\int_0^{\infty}\frac{t^{x=1}}{t+1}dt$.

user5713492
  • 15,938
  • wow...3 years later and this answer shows up. I'll take some time to read it and maybe I'll like it better than the one currently accepted. – D.R. Feb 19 '20 at 23:34
2

For convenience I will rewrite the integral as: $$ \int_0^\infty f(z)dz,\quad\text{with}\quad f(z)=\frac{z^p}{1+z}. $$ Observe that the integral converges if and only if $-1<\Re p<0$ and with this restriction it can be readily evaluated using integration in the complex plane.

Let choose the branch cut of the function $z^{p}$ along the positive real semi-axis and consider the following integration contour $\Gamma$: $$\begin{align} &1)\;z=x,& x:0\to R\\ &2)\;z=Re^{i\phi},&\phi:0\to 2\pi\\ &3)\;z=x,& x:R\to0 \end{align}$$

The integral of the function $ f(z) $ over the circle vanishes as $R\to\infty$ due to Jordan's lemma. While on the top of the branch cut the function evaluates to $$\frac{x^{p}}{1+x}$$ on the bottom of the cut it is $$\frac{(xe^{i2\pi})^{p}}{1+xe^{i2\pi}}=e^{i2\pi p}\frac{x^{p}}{1+x}.$$

Thus by the residue theorem we have $$\operatorname{Res}_{z=-1}f(z)=e^{i\pi p}=\frac1{2\pi i} \int_{\Gamma}f(z)dz=\frac{1-e^{i2\pi p}}{2\pi i}\int_{0}^\infty\frac{x^{p}}{1+x}dx $$ or $$\int_{0}^\infty\frac{x^{p}}{1+x}dx=\frac{2\pi i\; e^{i\pi p} }{1-e^{i2\pi p}} =-\frac\pi{\sin\pi p}. $$

user
  • 26,272