I get the result from Wolfram that $$\lim_{a\to \infty}a-\frac{\Gamma(a+1/2)^2}{\Gamma(a)^2}=\frac{1}{4}.$$
I am trying to prove it. It seems the Stirling's formula cannot be used here. Can anyone help me on this?
Thank you very much!
I tried to use Stirling's approximation as:
\begin{equation} \begin{aligned} a-\frac{\Gamma(a+1/2)^2}{\Gamma(a)^2} &\to a-\frac{(a-1/2)^{2a}}{(a-1)^{2a-1}}e^{-1}\\ &=a-\big(\frac{a-1+1/2}{(a-1)}\big)^{2(a-1)}e^{-1}\frac{a^2-a+1/4}{a-1}\\ &\to a-a-\frac{1}{4(a-1)} \end{aligned} \end{equation}
Considering Stirling approximation $$\log (\Gamma (p))=p (\log (p)-1)-\frac 12 \log(p)+\frac{1}{2} \log (2 \pi )+\frac{1}{12 p}-\frac{1}{360 p^3}+O\left(\frac{1}{p^5}\right)$$ apply it to $$A=\frac{\Gamma \left(a+\frac{1}{2}\right)}{\Gamma (a)}\implies \log(A)=\log \left(\Gamma \left(a+\frac{1}{2}\right)\right)-\log (\Gamma (a))$$ and continue with Taylor expansion for large values of $a$ to get $$\log(A)=\frac{1}{2} \log \left({a}\right)-\frac{1}{8 a}+\frac{1}{192 a^3}+O\left(\frac{1}{a^4}\right)$$ $$\log(A^2)=2\log(A)= \log \left({a}\right)-\frac{1}{4 a}+\frac{1}{96 a^3}+O\left(\frac{1}{a^4}\right)$$ Continue with Taylor, using $A^2=e^{\log(A^2)}$ to get $$A^2=a-\frac{1}{4}+\frac{1}{32 a}+\frac{1}{128 a^2}+O\left(\frac{1}{a^3}\right)$$ which makes $$a-\left(\frac{\Gamma \left(a+\frac{1}{2}\right)}{\Gamma (a)} \right)^2=\frac{1}{4}-\frac{1}{32 a}-\frac{1}{128 a^2}+O\left(\frac{1}{a^3}\right)$$ which shows the limit and how it is approached.
Moreover, it is a quite good approxiamtion of the function even for small values of $a$ as shown in the table $$\left( \begin{array}{ccc} a & \text{approximation} & \text{exact} \\ 1 & 0.210938 & 0.214602 \\ 2 & 0.232422 & 0.232854 \\ 3 & 0.238715 & 0.238835 \\ 4 & 0.241699 & 0.241747 \\ 5 & 0.243438 & 0.243461 \\ 6 & 0.244575 & 0.244588 \\ 7 & 0.245376 & 0.245384 \\ 8 & 0.245972 & 0.245977 \\ 9 & 0.246431 & 0.246435 \\ 10 & 0.246797 & 0.246800 \end{array} \right)$$