Help with sum of infinite series using the root test.

iluvphysics
Messages
11
Reaction score
0
Homework Statement

Does it converge or diverge?

Sum n=0 to infinity : (n/(n+1))^(n^2)

The attempt at a solution

I know I need to use the root test.
But what I get is ...

Limit to infinity : (n/(n+1))^n

It seems that the n/(n+1) would go to 1 because when you multiply the top and bottom by n^-1 to get 1/(1+1/n) the 1/n goes to zero and you have 1/1. 1^n is 1, and according to the root test, it is inconclusive. However, the series converges and apparently the limit goes to 1/e, but I'm not sure how.

Also, does the latex syntax not work in preview mode or something?
 
Physics news on Phys.org
To evaluate

\lim_{n\rightarrow\infty} (1+1/n)^n

try finding the limit of the log of the function.
 
vela said:
To evaluate

\lim_{n\rightarrow\infty} (1+1/n)^n

try finding the limit of the log of the function.

I have no idea how.
 
Are you saying that you do not know how to find a logarithm??

If y= (1+ 1/n)^n, then log(y)= n log(1+ 1/n). What is the limit of that as n goes to infinity? Perhaps L'Hopital's rule or writing log(1+ 1/n) as a Taylor's series will help.
 
iluvphysics said:
Homework Statement

Does it converge or diverge?

Sum n=0 to infinity : (n/(n+1))^(n^2)

The attempt at a solution

I know I need to use the root test.
But what I get is ...

Limit to infinity : (n/(n+1))^n

It seems that the n/(n+1) would go to 1 because when you multiply the top and bottom by n^-1 to get 1/(1+1/n) the 1/n goes to zero and you have 1/1. 1^n is 1, and according to the root test, it is inconclusive. However, the series converges and apparently the limit goes to 1/e, but I'm not sure how.

Also, does the latex syntax not work in preview mode or something?

\lim_{n\to\infty} \left( \frac{n}{n+1} \right)^n = \lim_{n\to\infty} \left( 1 + \frac{1}{n} \right)^{-n} = ?

Recall:
\lim_{n\to\infty} \left( 1 + \frac{a}{n^k} \right)^{bn^k} = e^{ab}
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
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