How to calculate this infinite sum

There is a popular trick for this kind of sums: xn=13n(3n+3)=13(13n13n+3)x_n = \frac{1}{3n(3n+3)} = \frac{1}{3}\left(\frac{1}{3n}-\frac{1}{3n+3}\right)
 
There is a popular trick for this kind of sums: xn=13n(3n+3)=13(13n13n+3)x_n = \frac{1}{3n(3n+3)} = \frac{1}{3}\left(\frac{1}{3n}-\frac{1}{3n+3}\right)
I am not sure I understand unfortunately
 
136+169+1912+...=13(1316+1619+19112+...)\frac{1}{3\cdot 6} + \frac{1}{6\cdot 9} + \frac{1}{9\cdot 12} + ... = \frac{1}{3}\left( \frac{1}{3} - \frac{1}{6} + \frac{1}{6} - \frac{1}{9} + \frac{1}{9} - \frac{1}{12} + ... \right)
 
First, do a partial fraction decomposition, then we can continue from there. This should give you what @blamocur have in post#2.
13n(3n+3)=A3n+B3n+3\frac{1}{3n(3n+3)}=\frac{A}{3n}+\frac{B}{3n+3}
 
Last edited:
Consider that 13n(3n+3)=19n19n+9\dfrac{1}{3n(3n+3)}=\dfrac{1}{9n}-\dfrac{1}{9n+9}
Then SN=n=1N[19n19n+9]=[19118]+[118127][19(N1)19(N)]=[1919(N)]\displaystyle{S_N} = \sum\limits_{n = 1}^N {\left[ {\frac{1}{{9n}} - \frac{1}{{9n + 9}}} \right] = \left[ {\frac{1}{9} - \frac{1}{{18}}} \right] + \left[ {\frac{1}{{18}} - \frac{1}{{27}}} \right] \ldots } \left[ {\frac{1}{{9(N - 1)}} - \frac{1}{{9(N)}}} \right] = \left[ {\frac{1}{9} - \frac{1}{{9(N)}}} \right]
What does limNSN=?\mathop {\lim }\limits_{N \to \infty } {S_N} = ?
 
I am not sure I understand unfortunately
This is called a "telescoping" series. Do a Google search. Let us know what did you find. Carefully, look at response#4 and think a bit.

reference:

 
Just to make the numbers smaller, I would have have factored out 1/9.

blamocur is correct that the method he used is the standard way to handle these problems. Add that method to your mathematical tool box!
 
This is called a "telescoping" series. Do a Google search. Let us know what did you find. Carefully, look at response#4 and think a bit.

reference:

Watched it and managed to solve the problem. I got 1/9. Thank youu
 
Watched it and managed to solve the problem. I got 1/9. Thank youu
Partial fraction decomposition:
13n(3n+3)=A3n+B3n+3\frac{1}{3n(3n+3)}=\frac{A}{3n}+\frac{B}{3n+3}Compare the numerator:
A(3n+3)+B(3n)=1A(3n+3)+B(3n)=1For n=0,
A(3)=1A=13A(3)=1 \Rightarrow A=\frac{1}{3}For n= 1,
13(6)+B(3)=1B=13\frac{1}{3}(6)+B(3)=1 \Rightarrow B=-\frac{1}{3}It follows:
k=1n13k(3k+3)=k=1n19k19(k+1)\sum_{k=1}^{n}\dfrac{1}{3k(3k+3)}=\sum_{k=1}^{n}\dfrac{1}{9k}-\dfrac{1}{9(k+1)}Write out the first & last few terms:
k=119118k=1 \Rightarrow { \frac{1}{9} - \frac{1}{{18}}}k=2118127k=2 \Rightarrow { \frac{1}{18} - \frac{1}{{27}}}\dotsk=(n1)19(n1)19(n)k=(n-1)\Rightarrow \frac{1}{9(n-1)}-\frac{1}{9(n)}k=n19n19(n+1)k=n \Rightarrow \dfrac{1}{9n}-\dfrac{1}{9(n+1)}Notice it's a telescoping series where only the first and the last term remains.
Thus the partial sum:
Sn=k=1n13k(3k+3)=1919(n+1)S_n=\sum_{k=1}^{n}\dfrac{1}{3k(3k+3)}=\frac{1}{9} - \frac{1}{9(n+1)}Furthermore, the series is convergent (by direct comparison test). Thereby, the infinite sum:
limnSn=limn[1919(n+1)]=19\lim_{n\to \infty} S_n=\lim_{n\to \infty} [\frac{1}{9} - \frac{1}{9(n+1)}]=\frac{1}{9}
 
Top