Given the polynomial $$x^5-x+\alpha$$ Find a value of $\alpha>0$ for which the above polynomial has a double root.
Here's an animated plot of the roots as you change $\alpha$ from $0$ to $1$ I'm looking for $\alpha$ when the 2 points in the plot meet.

Also, this is not homework
A multiple root is a common root of both $f(x)$ and $f^{\prime}(x)$. $$f^{\prime}(x)=5x^4-1$$
and if you are interested only in real roots (i get this impression that you are)
then $$x=\frac{1}{\sqrt[4]{5}}$$
and further we must have
$$f\left(\frac{1}{\sqrt[4]{5}}\right)=0$$ this gives
$$\alpha=\frac{4}{5\sqrt[4]{5}}$$