Field Extensions - Dummit and Foote Chapter 13 - Exercise 2, page 519

  • Context:
  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Exercise Field
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
Dummit and Foote Chapter 13, Exercise 2, page 519 reads as follows:

"Show that [tex]x^3 - 2x - 2[/tex] is irreducible over [tex]\mathbb{Q}[/tex] and let [tex]\theta[/tex] be a root.

Compute [tex](1 + \theta ) ( 1 + \theta + {\theta}^2)[/tex] and [tex]\frac{(1 + \theta )}{ ( 1 + \theta + {\theta}^2)}[/tex] in [tex]\mathbb{Q} (\theta)[/tex]

---------------------------------------------------------------------------------------------------------------------------------

My attempt at this problem so far is as follows:

[tex]p(x) = x^3 - 2x - 2[/tex] is irreducible over [tex]\mathbb{Q}[/tex] by Eisenstein's Criterion.

To compute [tex](1 + \theta ) ( 1 + \theta + {\theta}^2)[/tex] I adopted the simple (but moderately ineffective) strategy of multiplying out and trying to use the fact that [tex]\theta[/tex] is a root of p(x) - that is to use the fact that [tex]{\theta}^3 - 2{\theta} - 2 = 0[/tex].

Proceeding this way one finds the following:

[tex](1 + \theta ) ( 1 + \theta + {\theta}^2) = 1 + 2{\theta} + 2{\theta}^2 + {\theta}^3[/tex]

[tex]= ({\theta}^3 - 2{\theta} - 2) + (2{\theta}^2 + 4{\theta} + 3)[/tex]

[tex]2{\theta}^2 + 4{\theta} + 3[/tex]

Well, that does not seem to be going anywhere really! I must be missing something!

Can someone please help with the above and also help with the second part of the question ...

Peter

[Note: The above has also been posted on MHF]
 
Physics news on Phys.org
Your answer to the first question is correct. The fact that:

$\theta^3 = 2\theta + 2$ serves to "knock down" any powers of $\theta$ higher than 2 in $\Bbb Q(\theta)$.

To compute the quotient, what we need to do is compute the multiplicative inverse of $1 + \theta + \theta^2$ in $\Bbb Q(\theta)$. The easiest way to do this is to compute the gcd of $x^3 - 2x - 2$ and $x^2 + x + 1$ using the division algorithm:

$x^3 - 2x - 2 = (x - 1)(x^2 + x + 1) - 2x - 1$

$x^2 + x + 1 = (-2x - 1)\left(-\dfrac{x}{2} - \dfrac{1}{4}\right) + \dfrac{3}{4}$

Therefore:

$1 = \left(\dfrac{4}{3}\right)\left(\dfrac{3}{4}\right) = \left(\dfrac{4}{3}\right)\left(x^2 + x + 1 + (-2x - 1)\left(\dfrac{x}{2} + \dfrac{1}{4}\right)\right)$

$= \left(\dfrac{4}{3}\right)\left(x^2 + x + 1 + [x^3 - 2x - 2 - (x - 1)(x^2 + x + 1)]\left(\dfrac{x}{2} + \dfrac{1}{4}\right)\right)$

$= \frac{1}{3}(2x + 1)(x^3 - 2x - 2) - \frac{1}{3}(2x^2 - x - 5)(x^2 + x + 1)$

Taking this last equation mod $x^3 - 2x - 2$, we see that in $\Bbb Q(\theta)$:

$\dfrac{1}{1+\theta+\theta^2} = \frac{1}{3}(5 + \theta - 2\theta^2)$.

Now, multiply the two.