How can the continuous random variable $x$ by isolated by itself on one side of the following equation
$$y = -\frac{1}{2} \ln(1-x^2) \times \text{sign}(x)$$
without resorting to a piece-wise equation?
$$ x = ?$$
Below is my initial, incomplete and probably wrong attempt since I don't know the exponential of a product or the exponential of $\text{sign}()$:
$$ -2 y = \ln(1-x^2) \times \text{sign}(x)$$ $$ \exp(-2y) = (1-x^2) \times \exp(\text{sign}(x))$$
There are 2 cases:
Now, as stated in the comments, you notice that $y(x)$ has the same sign as $x$, i.e: $$\text{sign}(x) = \text{sign}(y(x))$$ So, the different formulas for $x$ can be unified using $\text{sign}(y)$, as follows: $$x=\text{sign}(y)\sqrt{1-e^{-2y.\text{sign}(y)}}$$ Also, since $y.\text{sign}(y)=|y|$, we can write $x$ as: $$x=\text{sign}(y)\sqrt{1-e^{-2|y|}}$$