Hertz
- 180
- 8
Homework Statement
lim_{x→∞}( \frac{x^x}{(x+1)^x} )^2
2. The attempt at a solution
Well this limit is actually my most recent step to solving this problem. The initial problem was determining whether or not the following infinite series converges:
\sum{(\frac{k}{k+1})^{2k^2}}
The thing I'm curious about is if I can say the following about the above limit:
As x approaches infinity, \frac{x^x}{(x+1)^x} approaches 1 because the addition of the one becomes less and less significant. Therefore, the entire limit approaches 1^2 = 1
But then again, I was conflicted because the following argument could also be given:
For all values of x, (x+1)^x will be greater than x^x. Furthermore, as x approaches infinity, the difference between (x+1)^x and x^x will increase. Therefore, as x approaches infinity, the denominator will grow faster than the numerator, making the limit approach zero.
Which one of these arguments is correct?