Find convergence area and absolute convergence area of the following series: $$\sum_{k=0}^{\infty}\frac{(2x)^{k}}{(1+x^{2})^{k}}$$ I wrote it as $$\sum_{k=0}^{\infty}\frac{(2x)^{k}}{(1+x^{2})^{k}}=\sum_{k=0}^{\infty}\left(\frac{2x}{1+x^{2}}\right)^{k}$$ and now this is geometric series, where $q=\frac{2x}{1+x^{2}}$. So it converges absolutly when $\frac{2|x|}{1+x^{2}}<1$ and convergence area and absolute convergence area are both $\mathbb{R}\setminus\{-1, 1\}$.
Is my solution correct?
Yes, this is correct. I would include additional reasoning as to how you solved the inequality to get the area of absolute convergence; e.g., $2|x|/(1+x^2) < 1$ implies $$0 < x^2 - 2|x| + 1 = (|x| - 1)^2,$$ and since such a square is only $0$ when $|x| = 1$ or $x \in \{-1,1\}$, the result follows.