Simplifying gamma expression

123 Views Asked by At

How would one simplify $$\frac{\Gamma(n+\frac{1}{2})}{\Gamma(n)}$$ into a form not containing gamma expressions (for example, into something with $n$, $\sqrt{\pi}$, and so on, but not $\Gamma$)? My intuition is that the desired simplification involves a clever application of the recursion property $\Gamma(n) = (n-1)\Gamma(n-1)$ but I am not seeing how to do this.

2

There are 2 best solutions below

0
On BEST ANSWER

$$\frac{\Gamma\left(n+\tfrac{1}{2}\right)}{\Gamma(n)} = \frac{\left(n-\tfrac{1}{2}\right)\left(n-\tfrac{3}{2}\right)\cdots\tfrac{1}{2}\sqrt{\pi}}{(n-1)!}=\frac{(2n-1)!!\sqrt{\pi}}{2^n (n-1)!}=n\sqrt{\pi}\,\frac{(2n-1)!!}{(2n)!!}$$ leads to $$\frac{\Gamma\left(n+\tfrac{1}{2}\right)}{\Gamma(n)} =\color{red}{\binom{2n}{n}\frac{n\sqrt{\pi}}{4^n}}.$$

2
On

$$\Gamma(z)\Gamma(z+\frac{1}{2}) = 2^{1-2z}\sqrt{\pi}\Gamma(2z) $$

This equation will help you get rid of $\Gamma({\frac{1}{2}+z})$ symbol. This equation is called duplication formula.