Questions tagged [gamma-function]

Questions on the gamma function $\Gamma(z)$ of Euler extending the usual factorial $n!$ for arbitrary argument, and related functions. The Gamma function is a specific way to extend the factorial function to other values using integrals.

Gamma function, generalization of the factorial function to nonintegral values, introduced by the Swiss mathematician Leonhard Euler in the $18^{th}$ century.

Definition: The gamma function, denoted by $\Gamma$, is defined by \begin{equation*} \Gamma(z)=\int^{\infty}_{0}x^{z-1}e^{-x}\ \mathrm dx, \end{equation*} where $z$ is a complex number whose real part is greater than $0$. This integral function is extended by analytic continuation to all complex numbers except the non-positive integer. The reason for $z-1$ instead of $z$ in the exponent is to reflect the fact that $1/x$ is not improperly integrable on either $(0,1]$ or $[1,\infty)$.

Properties:

$1.~$ For $\Re(z)>0$ the integral is convergent, i.e. $\Gamma$ is well-defined. Also, $\Gamma(z)>0$ for $z>0$.

$2.~$ $\Gamma(z+1) = z \Gamma(z)$ and if $n\in\mathbb{Z}^+$, $\Gamma(n)=(n-1)!$. This allows us to extend the definition to any $z\in\mathbb{C}$, except non-positive integers.

$3.~$ $\Gamma(1)=1$

$4.~$ $\Gamma\left(\frac{1}{2}\right)=\sqrt{\pi}$

$5.~$ $\displaystyle{ \Gamma(z)\Gamma(1-z) = \pi \csc(\pi z)}$

$6.~$ $\log(\Gamma(z))$ is convex

$7.~$ $\Gamma(z)$ is analytic for $s>0$

$8.~$ $\Gamma(z)$ admits a Weierstrass product representation: $$ \Gamma(s) = \frac{e^{-\gamma z}} z \prod_{n=1}^\infty \left(1 + \frac z n \right)^{-1} e^{z/n}, $$where $\gamma$ is the . In particular, $\Gamma(s)\neq 0$ for any complex $z$.

The famous Bohr-Mollerup theorem says that properties $1,3,6$ uniquely characterize $\Gamma$.

Here is a quick look at the graphics for the gamma function along the real axis.

enter image description here

Applications:

The gamma function shows up in many, seemingly unrelated, fields of mathematics. In particular, the generalization of the factorial provided by the gamma function is helpful in some combinatorics and probability problems. Some probability distributions are defined directly in terms of the gamma function. For example, the gamma distribution is stated in terms of the gamma function. This distribution can be used to model the interval of time between earthquakes. Student's $t$ distribution, which can be used for data where we have an unknown population standard deviation, and the chi-square distribution are also defined in terms of the gamma function.

References:

https://en.wikipedia.org/wiki/Gamma_function

http://functions.wolfram.com/GammaBetaErf/Gamma/introductions/Gamma/ShowAll.html

3120 questions
0
votes
1 answer

Gamma functions with complex arguments

The Gamma function has certain properties that allow it being evaluated for certain complex arguments. Is there any known expression simplifying $\Gamma(-n + i x) \Gamma(-n - i x)$ for integers $n \ge 0$ and real variables $x$? I checked Abramovitz…
Sah
  • 1
0
votes
1 answer

Integral Representation of different Gamma-Functions

I came across the relation $(Γ(x) Γ(y))/Γ(x + y) = \int_0^1 t^{x-1}(1-t)^{y-1}dt$ Can someone tell me how to prove this? Thanks!
TwoStones
  • 580
  • 1
  • 6
  • 13
0
votes
1 answer

simple question on gamma functions monotonicity

Consider $x> 1$ and $i=1,2,3...$. I do not know much about gamma functions. Is $\Gamma(x) < \Gamma(x+i), \forall i$? I know there is some property that gamma function is always increasing in $(\alpha, \infty)$ when $\alpha >2$.
bissi
  • 64
  • 11
0
votes
0 answers

Gamma function limit to integral question

I am reading up on the gamma function and have seen a formula that I can't connect to the usual integral definition. Namely, $$ \Gamma(x) = \lim_{n\rightarrow \infty}\frac{n!n^{x-1}}{x(x+1)\cdots(x+n-1)}, \qquad x\neq 0,-1,-2,\dots $$ How can I…
RedPen
  • 581
