By using the geometric series
$$\frac{1}{1-x} = \sum_{n=0}^\infty x^n$$
and the factorisation
$$\frac{1}{1-3x+2x^2}= \left(\frac{1}{1-2x}\right) \left(\frac{1}{1-x}\right)$$
compute the first three terms of the Taylor expansion of
$$\frac{1}{1-3x+2x^2} \text{ around } x=0$$
My theory of how to do this question is input the summation to the factorisation equation and solve so the summation equals
$$\sum_{n=0}^\infty x^n = \frac{1-2x}{1-3x+2x^2}$$
and solve by starting with $x=0$ and going to $x=2$.
But I feel this may be too simple to be true. Are my workings correct?
Thanks in advance
That could work, but an easier way is the following. Note that since $$ \frac{1}{1-x} = \sum_{n=0}^\infty x^n $$ it follows that $$ \frac{1}{1-2x} = \sum_{n=0}^\infty (2x)^n = \sum_{n=0}^\infty 2^nx^n = 1 + 2x + 4x^2 +8x^3 + \cdots $$ Now, since $$ \frac{1}{1 - 3x + 2x^2} = \frac{1}{1 - 2x}\frac{1}{1-x} $$ we can expand the right-hand side to be $$ \frac{1}{1 - 2x}\frac{1}{1-x} = (1 + 2x + 4x^2 + \cdots)(1 + x + x^2 + x^3 + \cdots) $$ from which point we can collect terms appropriately to get the answer you're looking for.
The point is, you can multiply convergent (or even non-convergent, if you feel like it!) series to obtain the series for the product. Since you know the first two series for this one...