What is the Convergence of the Infinite Sum with k^(1/k)?

  • Thread starter Thread starter Quinzio
  • Start date Start date
  • Tags Tags
    Infinite Sum
Quinzio
Messages
557
Reaction score
1

Homework Statement



Show that
\sum_{k=0}^{\infty} \sqrt[k]k-1

converges.

Homework Equations



Ratio, radix theorems, comparison with other sums...


The Attempt at a Solution



No idea whatsoever.
Where does one begin in this case ? With other cases I'm quite confident.
 
Physics news on Phys.org
Hint:
Let the general term be denoted by:
<br /> a_k = \sqrt[k]{k} - 1<br />
Do you know how to prove that \lim_{k \rightarrow \infty}{a_k} = 0?
Then, we have:
<br /> k = (1 + a_k)^{k}<br />
Taking the same equality for k + 1, and subtracting this one, you ought to get:
<br /> 1 = (1 + a_{k + 1})^{k + 1} - (1 + a_k)^{k}<br />
Solve this equation for a_{k + 1}. What do you get?

Because as k \rightarrow \infty, a_k is an infinitesimal quantity, you may expand your expression for a_{k + 1} in powers of a_{k} up to the first non-vanishing order. What do you get?

The solution for this asymptotic recursion relation would give you a comparison general term b_n, and the series \sum_{n = 1}^{\infty}{b_n} is pretty easy to test for convergence. Then, you may use the [STRIKE]Ratio comparison test[/STRIKE].

EDIT:
Use the Asymptotic comparison test mentioned here instead.
 
Last edited:
I don't quite follow you.

I sort of need simpler methods, thanks anyway.
 
Yep, asymptotic comparison seems a good way.
 
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...
Back
Top