I am having a problem with this question:
Find all real $x$ that satisfies $|1 + 1/x| > 2$.
This is clearly not defined in $x = 0$. By my logic, it should be solved with:
$1+1/x > 2$ or $1+1/x < -2$
But the result I am getting from this is wrong. ($x<1$)
Correct result is
$-1/3 < x < 1$
How to solve a problem like this? Why is this logic not working here:
$|x| > 2$
$x > 2$ or $x < -2$
I suspect you failed "switch" signs for negative values.
Either $1 + \frac 1x < -2$ or $1 + \frac 1x > 2$.
If $1 +\frac 1x <-2$ then $\frac 1x < -3$ and $x$ is negative.
So $1 > -3x$ (inequality flipped because $x < 0$)
$-\frac 13 < x$ (ditto for $-3$). And as $x$ is negative.
$-\frac 13 < x < 0$
OR
$1 +\frac 1x > 2$ so $\frac 1x > 1$ and $x$ is positive and $x < 1$. So $0 < x < 1$.
So $-\frac 13 < x < 0$ or $0 < x <1$ or $x \in (-\frac 13,0) \cup (0,1)$.