From: rusin@washington.math.niu.edu (Dave Rusin) Newsgroups: sci.math Subject: Re: Re : Cauchy and d'Alembert sequences !!! Date: 14 Nov 1995 18:40:01 GMT In article , Eric Jouvent wrote: >I'm a second year student in physics in Paris and I have some difficulties >to solve this problem : > >U(n+1)/U(n) = 1 - a/n + V(n) > >with a>0 >and … [abs(V(n))] is convergent (There is a non-ASCII character (\205) here -- is it a capital sigma? I assume the poster means to say Sum | V(n) | converges.) >I have to proove that it exists a positive real number K so that : >U(n) is equivalent to K/(npower(a)). This is pretty standard. As a physics student you would, I imagine, have to do this kind of thing frequently. Let u(n)=log U(n). Then you have u(n+1)-u(n) = log(1 - a/n + V(n)) = -a/n + V(n) + H(n) where H(n) includes all the terms in log(1+x)-x = -x^2/2+x^3/3+... (The statement that the Sum |V(n)| converges implies most -a/n+V(n) are less than 1 in magnitude, making this Taylor series converge.) Summing, we have u(N)=u(1)- a Sum(1/n, n 1. We conclude that the sums Sum( H(n), n< N ) also stay bounded as N increases, so that u(N) = -a log(N) + O(1), and thus there are constants with K1 N^a < U(N) < K2 N^a. A slightly more careful analysis gives the better result u(N) = -a log(N) + C + o(1) for some constant C, so that there is a constant K such that the ratios U(N) / (K/N^a) approach 1 as N --> oo. dave