I need to solve this inequality:$$\lfloor|x+1|-|x|\rfloor\geq x^2.$$ I checked the domains:
- $x\geq0$ resulted in $[0,1]$.
- $x\leq-1$ resulted in a contradiction.
But when trying to solve the inequality for $-1<x<0$ I get stuck: $$ \lfloor|x + 1| - |x|\rfloor = \lfloor x + 1 - (-x)\rfloor = \lfloor2x + 1\rfloor \geq x^2, $$ and I don't how to proceed from here…
Your help is appreciated, thanks in advance!
Hint: Since $-1<x<0$, then $$-1<2x+1<1$$ which implies $$\lfloor 2x+1\rfloor =-1\quad\text{or}\quad \lfloor 2x+1\rfloor =0$$