I have no idea how to solve this problem. I know that the definition states that a series $$\sum^\infty_{k=1}=a_1+a_2+a_3+a_4+........$$ is convergent if the sequence of partial sums $$S_n=a_1+a_2+a_3+......+a_n = \sum_{k=1}^n a_k$$ converges to a limit, so $$\lim_{n\to\infty}S_n$$ And the limit is called the sum of the series denoted by $$\sum_{k=1}^{\infty}a_k=S$$ However, i do not then know how to implement this into other promblems like the one below, $$\sum^{\infty}_{n=0}p^n$$ Thank you.
Asked
Active
Viewed 30 times
0
-
4This is a geometric series and is a duplicate of dozens of questions here. – Aug 25 '16 at 19:20
-
5http://math.stackexchange.com/questions/29023/value-of-sum-limits-n-xn/29035#29035 – BigbearZzz Aug 25 '16 at 19:21
-
Multiply a partial sum by p, and subtract the new equation from previous one. – Behnam Esmayli Aug 25 '16 at 20:07