So the homework question goes as follows:
Find rational numbers such that $ \sqrt[3]{7+5\sqrt{2}}=\alpha+\beta\sqrt{2}$
The homework only asks for one pair of $\alpha$ and $\beta$ and it is almost trivial to find the solution $\alpha=\beta = 1$
Solution:
$\sqrt[3]{7+5\sqrt{2}}=\alpha+\beta\sqrt{2}$
$7+5\sqrt{2}=(\alpha+\beta\sqrt{2})^3$
$7+5\sqrt{2}=\alpha^3+6\beta^2\alpha +\sqrt{2}(3 \alpha^2 \beta +2\beta^3)$
By identification of coefficients:
$7=\alpha^3+6\beta^2\alpha \space and \space 5=3 \alpha^2 \beta +2\beta^3$
So I just "saw" that $\alpha=\beta = 1$ is a solution
My question is, how do we find other solutions?
Thank you!