How Does the Gamma Function Simplify to 'z' in the Limit?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
Muthumanimaran
Messages
79
Reaction score
2
This is given in Mathematical methods for physicists by Arfken and weber, while defining a property of gamma function, I have no idea how the term in the red circle becomes 'z' in the final step, please help
 

Attachments

  • Gamma function.jpg
    Gamma function.jpg
    5.7 KB · Views: 533
Mathematics news on Phys.org
Try multiplying the numerator and denominator by z and pull out an n from the exponent then rearrange terms.
 
I'm asking about the final step, How to get the final step from the second step?
 
The limit of the product is product of the limit of the factors. What is the definition of the gamma function?
 
I know the limit of the second term in the product converges to "gamma of z', it is how the gamma function is defined, But I couldn't figure out how the limit of the first term in the product converges to 'z'. How do I compute it?
 
So you are asking specifically about
[tex]\lim_{n\to \infty} \frac{nz}{z+ n+ 1}[/tex]

Divide both numerator and denominator by n:
[tex]\lim_{n\to\infty}\frac{z}{\frac{z}{n}+ 1+ \frac{1}{n}}[/tex]
 
  • Like
Likes   Reactions: JR Sauerland and Muthumanimaran
nz/(n+z+1) → nz/n in the limit n→∞
 
HallsofIvy said:
So you are asking specifically about
[tex]\lim_{n\to \infty} \frac{nz}{z+ n+ 1}[/tex]

Divide both numerator and denominator by n:
[tex]\lim_{n\to\infty}\frac{z}{\frac{z}{n}+ 1+ \frac{1}{n}}[/tex]

Yeah that's what I asked for, Thank you!