Solve Sum of Infinite Series: cos(n*pi)/5^n

APolaris
Messages
8
Reaction score
0
Question says: \sum(cos(n*pi)/5^n) from 0 to infinity.

Proved that it converges: ratio test goes to abs(cos(pi*(n+1))/5cos(pi*n)) with some basic algebra. As n goes to infinity, this approaches -1/5 (absolute value giving 1/5) since cos(pi*(n+1))/cos(pi*n) is always -1, excepting the asymptotes.

Question wants to find sum. Wolfram claims sum is 5/6 and won't elaborate. How?
 
Physics news on Phys.org
Edit: Nevermind, misread what you wrote. My bad.
 
Last edited:
The ratio test, I believe, is to use the limit as n goes to infinity of a(n+1) / a(n). So for detail:

cos (pi*(n+1))/5^(n+1) * 5^(n)/cos(pi*n).

I believe 5^n reduces with 5^(n+1) in the denominator, leaving 5 in the denominator, does it not?
 
APolaris said:
The ratio test, I believe, is to use the limit as n goes to infinity of a(n+1) / a(n). So for detail:

cos (pi*(n+1))/5^(n+1) * 5^(n)/cos(pi*n).

I believe 5^n reduces with 5^(n+1) in the denominator, leaving 5 in the denominator, does it not?

Write out the first few terms of your series. You have a geometric series in disguise. That's how WA is summing it.
 
Thank you.
 
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