the series in the problem is as follows, and we would like to see if the series converges, and what is the sum of infinite series:
$$\sum_{n=1}^{\infty} \frac{2^{n+1}+1}{3^n}$$
It's a homework problem, but I already asked my teacher about it at school and he didn't really help me that much.
The earlier problems that we had were easier than this one, because I cannot find the common ratio for this infinite series (infinite geometric series should have common ratio, and when you know it you can tell if there is convergence)
I read online after class, that what I should do is to find the limit of the sequence of partial sums. This limit, if it exists and is a real-number, should be the value of the sum of the infinite series.
It makes sense conceptually when you have a large value of k, for a finite series $S_{k}$, when k becomes larger the finite sum becomes more and more like the sum of infinite series.
So that if I have partial sums in a sequence $S_{1}, S_{2}, S_{3}...S_{k} $ The larger the k, the better it is representing infinite series, assuming it converges at all, towards anything.
I managed to put some large values of n, into wolfram alpha and the correct answer seems to be that the infinite series converges and sum of infinite series is 4.5
But I don't have a solid idea how I could find the explicit formula for the sequence of partial sums for this particular infinite series. And I don't particularly have any other good ideas how to prove that the sum of infinite series should be 4.5 in this case...
Note that$$\sum_{n=1}^\infty\frac{2^{n+1}+1}{3^n}=2\sum_{n=1}^\infty\left(\frac23\right)^n+\sum_{n=1}^\infty\left(\frac13\right)^n.$$Can you take it from here?