You can put this solution on YOUR website! x cannot be between -1 and 0 .. For real numbers, x can be anything LESS than negative 1 OR GREATER than 0.
EDIT: x CAN be -1 but CANNOT be 0. OR .
Allowing for complex numbers, x can be any number but .
Check the intervals of x:
x<=-1.
Pick x=-2. , OK. Good for both real and complex.
-1
Pick x=(-1/2). , OK for complex but bad for real numbers.
x>0.
Pick x=1. , OK for both real and complex.
Note the strict inequality because at x=0, 1/x is undefined.