How to find the interval of convergence for this series.
$\sum _{ n=0 }^{ \infty }{ \frac { 2n(x+1)^ n }{ 3^ n } }$
My attempt
I used ratio test and got the radius of convergence as $\frac { -4 }{ 3 } <x<\frac { -2 }{ 3 } $
After this I substituted x=$\frac { -4 }{ 3 }$ and x=$\frac { - 2}{ 3 }$
I don't understand what to do after substituting the values.. can anyone show how to find the interval of convergence
Let's first double check. $$\left|\frac{\frac{2(n+1)(x+1)^{n+1}}{3^{n+1}}}{\frac{2n(x+1)^n}{3^n}}\right|=\left|\frac{(n+1)(x+1)}{3n}\right|\;.$$ So $\lim_{n\to \infty}\left|\frac{(n+1)(x+1)}{3n}\right|=\frac{1}{3}\vert x+1\vert<1$ if and only if $$-3<x+1<3\Leftrightarrow -4<x<2\;.$$ But if we want to know if the series converges for $x=-4$ and $x=2$, we've got to check directly.
For $x=-4$, we have $$\sum_{n=0}^{\infty}\frac{-2*3^n*n}{3^n}=\sum_{n=0}^{\infty}-2n<-\infty\;,$$ and for $x=2$, we have $$\sum_{n=0}^{\infty}\frac{2*3^n*n}{3^n}=\sum_{n=0}^{\infty}2n>\infty$$
So the interval of convergence is $(-4,2)$.