I am trying to find the interval of convergence for two power series right now.
They are:
A. $\frac{1+2n}{1+3n}x^n$ where $n$ starts at $0$ and approaches infinity
B. $\frac{1+2^n}{1+3^n}x^n$ where $n$ starts at $0$ and approaches infinity
Thanks in advance for your help with these problems!
HINT
For the first by ratio test
$$\left|\frac{(1+2(n+1))(x^{n+1})}{ (1+3(n+1))}\frac{ (1+3n)}{(1+2n)(x^n)}\right|=|x|\frac{(2n+3)(3n+1)}{(3n+4)(2n+1)}$$
For the second by ratio test
$$\left|\frac{(1+2^{n+1})(x^{n+1})}{ (1+3^{n+1})}\frac{ (1+3^n)}{(1+2^n)(x^n)}\right|=|x|\frac{(2\cdot2^n+1)(3^n+1)}{(3\cdot3^n+1)(2^n+1)}$$
From these in both cases we can find the condition of convercence for $|x|<R$ then we need to check for the cases $|x|=R$.