Show with the direct Comparison Test that $\sqrt[n]{|a_n|}\leq\theta$ converges absolutely

53 Views Asked by At

Let $\sum_{n=1}^{n=\infty}{a_n}$ be an infinite series of real numbers. There is a $\theta$ with $0<\theta<1$ and a $n_0 > 0$, so $$\sqrt[n]{|a_n|}\leq\theta$$ for all $n \ge n_0$. Show that the series converges absolutely.

So I need verification here. Quite funny, because this is the first task out of many and I am certain that the other ones are correct, but this one I am not sure of.

My proof feels wrong, it feels like as if it is way too short.

My proof here:

Since $\lvert a_{n} \rvert \leq \theta$ and $\theta \in (0,1)$, the series $\sum_{n=1}^{n=\infty}{a_n}$ converges. And also since $\sqrt[n]{|a_n|}≤a_n$, the series converges absolutely.

3

There are 3 best solutions below

2
On BEST ANSWER

We have $$\sqrt[n]{|a_n|}\le \theta\to 0\le |a_n|\le \theta^n$$therefore $$0\le \sum_{n=1}^{\infty}|a_n|\le \sum_{n=1}^{\infty}\theta ^n={\theta\over 1-\theta}$$which completes the proof.

0
On

We are told that $|a_n|^{\frac1n}\leq \theta$ whenever $n \geq n_0$. So if $n \geq n_0$, it then follows that we have $0\leq |a_n|\leq\theta^n$. Since $\theta \in (0,1)$, it also follows that $\sum_{n=1}^\infty \theta^n$ is a convergent geometric series. Now the comparison test seems relevant...

Always check to make sure you are using the hypotheses of the problem, otherwise things tend to go agley.

2
On

$\sqrt[n]{\mid a_n\mid}\lt\theta\implies \mid a_n\mid\le\theta ^n\implies \sum_{n=0}^\infty \mid a_n\mid\le\sum_{n=0}^\infty\theta^n=\frac 1{1-\theta}\lt\infty $, since $\theta \lt1$.

Thus the series converges absolutely by comparison with a geometric series.