Is the Sum of a Geometric Series Always Equal to 2?

Mathman23
Messages
248
Reaction score
0
Hi Folks,

I have this here geometric series which I'm supposed to find the sum of:

Given

\sum_{n=0} ^{\infty} \frac{2n+1}{2^n}

I the sum into sub-sums

\sum_{n=0} ^{\infty} 2^{-n} + \sum_{n=0} ^{\infty} \frac{1}{2}^{n-1}

taking 2^{-n}

Since x^n converges towards 1/1+x therefore I differentiate on both sides

1/(1+x)^2 = \sum_{n=0} ^{\infty} n \cdot 2^{-n} x^{n-1}

I multiply with x on both sides and obtain

x/(1+x)^2 = \sum_{n=0} ^{\infty} n * 2^{-n} x^n

if I set x = 1 on both sides I get

(1/4) ? = \sum_{n=1} ^{\infty} n*2^{-n} = 2

My teacher says that the expression has to give 2 on the left side, and not (1/4).

What am I doing wrong? Any surgestions?

Best Regards
Fred
 
Last edited:
Physics news on Phys.org
Your first line is wrong. When you break your sum up into two sums, you don't do it right. Also, when you say xn converges towards 1/1+x, I suppose you mean \sum x^n converges to 1/1+x. However, this is wrong, it converges to 1/1-x. After that, I have no idea what you're doing. I don't know where you're getting the "=" sign from. Sorry, I think just about everything in your post makes no sense.
 
\sum_{n=0} ^{\infty} \frac{2n+1}{2^n}

is not a geometric series!
 
Mathman23 said:
Hi Folks,

I have this here geometric series which I'm supposed to find the sum of:

Given

\sum_{n=0} ^{\infty} \frac{2n+1}{2^n}

I the sum into sub-sums

\sum_{n=0} ^{\infty} 2^{-n} + \sum_{n=0} ^{\infty} \frac{1}{2}^{n-1}

taking 2^{-n}

Since x^n converges towards 1/1+x therefore I differentiate on both sides

1/(1+x)^2 = \sum_{n=0} ^{\infty} n \cdot 2^{-n} x^{n-1}

I multiply with x on both sides and obtain

x/(1+x)^2 = \sum_{n=0} ^{\infty} n * 2^{-n} x^n

if I set x = 1 on both sides I get

(1/4) ? = \sum_{n=1} ^{\infty} n*2^{-n} = 2

My teacher says that the expression has to give 2 on the left side, and not (1/4).

What am I doing wrong? Any surgestions?

Best Regards
Fred

Firstly, you separated the sum wrongly. Here's the correct version :

\sum_{n=0} ^{\infty} \frac{2n+1}{2^n} = \sum_{n=0} ^{\infty}(n.2^{1-n})+\sum_{n=0} ^{\infty}(2^{-n})

Hint : For the first part-sum on the RHS, try dividing by 2 then subtracting away from the original part-sum.
 
Last edited:
HallsofIvy said:
\sum_{n=0} ^{\infty} \frac{2n+1}{2^n}

is not a geometric series!

Actually, it works out to be one ! :biggrin:
 
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