Prove there is no positive rational $x$ so that $$\{x^2\} + \{x\}=1 \tag1 $$
Let $x=\frac p q$ and $p=qc+r, p, q, c, r \in \mathbb{N}, 0 \le r \lt q$
From (1) $\{ 2c \frac r q + (\frac r q)^2\} + \{\frac r q\}=1$ and here I've got stuck.
Any help is appreciated.
Note that if $\{x^2\} + \{x\} = 1$, then $x^2 + x$ is an integer. Solve the equation $x^2 + x = n$ for an arbitrary $n$, and see that if it has rational solutions, then those rationals must be integers, which means that $\{x^2\} + \{x\} = 0$.
To see that $x^2 + x$ must be an integer, note that for any $y$ we may use the floor function to write $y = \lfloor y\rfloor + \{y\}$. This gives $$ x^2 + x = \lfloor x^2\rfloor + \{x^2\} + \lfloor x \rfloor + \{x\} = \lfloor x^2\rfloor + \lfloor x \rfloor + 1 $$ which is an integer.