The problem I'm working on asks for the radius of convergence for the Maclaurin series of $\frac{1}{x^2 + x - 6}$
Here is my attempt at a solution. I would highly appreciate anyone who spots the error(s).
By partial fraction decomposition we have
$$\frac{1}{x^2 + x - 6} = \frac{\frac{1}{5}}{x - 2} - \frac{\frac{1}{5}}{x + 3}$$
$$ = \biggl(\frac{1}{5}\biggl)\frac{1}{(-2)(1 -\frac{x}{2})} - \biggl(\frac{1}{5}\biggl)\frac{1}{(-3)(1 -\frac{x}{3})} $$
$$ = \biggl(\frac{1}{5}\biggl) \biggl[ \biggl(-\frac{1}{2}\biggl) \frac{1}{(1 -\frac{x}{2})} + \biggl(\frac{1}{3}\biggl)\frac{1}{(1 -\frac{x}{3})} \biggl]$$
Converting to power series and absorbing the fractions into the respective summations:
$$ = \biggl(\frac{1}{5}\biggl)\biggl( \sum_{n=0} ^{\infty} \frac{x^n}{3^{n + 1}} -\sum_{n=0} ^{\infty} \frac{x^n}{2^{n + 1}} \biggl)$$
Combining summations and computing a common denominator we have
$$ = \biggl(\frac{1}{5}\biggl)\biggl( \sum_{n=0} ^{\infty} \frac{x^n(2^{n + 1} - 3^{n + 1})}{3^{n + 1}2^{n + 1}} \biggl)$$
We now apply the ratio test to the general term of our power series:
$$ \lim_{n\to\infty} \biggl|\frac{x^{n + 1}(2^{n + 2} - 3^{n + 2})}{3^{n + 2}2^{n + 2}} \cdot \frac{3^{n + 1}2^{n + 1}}{x^n(2^{n + 1} - 3^{n + 1})} \biggl| $$
$$ = \lim_{n\to\infty} \biggl|\frac{x^{n + 1}(2^{n + 2} - 3^{n + 2})}{3^{n + 2}2^{n + 2}} \cdot \frac{3^{n + 1}2^{n + 1}}{x^n(2^{n + 1} - 3^{n + 1})} \biggl| $$
$$ = \frac{x}{6} \biggl( \lim_{n\to\infty} \biggl|\frac{2^{n + 2}}{2^{n + 1} - 3^{n + 1}} \biggl| - \lim_{n\to\infty} \biggl|\frac{3^{n + 2}}{2^{n + 1} - 3^{n + 1}}\biggl| \biggl)$$
Throwing the $\frac{1}{5}$ back in we get:
$$ \biggl(\frac{1}{5} \biggl) \biggl(\frac{x}{6}\biggl) (0 - 3)$$
$$ \Longrightarrow $$
$$ \biggl|- \frac{x}{90}\biggl| < 1 $$
So $ x < 90 $.
But the radius of convergence is supposed to be $ 2 $ so this is clearly wrong.
(As a humorous aside, ChatGPT was unable to go through these steps without making numerous errors, often arriving at a completely different answer when asked if it might have made a mistake).
Combining summations and computing a common denominator we have
$$ \biggl( \sum_{n=0} ^{\infty} \frac{1}{5}\frac{x^n(2^{n + 1} - 3^{n + 1})}{3^{n + 1}2^{n + 1}} \biggl)$$
We now apply the ratio test to the general term of our power series:
$\begin{align} \lim_{n\to\infty} \biggl|\frac{1}{5}\frac{x^{n + 1}(2^{n + 2} - 3^{n + 2})}{3^{n + 2}2^{n + 2}} \cdot \frac{5}{1}\frac{3^{n + 1}2^{n + 1}}{x^n(2^{n + 1} - 3^{n + 1})} \biggl|&=\lim_{n\to\infty} \biggl|\frac{x(2^{n + 2} - 3^{n + 2})}{6(2^{n + 1} - 3^{n + 1})} \biggl|\\ &=\lim_{n\to\infty} \biggl|\frac{x(\frac{2^{n + 2}}{3^{n + 2}}-1)3^{n+2}}{6(\frac{2^{n + 2}}{3^{n + 2}}-1)3^{n+1}} \biggl| \end{align}$
and we get $$ \frac{|x|}{2}\lim_{n\to\infty} \biggl|\frac{\frac{2^{n + 2}}{3^{n + 2}}-1}{\frac{2^{n + 1}}{3^{n + 1}}-1} \biggl|=\frac{|x|}{2}<1. $$ Also, you didn't need to combine the series: The radius of convergences of the series $\sum_{n=0} ^{\infty} \frac{x^n}{2^{n + 1}}$, $\sum_{n=0} ^{\infty} \frac{x^n}{3^{n + 1}}$ are $2$ and $3$ respectively and we have to take the minumum to find the radius of the convergence of their difference.