Limits to Infinity: Exponential Function

  • Context: Undergrad 
  • Thread starter Thread starter BloodyFrozen
  • Start date Start date
  • Tags Tags
    Infinity Limits
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
41 replies · 6K views
BloodyFrozen
Messages
353
Reaction score
1
If we have an exponential fuction,

(for example)

Limx->∞ e(x2+2x+1)/(x2-3)

Would we first determine the limit of the "argument" (not sure if right word) of ex and then replace the "argument" with the limit and then evaluate it?

So for the example above,

The limit of (x2+2x+1)/(x2-3) would be 1 as it approaches ∞.

Then we would evaluate e1.


Would this process be correct?:smile:
 
Physics news on Phys.org
Ok,

And also for limx->-∞ex2/(x-3)

The g(x) part of f(g(x))

equals -∞ at -∞

so,

e-∞ would "theorectically" approach 0 right?
 
OK, and one last question:-p

limx->-∞ (x2+2x+1)/(-x2+4x+4)

Could we evaluate each one seprately?

top -> -∞
bottom ->∞

so "technically" could we say -∞/∞ = -1

So would the limit be -1?

[P.S. I do know about horizontal asymptotes (Algebra way and Calculus way)]
 
Last edited:
Yes, the limit is -1. It seems you understand these things quite well! :smile:

However, I must say that I don't like

[tex]\frac{\infty}{-\infty}=-1[/tex]

although it's clear what you mean. I wouldn't write this on a test or something. A better way of writing this would be

[tex]\lim_{x\rightarrow -\infty}{\frac{x^2+2x+1}{-x^2+4x+1}}=\lim_{x\rightarrow -\infty}{\frac{x^2}{-x^2}}=\lim_{x\rightarrow -\infty}{-1}=-1[/tex]
 
BloodyFrozen said:
limx->-∞ (x2+2x+1)/(-x2+4x+4)

So would the limit be -1?

[P.S. I do know about horizontal asymptotes (algebra way and Calculus way)]

Yes, but not for the reason that you stated. If you're still not convinced, look at:

limx->-∞ (x2)/(-x)

When the highest power on the top and bottom is the same, you simply take the coefficients of the highest power and divide. In your example, it would be 1/-1 = -1
 
BloodyFrozen said:
top -> -∞
bottom ->∞

so "technically" could we say -∞/∞ = -1

Not generally. Consider lim (x)/(x^2) as x -> ∞. "Top over bottom" is ∞/∞ but it does not equal 1; it is 0.

To solve lim (x^2+2x+1)/(-x^2+4x+4) as x -> ∞, I'd multiply the argument by [tex]\frac{1/x^2}{1/x^2}[/tex] to get
[tex]\lim_{x \to \infty} \frac{1 + 2/x + 1/x^2}{-1 + 4/x + 4/x^2}[/tex] which is much more clear.
 
So what we do would be factor the largest x-exponent from the denominator. That way we would get the other "parts" to m/xn (where m and n are any numbers) as it approaches +/-∞ it'd equal zero. That way it'd be x2/-x2 like you guys said. Am I correct?
 
gb7nash said:
Yes, but not for the reason that you stated. If you're still not convinced, look at:

limx->-∞ (x2)/(-x)

When the highest power on the top and bottom is the same, you simply take the coefficients of the highest power and divide. In your example, it would be 1/-1 = -1

Yes, I know.:smile:

I mentioned the lower leveled class (algebra?) way.

If n/m,

If power are same, take coefficients of largest power from numerator and denominator and divide n/m

If n>m, there is no horizontal asymptote.

If n<m, horizontal asymptote at y=0

:smile:
 
BloodyFrozen said:
Yes, I know.:smile:

I mentioned the lower leveled class (algebra?) way.

If n/m,

If power are same, take coefficients of largest power from numerator and denominator and divide n/m

If n>m, there is no horizontal asymptote.

If n<m, horizontal asymptote at y=0

