There is something I don't understand with arccos and inequalities.
Suppose I have this inequality
$cos(x) ≤ \frac{1}{2}$
Having $x = 90$, satisfies this since $cos(90) = 0$.
Then since arccos is defined on [-1,1], I should be able to arccos both sides, which gives me
$x ≤ 60$
But then when $x = 90$, the inequality isn't satisfied.
Why does this happen, even though I kept everything in degrees format?
The reason is that $\arccos$ (as it is usually defined) is a decreasing function. So after you apply it to both sides, you need to switch the direction of the inequality. In fact, that is precisely what it means for the function to be decreasing: $f$ is decreasing on the interval $(x,y)$ if for all $a, b \in (x,y)$, $a \leq b$, implies $f(a) \geq f(b)$.
Here are two examples of decreasing functions besides $\arccos$:
Of course, this begs the question, "Why is $\arccos$ a decreasing function?"