Consider the equation,
$$(x+b)^3 = a x^2\tag1$$
with $a\ne 0$, and real roots $(x_1$, $x_2$, $x_3)$. Show that,
\begin{eqnarray}\sqrt[3]{x_1} &+& \ \sqrt[3]{x_2} &+ &\ \sqrt[3]{x_3} &=& \sqrt[3]{a}\\ \sqrt[3]{\frac{1}{x_1}}&+&\sqrt[3]{\frac{1}{x_2}}&+&\sqrt[3]{\frac{1}{x_3}}&=&\ 0 \end{eqnarray}
Notes:
Ramanujan had a series of equalities with cubic roots of trigonometric functions. The ones of second type are of the form $$\sqrt[3]{\frac{\cos \frac{2 \pi}{7}}{\cos{ \frac{4 \pi }{7}} }}+\sqrt[3]{\frac{\cos \frac{4 \pi}{7}}{\cos{ \frac{6 \pi }{7}} }}+\sqrt[3]{\frac{\cos \frac{6 \pi}{7}}{\cos{ \frac{2 \pi }{7}} }}= \sqrt[3]{-7}$$ since the above quotients of cosines are the roots of $x^3 + 4 x^2 + 3 x -1= (x-1)^3 - (-7) x^2$ One has similar results considering $\cos$ of multiples of $\frac{2 \pi}{9}$.
There are general formulas for $(\sqrt[3]{x_1} + \sqrt[3]{x_2} + \sqrt[3]{x_3})^3$ being the root of a cubic polynomial with a unique real root, obtained in an algebraic way from the initial polynomial. So the above is on the beaten path. However, I did not find this case posted; it seems cute, and easy to prove, so maybe useful as a reference.
Any feedback would be appreciated!
$\bf{Added:}$
We could also consider the cubic form $$(x+y)^3 - x^2 z + f x z ( x+y+ \frac{f^2}{27} z)$$ Again, if the roots $x_i$ in $x$ are real and distinct then \begin{eqnarray} \sqrt[3]{x_1} + \ \sqrt[3]{x_2} + \ \sqrt[3]{x_3}=\sqrt[3]{z} \end{eqnarray}
One could try something similar for say $(x+b)^5 - a x^k$, $1\le k \le 4$, however the resulting equations do not have all roots real, since after taking the $5$-th root we get a polynomial with gaps in coefficients.
Since $\,\sqrt[3]{\cdot}\,$ is bijective on $\mathbb R\,$, for each real root $\,x_k= z_k^3\,$:
$$ (x_k+b)^3 - a x_k^2 = 0 \quad\iff\quad x_k + b = \sqrt[3]{a x_k^2} \quad\iff\quad z_k^3 + b = \sqrt[3]{a}\,z_k^2 $$
Assuming $\,x_k\,$ are distinct, it follows that $\,z_k\,$ are the roots of $\,z^3 - \sqrt[3]{a}\, z^2 + b = 0\,$, so $\,\sum z_k = \sqrt[3]{a}$ and $\,\sum 1/z_k = 0\,$.
[ EDIT ] $\,$ To cover the remaining case of multiple roots, this happens iff $\,27 a^2 b^4 = 4 a^3 b^3\,$ (courtesy WA). By the assumption that $\,ab \ne 0\,$ this leaves $\,27b=4a\,$, then the original cubic becomes $\,\frac{1}{27^3}(27 x - 8 a)^2 (27 x + a)\,$ with roots $\,x_k \in \{\frac{8a}{27},\frac{8a}{27},\frac{-a}{27}\}\,$, so $\,z_k \in \{\frac{2\sqrt[3]{a}}{3},\frac{2\sqrt[3]{a}}{3},\frac{-\sqrt[3]{a}}{3}\}\,$ which can be easily verified to satisfy both relations.