-1

The infinite series $\sum\limits_{n=1}^\infty \frac {a^{n} \log n} {n^{2} } $ converges if and only if

(A) $a ∈ [−1, 1)$

(B) $a ∈ (−1, 1]$

(C) $a ∈ [−1, 1]$

(D) $a ∈ (−∞, ∞)$

My attempt: The correct answer is option A) because if $a=1$, $$\lim_{n\to ∞}a^{n}= ∞ .$$ So the correct option is A) that is $a ∈ [−1, 1)$.

Is my answer is correct or not, please verify and tell me the solution, I would be more than thankful.

vitamin d
  • 5,783
jasmine
  • 14,457

1 Answers1

1

Let us use the ratio test :

$$ \left| \frac{a_{n+1}}{a_n} \right|=\left| \frac{a^{n+1}\log(n+1)}{(n+1)^2}.\frac{n^2}{a^n \log n} \right|$$

$$ =\left| a.\frac{\log (n+1)}{\log n}.\Big(\frac{n}{n+1}\Big)^2 \right|$$

$$\rightarrow \vert a \vert$$ so the given series converges if $\vert a \vert<1.$

Also if $a=1$, then then given series becomes $\sum \frac{\log n}{n^2}$, which is converges(see here )

If $a=-1$, then then given series becomes $\sum \frac{(-1)^n\log n}{n^2}$, which is absolutely converges and hence converges

so the answer is $a\in [-1,1]$