Why is this series wrong and how does it differ from this other one?
We had to find the general term for the series: $ 1/3+2/9+1/27+2/81+1/243+2/729+\ldots $ where the index begins at $n=1$ So I came up with this (see image, first formmula) now the profsaid this isn't right and gave us the sln.(see image, second one), so the next time I have to explain why this is wrong. .
\begin{align} \mathrm{an_{me}} &= \frac{3^{1+(-1)^n} - \frac{7}{2}[1+(-1)^n]}{3^n} \\ \\ \mathrm{an_{prof}} &= \frac{3-(-1)^{n+1}}{2\cdot 3^n} \end{align}
Again where do these series differ? I can't see any difference besides that my formula is kinda messy!
Thnx.
First, let's multiply up to make the denominators match:
\[\frac{3^{1+(-1)^n} - \frac{7}{2}[1+(-1)^n]}{3^n} = \frac{2\cdot 3^{1+(-1)^n} - 7[1+(-1)^n]}{2\cdot 3^n}\]
so, we now only need to check if the numerators match.
Since $n$ is only used in the numerator as an exponent of the base $-1$, it's sufficient to check the even case and the odd case are the same:
$n$ even: $2\cdot 3^{1+(-1)^n} - 7[1+(-1)^n] = 2\cdot 3^2 - 14 = 4$, while $3-(-1)^{n+1} = 4$.
$n$ odd: $2\cdot 3^{1+(-1)^n} - 7[1+(-1)^n] = 2\cdot 3^0 - 0 = 2$, while $3-(-1)^{n+1} = 2$.
So the two expressions are always equal.