I want to calculate the limit of the following series:
$$ \sum^{\infty}_{k=0} \frac{(-3)^k +5}{4^k}$$
My first step would be to split the term into these parts:
$ \sum^{\infty}_{k=0} \frac{(-3)^k}{4^k}$ $ \sum^{\infty}_{k=0} \frac{5}{4^k}$
If both of them have a limit I can just add them together, right ?
I have looked through my notes on limits and convergence but I dont know how to get rid of the exponent so I can determine the limit.
I have used various online calculators but I could not understand their result.
Do you know about geometric series?
In this problem, you have $$ \sum_{k=0}^{\infty} \frac{(-3)^k}{4} = \sum_{k=0}^{\infty} \left( \frac{-3}{4} \right)^k = \frac{1}{1-\left(\frac{-3}{4}\right)}, $$ and $$ \sum_{k=0}^{\infty} \frac{5}{4^k} = 5 \sum_{k=0}^{\infty} \left( \frac{1}{4} \right)^k = 5 \cdot \frac{1}{1-\frac{1}{4}}$$ Simplify and add to get what you want.
A quick, not entirely rigorous justification: suppose that $|r| < 1$, and that we want to sum $$ \sum_{k=0}^{\infty} r^k. $$ Since $|r|<1$, we know that this series converges by the ratio test. So, suppose that the limit is $S$; that is $$ S := \sum_{k=0}^{\infty} r^k = 1 + r + r^2 + r^3 + \cdots. $$ Multiplying by $r$, we get $$ rS = r + r^2 + r^3 + r^4 + \cdots .$$ Subtracting, we have \begin{align} &S - rS = (1+r+r^2+\cdots) - (r+r^2+r^3+\cdots) \\ &\qquad\implies (1-r)S = 1 + (r-r) + (r^2-r^2) + \cdots = 1 \\ &\qquad\implies S = \frac{1}{1-r}, \end{align} which is the result used above. Note that the second line is justified, as series involved all converge absolutely, and so we may rearrange the terms without being too careful.