I read on a scientific paper (*) the following equations:
$$ z = \dot{\Theta}^2 \operatorname{sgn}(\dot{\Theta}) $$
and then:
$$ \dot{\Theta} = \operatorname{sgn}(z) \sqrt{| z |} $$
Could you tell me how to pass from the first equation to the second one please?
(*) Dynamics and stability of a rimless spoked wheel: a simple 2D system with impacts by Michael J. Coleman
$\def\sgn{\mathrm{sgn}}$
Since $z = \dot{\Theta}^2 \sgn(\dot{\Theta})$ we have $|z| = \dot{\Theta}^2$ and then $\dot{\Theta} = \pm \sqrt{|z|}$
Which sign we choose? Well, from $z = \dot{\Theta}^2 \sgn(\dot{\Theta})$ we see that $\sgn(z) = \sgn(\dot{\Theta})$, so $\dot{\Theta} = \sgn(z) \sqrt{|z|}$.