How do I show that x^x->1 as x->0?

  • Thread starter Thread starter Treadstone 71
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Treadstone 71
Messages
275
Reaction score
0
How do I show that x^x->1 as x->0?
 
Physics news on Phys.org
I can't find a lower bound for xlog(x).
 
use l'hopital's rule.

if you have lim x log x then x log x is the same as [log x / (1 / x)]
 
Got it. Thanks.