Sum of Series with Telescoping Equation

  • Thread starter Thread starter BoundByAxioms
  • Start date Start date
  • Tags Tags
    Series Sum
BoundByAxioms
Messages
98
Reaction score
0

Homework Statement


Find the sum of the series: \sum^{\infty}_{0}(e^{\frac{n+1}{n}}-e^{\frac{n+2}{n+1}})


Homework Equations


Telescoping series equation.

The Attempt at a Solution


Starting with n=0, I get: (e^{2}-e^{\frac{3}{2}})+(e^{\frac{3}{2}}-e^{\frac{4}{3}})+(e^{\frac{n+1}{n}}-e^{\frac{n+2}{n+1}})=e^{2} as n approaches infinity. Is this correct?
 
Physics news on Phys.org
(e^2-e^4/3)
+
(e^4/3 - e^5/4)
+
(e^5/4 - e^6/5)
+
...
+e^(n+1/n - e^(n+2)/(n+1))

=
e^2 - e^(n+2)/(n+1) <-- you forgot this.

And should it be starting with n =1?
 
Yes, that's a "telescoping" series- every term except the first cancels a later term. Well done.
 
HallsofIvy said:
Yes, that's a "telescoping" series- every term except the first cancels a later term. Well done.

Alright! Thanks!
 
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