About the use of Stirling approximation

178 Views Asked by At

How to prove this inequality: $$\ln \Gamma \left( x \right)-2\ln \Gamma \left( \frac{x+1}{2} \right)>\frac{2x}{3}$$ Sry I forgot to mention that $x>300$

2

There are 2 best solutions below

0
On BEST ANSWER

Another approach would be to use approximations. There is a quickly convergent version of Stirling's formula which goes like this:$$\ln{\Gamma(x)}=\left(x-\frac{1}{2}\right)\ln{x}-x+\frac{\ln{2\pi}}{2}+\frac{1}{12(x+1)}+O(x^{-2})$$ (see http://goo.gl/9hsnO). Derive upper and lower bound from this and plug back into your inequality. You'll end up with a relatively straightforward logarithmic inequality.

0
On

Simply take the derivative of your function: $$f'(x) = \psi(x)-\psi\left(\frac{x+1}{2}\right)$$ And then show that $f''(x) >0$ and that $f'(x)>2/3$ for say $x=20$. This shows that the derivative is larger for all $x>20$.

Now calculate $f(300) > 200$ to prove that $f(x) > 2x/3$ for all $x>300$.