I want to understand why we care about the $\Re(n) \gt (-1).$
I tried calculating it by myself but plugging in $0$ and $\infty$ didn't really work out well.
$$\Gamma (n+1)=\int _{0}^{\infty }x^{n}e^{-x}\,dx,\ \qquad \Re (n)>-1\,.$$
Asked
Active
Viewed 95 times
-2
-
1Please do not use pictures for critical portions of your post. Pictures may not be legible, cannot be searched and are not view-able to some, such as those who use screen readers. – Another User Jun 20 '23 at 12:16
1 Answers
0
There is a notational issue.
The gamma function is defined for all complex numbers except the non-positive integers. For this, the variable $z$ is standard. Variable $n$ is standard for integers.
For positive integers $n$,
$$\Gamma (n)= (n-1)!$$
For complex numbers $z$ with a positive real part, the gamma function is defined via a convergent improper integral:
$$\Gamma (z)=\int _{0}^{\infty }t^{z-1}e^{-t}\,dt,\ \qquad \Re (z)>0\,.$$
When you change the argument to $(z+1)$, you adjust to get
$$\Gamma (z+1)=\int _{0}^{\infty }t^{z}e^{-t}\,dt,\ \qquad \Re (z)\gt -1\,.$$
Piita
- 965
-
Will it work out if we just integrate the integral representation of Γ(z) by parts? – Xposed Jun 20 '23 at 15:40
-