AGNuke
Gold Member
- 455
- 9
Given S, an Infinite Series Summation, find [itex]\frac{1728}{485}S[/itex]
[tex]S=1^2+\frac{3^2}{5^2}+\frac{5^2}{5^4}+\frac{7^2}{5^6}+...[/tex]
I found out the formula for (r+1)th term of the series, hence making the series as[tex]S=1+\sum_{r=1}^{\infty}\frac{(2r+1)^2}{(5^r)^2}[/tex]
Now I have a hard time guessing what to do from now on. I expanded the numerator in summation series, 4r2 + 4r + 1. This formed the GP and AGP series (from 1 and 4r respectively). Now all that is left is to find the summation of 4r2/52r.
By the way, I entered the series up at Wolfram|Alpha and the answer it showed is 5, which is correct.
[tex]S=1^2+\frac{3^2}{5^2}+\frac{5^2}{5^4}+\frac{7^2}{5^6}+...[/tex]
I found out the formula for (r+1)th term of the series, hence making the series as[tex]S=1+\sum_{r=1}^{\infty}\frac{(2r+1)^2}{(5^r)^2}[/tex]
Now I have a hard time guessing what to do from now on. I expanded the numerator in summation series, 4r2 + 4r + 1. This formed the GP and AGP series (from 1 and 4r respectively). Now all that is left is to find the summation of 4r2/52r.
By the way, I entered the series up at Wolfram|Alpha and the answer it showed is 5, which is correct.
Here's the solution.[tex]S=1+4\sum_{r=1}^{\infty}\frac{r^2}{5^{2r}}+4\sum_{r=1}^{\infty}\frac{r}{5^{2r}}+\sum_{r=1}^{\infty}\frac{1}{5^{2r}}[/tex]I can find the sum of an Arithmetic-Geometric Series, hence[tex]\sum_{r=1}^{\infty}\frac{r}{5^{2r}}=\frac{25}{576}[/tex]The Sum of third term, which is a simple Geometric Series,is[tex]\sum_{r=1}^{\infty}\frac{1}{5^{2r}}=\frac{1}{24}[/tex]The Problem was the first term, which I happened to resolve thanks to MFB.