Natural log limits as n approaches infinity

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
7 replies · 3K views
MSG100
Messages
43
Reaction score
0
My question is:

Show the limit of
[tex]x_{n}=\frac{ln(1+\sqrt{n}+\sqrt[3]{n})}{ln(1+\sqrt[3]{n}+\sqrt[4]{n})}[/tex]
as n approaches infinity


Solution:
[tex]{x_n} = \frac{{\ln (1 + {n^{\frac{1}{2}}} + {n^{\frac{1}{3}}})}}{{\ln (1 + {n^{\frac{1}{3}}} + {n^{\frac{1}{4}}})}} = \frac{{\ln \left( {{n^{\frac{1}{2}}} \cdot (\frac{1}{{{n^{\frac{1}{2}}}}} + 1 + \frac{1}{{{n^{\frac{1}{6}}}}})} \right)}}{{\ln \left( {{n^{\frac{1}{3}}} \cdot (\frac{1}{{{n^{\frac{1}{3}}}}} + 1 + \frac{1}{{{n^{\frac{1}{{12}}}}}})} \right)}} =[/tex]


[tex]= \frac{{\ln {n^{\frac{1}{2}}} + \ln (\frac{1}{{{n^{\frac{1}{2}}}}} + 1 + \frac{1}{{{n^{\frac{1}{6}}}}})}}{{\ln {n^{\frac{1}{3}}} + \ln (\frac{1}{{{n^{\frac{1}{3}}}}} + 1 + \frac{1}{{{n^{^{\frac{1}{{12}}}}}}})}} = \frac{{\frac{1}{2}\ln n + \ln (\frac{1}{{{n^{\frac{1}{2}}}}} + 1 + \frac{1}{{{n^{\frac{1}{6}}}}})}}{{\frac{1}{3}\ln n + \ln (\frac{1}{{{n^{\frac{1}{3}}}}} + 1 + \frac{1}{{{n^{^{\frac{1}{{12}}}}}}})}} =[/tex]

[tex]= \frac{{\frac{1}{2} + \frac{1}{{\ln n}} \cdot \ln (1 + \frac{1}{{{n^{\frac{1}{2}}}}} + \frac{1}{{{n^{\frac{1}{6}}}}})}}{{\frac{1}{3} + \frac{1}{{\ln n}} \cdot \ln (1 + \frac{1}{{{n^{\frac{1}{3}}}}} + \frac{1}{{{n^{\frac{1}{{12}}}}}})}}[/tex]


Now I'm stuck.
Is this the right way to do it?
 

Attachments

  • WolframAlpha--limn-gtinfinity_ln1sqrtnn13ln1n13n14_--2013-10-10_1903.png
    WolframAlpha--limn-gtinfinity_ln1sqrtnn13ln1n13n14_--2013-10-10_1903.png
    1.5 KB · Views: 615
Physics news on Phys.org
I would continue from here:
[tex]= \frac{{ \frac 1 2 \ln n + \ln (\frac{1}{{{n^{\frac{1}{2}}}}} + 1 + \frac{1}{{{n^{\frac{1}{6}}}}})}}{{ \frac 1 3 \ln n + \ln (\frac{1}{{{n^{\frac{1}{3}}}}} + 1 + \frac{1}{{{n^{^{\frac{1}{{12}}}}}}})}}[/tex]
by factoring ln(n) from each term in the numerator and each term in the denominator, with the result looking like this:
$$ \frac{\frac 1 2 ln(n)(1 + \text{other stuff})}{\frac 1 3 ln(n)(1 + \text{some other stuff})}$$
As long as you can convince yourself the <other stuff> goes to zero as n gets large, you should be able to get the desired answer of 3/2.
 
OK, I didn't see that. It looked to me like he was using an invalid log property. What he did is pretty close to what I'm suggesting in post #4.
 
I liked your first 3 steps until you got to ##\frac{(1/2)logn + stuff}{ 1/3logn + stuff}##. What I'm calling "stuff" will all go to 0 as n ## \rightarrow \infty##.

So from that point you can go directly to the answer of 3/2 -- I don't thing you need to fuss any further.

You should probably explain why the stuff goes to 0.
 
  • Like
Likes   Reactions: 1 person
Many thanks to all of you for the quick response! I can see it now!

These kind of problems are quite new for me so maybe I overdo it.

I need to do some more of these so I can get some grip of it.