5

$$\lim_{n \rightarrow \infty} \Big( 1-\dfrac{1}{\sqrt 2} \Big) \cdots \Big(1-\dfrac{1}{\sqrt {n+1}} \Big)$$

Attempt:

Let $y = \lim_{n \rightarrow \infty} \Big( 1-\dfrac{1}{\sqrt 2} \Big) \cdots \Big(1-\dfrac{1}{\sqrt {n+1}} \Big)$

$\ln y = \lim_{n \rightarrow \infty} \ln \Big( 1-\dfrac{1}{\sqrt 2} \Big)+ \cdots + \ln \Big(1-\dfrac{1}{\sqrt {n+1}} \Big)$

I am not able to move ahead really from here. Could someone give me an hint on how to move forward with this problem.

Thank you very much for your help in this regard.

MathMan
  • 8,974
  • 7
  • 70
  • 135
  • Same question: https://math.stackexchange.com/questions/1795186/how-do-i-evaluate-prod-r-1-infty-left-1-frac1-sqrt-r1-right. – StubbornAtom Apr 17 '17 at 10:45

1 Answers1

8

All the factors are positive, but bounded by the last one. Thus, for all $n$ the product is between $0$ and $(1-1/\sqrt{n+1})^n$. What happens with that expression as $n\to+\infty$?

mickep
  • 19,962