Are you asking about the definition of "interval of convergence"? Surely if you are asked to find an interval of convergence, you should already have learned what it means!
To determine for what values of x the power series, [itex]\sum a_n(x- x_0)^n[/itex], converges, one can use the "ratio test":
"ratio test"- The numerical sum of positive numbers, [itex]\sum x_n[/itex], converges if the sequence of ratios, [itex]x_{n+1}/x_n[/itex], converges to a limit less than 1 and diverges if that sequence converges to a limit larger than 1. It may either converge or diverge if the limit is 1.
Of course, the numbers, for all x, are not necessarily positive so we have to talk about "absolute convergence", the convergence of [itex]\sum |a_n x^n|[/itex].
For example, the ratio of of the form [itex]|a_{n+1}(x-x_0)^{n+1}|/|a_n x^n|[/itex] reduces to [itex](a_{n+1}/a_n)|x- x_0|[/itex]. Saying the limit is less than 1 is exactly the same as saying that [itex]|x-x_0|< \lim_{n\to\infty}|a_n/a_{n+1}[/itex].
That is, if we let [itex]r= \lim_{n\to\infty}|a_n/a_{n+1}|[/itex], then we are saying that the series converges for [itex]|x-x_0|< r[/itex] which is, of course, the same as saying [itex]-r< x- x_0< r[/itex] or [itex]x_0- r< x< x_0+ r[/itex]. That is precisely saying that the series converges for x in the open interval [itex](x_0- r, x_0+ r)[/itex] and diverges outside the interval [itex]x_0- r\le x\le x_0+ r[/itex] (the endpoints, [itex]x_0- r[/itex] and [itex]x_0+ r[/itex], have to be checked separately). The interval [itex](x_0- r, x_0+ r)[/itex], including one or both endpoints if the series converges there, is called the "interval of convergence" and "r" is called the "radius of convergence"
(When you work with power series or complex numbers, the "interval of convergence" in the "number line" becomes a disk in the "complex plane" and the "radius of convergence" really is a radius.)
Now, if we use the ratio test to determine the convergence of [itex]\sum (-1)^n (x-3)^n/(n+1)[/itex], we look at the ratio
[tex]\dfrac{|x- 3|^{n+1}}{n+2}\dfrac{n+3}{|x-3|^n}= \frac{n+2}{n+3}|x-3|[/tex]
You should ge able to see that the limit, as n goes to infinity, of (n+2)/(n+3) is 1 so we know that this series converges absolutely for |x- 3|< 1. That is the same as saying that -1< x- 3< 1 or 3-1= 2< x< 3+ 1= 4. It diverges outside the interval. Whether or not it converges at x= 2 or x= 4 would have to be decided separately.