Show that n^(logc)/c^(logn) =1 as n->inf

  • Thread starter Thread starter bfpri
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
bfpri
Messages
11
Reaction score
0

Homework Statement


Show that n^(logc)/c^(logn) =1 as n->inf where c is a constant greater than 1

Homework Equations


The Attempt at a Solution



Tried L'hospitals. But the logs mess it up. Even if you assume that logc>1 then the top does eventually become a constant (second derivative). However the bottom gets too messy. Is there another method to start it?
 
Physics news on Phys.org
If f(n) = n^log(c) / c^log(n), look carefully at log (f(n)).

RGV
 
Thats log(n^logc/c^logn)= log(n^logc)-log(c^logn)=log(c)log(n)-log(n)log(c)=0.

Ok i got it

Thanks