Convergence of ∑2^(1/n)-1: Integer Formula and Integration Explained"

  • Thread starter Thread starter egwin
  • Start date Start date
  • Tags Tags
    Series
egwin
Messages
3
Reaction score
0
Hello,
I want to check convergence for the following series:
∑2^(1/n)-1
so that's the n'th root of two minus one, for n going to positive infinity

Now all possible formulas i know come out inconclusive,
so the only formula i can think of is the integer formula, now i thought
to make things easier to just integrate 2^(1/n) and if this series proves to be convergent then that proves the convergency (as it is always "1" larger than the other one).

Now as i am seem to be a complete idiot i cannot even find the integer for this one.

Can someone help me?

Sorry if my English is not so good.

Thank you in advance,
Egwin.
 
Physics news on Phys.org
You have the expansion:

(1+x)^p = 1 +p x + O(p^2)

What happens when x=1 and p=1/n is very small?
 
thanks

i didnt really know what you meant,

but i have the solution now,
if you're interested, it's in the attachment.

egwin.
 

Attachments

hello status x,

in your expansion /x/ should be <1
does it still work for x=1 then?
 
The full expansion is:

(1+x)^p=1+px+\frac{p(p-1)}{2!} x^2 + \frac{p(p-1)(p-2)}{3!} x^3 + ...

which is valid for all p, all |x|<1. I made a mistake before, the second term is actually still O(p) as p->0. For p very small, we can approximate p-n \approx -n, so:

(1+x)^p \approx 1+px(1+\frac{-1}{2} x + \frac{2\cdot 1}{3!} x^2 + ...)

=1+px(1-\frac{1}{2} x + \frac{1}{3} x^2 + ...)

with x=1 (or, more accurately, taking the limit as x->1, since, as you pointed out, the series doesn't strictly converge at x=1), the term in parantheses converges to some number (ln(2) I think), so we still get:

2^p \rightarrow 1+Cp as p \rightarrow 0

for some constant C, or in other words:

2^{1/n}-1 \rightarrow \frac{C}{n} as n \rightarrow \infty

Since the sum of 1/n diverges, this implies the sum of 2^(1/n)-1 does as well. I think this is all right, but there are some iffy arguments, and the method you posted is probably easier.
 
Last edited:
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