I would really appreciate some help on this problem that I have been working on.
It's a power series question. I have to find the interval of convergence for this power series.
The power series is:
$$\sum_{n=0}^\infty n(x-9)^n$$
The work I have done so far is:
I used the Ratio Test to find the radius of convergence
$\lim_{n\to \infty} |{a_{n+1}\over a_{n}}| = \lim_{n\to \infty}|{(n+1)(x-9)^{n+1}\over n(x-9)^n}| = \lim_{n\to \infty} |(x-9){n+1\over n} = lim_{n\to \infty} |x-9| = |x-9|$
According to the Ratio Test, If $|x-9| \lt 1,$ then the series will converge
I deduced that the radius, R = 9, within 1 number at each side. So the boundaries are x = 8 and x = 10. I know that at the radius the series in convergent. Now I have to test the boundaries, to check whether the series converges or diverges at those particular points.
This is the part I am having trouble with. I can't figure out if the series converges or diverges at x = 8 and x = 10. Help would be really appreciated.
At x = 8, $\sum_{n=0}^\infty n(x-9)^n$ = ?
At x = 10,$\sum_{n=0}^\infty n(x-9)^n$ = ?
You have convergence for $|x-9|<1 \Rightarrow -1 < x-9 < 1 \Rightarrow 8<x<10$.
Here the radius does not include the end points, but that is not enough.
One can show $\sum_{n=0}^{\infty}nx^n$ only converges for $|x|<1$.
Now your done since $|10-9| = 1, |8-9|= 1$.
$\bf{Additional}$: One can check divergence by $n^{th}$ term test.