As a homework, I was asked to solve this equation, $$(3x-4\lfloor x\rfloor=0),x\in \Bbb R$$ For $x\in \Bbb Z:\lfloor x\rfloor=x \implies x=0$ But for $x\not\in\Bbb Z : \lfloor x\rfloor=\frac 34x$ So now we know that $\frac 34x\in\Bbb Z$ and $x\in\Bbb R-\Bbb Z$, so maybe ? define a function such that : $$f:\begin{Bmatrix}(\Bbb R-\Bbb Z)\to \Bbb Z \\ x\mapsto \frac34x\end{Bmatrix}$$ Even if trying this did walk me into $x=\frac43$ I'm still left with no rigorous proof (An explanation is would be nice if possible). Any help would be appreciated. Thank you for your time.
2026-03-30 07:59:53.1774857593
How to solve the equation $3x-4\lfloor x\rfloor=0$ for $x\in\mathbb{R}$?
157 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Let $x=n+\epsilon$, where $n\in\mathbb{Z}$ and $0\leq\epsilon<1$
Then the equation becomes $$3n+3\epsilon=4n\implies 3\epsilon=n$$
Therefore, $0\leq\frac n3<1\implies n=0,1,2$ and correspondingly, $\epsilon=0, \frac 13,\frac 23$
Therefore the solutions are $$x=0,\frac 43,\frac 83$$