Proving the Inductive Relationship for the Gamma Function

medeski
Messages
1
Reaction score
0

Homework Statement



Prove by induction that gamma(v+1)(v+1)(v+2)...(v+k)=gamma(v+k+1) for k=1,2,3...


Homework Equations



Really just using the relation x*gamma(x)=gamma(x+1)


The Attempt at a Solution



for a basis gamma(v+1)(v+1)=gamma(v+1+1)
so holds for k = 1

inductive hypothesis
gamma(v+1)(v+n)=gamma(v+n+1)

now for k = n+1 i get
gamma(v+1)(v+n+1)=gamma(v+n+2)

but what confuses me is if i use the above relationship, then gamma(v+n+2) should equal (v+n+1)*gamma(v+n+1), unfortunately my proof claims it's equal to gamma(v+1)(v+n+1). I'm lost at this step
 
Physics news on Phys.org
Your inductive hypothesis is wrong.

It should be gamma(v+1)(v+1)(v+2)...(v+k)=gamma(v+k+1) for some k.
Your inductive step then is gamma(v+1)(v+1)(v+2)...(v+k)(v+k+1)=gamma(v+k+2).
Alright?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top