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

  • Thread starter Thread starter bfpri
  • Start date Start date
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
2 replies · 2K 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
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