PsychonautQQ said:
How do I know that 3^(1/2) has to be a root? I mean, obviously it kind of makes sense, but can you explain it more clearly for me?
I get that the minimal polynomial has roots ##\sqrt{3} \pm \sqrt{2}\,i## and ##-\sqrt{3} \pm \sqrt{2} \, i##. Here is what I did: first, look at ##r = \sqrt{3} + \sqrt{2} \, i##, ##r^2 = 1 + 2 \sqrt{6} \, i##, ##r^3 = -3 \sqrt{3} + 7 \sqrt{2} \, i## and ##r^4 = -23 + 4 \sqrt{6} \, i##.
The minimal (monic) polynomial of ##r## is not of degree 1, so let's try degree 2: ##p_2(r) = r^2 + a_1 r + a_0##. We have
$$p_2(r) = 1+a_0 + \sqrt{3} a_1 + \left( 2 \sqrt{6} + \sqrt{2} a_1 \right) \, i$$.
The condition ##p_2(r) = 0## requires ##1+a_0 + \sqrt{3} a_1 = 0## and ## 2 \sqrt{6} + \sqrt{2} a_1 = 0##. There is no rational solution for ##(a_0,a_1)##, so the minimal polynomial cannot have degree 2.
Let's try ##p_3(r) = r^3 + a_2 r^2 + a_1 r + a_0##. We have
$$p_3(r) = a_0+a_2 + (a_1-3) \sqrt{3} + \left( (a_1+7) \sqrt{2} + 2 \sqrt{6} a_2 \right).$$
Equating the real part to 0 implies that ##a_0 + a_2 +(a_1-3) \sqrt{2} = 0##, so rational ##a_j## must satisfy ##a_1 = 3## and ##a_0 + a_2 = 0##. Equating the imaginary part to 0 implies that ##(a_1+7) \sqrt{2} + 2 \sqrt{6} a_2 = 0##, or ##a_1+7 + 2 \sqrt{3} a_2 = 0##. This has no rational solutions, so the minimal polynomial cannot have degree 3.
Now, if we try ##p_4(r) = r^4 + a_3 r^3 a_2 r^2 + a_1 r + a_0##, and equate the real and imaginary parts to zero, and further use the facts that ##\sqrt{2}## and ##\sqrt{3}## are irrational, we get four linear equations in the four unknown ##a_k##. Those equations have a unique (integer-valued) solution. Thus, the minimal polynomial of ##r## has degree 4, and we can actually write it down. Then we can find its other roots. (Of course, the conjugate ##\sqrt{3} - \sqrt{2}
\, i## must be a root, so we need only worry about finding the others.)
Admittedly, this proof is pretty simple-minded, using no sophisticated concepts and theorems, but at least it works and is readily understandable. I make no claims that it can be generalized.