17
$\begingroup$

The $\Gamma (x)$ function has just one minimum for $x>0$ . This result uses some properties of the gamma function:

  • $\Gamma ^{\prime \prime }(x)>0$ and $\Gamma (x)>0$ for all $x>0$
  • $\Gamma (1)=\Gamma (2)=1$.

Observing the following graph (created in SWP) of $y=\Gamma (x)$ this minimum is near $x=3/2$, but likely $\min \Gamma (x)\neq \Gamma \left( 3/2\right) =\dfrac{1}{2}\Gamma \left( 1/2\right) =\dfrac{1}{2}\sqrt{\pi }$.

alt text

I think that it is not possible to find analytically the exact value of $x_{\min }$, even by converting to an adequate problem in the interval $]0,1]$ and using the functional equation $\Gamma (x+1)=x\Gamma (x)$ and the reflection formula

$\Gamma (p)\Gamma (p-1)=\dfrac{\pi }{\sin px}\qquad $( $0\lt p\lt 1$)

Question:

a) Which is the best way to find $\min_{[1,2]}\Gamma (x)$ and does $x_{\min }$ lay in $[1,3/2]$ or in $[3/2,2]$?

b) Is there some useful series expansion of $\Gamma (x)$?

c) Which numeric method do you suggest?


Edit: Due to the shape of $\Gamma (x)$ I thought on the one-dimensional Davies-Swann-Campey method of direct search for unconstrained optimization, which approximates a function near a minimum by successive approximating quadratic polynomials.

  • 0
    So as it's not simple to compute the value analytically, it's worth stating that $\left(\frac{33}{20}\cdot\frac{\pi^4}{110}\ ,\ \frac{\pi^4}{110}\right)$ is an approximation to $(x,y)_{\text{min}}$ with an error of $\mathcal{O}(10^{-4})$ in the first and even less in the second variable.2013-03-01

2 Answers 2

8

There indeed is no closed-form for the gamma function's minimum; what you can do instead, however, is to find the positive root of the digamma function (the logarithmic derivative of the gamma function), which should be available in your computing environment.

  • 0
    @Heimdall, I do not believe it has been named, but I would be happy to be proven wrong.2018-01-26
4

According to MathWorld the minimum of the Gamma function for positive $x$ is 1.46163...; in particular I guess this is enough to deduce that it is smaller than $3/2$. You can follow the links along to find some references where this is proved.

  • 0
    Yes, it is enough. Thanks! In this case I have not checked before in MathWorld, although usualy I search many things there.2010-08-24