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

$ e^{-\mu } \sum_{k=m }^{\infty} \frac{\mu^k}{k!} \le (\frac{\mu}{m})^m e^{m-\mu} $ when $1\le \mu \le m$

for two integers $1 \le \mu \le m$, $$ e^{-\mu } \sum_{k=m }^{\infty} \frac{\mu^k}{k!} \le (\frac{\mu}{m})^m e^{m-\mu}. $$ When I try to prove Chernoff bound, I met this inequality as the last step. But I can't prove. WolframAlpha tells me it is…
log2
  • 399
0
votes
0 answers

Defining $\Gamma(x)$ where $x<0$

Is it possible to define $$ \frac{\Gamma(a+b-1)}{\Gamma(a-1)} = \frac{\Gamma(1-(a+b))}{\Gamma(1-a)} $$ $$ s.t. a+b>0 \\ a,i\in \mathbb N $$ I know $$\Gamma(x)$$ is defined when $$x>0,x\in \mathbb N $$ But suppose $x$ is a complex number, can the…
No Yeah
  • 11
0
votes
0 answers

How to solve the Gamma function problem

This problem appeared in Smith's prize exam 1875. Evaluate the modulus of \begin{equation} \Gamma\left(\frac{1}{2}+\sqrt{-1}a\right) \end{equation} If we use the corollary \begin{equation} \Gamma(x)\Gamma\left(x+\frac{1}{2}\right) =…
0
votes
1 answer

Explicit form Gamma function

For some time now I have been stuck evaluating products of the form $$\frac{\Gamma(l+1+ix)}{\Gamma(l+1-ix)}\frac{\Gamma(1-ix)}{\Gamma(1+ix)}, $$ where $l\in\mathbb{N}_0 $. I really tried all possible combinations of formulas in the wikipedia page…
mmar
  • 55
0
votes
2 answers

Relation between $\Gamma(1/2-x)$ and $\Gamma(-x)$ for small $x$

I want to find the relation between $\Gamma(\frac{1}{2}-x)$ and $\Gamma(-x)$ for small $x$. For large $x$, we can use asymptotic expansion, i.e., $\Gamma(x+a) \sim \Gamma(x) x^{a}$, here I am considering small $x$ limit. For integer difference…
phy_math
  • 6,448
0
votes
0 answers

What is the nature of the the real number $x_0$ where $\Gamma(x_0)$ is minimum?

$\Gamma(x)$ is said to have a minimum around $x_0\approx 1.46$. Is it known that $x_0$ is an irrational number? A transcendental number for that matter? Can $x_0$ be expressed in terms of more familiar constants, like $e$ or $\pi$ ? What kind of…
ashpool
  • 6,936
0
votes
0 answers

Gamma function grows large with Re(z)

How would you show that the Gamma function gets large in absolute value for z with large real part using just Euler's integral form defined as the following? $\Gamma(z)=\int_0^\infty t^{z-1}e^{-t}dt, Re(z)>0$.
abcabc
  • 1
0
votes
1 answer

Prove $\Gamma\left(\frac{1}{2}\right)= \sqrt\pi$, using $\Gamma(p)\Gamma(1-p) = \frac{\pi}{\sin(\pi p)}$

Prove that $\Gamma\left(\frac{1}{2}\right)= \sqrt\pi$ Using $$\Gamma(p)\Gamma(1-p) = \frac{\pi}{\sin(\pi p)}$$
Sid
  • 1
0
votes
1 answer

How to solve an equation involving gamma and incomplete gamma function

How can I solve for $t$ in $$S = 1 - \gamma(\alpha/p,(\lambda t)^p) / \Gamma (\alpha / p)$$ where $$ \gamma(s,x)=\int_0^x t^{s-1}e^{-t} dt$$ $S$ is the survival function for a generalized gamma distribution. Thank you in advance!
0
votes
1 answer

How to derive this infinite product for gamma function

I am familiar with the weierstrass infinite product and eulers form yet I'm clueless as to how to derive this infinite product formula below. $$\Gamma(1+z)=\frac 1{e^{\gamma z}}\sqrt{\frac {\pi z}{\sin\pi…
Richie
  • 49
0
votes
0 answers

Can somebody show me how u can derive the stirling series (with coefficients) and the laplace series of the gamma function

Can somebody show me how to derive the two formulas below of which are asymptotic expansions of the gamma function?
Richie
  • 49
0
votes
1 answer

Can I map $\Gamma(z+\frac{1}{2})$ to $f(z)\Gamma(z)$?

I am looking for a similar property $\Gamma(z+1)=z\Gamma(z)$ but with $\Gamma(z+\frac{1}{2})$. I suspect it has something to do with "duplication formula", maybe.
0
votes
2 answers

Stirling's Approximation of Gamma Function

In the wikipedia page of Gamma Function here, it is stated that, when $x \to \infty $, $$\Gamma(x+\alpha) = \Gamma(x)x^\alpha$$ Is it valid for both real $x$ and real $\alpha$ ? Could you please provide the proof of this approximation? Is there any…
0
votes
0 answers

Gamma function for negative values: how can I consider that?

I am facing some troubles related to the Gamma function. As I do not want to add to much complex elements to my questions, imagine that in a part of my equation I have this: $\frac{\Gamma(-m-1/2)}{2}+\Gamma(m+1/2)\cdot 2$ I found online that it…
0
votes
1 answer

Need help with substitution for an integral

From Wikipedia we have the following equation: $$\frac{{d}^{n}}{d{x}^{n}}\Gamma (x)=\int _{0}^{\infty }{t}^{x-1}{e}^{-t}{\left(\ln t\right)}^{n}dt$$ which is clearly an integral going from 0 to infinity. I was wondering if you were able to see how…