I am doing my homework in field theory and I have the following task to accomplish. Given is the polynomial $f = x^3 + 2x + 2 \in \mathbb{Q}[x]$ and $\alpha$ is the image of $x$ in $K = \mathbb{Q}[x]/(f)$. I have already shown, that $f$ is irreducible, using Gauss' lemma and the fact that it suffices to show that $f$ is irreducible over $\mathbb{Z}[x]$. Then I used Eisenstein. I need to find a $\mathbb{Q}$-linear combination which expresses $\frac{2\alpha + 3}{\alpha + 1}$ in terms of $1, \alpha, \alpha^2$.
Asked
Active
Viewed 60 times
-1
-
After clearing denominators, $u + v\alpha + w\alpha^2=\frac{2\alpha + 3}{\alpha + 1}$ is a linear system in $u,v,w\in \mathbb Q$. – lhf Apr 28 '23 at 12:03
-
See the linked dupes for various methods to invert $1+\alpha$, e.g. the extended Euclidean agorithm. – Bill Dubuque Apr 29 '23 at 17:49
1 Answers
2
Apply the Euclidean algorithm to $x^3+2x+2$ and $x+1$.
Details:
As you have shown the former is irreducible, you will get $1$ expressed as a linear combination of $x^3+2x+2$ and $x+1$.
Then substitute $\alpha$ for $x$, and the $x^3+2x+2$ term disappears. You are left with $(\alpha+1)\beta=1$. So $\beta=\frac1{\alpha+1}$.
Finally multiply $\beta$ by $(2\alpha+3)$ and reduce modulo $f$ if necessary.

tkf
- 11,563
-
Please strive not to post more (dupe) answers to dupes of FAQs, cf. recent site policy announcement here. – Bill Dubuque Apr 29 '23 at 17:50