I have such question on my calculus exercises :
Find the sum for $\displaystyle T_n = \sum_{k=-3}^{n+2} \left(\frac{-3}{2}\right)^{k+1}$
To be honest, I don't really have an idea how to do this. However, this does resemble a little bit to Geometric Serie (But geometric series shouldn't really start with a negative index).
This is the procedure from the answer key which I don't understand how they transform and eventually use the Partial Sum Formula for Geometric Serie:
- $\displaystyle T_n = \sum_{k=-3}^{n+2} \left(\frac{-3}{2}\right)^{k+1}$ (Geometric series with radius of $\displaystyle \frac{-3}{2}$)
- $\displaystyle T_n = \left(\frac{-3}{2}\right)^{-3+1} \cdot \frac{1-\left(\frac{-3}{2}\right)^{n+2-(-3)+1}}{1-\left(\frac{-3}{2}\right)}$
- $\displaystyle T_n = \frac{9}{10}\left(1-\left(\frac{-3}{2}\right)^{n+6}\right)$
Can someone help me explain what is exactly happening here? It is very confusing for me
Re-index ($m=k+3$) the geometric sum as $$T_n=\sum_{k=-3}^{n+2}\left(\frac{-3}{2}\right)^{k+1}=\sum_{m=0}^{n+5}\left(\frac{-3}{2}\right)^{m-2}=\sum_{m=0}^{n+5}\left(\frac{-3}{2}\right)^{-2}\left(\frac{-3}{2}\right)^{m}$$ and apply the standard formula for a geometric sum ($q\neq1$): $$S=\sum_{k=0}^{N}a_0q^{k}=a_0\frac{1-q^{N+1}}{1-q}$$ with $a_0=\left(\frac{-3}{2}\right)^{-2}$ and $q=\frac{-3}{2}$ and $N=n+5$.