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!
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)$.