Actually that is, I would like to use a complex exponent to turn a number x into an -x just by applying some complex exponent to x. I think I would have to use some ln, π and so one, but I am actually stack and cannot find the correct path to solving it.
For example, let's say for 2 we choose the real part to be equal 1, what would be the solution for y in this special case.
$$ 2^{1 + iy}=-2 $$
What would be the solution for the imaginary part of z if the real part must be 0.5?
$$ x^{0.5 + iy} = -x $$
$$ x^{0.5} * x^{iy} = \sqrt{x} * -\sqrt{x} = -x $$
What is y in this case?
Is there maybe a general solution for
$$ x^{z}=-x $$