Log n < O(n^ε) for Large n - Simple Function Growth

  • Thread starter Thread starter ti89fr33k
  • Start date Start date
  • Tags Tags
    Function Growth
ti89fr33k
Messages
13
Reaction score
0
Show log n < O(n^epsilon) for n sufficiently large.

Not actually calculus, but it has something to do with limits, so there. :smile:

Thanks,

Mary
 
Physics news on Phys.org
Did you try looking at

\lim_{n\rightarrow\infty}\frac{\log n}{n^\epsilon}

If you can evaluate this limit, the bound you're after follows.
 
I know the limit is 0...but how do you evaluate it?
 
The answer is quite intuitive...but i want a rigorous method
 
l'hopital's rule will handle the limit.

Are you able to convert from the limit to the big-O bound? This will follow from the definition of the limit.
 
yes, but my instructor specifically mentioned not to use l'hopitals rule
 
there is a pure algebra method
 
If I write

\log n=\frac{2}{\epsilon}\log n^\frac{\epsilon}{2}

does that help you evaluate the limit?
 
log n^epsilon/2 has to grow slower than n^epsilon?
 
  • #10
oh...i see...
 
Back
Top