Comment Re:the nth root of n (Score 1) 1965
Don't know if you got this far (try this again):
y = x^(1/x)
ln(y) = x*ln(x)
differentiation:
1/y = 1 + ln(x)
y = 1/(1+ln(x))
y = x^(1/x)
ln(y) = x*ln(x)
differentiation:
1/y = 1 + ln(x)
y = 1/(1+ln(x))