How do you find the derivative of ln(1+1/x) / (1/x)?
1 Answer
Jul 16, 2016
Simplify and apply the chain rule to find that
Explanation:
To make this a little easier, first we will simplify the expression to
Now, using the product rule, chain rule, and the derivatives
(simplification)
=x(d/dxln(1+1/x)) + ln(1+1/x)(d/dxx)
(product rule)
=x(1/(1+1/x)(d/dx(1+1/x)))+ln(1+1/x)*1
(chain rule and derivatives of
=x(1/(1+1/x)(-1/x^2))+ln(1+1/x)
(derivative of
=ln(1+1/x)-1/(x+1)
(simplification)