I'm doing a little filter processing research and at one point I expand a signal by applying: $x^{4/3}$ to the signal which will only yield real outputs for real, positive inputs. Since $(x^a)^b = (x^b)^a $ and $(x^a)^b = x^{a \cdot b}$ I asked myself why can't I calculate $x^{4/3}$ by calculating $(x^4)^{1/3}$ of which $x^4$ will only yield positive values ? This way one could plug in negative values into the function? Would this function still correctly reverse $x = z^{3/4}$ ?
EDIT: I want to achieve only real number outputs, that's the reason for this whole thing