How do you differentiate x^{1/x} using the power rule and chain rule?

  • Level: Undergrad 
  • Thread starter Thread starter madmike159
  • Start date Start date
  • Tags Tags
    Differentiation
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
7 replies · 10K views
madmike159
Gold Member
Messages
369
Reaction score
0
I was looking at results of different numbers in the equation [tex]\sqrt[x]{x}[/tex] and found out that the biggest result came when it was [tex]\sqrt[e]{e}[/tex]. I know this can be re-written as [tex]x^{1/x}[/tex] and that the gradient would be 0 at x = e. How would you differentiate y = [tex]x^{1/x}[/tex], I can't seem to do it using any of the laws I know.
 
Physics news on Phys.org
Find a function [itex]f(x)[/itex] that let's you rewrite [itex]y=x^{1/x}[/itex] in the form [itex]y=\exp(f(x))[/itex].
 
I don't see how that works but I'll give it a go.
 
Rather than committing the power rule to memory, I find it much easier to remember a couple simple facts which happen to be of use in a lot of other places,
  1. [tex]\frac{d}{dx}\left(e^{f(x)}\right) = e^{f(x)}\,f'(x)[/tex]
  2. [tex]f(x) = e^{\ln f(x)}\;\Rightarrow\;u(x)^{v(x)} = e^{v(x)\,\ln u(x)}[/tex]
and thus

[tex] \aligned<br /> \frac{d}{dx}\left(u(x)^{v(x)}\right)<br /> &= \frac{d}{dx}\left(e^{v(x)\,\ln u(x)}\right) \\<br /> &= e^{v(x)\,\ln u(x)}\frac d {dx}\left(v(x)\,\ln u(x)\right) \\<br /> &= u(x)^{v(x)}\left(v'(x)\,\ln u(x) + \frac{v(x)\,u'(x)}{u(x)}\right)[/tex]
 
D H said:
Find a function [itex]f(x)[/itex] that let's you rewrite [itex]y=x^{1/x}[/itex] in the form [itex]y=\exp(f(x))[/itex].

Equivalently, if y= x1/x, then ln(y)= (1/x)ln(x). Use "implicit differentiation".
 
HallsofIvy said:
Equivalently, if y= x1/x, then ln(y)= (1/x)ln(x). Use "implicit differentiation".

or just use it on
y^x=x
 
D H said:
Rather than committing the power rule to memory, I find it much easier to remember a couple simple facts which happen to be of use in a lot of other places,

How is a less general rule more useful?

The power rule is easy to recall since it follows from other rules
first remember the right hand side
[u^v]'
next use the chain rule (C is a constant)
[u^v]'=[u^C]'|C=v+[C^v]'|C=u
now recall
[x^C]'=C*[x^(C-1)]
or using the chain rule
[u^C]'=C*[u^(C-1)]*u'
and
[C^x]'=[C^x]*log(C)
or using the chain rule
[C^v]'=[C^v]*log(C)*v'
inserting these into
[u^v]'=[u^C]'|C=v+[C^v]'|C=u
yeilds
[u^v]'=C*[u^(C-1)]*u'|C=v+[C^v]'+[C^v]*log(C)*v'|C=u
[u^v]'=v*[u^(v-1)]*u'+[u^v]*log(u)*v'