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
1
vote
0 answers

Gamma function for negative integers

I've recently read an article that develop a generalization of the gamma function for negative integers as follows: $$\Gamma(-x)=\frac{(-1)^x}{xx!}-\frac 1x \Gamma(-x+1)$$ Then setting $\Gamma(0)=-\gamma$ one can calculate $\Gamma(-1)$ and so…
Jose Ortega
  • 93
  • 1
  • 5
1
vote
1 answer

Function involving the Gamma function

I Have $$k(z)=\Gamma\left(\frac12+z\right)\Gamma\left(\frac12-z\right)\cos(\pi z)$$ and wish to find a relation linking $k(z+1)$ and $k(z)$. Substituting $z+1$ and using the recurrence relation of the gamma function $$\Gamma(z+1)=z\Gamma(z)$$ and…
1
vote
1 answer

what is $\alpha$ in $10=\dfrac{\Gamma(1+2/\alpha)}{\Gamma(1+1/\alpha)^2}+1$

I am trying to solve the following equation by finding '$\alpha$', but unfortunately I can't go further, I appreciate any help. $10=\dfrac{\Gamma(1+2/\alpha)}{\Gamma(1+1/\alpha)^2} +1$ Since $\Gamma(1+x)=x!$ and by considering…
1
vote
1 answer

how to rewrite $\Gamma(x+r)$ in terms of $\Gamma(x)$

I'm looking if there is a transformation of the gamma function applied to $x+r$ $\Gamma(x+r)$ in terms of $\Gamma(x)$, where $r$ is a positive real number.
Elmehdi
  • 37
1
vote
1 answer

Express $a_n=\frac{1.5.9.13...(4n+1)}{2^n}$ in terms of gamma function

$a_n=\frac{1.5.9.13...(4n+1)}{2^n}$ I've tried albeit unsuccessfully to generate gamma functions that will be equal to the above. Tried using the gamma function of fractions but didn't achieve anything with…
Obinoscopy
  • 769
  • 7
  • 16
1
vote
1 answer

$\Gamma(x)$ function evaluation

I'm new to using the Gamma function, $\Gamma(n)$, and I was wondering how I would go about evaluating this, if it is at all possible: $$ \frac{\Gamma(\alpha+1)}{\Gamma(\alpha+2)} $$ This is relating to a specific case I want to find regarding the…
1
vote
2 answers

Simplify division of two gamma functions

I got the following division of two gamma functions with $n>0$: $$ \frac{Γ(\frac{1}{2}(n+2))}{ Γ(\frac{1}{2}(n+3))}. $$ Is there any way to further simplify this expression? I do have the feeling that there must be a way - at least to get rid of the…
Frank
  • 11
1
vote
2 answers

Simplifying Series of Gamma Function

I am trying to simplify summation of gamma function $$\sum_{k=1}^\infty\frac{\Gamma(k+b)}{(k-1)!\Gamma(b)} = \sum_{k=1}^\infty\frac{\Gamma(k+b)}{\Gamma(k)\Gamma(b)} , b > 1$$ I need hint/direction here. What is the property that I should use to…
1
vote
1 answer

Some problem with Euler's Reflection Formula?

$$\Gamma(z)\Gamma(1-z)=\int_0^{\infty}x^{z-1}e^{-x}dx\int_0^{\infty}x^{-z}e^{-x}dx=\int_0^{\infty}(2x)^{-1}e^{-2x}(2dx)=\Gamma(0)\to\infty??$$
RE60K
  • 17,716
1
vote
1 answer

What is the inverse function of the Log Gamma function?

What is the inverse function of the Log Gamma function? $\log\Gamma(x)$ http://mathworld.wolfram.com/LogGammaFunction.html Can it be inverted, and why not, if not?
Mats Granvik
  • 7,396
1
vote
1 answer

How to prove this gamma function identity?

Reading Landau and Lifshitz "Quantum Mechanics. Non-relativistic theory", I've come across an identity, which after being a bit simplified,…
Ruslan
  • 6,775
1
vote
1 answer

derivatives of the inverse gamma function at negative integers??

what are the derivatives of the function $ \frac{1}{\Gamma(s)} $ at 0 and negative integers ?? i believe that $$ \frac{ d^{k}}{ds^{k}}\frac{1}{\Gamma(s)}=0 $$ for $ s=0,-1,-2,-3,-4 $
Jose Garcia
  • 8,506
0
votes
1 answer

Question about gamma function recurrence formula.

I know that $\Gamma(k+1)=k\Gamma(k)$. But I am not sure about $2k\,\Gamma(2k)=$? Can anyone help me out with this? Is it $\Gamma(2k+1)$ or $\Gamma(2k+2)$?
SA-255525
  • 187
0
votes
1 answer

Why $x$ should be **real**

Show that if $x$ is real and positive ($x \in \mathbb{R}^{> 0}$) then: $$Γ(x)= ∫_0^1(- \ln ⁡t )^{x-1} dt $$ Solution : First recall the gamma function: $$Γ(x)= ∫_0^∞ e^{-t} t^{x-1} dt \; \; \;\;\;\;\;\;\;\; \;\;\;\;\;\;\;\; (1) $$ Let $u =…
0
votes
1 answer

Help with some Gamma Functions

I got help (Thanks to Mako) to show this result: \begin{equation} \begin{gathered} \frac{\Gamma(\frac{1}{2}+\frac{1}{q-1})}{\Gamma(\frac{1}{q-1})}\frac{\Gamma(\frac{q}{q-1})}{ \Gamma(\frac{q}{q-1}+\frac{1}{2})}…
JC94
  • 9