I am trying exercises from Algebra by Thomas Hungerford and couldn't solve this particular exercise on page 241.
In the field $K(x)$, let $u=x^3 /(x+1) $. Show that $K(x)$ is a simple extension of $K(u)$ and $[K(x) : K(u)]$?
Elements of $K(x)$ are of form $p(x) /q(x)$ where $p$ and $q$ are polynomials and $q(x) \neq 0$ but how to show that adjoining $1$ element to $K(u)$ will be equal to $K(x)$?
I have no intuition on which result I should use.
Kindly shed some light on this.
Thank you!!
Let's break this down. First, what does it mean to be a simple extension?
For us, we're working with $K(u) \subseteq K(x)$. By definition we can get everything in $K(x)$ using only $x$ and elements of $K$. So if we allow ourselves $x$ and elements of $K(u)$ (which is bigger than just $K$), we can definitely get all of $K(x)$. This shows us, by taking $\theta = x$ in the definition above, that $K(u)(x) = K(x)$.
(Ok, I guess really we've only shown that $K(u)(x) \supseteq K(x)$. As a quick exercise, you should show the other inclusion).
Now we want to compute $[K(x) : K(u)]$. By our work above, this is $[K(u)(x) : K(u)]$, which looks familiar. Let's recall another result, which is the source of the familiarity:
For us, again we have $E = K(u)$, so to compute $[K(u)(x) : K(u)]$ we want to compute the degree of the minimal polynomial of $x$ over $K(u)$. Finally, it's time to use the definition of $u$!
$$u = \frac{x^3}{x+1}$$
We want to write $x$ as the solution to a polynomial in $u$... It seems like the only sensible thing is to try to rearrange this equation and see what happens! We find
$$x^3 - ux - u = 0$$
which makes $x$ a root of the polynomial $p(t) = t^3 - ut - u \in K(u)[t]$. This tells us the minimal polynomial divides $p(t)$. We might expect the minimal polynomial to actually be $p$, and indeed it is. It suffices to show $p$ is irreducible (do you see why?), and as is so often the case, Eisenstein's Criterion comes to the rescue. This is Theorem $6.15$ on page $164$, at least in my copy of Hungerford:
Now we notice $u$ is irreducible in $K[u]$ (do you see why?) and moreover
So by Eisenstein, $p(t)$ is irreducible.
But this is exactly what we wanted! Since $p$ is irreducible, it must be the minimal polynomial of $x$, and so
$$[K(u)(x) : K(u)] = \text{deg}(p) = 3$$
finishing the problem.
I hope this helps ^_^