Simplification of Gamma

838 Views Asked by At

Simplify

$$\lambda\frac{\Gamma(\alpha-1)}{\Gamma(\alpha)}\cdot\frac{\Gamma(k+1)}{\Gamma(k)}$$

My attempt,

Since $\Gamma(\alpha)=(\alpha-1)\Gamma(\alpha-1)$

So the expression becomes $$\frac{\lambda}{\alpha-1}\cdot\frac{\Gamma(k+1)}{\Gamma(k)}$$.

How to proceed? Thanks a lot

2

There are 2 best solutions below

0
On BEST ANSWER

Do the same thing you did with $\Gamma(\alpha)=(\alpha-1)\,\Gamma(\alpha-1)$. Substitute $\alpha=k+1$ instead and you get $\Gamma(k+1)=k\,\Gamma(k)$. Substitute this into the expression given and you get $$\lambda\frac{\Gamma(\alpha-1)}{\Gamma(\alpha)}\cdot\frac{\Gamma(k+1)}{\Gamma(k)}=\lambda\frac{k}{\alpha-1}$$

2
On

Hint

Use that $$\Gamma (n) =(n-1)!$$

Hence it simplifies to $$\lambda\cdot\frac {(\alpha-2)!}{(\alpha-1)!}\cdot\frac {k! }{(k-1)!}$$