I know how to solve it squaring both sides of the inequality, but I can't figure out how to solve it "thinking about distances on the real line".
2026-04-08 00:43:42.1775609022
On
Solving $|x+1|>|x-3|$ using a distance approach
68 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
The midpoint $M$of two numbers $a$ and $b$ on the real line is the unique point equidistant from the two numbers. The midpoint $M$ It is given by the formula:
$M = \frac{a+b}{2}$.
Therefore, $M_{-1,3} = \frac{-1+3}{2} = 1$.
Furthermore, the distance between two real numbers $x$ and $y$ is $|x-y|$.
So the original inequality $|x+1| > |x-3|$ is the same as $|x-(-1)| > |x-3|$, which reads, "The distance between $x$ and $-1$ is greater than the distance between $x$ and $3$."
You should also draw a diagram to see what's going on.

The inequality $|x-(-1)|>|x-3|$ says that $x$ is farther from $-1$ than from $3$.
What point is equidistant from $-1$ and $3$?
Now can you say which points satisfy the inequality?