5

Let $u_n$ be a sequence of positive numbers, for each n: ${u_{n+1}\over{u_n}}\le(\frac{n}{{n+1}})^\alpha$ when $\alpha>1$. Prove that $\sum_{n=1}^\infty {u_n}$ converges.

I would like to get a hint.

hasExams
  • 2,285
Gyt
  • 1,187

2 Answers2

2

Hint: $${u_{n+1}}\le\left(\frac{n}{{n+1}} \right)^\alpha u_n$$ So we get $$u_n \le \frac{u_1}{n^\alpha},$$ and apply comparison test.

Hanul Jeon
  • 27,376
0

The hypothesis implies that the sequence $n^\alpha u_n$ is non-increasing. In particular, it is bounded by $M = u_1$. Since $\alpha > 1$, this yields $$ \sum_{n=1}^\infty u_n \leq \sum_{n=1}^\infty\frac{M}{n^\alpha} < \infty $$

Siméon
  • 10,664
  • 1
  • 21
  • 54