The sum to infinity of the series $$1+\frac2{11}+\frac3{121}+\frac4{1331}+\cdots$$ I tried finding the common ratio but I was not able to find it. I tried putting it in closed form but even that was not enough. Please help.
-
3This is an arithmetico-geometric sequence. – an4s Jan 07 '20 at 12:18
-
1This is a sum can be written in terms of a common Taylor series, in particular $$ \sum_{n=1}^\infty nx^{n-1} = \frac{1}{(1-x)^2} $$ – Ben Grossmann Jan 07 '20 at 12:20
3 Answers
Let $f(t)= \sum\limits_{n=0}^{\infty} t^{n+1}$. Then $f'(t)=\sum\limits_{n=0}^{\infty}(n+1) t^{n}$. The given sum is nothing but $f'(\frac 1 {11})$. Use the fact that $f(t)=\frac t {1-t}$to compute $f'(\frac 1 {11})$.
- 311,013
-
You do understand, don't you, that the fact that you cannot find a "common ratio" just by dividing one term by the next tells you that this is NOT a "geometric series"? – user247327 Jan 07 '20 at 12:26
-
@user247327 In this answer, $f(t)$ is a geometric series. It also is not (and is not claimed to be) the series in the question. What the answer does claim is that $f'(t)$ (which is not a geometric series) is the series in the question. And that is a correct claim. – David K Jan 07 '20 at 13:53
An arithmetico-geometric sequence is composed of both an arithmetic progression and a geometric progression. You can notice that in your given sequence: the numerator has a constant difference whereas the denominator has a constant ratio. Given the initial value $a$ and the constant difference of $d$ in the numerator, and initial value $b$ and the constant ratio $r$ in the denominator, the sum of the infinite series is given by
$$\frac{ab}{1 - r} + \frac{dbr}{\left(1 - r\right)^2}.$$
In your case, $a = b = d = 1$ and $r = \dfrac1{11}$. Therefore, the sum of the infinite series is $$\frac{1\cdot1}{1 - \frac1{11}} + \frac{1\cdot1\cdot\frac1{11}}{\left(1 - \frac1{11}\right)^2} = \frac{11}{10}+\frac{11}{100} = \frac{121}{100}$$
- 3,716
Denote: $$S=1+\frac2{11}+\frac3{121}+\frac4{1331}+\cdots \Rightarrow \\ 11S=11+\color{red}1+\color{blue}1+\frac{\color{red}1+\color{blue}2}{11}+\frac{\color{red}1+\color{blue}3}{121}+\cdots=11+\left(\color{red}{1+\frac1{11}+\frac1{121}+\cdots}\right)+\color{blue}S \Rightarrow \\ 10S=11+\color{red}{\frac{1}{1-\frac1{11}}}=11+\frac{11}{10}=\frac{121}{10} \Rightarrow S=\frac{121}{100}.$$
- 31,482