I tried one approach but the correction in the book shows me a total different answer.
Here's what I did:
$(1+ 1/x)^x=xln(1+1/x)$ Thus, now we try to find the derivative of a multiplication:
$ u(x)=x$
$(u(x))'=1$
$v(x)=ln(1+1/x)$
$(v(x))'= -1/(x^2) +1/x$
And so:
$(uv)'=u'v+uv'$ which gives us:
$(uv)'=xln(1 +1/x) +(-1/x^2 -1/x)$
Yet, the correction gives me this as an answer:
$ln(1+1/x)-1/(1+x)$