So I have been doing some practice on finding minimal polynomials and I wanted to
1) Verify if my working is correct.
2) Ask for help and explanation for some part of the question.
The question is as follows:
Find the minimal polynomial $\alpha = \frac{1+i}{\sqrt{2}}$ over
i) $\mathbb{Q}$
ii) $\mathbb{Q}[i]$
iii) $\mathbb{Q}[\sqrt{2}\ ]$
iv) $\mathbb{Q}[\sqrt{-2}\ ]$
My attempts for (i), (ii) are as follows.
$\alpha = \frac{1+i}{\sqrt{2}}$
$2\alpha^2 = 2i$
$4\alpha^4 = -4$
$\alpha^4 + 1 = 0$
$f(x) = x^4 + 1$ for the field $\mathbb{Q}$
For the case of $\mathbb{Q}[i]$
$2\alpha^2 = 2i$
$\alpha^2 = i$
$f(x)=x^2 - i$
Did I make a mistake, if yes please point it out for me. Also, I'm a bit clueless on how to attempt part (iii) and part (iv).
So any help or insights regarding that will be deeply appreciated.