I'm trying to solve this inequation: $\ln\left(\dfrac{ 2x}{ x-1}\right) > 0$. The problem is, $2$ different ways that seem valid to me, give me different answers.
First option: turn $0$ to $\ln(1)$, so we have $\ln\left(\dfrac{ 2x}{x-1}\right) > \ln(1) \to \dfrac{2x}{x-1} > 1$ and multiply both sides by $(x-1)^2$ gives me $x > 1$ or $x < -1$.
Second option: $\ln\left(\dfrac{ 2x}{x-1}\right)$ is actually $\ln(2x) - \ln(x-1)$, so $\ln(2x) - \ln(x-1) > 0 \Rightarrow \ln(2x) > \ln(x-1)$ so $2x > x-1$, or \Rightarrow x > -1$.
I'm guessing the second option is the invalid one, but why?
Thanks!