0

$\sum_{n=2}^{\inf} \frac{|y|^{1/n}}{nlog^2n}$

What could I use if I wanted to do a comparison test?

ramseys
  • 19

2 Answers2

1

For $y\lt 1$, $y^{1/n}\lt 1$. For $y\ge 1$, $y^{1/n}\le y$. In either case the expression is $\le k\sum_{n=2}^\infty \frac{1}{nlog^2n}$ which converges by integral test.

$\sum_{n=3}^\infty \frac{1}{nlog^2n}\lt\int_2^\infty \frac{dx}{xlog^2(x)}$ Let $u=log(x)$, the integral becomes $\int_{log(2)}^\infty \frac{du}{u^2}=\frac{1}{log(2)}$

0

For sufficiently large $n,$ we have that $|y|^{1/n}\approx 1,$ so that the series is dominated by $$\sum_{n>N} \frac{1+\epsilon}{n\log^2n}$$ for some large $N$ and small $\epsilon.$ Then use the integral test to obtain $$\int_N^{+\infty}\frac{k}{n\log^2n}\mathrm dn=k\int_N^{+\infty}\log^{-2}n\mathrm d(\log n),$$ from where you should be able to take it.

Allawonder
  • 13,327