How to get the interval of convergence for the given function,
$$f(x) = \frac{1}{2+x-x^2}$$
I have computed the Maclaurin series and the generalized power series as follows however I am unable to proceed with the valid interval of convergence. Kindly help. $$\frac{1}{2+x-x^2} = \sum_{n=0}^{\alpha }\frac{1}{6}x^n(2(-1)^n+2^{-n}) \\ \frac{1}{2+x-x^2}=\frac{1}{2}-\frac{1}{4}x+\frac{3}{4}\frac{x^{2}}{2!}+ \ldots$$
There are several different ways to find the radius of convergence $r$. Let $f(x) = \sum c_n(x-a)^n$.
$$r = \lim_{n \to \infty} \left| \frac{c_n}{c_{n+1}} \right| = \lim_{n \to \infty} \frac{1}{\sqrt[n]{|c_n|}}$$
For you, $c_n = (2(-1)^n + 2^{-n})/6$. I would suggest using the first test as a result. As $n$ grows without bound, the $2^{-n(+1)}$ terms will go to zero, and the absolute value will get rid of the $(-1)^{n(+1)}$ terms, letting you reach a conclusion easily.
As for the interval itself, for the general $f$ described above, it is $(a-r,a+r)$. For you, $a=0$.