How do you find the derivative of ln(x+1x1)?

1 Answer
Jul 3, 2016

Simplify using natural log properties, take the derivative, and add some fractions to get ddxln(x+1x1)=2x21

Explanation:

It helps to use natural log properties to simplify ln(x+1x1) into something a little less complicated. We can use the property ln(ab)=lnalnb to change this expression to:
ln(x+1)ln(x1)

Taking the derivative of this will be a lot easier now. The sum rule says we can break this up into two parts:
ddxln(x+1)ddxln(x1)

We know the derivative of lnx=1x, so the derivative of ln(x+1)=1x+1 and the derivative of ln(x1)=1x1:
ddxln(x+1)ddxln(x1)=1x+11x1

Subtracting the fractions yields:
x1(x+1)(x1)x+1(x1)(x+1)
=(x1)(x+1)x21
=x1x1x21
=2x21