What is the solution set for $\lfloor x\rfloor\{x\}=1$ , where $\{x\}$ and $\lfloor x\rfloor$ are respectively fractional part and greatest integer function of $x$.
P.S.: the answer is $\{m+1/m:m\in\Bbb N\setminus\{1\}\}$. Please explain me the procedure and logic behind these kind of problems .
Suppose $[x]\{x\}=1 $. $x$ can not be an integer, or else $\{x\}=0$.
Also, $x>0$ or else $[x] < 0$ and $\{x\} > 0$.
Therefore, let $[x] = a$ and $\{x\} = b$, where $0 < b < 1$.
Then $ab = 1$, so $b = \dfrac1{a}$, so $x = a+b =a+\dfrac1{a} $.