How do I solve:
$$\frac{1}{x^2-1} \geqslant \frac{1}{x+1}$$
Here's my attempt to solve it: I brought the fraction on the right side to the left side, then I've found the common denominator, $(x-1)(x+1)$, and after all the computations, this is my situation: $$ \frac{2-x}{(x-1)(x+1)} \geqslant 0$$ Now, I've put the numerator and the denominator in a system of inequalities: (I don't know how to type the system of inequalities in mathjax, sorry)
$$x<2$$ $$x < -1 \space \text{or} \space x>1 $$ My result is (I found the intersection): $$-1<x<1 \space \space \text{or} \space \space x>2$$
Let me know if the result is wrong. Additionally, because in the test I'll have only 50 minutes (lots of questions), this method requires a lot of time; if you know a quicker method, let me know.
EDIT (solved in a quicker way):
- when you are in this situation: $$\frac{2-x}{(x-1)(x+1)} \geqslant 0$$ change the sign of the inequality and the signs that appear in the numerator,
- then, check each interval in the normal way, but don't forget you have changed the sign; therefore, if you had a greater sign, and you changed it, you have to take only negative intervals (not positive intervals, in order to express the correct solution).


Use the difference of two squares to get $\frac{1}{(x+1)(x-1)} ≥ \frac{1}{x+1}$.
Case 1: If $x + 1 > 0 \Rightarrow x > -1$, we have:
$$\frac{1}{x-1} ≥ 1 \tag{$x \ne -1, 1$}$$
The $x \ne -1, 1$ comes from the denominator $(x+1)(x-1)$, which is undefined when $x = -1, 1$.
If $x - 1 > 0 \Rightarrow x > 1$, then multiplying both sides by $x-1$ gives $1 ≥ x - 1 \Rightarrow x ≤ 2$. If $x - 1 < 0$, then because $x > -1$, there are no solutions for this case. Hence the intersection of $x > -1, x > 1$, and $x ≤ 2$ imply $1 < x ≤ 2$.
Case 2: If $x + 1 < 0 \Rightarrow x < -1$, we have:
$$\frac{1}{x-1} ≤ 1 \tag{$x \ne -1, 1$}$$
$x - 1 > 0$ is not possible in this case because $x < -1$. Thus $x -1 < 0$, or just $x < -1$, and there are no more conditions.
So the solution to the inequality is $x < -1$, $1 < x ≤ 2$ for $x \in \mathbb R$.