| 
 
 
| Question 652347:  rewrite log(x/x-1)-log(x/x+1)+log(x^2-1) as a single logarithm
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! rewrite log(x/x-1)-log(x/x+1)+log(x^2-1) as a single logarithm -------------------------
 = log[((x/(x-1))*(x^2-1)) / (x/(x+1))]
 -----
 Cancel where you can to get:
 -------------
 = log[((x)*(x+1)) / (x/(x+1))]
 ------
 Invert the denominator and multiply to get:
 = log(1)
 ---
 = 0
 ===========
 Cheers,
 Stan H.
 
 | 
  
 | 
 |