Calculate the limit of $a_{n} = \frac{n^n}{(n-1)^n}$ when $n\rightarrow\infty$

  • Thread starter Thread starter walker242
  • Start date Start date
  • Tags Tags
    Limit
walker242
Messages
12
Reaction score
0

Homework Statement


Calculate the limit of a_{n} = \frac{n^n}{(n-1)^n} when n\rightarrow \infty, where n is an integer.


Homework Equations


-


The Attempt at a Solution


a_{n} = \frac{n^n}{(n-1)^n} = \left(\frac{n}{n-1}\right)^{n} = e^{\ln\frac{n}{n-1}\right)^{n}} = e^{n\ln\frac{n}{n-1}} = e^{n\left(\ln(n)-\ln(n-1)\right)} = e^{-n\left(\ln(n-1)-\ln(n)\right)} = e^{-n\left(\ln\frac{n-1}{n}\right)} = e^{-n\left(\ln\left(1-\frac{1}{n}\right)\right)} =que?
 
Physics news on Phys.org
What is the limit of
n \ln(1 - 1/n)
as n \to \infty?
When you're not sure, try expanding the logarithm in a series around n = infinity.
 
For this limit--
\lim_{n \rightarrow \infty} n ln(1 - 1/n)
a simpler approach might be to use L'Hopital's Rule, with the limit rewritten as a quotient:
\lim_{n \rightarrow \infty} \frac{ln(1 - 1/n}{1/n})
 
While both suggestions do give me the end result I want, we have still not reached MacLaurin expansions, nor L'Hopitals rule. Much thanks for your help, however.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top