5
$\begingroup$

This is an exercise for the book Abstract Algebra by Dummit and Foote (pg. 530): Find the degree of $\alpha:=1+\sqrt[3]{2}+\sqrt[3]{4}$ over $\mathbb{Q}$

My efforts:

I first try to find the minimal polynomial by writing $\alpha=1+\sqrt[3]{2}+\sqrt[3]{4}\implies\alpha-1=\sqrt[3]{2}(1+\sqrt[3]{2})\implies(\alpha-1)^{3}=2(1+\sqrt[3]{2})^{3}$ but I didn't manage to get the minimal polynomial from this (which is, according to Wolfram, of degree $3$).

I also tried another method that failed: I noted that $\mathbb{Q}(\alpha)\subset\mathbb{Q}(\sqrt[3]{2})$ hence is of degree $\leq3$, moreover, since it is a subfield and $3$ is prime it only remains to show that $\alpha$ is not rational (which I can't prove).

Can someone pleases help me show that the degree is $3$ (preferably is one of the two methods I tried) ?

  • 0
    Would this help? $$\eqalign{ & {\left( {x - 1} \right)^3} = 2{\left( {\root 3 \of 2 + 1} \right)^3} = 2\left( {2 + 3\root 3 \of 2 + 3\root 3 \of 4 + 1} \right) = 2\left( {3 + 3\left( {x - 1} \right)} \right) = 6x \cr & {\left( {x - 1} \right)^3} - 6x = 0 \cr} $$2012-09-09
  • 0
    @PeterTamaroff - Is $x=\alpha$ ?2012-09-09
  • 0
    Yes, of course.2012-09-09

5 Answers 5

13

If $1+ \sqrt[3]{2} + \sqrt[3]{4}=r$ with $r$ rational, then $\sqrt[3]{2}$ would satisfy $x^2+x+1-r=0$, contradicting the fact that is has degree $3.$

  • 0
    How did you get this equality ? (I can't verify it)2012-09-09
  • 0
    @Belgi Have you tried putting $x=\sqrt[3]{2}$ into $x^2+x+1-r$ and seeing what you get?2012-09-09
  • 0
    Thanks, I understand what you did2012-09-09
7

Let $\beta=\sqrt[3]2$. Then $\alpha=1+\beta+\beta^2$, hence $\mathbb Q(\alpha)\subseteq \mathbb Q(\beta)$. Clearly, the minimal polynomial of $\beta$ is $X^3-2$, hence $[\mathbb Q(\beta):\mathbb Q]=3$. As a vector space, $\mathbb Q(\beta)$ has $1, \beta, \beta^2$ as a basis, hence $\alpha$ is irrational (the only way to write $\alpha=a+b\beta+c\beta^2$ with rational coefficients is $\alpha=1+\beta+\beta^2$). Thus $1<[\mathbb Q(\alpha):\mathbb Q]|3$, i.e. and $[\mathbb Q(\alpha):\mathbb Q]=3$.


You can find the minimal polynomial of $\alpha$ itself: $$\alpha = 1+\beta+\beta^2$$ $$\alpha^2 = (1+\beta+\beta^2)^2=1+2\beta+3\beta^2+2\beta^3+\beta^4 = 5+4\beta+3\beta^2$$ $$\alpha^3 = (1+\beta+\beta^2)(5+4\beta+3\beta^2)=5+9\beta+12\beta^2+7\beta^3+3\beta^4=19+15\beta+12\beta^2$$ Find a combination that eliminates all $\beta$ and $\beta^2$: $$\alpha^2-3\alpha=2+\beta$$ $$\alpha^3-4\alpha^2=-1-\beta$$ $$\Rightarrow\quad \alpha^3-3\alpha^2-3\alpha-1=0$$

  • 0
    How did you deduce that $\alpha$ is irrational ?2012-09-09
  • 0
    So its degree is 2*3=6 right ?2012-09-09
  • 0
    @Belgi: I clarified this ($1,\beta,\beta^2$ are linearly independant).2012-09-09
  • 0
    You can type faster than I can Hagen!2012-09-09
  • 0
    @mick: No the degree of $\mathbb Q(\alpha)=\mathbb Q(\beta)$ is 3 because we have only added the real roots, not the two complex roots.2012-09-09
  • 0
    Ah yes i see now. Best answer imnsho +12012-09-09
4

Denote $\alpha = 1 + \sqrt[3]{2} + \sqrt[3]{4}$. Since $\alpha \in \mathbb{Q}(\sqrt[3]{2})$, we get $\mathbb{Q}(\alpha) \subseteq \mathbb{Q}(\sqrt[3]{2})$. Now

$\sqrt[3]{2} + \sqrt[3]{4} \in \mathbb{Q}(\alpha)$

$(\sqrt[3]{4} + \sqrt[3]{2})^2 = 2 \sqrt[3]{2} + \sqrt[3]{4} + 4 \in \mathbb{Q}(\alpha)$

Subtracting the first element from the second implies $\sqrt[3]{2} \in \mathbb{Q}(\alpha)$, and therefore $\mathbb{Q}(\alpha) = \mathbb{Q}(\sqrt[3]{2})$.

  • 0
    Can you elaborate further on this?2015-01-28
  • 0
    Yes, if you can elaborate on what is not clear.2015-01-28
3

Your second method is the right one. To see that $\alpha$ is not rational, note that $$\frac{a}{b}=\alpha\implies \frac{a-b}{b\sqrt[3]{2}}=(1+\sqrt[3]{2})\implies \frac{(a-b)^3}{2b^3}=3\alpha\implies(a-b)^3=6ab^2$$ and note that this last equation is homogeneous, so if it has a solution it in $\mathbb Z$ it has a solution with $a$ and $b$ coprime. But $6|(a-b)^3$ so $6|(a-b)$, and so $6^2|ab^2$ so either $6|a$ or $6|b$, but either way since $6|(a-b)$ we get $6|a$ and $6|b$, hence $a$ and $b$ are not coprime. Thus no solution exists, so $\alpha$ is irrational.

0

If $\alpha$ is rational, then so is $(2^{1/3} + 4^{1/3})$, and so the cube of that expression is rational; expanding, we see that the cube of that expression looks like a rational number plus $3*(32)^{1/3} = 6*4^{1/3}$; standard arguments tell you that this is irrational.

  • 0
    How did you get this ? my calculations gives Wolfram result with both $2^{1/3}$ and $4^{1/3}$ ?. link:http://www.wolframalpha.com/input/?i=%282^%281%2F3%29%2B4^%281%2F3%29%29^32012-09-09
  • 1
    Actually, if $r = 2^{1/3}$, $(\alpha - 1)^3 = 6 + 6 r + 6 r^2 = 6 \alpha$, so $\alpha$ is a root of the polynomial $(z - 1)^3 - 6 z = z^3 - 3 z^2 - 3 z - 1$, which has no rational roots.2012-09-09