Are there any specific conditions for coefficients of a polynomial of degree 6 to Solve or find at least one of its roots? I do not need numerical method for solving. I want some analytical methods to find the roots if they exists. The polynomial is here:
$$ \ x^{6} + 6 \Delta x^{5} + (4 \Delta ^{2} -36) x^{4} + (-24 \Delta ^{2} -96 \Delta ) x^{3}+(192+112 \Delta ^{2}-32 \Delta ^{4} ) x^{2} +(256 \Delta ^{2} +256 \Delta ) x-512 \Delta ^{2} -256=0\,. $$
$\Delta$ is an Anisotropic quantity between 0 and 10.
Generally speaking, for nearly every polynomial of degree greater than 4, you cannot express the results in terms of arithmetic and roots — you need to use some sort of special function; e.g. the quintic can be solved with the Bring radical
But if you're going to use special functions anyways, you might as well use the special function "root of this polynomial", since it is a fairly simple special function and has an extremely simple relationship to the roots of your polynomial
Among the rare exceptions, you can identify some (maybe all) of them by:
WolframAlpha doesn't (immediately) find a simpler form for the roots; thus I'm inclined to expect that this isn't one of the exceptions.