Solve the following equation in $\mathbb R$ $$\lfloor x-1\rfloor(3^x-2^x-\lfloor x^2\rfloor) = 0$$ where $\lfloor y\rfloor=k \iff k \le y < k+1 , k \in \mathbb Z$
I will address 2 cases.
$\lfloor x-1\rfloor= 0 \iff 0 \le x-1 < 1 \iff 1 \le x < 2 $. So every $x \in [1,2)$ is a solution.
$3^x-2^x-\lfloor x^2\rfloor= 0$
a) For $x=0$ , we get $1-1-0=0$, so it's a solution.
b) For $x < 0 \implies 3^x < 2^x$, and since $\lfloor x^2\rfloor>0$, we get that $3^x-2^x-\lfloor x^2\rfloor< 0$, so there are no solutions in this interval.
c) For $x=1$ , we get that $3-2-1=0$, so it's also a solution.
d) For $x \in (0,1) \implies\lfloor x^2\rfloor= 0$. So, $3^x-2^x=0$ but this has no solutions on this interval because $3^x>2^x, \forall x \in (0,\infty)$
e) Now for $x>1$ we get some problems. I think $3^x-2^x-\lfloor x^2\rfloor> 0$, but I don't know how to prove it. I can prove that the function $3^x-2^x$ is strictly increasing, but I don't know so much about the values of $\lfloor x^2\rfloor$. So far I think I made some decent progress. But I'm waiting to see what you think about my approach. If you have any idea or a solution, I'm here to listen. Thanks!
Your proof that the only solutions are $\{0\}\cup[1,2)$ can indeed be completed by proving your conjecture, namely $$\forall x>1\quad3^x-2^x-\lfloor x^2\rfloor>0.$$