The question is simple:
Do there exist two polynomials $P,Q\in\mathbb{R}[x]$ such that $$ \text{deg}(P^3-Q^2) = 1\ ?$$
One may assume that both $P$ and $Q$ are monic, and most naively one could consider the case that $\text{deg}(P) = 2$ and $\text{deg}(Q) = 3$. Then writing out the general expressions, which depend on $3+2 = 5$ variables in total, one obtains 4 constraints to make $x^i, i \in \{2,3,4,5\}$ vanish. The interesting outcome of this rather tedious excercise is that $P^3 = Q^2$ in this case, so this gives no solutions. More generally, setting $\text{deg}(P) = 2n$ and $\text{deg}(Q) = 3n$ for some $n \in \mathbb{N}$, one has precisely $5n$ variables and $6n-2$ terms to kill, so that for $n \geq 2$ one has at least as many constraints as variables, $P^3=Q^2$ always being a set of solutions. This leads me to conjecture that such polynomials do not exist, but I have no idea how to prove it. Does anyone have any suggestions?