I'm looking find all $c \in \mathbb{R}$ that solve the inequality:
$cx \leq |x|$, for all $x \in \mathbb{R}$
I know the solution should be $-1 \leq c \leq 1$, but don't know how I am supposed to get there.
Could someone walk me through how to navigate the absolute value when there is an x outside the absolute value?
The equation you want to solve is equivalent to the system of the two equations : $$\forall x > 0, cx \leq x \quad \text{ and } \quad \forall x < 0, cx \leq -x $$
Obviously, the solutions of the first equation are the all the $c \leq 1$, and the solutions of the second one are all the $c \geq -1$.
So, the solutions of your equation are all the $-1 \leq c\leq 1$.