Finding derivative of x^x using limit definition

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 · 6K views
scottshannon
Messages
46
Reaction score
0
I am trying to find the derivative of x^x using the limit definition and am unable to follow what I have read. Can someone help me understand why lim [(x+h)^h -1]/h as h ---> 0 = ln(x). This part of the derivatio
 

Attachments

  • 11143198_952395444799534_6323303759743605136_n.jpg
    11143198_952395444799534_6323303759743605136_n.jpg
    27.2 KB · Views: 5,456
Physics news on Phys.org
Try using the fact that [itex]e^{ln(x)}=x[/itex]
 
Limit (a∧h) = 1 + h×log(a)/1! + ((h×log(a))∧2)/2! + ...
h→0

For the steps performed on the right side , use , as already said , x = e∧log(x) ,
and

Limit (log(1+h)) = h - (h∧2)/2 + (h∧3)/3 - ...
h→0

*Log is taken to base e .