I'm trying to solve inequalities that include absolute values. The way we solved these questions in class is different than what I am used to. The teacher would take the positive and negative possibilities of the inequality and treat them separately. I am trying to solve this as a union of intervals.
$$|x^2-2|<1$$
Normally I would just write this as: $$-\sqrt{3} < x < -1 \text{ and } 1 < x < \sqrt{3}$$
However this is not correct I don't believe.
Hints:
$$|x^2-2|<1\iff -1<x^2-2<1\iff 1<x^2<3\ldots$$