The inequation $\lfloor x\rfloor^2-\lfloor x\rfloor-6>0$

83 Views Asked by At

The question is to find the solutions to this inequation $$\lfloor x\rfloor^2 - \lfloor x\rfloor - 6 > 0$$

On factorising I got $$(\lfloor x\rfloor-3)(\lfloor x\rfloor+2)>0$$ so $\lfloor x\rfloor>3$ or $\lfloor x\rfloor>-2$ and so on

But in the text book the solution goes like this

$\lfloor x\rfloor>3$ so $x\ge 4$ and $\lfloor x\rfloor<-2$ so $x <-2$ therefore domain is...

Notice that the textbook has reversed the second inequality and it turns out to be correct as I checked it in wolfram alpha.

Can anyone please explain why the book reversed $\lfloor x\rfloor>-2$ into $\lfloor x\rfloor<-2$?

1

There are 1 best solutions below

3
On BEST ANSWER

"On factorising I got $(\lfloor x\rfloor-3)(\lfloor x\rfloor +2)>0$, so $\lfloor x\rfloor>3$ or $\lfloor x\rfloor >-2$ and so on"

The bold "so" is wrong: for $a\le b\in\Bbb R$,

$$(t-a)(t-b)>0\iff t< a\vee t>b$$

You applied it incorrectly to the case $a=-2$, $b=3$