Calculating the Sum of a series

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Series Sum
Saladsamurai
Messages
3,009
Reaction score
7
\sum_{k=1}^{\infty}(\frac{1}{5^k}-\frac{1}{k(k+1)})

Now by partial fractions and distributing the sum across all three terms I get

\sum_{k=1}^{\infty}\frac{1}{5^k}-\sum_{k=1}^{\infty}\frac{1}{k}+\sum_{k=1}^{\infty}\frac{1}{k+1}

Then I am going with: 1st is geometric; 2nd is Harmonic; and 3rd is similar to Harmonic So, 2nd and 3rd diverge.

So the sum should equal \frac{a}{1-r}.

But this the not match the text answer, what am I doing wrong?

Thanks,
Casey

EDIT: I noticed an example in my text in which I use (1/k)-1/(k+1) to write the closed form and get a finite answer of 1.

Why is this the case if I can distribute the sigma across the terms.
 
Last edited:
Physics news on Phys.org
Your last two series do not completely cancel; write out the first few terms of each to see.
 
Avodyne said:
Your last two series do not completely cancel; write out the first few terms of each to see.


I can see now that -\frac{1}{k(k+1)}) goes to 1, but why does distributing change things? Or am I doing something wrong here?

Casey
 
Saladsamurai said:
I can see now that -\frac{1}{k(k+1)}) goes to 1, but why does distributing change things? Or am I doing something wrong here?

Casey

It's not a question of how things are distributed: it's that the two harmonic series are just one term out of step with each other. So the individual series are divergent, but their difference is finite (a classic case of an indeterminate difference yielding a finite non-zero value).

The difference

-\sum_{k=1}^{\infty}\frac{1}{k}+\sum_{k=1}^{\infty} \frac{1}{k+1}

is really like writing

-\sum_{k=1}^{\infty}\frac{1}{k}+\sum_{k=2}^{\infty} \frac{1}{k} ,

so all the terms except the first one in the first sum cancel exactly...

[EDIT: Sorry, moved that index the wrong way before...]

Ah, also beware: the value for a in the geometric series is not 1 (maybe you already caught that, but a frequent mistake made in using the formula for an infinite geometric series is not observing the index for the first term).
 
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