I was looking for a solution to the following equation:
$$x^4 - x^3 = C$$
where $x$ is real and $C$ is a parameter.
Wolfram Alpha returned a very complex answer. I am looking for a simpler answer, which is approximately correct when $C$ is sufficiently large (i.e., it approaches the optimal solution when $C\to\infty$).
How can I find such a solution for this equation in particular, and for other polynomial equations in general?
When $C$ is sufficiently large, then $|x|>>1$ holds because following graph.
So $C=x^4-x^3=x^3(x-1)\sim x^4$. Asymptotic answer will be $x=\pm^4\sqrt C$.
+) Or more accurate answer.
$(x-\frac14)^4=x^4-x^3+\frac38x^2-\frac1{16}x+\frac1{256}\sim x^4-x^3$, so we can approximate $x^4-x^3$ as $(x-\frac14)^4$.
So the answer is $x=\frac14\pm^4\sqrt C$.