Challenged in evaluating this limit.

  • Context: Undergrad 
  • Thread starter Thread starter futb0l
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
14 replies · 3K views
futb0l
Messages
32
Reaction score
0
I really haven't got a clue on how to evaluate this limit. I've tried doing algebraic manipulation, but to no avail. (L'Hopital's rule are not allowed to be used). If someone can give me a hint, that would be great :)

[tex] \lim_{n\to\infty} \frac{(e^n)^2 + 1}{e^{n^2}+n}[/tex]
 
Physics news on Phys.org
futb0l said:
I really haven't got a clue on how to evaluate this limit. I've tried doing algebraic manipulation, but to no avail. (L'Hopital's rule are not allowed to be used). If someone can give me a hint, that would be great :)

[tex] \lim_{n\to\infty} \frac{(e^n)^2 + 1}{e^{n^2}+n}[/tex]

i am not quite sure on this, however i think it should go like this:

substitute e^n=t, than you get, ln e^n=lnt=>n=ln t, when n->infinity, t->infinity

lim(t^2+1)/(t^2+ln t),t->infinity

lim_t->infinity(t^2)/(t^2+lnt)+lim_t->infinity(1)/(t^2+lnt)
the second part is obviously 0 when t-> infinity, so we are left with

lim_t->infinity(t^2)/(t^2+lnt), we know that ln t=ln(1+(t-1)), which is equivalent with t-1, because the limit of their ratio is 1, we substitute it and we get

lim_t->infinity(t^2)/(t^2+t-1), so the limit of this is obviously 1.
 
Gib Z said:
I don't understand your notation on the denominator, is that e^(n^2) or what?

the denominator i enterpreted as (e^n)^2,
I do not know if this is what he meant?

Is this what you meant?
 
Last edited:
I meant e^(n^2). So yeah, obviously the one you did with the 't' substitution is not what I'm looking for.
 
Last edited:
than i guess the limit of that is going to be 0, since the denominator growes much faster than the numerator.
I will see if i can work it out now
 
futb0l said:
I meant e^(n^2). So yeah, obviously the one you did with the 't' substitution is not what I'm looking for.

try it with the same substitution e^n=t, but just work it out in the form u meant. e^(ln^2 t), take this substitution then for e^(n^2), and i think you will get what u are looking for!
 
Last edited:
sutupidmath said:
try it with the same substitution e^n=t, but just work it out in the form u meant. e^(ln t)^2, take this substitution then

Ok, so then you get:

[tex] \lim_{t\to\infty} \frac{t^2 + 1}{e^{(\ln{t})^2} + \ln{t}}[/tex]

So basically you will get infinity at the numerator and denominator, which doesn't lead to anything as far as I can see... *sigh*
 
Last edited:
Denominator grows WAY faster than the numerator, so in this case it goes to 0
 
Can you just say that without doing any calculations? O.o
 
sutupidmath said:
than i guess the limit of that is going to be 0, since the denominator growes much faster than the numerator.
I will see if i can work it out now


i guess we cannot just say this, if this would be in an exam. however it is a clue to lead us on the right direction. i think we should do some calculations.

Although my approach i guess is obviously not appropriate(to much calculations).
 
I think I just worked it out...

[tex] \lim_{n\to\infty} \frac{ e^{2n} + 1 }{ e^{n^2} + n }[/tex]

[tex] \lim_{n\to\infty}\frac{ e^{2n}(1 + e^{-2n}) }{ e^{n^2}(1 + ne^{-n^2}) }[/tex]

[tex] \lim_{n\to\infty} e^{2n-n^2} \frac {(1 + e^{-2n}) }{(1 + ne^{-n^2}) }[/tex]

[tex] \lim_{n\to\infty} e^{2n-n^2} * 1[/tex]

So that just equals to 0.
 
Last edited:
futb0l said:
[tex] \lim_{n\to\infty} e^{2n-n^2} \frac {(1 + e^{-2n}) }{(1 + ne^{-n^2}) }[/tex]

[tex] \lim_{n\to\infty} e^{2n-n^2} * 1[/tex]

So that just equals to 0.

how do you know that the limit of the second part is 1
 
Yeah, the ne^(-n^2) part is actually kind of part of the question. In the question it gives you limits of various functions - I didn't list it here because there is too many. So yeah, basically that term goes to 0 as n approaches infinite.