I hope to find out if it's an issue with my calculator or something more interesting.
2026-04-29 10:22:31.1777458151
$(\frac{n}{n+1})^n$ converges to $0$, so why is it converge to 1 when $n=999999....$?
102 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

Hint: $$ \left( \frac{n}{n+1} \right)^n = \frac{1}{\frac{1}{\left( \frac{n}{n+1} \right)^n}} = \frac{1}{\left( \frac{n+1}{n} \right)^n} = \frac{1}{\left( 1 + \frac{1}{n} \right)^n} $$ Can you take it from here?