A geometric sequence has its first term as $10000$ and a fourth term as $−7290$. If the pattern continues forever, find the sum of the terms in the sequence.
I know that the $n^{th}$ term is found by $$t_n=a_1r^{n-1}$$ where $a_1$ is the first term and $r$ is the common ratio.
Thus the fourth term is given by $$10000 * r^3 = -7290$$
so $$r^3 = -0.729$$ $$r= -0.9$$
So the sum of the series is: $$S_ \infty = \frac{10000}{1-(-0.9)}$$
Is this correct?
- The sum of the first 2018 terms of a geometric sequence is 200. The sum of the first 4036 terms is 380. Find the sum of the first 6054 terms
For your second question, let $S_n$ be sum of first $nth$ terms and r be the common ratio, then we have $ S_{2018} = 200$ and $ S_{4036} = 380$ Note that $$ S_{4036} = S_{2018} + r^{2018} * S_{2018}$$ $$ 380 = 200 + r^{2018} * 200$$ $$ r^{2018} = 0.9$$
Also note that $$ S_{6054} = S_{2018} + r^{2018} * S_{2018} + r^{4036} * S_{2018} $$ $$ S_{6054} = 200+ 0.9 * 200+ 0.9^2 * 200 $$ $$ S_{6054} = 542$$