Comparing the equation
$$x^4+3x+20=0$$
With the equation
$$(x^2+\lambda)^2-(mx+n)^2=0$$
we get
$m^2=2\lambda,$
$-2mn=3,$
$n^2=\lambda^2-20$
Now, $4m^2n^2=9\Rightarrow 4(2\lambda)(\lambda^2-20)=9\Rightarrow 8\lambda^3-160\lambda-9=0$.
How can I find easily the values of $\lambda$ from the above equation.
Please suggest me.
The cubic equation is in depressed form (i.e., its quadratic coefficient is 0). To find the first root, you can use Cardano's formula $$\lambda_1=\sqrt[3]{-{q\over 2}+ \sqrt{{q^{2}\over 4}+{p^{3}\over 27}}} +\sqrt[3]{-{q\over 2}- \sqrt{{q^{2}\over 4}+{p^{3}\over 27}}}$$ where $p = -20$ and $q = -\frac{9}{8}$.