This is a review problem for an introductory Galois theory course.
Rationalize the denominator $\frac{1}{1 + \sqrt[3]{5} - \sqrt[3]{25}}$.
There could be many ways to do this, but it's implicit that we use field theory for this problem. I tried looking at the solutions to this question, this question and this question, but they haven't helped me so far.
What seems clear is to replace $x = \sqrt[3]{5}$ and then our expression becomes $\frac{1}{1+x-x^2}$.
Now, since $x^3-5$ is the minimal polynomial of $\sqrt[3]{5}$ in $\mathbb Q[x]$, I think I want to find the inverse of $1+x-x^2$ in the quotient ring $\mathbb Q[x]/(x^3-5)$, but I'm not sure how.
Any hints or suggestions would be appreciated.
While the posted answers are all worthy, as well as those under the related How to rationalize denominator?, the following is an attempt to stay closer to the above formulation of the question.
Idea is to (1) determine a cubic equation that $1+x-x^2$ satisfies in $\mathbb Q[x]/(x^3-5)$, then (2) multiply it by $(1+x-x^2)^{-1}$ and calculate the inverse.
(1) Let $\,g = 1 + x - x^2\,$, then: $$ \begin{align} &g^3 - 3 g^2 + 18 g + 4 = -(x^3 - 5) (x^3 - 3 x^2 + 3 x + 4) \tag{1} \\ \implies\quad\;\; &g^3 - 3 g^2 + 18 g + 4 \equiv 0 \pmod{x^3 - 5} \tag{2} \end{align} $$ Polynomial $(1)$ was not magically pulled out of a hat. A step-by-step derivation using only elementary means is given for a more general case in my answer here to the question Is $a+5^{1/3}b+5^{2/3}c$ a root of any cubic polynomial in $\mathbb{Q}$? (this one here corresponds to $\lambda = \mu = 0, \nu = 5, a=b=1, c=-1$ in my other post).
(2) $x^3-5\,$ is irreducible over $\mathbb Q$, so it is coprime to all rational polynomials of degree $\lt 3$. It follows that $\,g=1+x-x^2\,$ is invertible in $\mathbb Q[x]/(x^3-5)$, then multiplying $(2)$ by $g^{-1}$ and solving for $g^{-1}\,$: $$ \begin{align} &&4g^{-1} &\equiv -g^2 + 3 g - 18 \\ &&&\equiv -(1+x-x^2)^2 + 3 (1+x-x^2) - 18 \\ &&&\equiv -x^4 + 2 x^3 - 2 x^2 + x - 16 \\ &&&\equiv -(x^3 - 5)(x - 2) -2 (x^2 + 2 x + 3) \\ &&&\equiv -2 (x^2 + 2 x + 3) \pmod{x^3 - 5} \\ \implies\;\; &&(1+x-x^2)^{-1}\;\; &\equiv - \frac{1}{2}(3 + 2x + x^2) \pmod{x^3 - 5} \end{align} $$