Find $x$ in the equation $\log(x) -\frac{1}{2}\log(x-\frac{1}{2}) = \log(x+\frac{1}{2}) - \frac{1}{2}\log(x+\frac{1}{8})$.
My attempt: $$\log\left(x\right)\ -\ \frac{1}{2}\ \log\left(x-\frac{1}{2}\right)\ =\ \log\left(x+\frac{1}{2}\right)\ -\ \frac{1}{2}\log\left(x\ +\ \frac{1}{8}\right)$$ $$\log\left(x\right)\ -\ \frac{1}{2}\log\left(\frac{2x-1}{2}\right)\ =\ \log\left(\frac{2x+1}{2}\right)\ -\ \frac{1}{2}\log\left(\frac{8x+1}{8}\right)$$ $$\log\left(x\right)\ -\ \frac{1}{2}\log\left(2x-1\right)\ +\ \frac{1}{2}\log\left(2\right)\ =\ \log\left(2x+1\right)\ -\ \log\left(2\right)\ -\ \frac{1}{2}\log\left(8x+1\right)\ +\ \frac{1}{2}\log\left(8\right)$$ $$\log\left(x\right)\ -\ \frac{1}{2}\log\left(2x-1\right)\ =\ \log\left(2x+1\right)\ -\ \frac{1}{2}\log\left(8x+1\right)$$ $$\log\left(x\right)\ -\ \frac{1}{2}\log\left(2x-1\right)\ -\ \log\left(2x+1\right)\ +\ \frac{1}{2}\log\left(8x+1\right)=0$$ $$2\log\left(x\right)\ -\ \log\left(2x-1\right)\ -\ 2\log\left(2x+1\right)\ +\ \log\left(8x+1\right)\ =\ 0$$ $$\log\left(x^2\right)\ -\ \log\left(2x-1\right)\ -\ \log\left(4x^2 + 4x +1\right)\ +\ \log\left(8x+1\right)\ =\ 0$$ $$\log\left(x^2(8x+1)\right)\ -\ \log\left(2x-1\right)\ -\ \log\left(4x^2 + 4x +1\right) = 0$$ $$\log\left(\frac{x^{2}\left(8x+1\right)}{(2x-1)(4x^2 + 4x + 1)}\right)=\ 0\ \tag{1}$$
I'm not getting any idea what to do with this further. Also, the original equation has only $x = 1$ as a solution but the equation $(1.)$ has $2$ solutions $x = 1; x= -1/3$.
I think there might be a simpler solution to this equation rather than my cumbersome one.
Not sure what's the mistake.