If one of the solutions of $x^2-m^4x+m^2-m^4=0$ be equal to $\sqrt[3]2-\sqrt[3]4$, find $m$ and other root of the equation.
To solve this problem I tried different approaches (like plugging $x=\sqrt[3]2-\sqrt[3]4$ in the equation or using quadratic formula $\frac{-b\pm\sqrt{\Delta}}{2a}$) but neither of them worked. Finally I realized that if we assume the other root is equal to conjugate of the root ($x_2=\sqrt[3]2+\sqrt[3]4$) we have $m^4=2\sqrt[3]2\;\Rightarrow m=\pm\sqrt[3]2$. And we can check product of roots is equal to $m^2-m^4$ (i.e $\sqrt[3]4-\sqrt[3]16)$.
My question is, in general if $\sqrt[n]p -\sqrt[n]q$ (for $n\in\mathbb{N}$) is one of a root of a quadratic equation, can we conclude the other root should be $\sqrt[n]p+\sqrt[n]q$ or it happened here by chance?
Furthermore, I'll appreciate other approaches for solving the problem.
Another way to look at it... the constant term $m^2 - m^4$ factors into $(m - m^2)(m + m^2)$. Since it's the product of the two roots and $\sqrt[3]2 - \sqrt[3]4$ is one of the roots, it would make sense that $m =\sqrt[3]2$ here and $\sqrt[3]2 + \sqrt[3]4$ is the other root.
To verify it, the $x$ coefficient would have to be $-1$ times the sum of the two roots, or $-2\sqrt[3]2$. Hence you'd have to have $-m^4 = -2\sqrt[3]2$, which does hold for $m = \sqrt[3]2$. So you have the correct two roots.