Determine if function $f(x)=\ln \left ( \frac{x+1}{x-1} \right )$ is odd or even.
My solution:
$$ \begin{align} f(-x)&=\ln\left ( \frac{-x+1}{-x-1} \right )\\ &=\ln \left ( \frac{-(x-1)}{-(x+1)}\right )\\ &=\ln\left ( \frac{x-1}{x+1} \right )\\ &=\ln (x-1)-\ln (x+1)\\ &=-(\ln (x+1)-\ln (x-1))\\ &=-\ln \left ( \frac{x+1}{x-1} \right ) = -f(x) \end{align} $$
It seems that function is odd. However, according to WolframAlpha it's neither odd nor even.
That function is odd (assuming that its domain is $(-\infty,-1)\cup(1,\infty)$, an assumption which is not made by WolframAlpha). Your computations are fine, but you can shorten them using the fact that $\log(a^{-1})=-\log(a)$. It follows from this that$$\log\left(\frac{x-1}{x+1}\right)=-\log\left(\frac{x+1}{x-1}\right).$$