0
votes
3 answers

Why $\lim_{n\to\infty} \frac{\Gamma\left(n - \frac{1}{2}\right)}{\Gamma\left(n\right)} = e^{-\frac{1}{2}}$

Why is it true that $$\lim_{n\to\infty} \frac{\Gamma\left(n - \frac{1}{2}\right)}{\Gamma\left(n\right)} = e^{-\frac{1}{2}}$$ I only know the integral definition of gamma function. My notes writes $$\lim_{n\to\infty} \frac{\Gamma\left(n -…
3x89g2
  • 7,542
0
votes
1 answer

Why is $-\sqrt{\pi}$ not an answer to the Gaussian Integral?

The polar-coordinate proof for the Gaussian integral ends up with the integral squared equaling $\pi$. From there, I understand that $\sqrt{\pi}$ is the solution to the integral, but why isn't $-\sqrt{\pi}$ also a solution? Is that just not how…
0
votes
0 answers

Reciprocal of Gamma function for negative integers

On page 255 of the book "Handbook of Mathematical Functions" by Milton Abramowitz and Irene A. Stegun, it is mentioned that $$\lim_{z \to n} \frac{1}{\Gamma{(-z)}}=0=\frac{1}{(-n-1)!}.$$ I am not able to understand why it is equal to…
0
votes
1 answer

Doubt in gamma function

We all know that from Euler's reflection formula $$\Gamma(m) \Gamma(1-m) = \frac{\pi}{\sin(m \pi)}.$$ But while solving problems there are circumstances where one often ends with a quotient of the form $$\frac{\Gamma(m)}{\Gamma (1-m)}.$$ What will…
Sweta
  • 55
0
votes
1 answer

Property of the gamma function, and evaluation of a product

Using $\Gamma(n)= (n-1)\Gamma(n-1)$ , I get, $\Gamma(n + \frac{3}{2}) = \frac{\sqrt{\pi}(2n+1)(2n-1)(2n-3)(2n-5)..}{2^{n+1}} $, where there are $N = n+1$ brackets. This can be written as $$\Gamma(n+\frac{3}{2}) =…
0
votes
0 answers

Meaning of a number grid

The following note contains several math symbols like the $\Gamma$-functions: In the background there is also a grid of numbers and there are some curved lines in there. Does someone know what there meaning is? Unfortunately I do not know too much…
Kevin Meier
  • 1,535
0
votes
0 answers

Gamma Function Integration Identity

I'm currently studying gamma function and its relation to factorials but I eventually encounter this problem that has something to do with integrals... Im good with differentiation but poor in integration,,can you give me a hint how to solve this…
rosa
  • 1,171
0
votes
1 answer

Proving $\int_{0}^{\infty} u^{x-1}e^{-u} du = 2 \int_{0}^{\infty} u^{2x-1}e^{-u^2} du$

I am trying to solve exercise 1.1 in Neural Networks for Pattern Recognition by Bishop. They give the gamma function as: $\int_{0}^{\infty} u^{x-1}e^{-u} du$ I can only solve it using the form of the gamma function: $2 \int_{0}^{\infty}…
0
votes
1 answer

Gamma function manipulation $\Gamma\left(x+\frac{1}{2}\right) = \text{something}\Gamma(x)$?

Is it possible to write $$\Gamma\left(x+\frac{1}{2}\right)$$ in terms of $$\Gamma(x)?$$ I am currently doing an induction argument and I require this, but haven't been able to figure out a nice manipulation and there is nothing useful on Wikipedia.
user468052
0
votes
1 answer

How is this expression with the Gamma function simplify?

We can use the property $\Gamma{(a + 1)} = a \Gamma{(a + 1)}$ to simply the expression below to $\frac{a}{a + b}$ if $k = 1$. $$ \frac{\Gamma{(a+b)}}{\Gamma{(a)}} \frac{\Gamma(a+1)}{\Gamma{(a + 1 + k)}} $$ How does it simplify? Here's what I've…
John Hoffman
  • 2,734
0
votes
2 answers

How to show $\Gamma(2s)/\Gamma(s+1/2)$ is log convex?

I read in a book (Mathematics by Experiment, 2nd Edition, Example 5.13), that $$f=s \to \log(\Gamma(2s)/\Gamma(s+1/2))$$ is convex function. But the book does not explain it and I cannot see why this is true.