There is an exercise with the following notation:
$$ \sum_{i=0}^{2n}3x^{-n} $$
Is this a correct notation?
According to the book the result of the calculation is $ 3(2n+1)x^{-n} $
How is it possible?
There is an exercise with the following notation:
$$ \sum_{i=0}^{2n}3x^{-n} $$
Is this a correct notation?
According to the book the result of the calculation is $ 3(2n+1)x^{-n} $
How is it possible?
The calculation is correct, since we obtain \begin{align*} \sum_{i=0}^{2n}3x^{-n}=3x^{-n}\sum_{i=0}^{2n}1=3x^{-n}(2n+1) \end{align*}
Here we use that $3x^{-n}$ does not depend on the summation index $i$ and we can apply the distributive law \begin{align*} \sum_{i=0}^{2n}3x^{-n}&=\sum_{i=0}^{2n}\left(3x^{-n}\cdot 1\right)=3x^{-n}\sum_{i=0}^{2n}1 \end{align*} as well as \begin{align*} \sum_{i=0}^{a}1=a+1 \end{align*}
The notation is valid, but it's probably not what you expect. To break down what's happening:
We are taking the sum from $i = 0$ to $i = 2n$ of some sequence $a_i$. In other words, we will look at the terms of the sequence $a_0, a_1, \ldots, a_{2n-1}, a_{2n}$ and add them together. There are a grand total of $2n+1$ terms.
The sequence is defined as $a_i = 3x^{-n}$. But $i$ doesn't actually appear in the expression, which means that all terms of the sequence are equal. The sequence is $\{3x^{-n}, 3x^{-n}, 3x^{-n}, \ldots\}$. So we are adding together $2n+1$ copies of $3x^{-n}$, so the total of the series is $(2n+1) \times 3x^{-n}$.
Now, it seems likely that there was a typo, and the intended sum was $\sum_{i=0}^{2n} 3x^{-i}$. In this case, the series looks like this (starting with the 0th term): $\{3, 3x^{-1}, 3x^{-2}, 3x^{-3}, \ldots\}$. So you start at $3$ and each successive term divides the previous one by $x$, or equivalently multiplies it by $x^{-1}$.
Then this is a geometric series with $2n+1$ terms, first term $3$ and ratio $x^{-1}$, and the sum is $3\left(\frac{1-x^{-(2n+1)}}{1-x^{-1}}\right)=3\frac{x-x^{-2n}}{x-1}$.