I have found a series whose $n$-th term is denoted by $\dfrac{n}{a^n}$. Here $a$ is a constant. I tried to find the sum but failed. Is there any formula for its infinite sum or just an approximation?
-
Yes i know that. a should be greater than 1. – user258250 Aug 11 '15 at 12:42
-
I see, I have misread your question. You could try manipulating the geometric series. – Kevin Sheng Aug 11 '15 at 12:43
-
@L.G the sum of that series is 1/x-1. – user258250 Aug 11 '15 at 12:46
-
1This is most definitely a duplicate… that question has been asked and answered many, many times on this site. – Akiva Weinberger Aug 11 '15 at 13:46
-
Your series is $x$ times this. – Akiva Weinberger Aug 11 '15 at 13:48
-
FYI, this kind of series is called an arithmetico-geometric series. This has to be one of the most do everything-to-death math probelms on the Internet, and I suspect the main reason students have so much trouble looking up this problem for themselves is that they simply don't know what to call it. There is a nice Wikipedia page devoted to the topic: https://en.m.wikipedia.org/wiki/Arithmetico-geometric_sequence – David H Aug 11 '15 at 14:19
-
Here's one dup. – David Mitra Aug 11 '15 at 17:26
3 Answers
The limit can indeed be calculated explicitly. Consider for $|x| < 1$ the function $$f(x) = \sum \limits_{n = 0}^\infty x^n = \frac{1}{1 - x}$$ Differentiating the series termwise and multiplying by $x$ yields $$\frac{x}{(1 - x)^2} = xf'(x) = \sum \limits_{n = 1}^\infty nx^n$$ Now you only need to plug in $x = \frac{1}{a}$. Note that the series obviously diverges for $|x| \ge 1$.

- 19,963
Let $$S(x)=\sum_{i=0}^{N-1} x^n,$$ which equals $$\frac{x^N-1}{x-1}$$ for any $x\ne1$.
Then by deriving term-wise and multiplying by $x$,
$$xS'(x)=\sum_{n=0}^{N-1} nx^n=x\frac{Nx^{N-1}(x-1)-(x^N-1)}{(x-1)^2}=x^N\frac{(N-1)x-N}{(x-1)^2}+\frac x{(x-1)^2}.$$
When $|x|<1$, the first term vanishes for $N\to\infty$.
notice, we have $$T_n=\frac{n}{a^n}$$ $$S_n=\sum_{n=1}^{n} T_n=\sum_{n=1}^{n}\frac{n}{a^n}$$ $$S_n=\frac{1}{a}+\frac{2}{a^2}+\frac{3}{a^3}+\frac{4}{a^4}+\ldots +\frac{n}{a^n}\tag 1$$ Multiplying by $\frac{1}{a}$ & rewriting as follows
$$\frac{1}{a}S_n= \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \frac{1}{a^2}+\frac{2}{a^3}+\frac{3}{a^4}+\frac{4}{a^5}+\ldots +\frac{n-1}{a^{n}}+\frac{n}{a^{n+1}}\tag 2$$ Now, subtracting the corresponding terms of (2) from (1) column wise, we get
$$S_n-\frac{1}{a}S_n=\underbrace{\frac{1}{a}+\frac{1}{a^2}+\frac{1}{a^3}+\ldots+\frac{1}{a^n}}_{\text{n-terms in G.P.}}-\frac{n}{a^{n+1}}$$
$$\left(\frac{a-1}{a}\right)S_n=\frac{\frac{1}{a}\left(\frac{1}{a^n}-1\right)}{\frac{1}{a}-1}-\frac{n}{a^{n+1}}$$
$$S_n=\left(\frac{a}{a-1}\right)\left\{\frac{a^n-1}{a^n(a-1)}-\frac{n}{a^{n+1}}\right\}$$ Hence, taking the limit as $n\to \infty$, the sum of infinite terms $S_{\infty}$ is given as follows $$S_{\infty}=\lim_{n\to \infty}S_n$$ $$=\lim_{n\to \infty}\left(\frac{a}{a-1}\right)\left\{\frac{a^n-1}{a^n(a-1)}-\frac{n}{a^{n+1}}\right\}$$ $$=\left(\frac{a}{a-1}\right)\lim_{n\to \infty}\left\{\frac{a^n-1}{a^n(a-1)}-\frac{n}{a^{n+1}}\right\}$$ $$S_{\infty}=\frac{1}{(a-1)^2}\lim_{n\to \infty}\left\{\frac{a^{n+1}-n(a-1)-a}{a^n}\right\}$$ It is obvious that the series converses for $|a|\leq 1$ otherwise diverges

- 37,450