Section 10.3 : Series - Basics
3. Perform an index shift so that the following series starts at \(n = 3\).
\[\sum\limits_{n = 2}^\infty {\frac{{{{\left( { - 1} \right)}^{n - 3}}\left( {n + 2} \right)}}{{{5^{1 + 2n}}}}} \] Show SolutionThere really isn’t all that much to this problem. Just remember that, in this case, we’ll need to increase the initial value of the index by one so it will start at \(n = 3\) and this means all the \(n\)’s in the series terms will need to decrease by the same amount (one in this case…).
Doing this gives the following series.
\[\sum\limits_{n = 2}^\infty {\frac{{{{\left( { - 1} \right)}^{n - 3}}\left( {n + 2} \right)}}{{{5^{1 + 2n}}}}} = \sum\limits_{n = 3}^\infty {\frac{{{{\left( { - 1} \right)}^{n - 1 - 3}}\left( {n - 1 + 2} \right)}}{{{5^{1 + 2\left( {n - 1} \right)}}}}} = \require{bbox} \bbox[2pt,border:1px solid black]{{\sum\limits_{n = 3}^\infty {\frac{{{{\left( { - 1} \right)}^{n - 4}}\left( {n + 1} \right)}}{{{5^{2n - 1}}}}} }}\]Be careful with parenthesis, exponents, coefficients and negative signs when “shifting” the \(n\)’s in the series terms. When replacing \(n\) with \(n - 1\) make sure to add in parenthesis where needed to preserve coefficients and minus signs.