Problem in the derivate of x^x

  • Thread starter Thread starter soopo
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 2K views
soopo
Messages
222
Reaction score
0

Homework Statement


Why is the derivate of [tex]x^x[/tex]
[tex]x^x(1 + lnx)[/tex]?

The Attempt at a Solution


I know the derivate can be explained by calculus.
However, I am not exactly sure how.
 
Physics news on Phys.org
One way to approach the problem is from the equivalence

e^(lnx)=x

Which gives that

e^(lnx^x)=x^x

Or

e^(xlnx)=x^x

This you should be able to derivate using the set of rules you already know.
 
Or, let y= xx. Then ln(y)= x ln (x). Differentiate both sides with respect to x (implicit differentiation) and solve for dy/dx.
 
Ofey said:
One way to approach the problem is from the equivalence

e^(lnx)=x

Which gives that

e^(lnx^x)=x^x

Or

e^(xlnx)=x^x

This you should be able to derivate using the set of rules you already know.

Thank you!

So we get the solution by differenting
[tex]y = e^{g(x)}[/tex],
where [tex]g(x) = xlnx[/tex].

[tex]y' = g'(x) * e^{g(x)}[/tex],
where g'(x) = lnx + 1
[tex]y' = (lnx + 1) * e^{g(x)}[/tex]
[tex]y' = (lnx + 1) x^{x}[/tex]
 
HallsofIvy said:
Or, let y= xx. Then ln(y)= x ln (x). Differentiate both sides with respect to x (implicit differentiation) and solve for dy/dx.

Thank you HallofIvy!
Your answer is excellent.