:smile:

The good thing about calculus is that you can now forget all this nonsense :biggrin: Just evaluate things like Unit did. Mathematicians don't like memorizing.
 
Ok, Spivak's 4th Edition is doing well so far.:-p

BTW are there any "challenging" limits that I might want to be aware of?
 
Oh, you want challenges, hey. :devil:

[tex]\lim_{x\rightarrow +\infty}{\frac{x+\sqrt{x^2+3}}{-2x-\sqrt{2x^2-4}}}[/tex]

[tex]\lim_{x\rightarrow 0}{\frac{e^x-1}{x}}[/tex]

[tex]\lim_{x\rightarrow +\infty}{\frac{\sin(x)}{x}}[/tex]

[tex]\lim_{x\rightarrow 0}{\frac{\cos(x)-1}{\sin(x)}}[/tex]

There are not difficult, but they require some more thought than just plug-and-chug nonsense.
 
micromass said:
The good thing about calculus is that you can now forget all this nonsense :biggrin: Just evaluate things like Unit did. Mathematicians don't like memorizing.
Good point!
 
Yay, no -b/(2a).
micromass, I'll attempt them tomorrow.
No TeX on phones.

More cont on next page:)
 
Also, what is the first and second value in an ordered pair called? I remember they had a specific math "name"
 
Thanks to all.
Goodnight.







Atleast to this thread.;)
 
micromass said:
Oh, you want challenges, hey. :devil:

[tex]\lim_{x\rightarrow +\infty}{\frac{x+\sqrt{x^2+3}}{-2x-\sqrt{2x^2-4}}}[/tex]

[tex]\lim_{x\rightarrow 0}{\frac{e^x-1}{x}}[/tex]

[tex]\lim_{x\rightarrow +\infty}{\frac{\sin(x)}{x}}[/tex]

[tex]\lim_{x\rightarrow 0}{\frac{\cos(x)-1}{\sin(x)}}[/tex]

There are not difficult, but they require some more thought than just plug-and-chug nonsense.

I'm having trouble with 1 and 3, but I think I got 2 and 4.

For 2 and 4, I used L'Hopital's Rule

2. (e0-1)/0 = 0/0 ->Differentiate top and bottom
ex = e0 = 1:biggrin:
4. (cox(x)-1)/(sin(x)) = 0/0 Differentiate
-sin(x)/cos(x) = -0/1 = 0:smile:

I can't think of any other ways to find the limits of the above and I'm stuck on numbers 1 and 3:cry:
 
micromass said:
Oh, but Hopitals rule is cheating :biggrin:

Yeah, I know:-p

Any hints on how to do 2 and 4 w/o L'hopital's rule?
 
micromass said:
For (4), you'll have to use the well-known limit

[tex]\lim_{x\rightarrow 0}{\frac{\sin(x)}{x}}[/tex]

I actually see no easy way to solve (2) without L'hopital's rule or Taylor series. I just included that one because I'm evil.

Oh, I remember.
It equals 1, but the problem you gave before was approaching infinity.
The last one reminds me of limx->0 (cos(x)-1)/x = 0, but I'm not sure if that applies here.
 
BloodyFrozen said:
Oh, I remember.
It equals 1, but the problem you gave before was approaching infinity.
The last one reminds me of limx->0 (cos(x)-1)/x = 0, but I'm not sure if that applies here.

Yes, the same reasoning applies here. Essentially, you've got a cosine, but you want a sine. You can easily change a cos2 into a sine, but you don't got a square. How do you introduce cos2 into the problem?
 
Wait, are we talking about 3 or 4?
 
micromass said:
About 4.

For 3, you'll need to use the squeeze theorem.

Ok, first number 3.

-1 =< sin(x) =< 1, therefore

-1/x =< sin(x)/x =< 1/x

Which means the limit is zero. Wow can't believe I forgot that...

EDIT: By any chance would 4 use cofunction identities?