Test whether the endpoints of the interval of convergence should be included in the interval of convergence
Andrew Mclaughlin
Find the interval of convergence including endpoints of $$\sum_{n=1}^{\infty} \frac{n(x+3)^n}{2^n(n^2+1)}.$$ I can find the interval of convergence but I don't know how to test endpoints $x=-5$ and $x=-1$. I don't know whether the series convergences at $x$ = $-5$ and $x$=$-1$ and need help. I don't think the series converges at $x= -5$ and $x= -1$.
$\endgroup$ 11 Answer
$\begingroup$At $x=-5$, the series becomes $$\sum_{n=1}^{\infty}\frac{n(x+3)^n}{2^n(n^2+1)} =\sum_{n=1}^{\infty}\frac{n(-2)^n}{2^n(n^2+1)} =\sum_{n=1}^{\infty}\frac{(-1)^nn}{n^2+1}.$$
Let $a_n=\frac{n}{n^2+1}$, where $n\in\Bbb N$. The $$\begin{align} \frac{a_{n+1}}{a_n}&=\frac{n+1}{n^2+2n+2}\cdot\frac{n^2+1}{n}\\ &=\frac{n^3+n^2+n+1}{n^3+2n^2+2n}\\ &=\frac{n^3+n^2+n+1}{n^3+n^2+n+n^2+n}<1.\\ \end{align}$$ Next, $$\lim_{n\to\infty}a_n=\lim_{n\to\infty}\frac{n}{n^2+1}=0.$$ So, the series $$\sum_{n=1}^{\infty}\frac{(-1)^nn}{n^2+1}$$ converges (by Alternating Series Test).
At $x=-1$, the series becomes $$\sum_{n=1}^{\infty}\frac{n(x+3)^n}{2^n(n^2+1)} =\sum_{n=1}^{\infty}\frac{n(2)^n}{2^n(n^2+1)}=\sum_{n=1}^{\infty}\frac{n}{n^2+1}.$$
For each $n\in\Bbb N$, we have $$\frac{n}{n^2+1}\geq \frac{n}{n^2+n^2}=\frac{n}{2n^2}=\frac{1}{2}\cdot\frac{1}{n}.$$ We know that $$\sum_{n=1}^{\infty}\bigg(\frac{1}{2}\cdot\frac{1}{n}\bigg)$$ diverges and so, the series $$\sum_{n=1}^{\infty}\frac{n}{n^2+1}$$ diverges (by Comparison Test).
$\endgroup$ 2