Limits of exponential functions

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
3 replies · 16K views
bodensee9
Messages
166
Reaction score
0
Hi,

can I do the following?

If I am asked to find as lim x -> inf of (3^n/2^n), can I do:

3^n = e^(n*ln3)
2^n = e^(n*ln2)

assume C = lim (3^n/2^n).

C = lim e^(n*ln3)/e^(n*ln2)
ln C = lim ln [(exp(n*ln3)/(exp(n*ln2)]
In C = lim ln(exp(n*ln3)) - ln(exp(n*ln2))
ln C = lim n*ln3 - n*ln2
ln C = lim n*(ln3 - ln2)

The right hand side is clearly inf, and hence ln C = inf, which would mean that C = inf?
Though wouldn't C = 0 also give you infinity? So how would I know which one it is?

Thanks.
 
Physics news on Phys.org
bodensee9 said:
Hi,

can I do the following?

If I am asked to find as lim x -> inf of (3^n/2^n), can I do:

3^n = e^(n*ln3)
2^n = e^(n*ln2)

assume C = lim (3^n/2^n).

C = lim e^(n*ln3)/e^(n*ln2)
ln C = lim ln [(exp(n*ln3)/(exp(n*ln2)]
In C = lim ln(exp(n*ln3)) - ln(exp(n*ln2))
ln C = lim n*ln3 - n*ln2
ln C = lim n*(ln3 - ln2)

The right hand side is clearly inf, and hence ln C = inf, which would mean that C = inf?
Though wouldn't C = 0 also give you infinity? So how would I know which one it is?

Thanks.
Why do it that way?
[tex]\frac{3^n}{2^n}= \left(\frac{3}{2}\right)^n[/tex]
and that, since 3/2> 1, clearly increases without bound as x increases.

On the other hand,
[tex]\frac{2^n}{3^n}= \left(\frac{2}{3}\right)^n[/tex]
since 2/3< 1, clearly goes to 0.

Doing it the "hard way", if y= 2n/3n, then ln(y)= ln(2n)- ln(3n)= n(ln(2)- ln(3)). ln(2)- ln(3) is negative so, as n goes to infinity, n(ln(2)- ln(3)) goes to negative infinity and, as Dick said, ln(0)= negative infinity.