#Solution of recurrent fucntion

22 messages · Page 1 of 1 (latest)

feral ice
#

hello,
i have the function f(n) = [f(n-1)*(n-1+r)]/n, where f(1)=a
how can i solve this? does it converge or diverge? im not quite sure how i can go about this. The answer on wolfram alpha seems too complicated

neon wolfBOT
fair dawn
#

Have you tried writing out the first dozen terms or so? If it's too complicated, try doing it for a specific value of r.

feral ice
#

do i just say n-> oo, so f(n) ->a/r! ?

fair dawn
#

(n-1+r)/n does got to 0 as n->infinity, but the same is not true of their factorials

#

consider (n+1)!/n! = n+1

#

so as n-> infinity, that fraction goes to infinity

feral ice
feral ice
fair dawn
#

okay, so what if r=2?

feral ice
#

oh wait i read it wrong.

#

ok so what happens to their factorials as n->oo?

#

the whole thing diverges?

fair dawn
#

yes

#

unless r=1 or something like that

#

is r allowed to equal 0?

feral ice
#

what can you say about (n+x)!/n!, where x isnt an integer? does it have a closed form?

fair dawn
#

Factorial only applies to nonnegative integers

#

There's a continuous extension of it called the gamma function, but I don't know too much about it.