So I've writing a paper for school on deriving the cubic formula. As of now I have written the cubic formula as a system of two equations in terms of original coefficients $a$, $b$, $c$, and $d$. The system is below:
$$z=\sqrt[3]{\frac{9abc-2b^3-27a^2d}{54a^3}\pm\sqrt{\frac{4ac^3+27a^2d^2-18abcd-b^2c^2+b^3d}{108a^4}}}$$
$$x=z-\frac{\left(\frac{-b^2}{3a^2}+\frac{c}{a}\right)}{3z}-\frac{b}{3a}$$
This system is almost entirely based off the work shown in this article (http://math.sfsu.edu/smith/Documents/Cubic&Quartic.pdf). The article says that "Actually, the equation for $z$ gives three complex cube roots for each of the $+$ and $–$ signs, hence six different formulas for $z$. But when you substitute these in the equation for $y$, at most three different $y$ values will result, and the last equation will thus give at most three distince [sic] roots $x$." The mention of a $y$-value can safely be equated to my $x$-value since I combined the original article's two equations ($y=z-\frac{p}{3z}$ and $x=y-\frac{b}{3a}$ into a single equation). Thus, according to the very article that this equation was formulated from, when using the formula I should get 6 $z$-values, but upon plugging these into my second equation to solve for $x$, I should see only 3 distinct $x$-values.
When I test this, however, with the cubic $-2x^3+3x^2-x+5=0$, which has solutions 1.92, -0.21-1.12$i$, and -0.21+1.12$i$, I get the following:
$$z_1=1.399 \therefore x_1=1.901$$ $$z_2=-0.67+1.16i \therefore x_2=-0.2+1.11i$$ $$z_3=-0.67-1.16i \therefore x_3=-0.2-1.11i$$ $$z_4=0.461 \therefore x_4=1.142$$ $$z_5=-0.23+0.4i \therefore x_5=0.18+0.24i$$ $$z_6=-0.23-0.4i \therefore x_6=0.18-0.24i$$
Note that $z_1$, $z_2$, and $z_3$ all came from using a $+$ sign for the $\pm$ input in the equation for $z$ (the complex solutions came from multiplying the real solution by $e^\frac{2i\pi}{3}$ and $e^\frac{4i\pi}{3}$). Coincidentally (or not) only these 3 $z$-values gave correct (though somewhat off due to lazy rounding) $x$-values. The $z$-values derived by using a $-$ sign for the $\pm$ input ($z_4$, $z_5$, and $z_6$), however, did not yield correct $x$-values. More crucially, the prediction the article made that the 6 $z$-values would collapse into only 3 $x$-values when plugged into the second equation did not come true.
This has left me with really nowhere to go. I cannot possibly justify my paper by simply stating that "you have to only use the $+$ side of the $\pm$ sign when solving for $z$ because it just works that way." I need some justification for this decision. Or possibly I have made some mistakes in my calculations and the article's assertion was, indeed, correct. That's what I'm hoping to learn from you guys! If you have any insight into this problem, any questions for me, or any advice, please reach out!
Lost $4$:
$$z=\sqrt[3]{\frac{9abc-2b^3-27a^2d}{54a^3}\pm\sqrt{\frac{4ac^3+27a^2d^2-18abcd-b^2c^2+\color{red}{4}b^3d}{108a^4}}}$$
And note: $z^3=w \implies z=\{w^{1/3},-(-1)^{1/3}w^{1/3},(-1)^{2/3}w^{1/3}\}$.
I.e. without exponent:
$z_{1,4}=\sqrt[3]{\frac{9abc-2b^3-27a^2d}{54a^3}\pm\sqrt{\frac{4ac^3+27a^2d^2-18abcd-b^2c^2+\color{red}{4}b^3d}{108a^4}}}$
$z_{2,5}=-(-1)^{1/3}\sqrt[3]{\frac{9abc-2b^3-27a^2d}{54a^3}\pm\sqrt{\frac{4ac^3+27a^2d^2-18abcd-b^2c^2+\color{red}{4}b^3d}{108a^4}}}$
$z_{3,6}=(-1)^{2/3}\sqrt[3]{\frac{9abc-2b^3-27a^2d}{54a^3}\pm\sqrt{\frac{4ac^3+27a^2d^2-18abcd-b^2c^2+\color{red}{4}b^3d}{108a^4}}}$