Challenged in evaluating this limit.

  • Thread starter Thread starter futb0l
  • Start date Start date
  • Tags Tags
    Limit
AI Thread Summary
The discussion revolves around evaluating the limit of the expression (e^n)^2 + 1 over e^(n^2) + n as n approaches infinity, with L'Hôpital's rule not permitted. Initial attempts at algebraic manipulation were unsuccessful, prompting users to explore substitutions such as e^n = t. The consensus emerges that the denominator grows significantly faster than the numerator, leading to the conclusion that the limit approaches 0. Despite the complexity of calculations, participants agree on the behavior of the limit as n increases. The final determination is that the limit equals 0.
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 :)

<br /> \lim_{n\to\infty} \frac{(e^n)^2 + 1}{e^{n^2}+n}<br />
 
Mathematics news on Phys.org
I don't understand your notation on the denominator, is that e^(n^2) or what?
 
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 :)

<br /> \lim_{n\to\infty} \frac{(e^n)^2 + 1}{e^{n^2}+n}<br />

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.
 
Oh ok I see your latex so I know what you mean. Give me a second to see if I can work it.
 
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:

<br /> \lim_{t\to\infty} \frac{t^2 + 1}{e^{(\ln{t})^2} + \ln{t}}<br />

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:
  • #10
Denominator grows WAY faster than the numerator, so in this case it goes to 0
 
  • #11
Can you just say that without doing any calculations? O.o
 
  • #12
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).
 
  • #13
I think I just worked it out...

<br /> \lim_{n\to\infty} \frac{ e^{2n} + 1 }{ e^{n^2} + n }<br />

<br /> \lim_{n\to\infty}\frac{ e^{2n}(1 + e^{-2n}) }{ e^{n^2}(1 + ne^{-n^2}) }<br />

<br /> \lim_{n\to\infty} e^{2n-n^2} \frac {(1 + e^{-2n}) }{(1 + ne^{-n^2}) }<br />

<br /> \lim_{n\to\infty} e^{2n-n^2} * 1<br />

So that just equals to 0.
 
Last edited:
  • #14
futb0l said:
<br /> \lim_{n\to\infty} e^{2n-n^2} \frac {(1 + e^{-2n}) }{(1 + ne^{-n^2}) }<br />

<br /> \lim_{n\to\infty} e^{2n-n^2} * 1<br />

So that just equals to 0.

how do you know that the limit of the second part is 1
 
  • #15
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.
 
Back
Top