Here is the way that I would do this problem.
First, note that x = 5 and x = - 5 are excluded from the range because either case would involve division by zero. Those values of x are not permissible.
Second, reverse what is to be shown.
x−52x−1≤x+5x+1.
If I exclude any permissible x that satisfies the inequation above, I have identified the values of x that satisfy
x−52x−1>x+5x+1.
This kind of backwards logic is called
modus tollens.
To get rid of the fractions I need to multiply by (x + 5)(x - 5). If x is neither 5 nor - 5, then (x + 5)(x - 5) > 0 or
(x - 5)(x + 5) < 0.
If (x - 5)(x + 5) > 0, then either (x - 5) < 0 and (x + 5) < 0 or (x - 5) > 0 and (x + 5) > 0. Let those be cases I and II respectively.
If (x - 5)(x + 5) < 0, then (x - 5) < 0 and (x + 5) > 0. Let that be case III.
Case I: (x - 5) < 0 and (x + 5) < 0 so x < - 5 and (x - 5)(x + 5) > 0.
x−52x−1≤x+5x+1⟹(x−5)(x+5)∗x−52x−1≤(x−5)(x+5)∗x+5x+1⟹(x+5)(2x−1)≤(x−5)(x+1)⟹
2x2+9x−5≤x2−4x−5⟹x2+13x≤0⟹x(x+13)≤0⟹xx(x+13)≥x0⟹x≥−13.
But this tells us what range we do not want. So x < - 5 and x < - 13 or x < - 13.
Case II: (x - 5) > 0 and (x + 5) > 0 so x > 5 and (x - 5)(x + 5) > 0.
x−52x−1≤x+5x+1⟹(x−5)(x+5)∗x−52x−1≤(x−5)(x+5)∗x+5x+1⟹(x+5)(2x−1)≤(x−5)(x+1)⟹
2x2+9x−5≤x2−4x−5⟹x2+13x≤0⟹x(x+13)≤0⟹xx(x+13)≤x0⟹x≤−13.
But this tells us what we do not want. So x > - 13 and x > 5 or x > 5.
Case III: (x - 5) < 0 and (x + 5) > 0 so - 5 < x < 5 and (x - 5)(x + 5) < 0.
x−52x−1≤x+5x+1⟹(x−5)(x+5)∗x−52x−1≥(x−5)(x+5)∗x+5x+1⟹(x+5)(2x−1)≥(x−5)(x+1)⟹
2x2+9x−5≥x2−4x−5⟹x2+13x≥0⟹x(x+13)≥0.
That is true if x = 0. And it is true if x > 0. But this tells us what we do not want. So - 5 < x < 0.
Thus we have three ranges x < -13, -5 < x < 0, and 5 < x.
Let's check.
x = - 15.
−15−52∗(−15)−1=−20−31=2031.
−15+5−15+1=−10−14=2028<2031. It checks.
x = - 1.
−1−52(−1)−1=−6−3=21.
−1+5−1+1=40=0<21. It checks.
x = 6
6−52∗6−1=111=11.
6+56+1=117<1<11. It checks.