I'm studying a function:
$$f(x) = (x - 1) \log(x^2 - 1)$$
Having as first derivative:
$$f'(x) = \frac{(x+1)\log(x^2-1) + 2x}{ x + 1 }$$
I'm looking for critical points ($f'(x) = 0$). I know it has an approximate numerical solution (1.15) thanks to Wolfram Alpha, but I don't know how to compute it myself... I tried the usual steps for logarithmic equations (substitutions, properties of logarithms) but nothing seems to work.