Help in infinite series problem

danunicamp
Messages
7
Reaction score
0

Homework Statement



Prove that:
[n+1 / n^2 + (n+1)^2 / n^3 + ... + (n+1)^n / n ^ (n+1) -> e-1

Homework Equations



I have been trying it for couple of days. Tried to work the terms, natural log it all, use the byniomial theory but i can´t get to the right answer.

The Attempt at a Solution



Working the terms:

n+1/n^2 = n( 1+1/n) / n^2 = (1+1/n)/n
(n+1)^2/n^3 = n^2 (1+1/n) ^2 / n^3 = (1+1/n)^2/n

Ok, so at n:

(n+1)^n / n^(n+1) = n^n (1+1/n) ^ n / n ^(n+1) = (1+1/n) ^n / n

Adding the terms up:

[(1+1/n) + (1+1/n)^2 +... (1+1/n)^n] / n

Adding the sequence: ( a + ar^2 + ar^3 + ar^n = a / 1 - r)

(1/n) / [1 - (1+1/n)] = (1/n) / -1/n = -1

Second try using logarithm got to:

1 - [ ln (1+1/n)^n / ln n ] and couldn,t progress further

Thank you very much in advance for any help provided.
 
Physics news on Phys.org
danunicamp said:

Homework Statement



Prove that:
[n+1 / n^2 + (n+1)^2 / n^3 + ... + (n+1)^n / n ^ (n+1) -> e-1

Homework Equations



I have been trying it for couple of days. Tried to work the terms, natural log it all, use the byniomial theory but i can´t get to the right answer.

The Attempt at a Solution



Working the terms:

n+1/n^2 = n( 1+1/n) / n^2 = (1+1/n)/n
(n+1)^2/n^3 = n^2 (1+1/n) ^2 / n^3 = (1+1/n)^2/n

Ok, so at n:

(n+1)^n / n^(n+1) = n^n (1+1/n) ^ n / n ^(n+1) = (1+1/n) ^n / n

Adding the terms up:

[(1+1/n) + (1+1/n)^2 +... (1+1/n)^n] / n
Looks OK up to here.

Adding the sequence: ( a + ar^2 + ar^3 + ar^n = a / 1 - r)
No, you're only adding finitely many terms. If we put ##a = 1 + 1/n##, you have
$$\frac{1}{n}(a + a^2 + a^3 + \cdots + a^n) = \frac{a}{n}(1 + a + a^2 + \cdots + a^{n-1}) = \frac{a}{n}\left(\frac{1 - a^n}{1-a}\right)$$
Now plug in ##a = 1 + 1/n## and simplify.
 
Thank you very very much.

I understand it now and finally solved it.

Thank you again!
 
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