Exercise on polynomials
Factorize the following polynomials over ℂ, ℝ, ℚ, ℤ2
x5 + 2x4 −5x3 − 10x2 + 6x + 12
x5 + 2x4 −5x3 − 2x2 − 2x + 12
x5 + 3x4 −x3 − 3x2 − 2x −6For which values of a ∈ ℤ the polynomial 3x3 + 20ax2 + 50a2x + 60 is irreducible over ℂ, ℝ, ℚ.
Check whether x5 + 7x4 +2x3 + 6x2 −x + 8 is irreducible over ℚ.
Show that x3 + 4x2 + 6x + 2 is irreducible in ℚ[x].
Show that x4 + 2x3 + 2x2 − x +1 is irreducible in ℚ[x].
Factorize over ℤ5 following polynomials
x5 +x4 +x3 + x+ 1
x4 + 2x + 3
x6 + 4x + 1
x4 − 1
x4 +1
Solutions
A root is clearly −2, so a factor is (x+2). Dividing the polynomial by this factor we obtain x4 −5x2 +6. The substitution y = x2 yields
y2 −5y +6
which has roots 3 and 2. So the factorization over ℚ is (x+2)(x2−2)(x2−3)
Over ℂ and ℝ, (x+2)(x+√2)(x–√2)(x+√3)(x–√3).
In ℤ2: (x+2)(x2− 2)(x2 − 3) ⟶ (x)(x2)(x2 + 1), since 2 = 0 mod 2 and −3 = 1 mod 2, so
x3 (x2 +1), and as x2 +1 factors as: (x+1)(x+1) we obtain x3 (x+1)2 ■.
−2 is clearly a root so a factor is (x+2). Dividing by this factor x4 − x2 − 2 is obtained. The substitution y = x2 yields
y2 −y −2
which has roots 2 and −1. So the factorization over ℚ and over ℝ is (x + 2)(x2 − 2)(x2 + 1)
Over ℂ (x+2)(x+√2)(x–√2)(x+√i)(x–√i).
In ℤ2 since 2 = 0 mod 2
x3 (x2 + 1) and as x2 + 1 factors as: (x+1)(x+1) we obtain x3 (x+1)2 ■.
A root is clearly −3, so a factor is (x + 3). Dividing the polynomial by this factor we obtain x4 −x2 −2. The substitution y = x2 yields
y2 −y −2
which has roots 2 and −1. So the factorization over ℚ and over ℝ is (x + 3)(x2 − 2)(x2 + 1)
Over ℝ, (x + 3)(x + √2)(x – √2)(x2 + 1).
Over ℂ since x2 = −1, you just factorize the x²+1 into (x − i)(x + i)(x + 3)(x + √2)(x – √2)(x2 + 1). ■
Every cubic polynomial is reducible over both ℂ and ℝ. With regards to ℚ, it is possible to apply Eisenstein, p = 5 and notice that it is irreducilbe over ℚ, whatever a is chosen. ■
If we reduce modulo 2, we get x5 + x4 + x ∈ ℤ/2ℤ[x], which is NOT irreducible. So we try with p = 3 and get x5 + x4 +2x3 +2x +2. So if it factorazies it does so as cubic ⋅ quadratic, both irreducible ((they have no roots). After some calculation is found that it's not possible, so f is irreducible in ℚ[x]. ■
We could use the rational roots theorem to show that that f has no root in ℚ. However, reducing modulo 3 is much easier. Then f̄ = x3 + x2 + 2, which clearly has no root in ℤ2[x]. ■
Reduction modulo 2 gives f̄ = x4 + x + 1, which clearly has no root in ℤ2. It could factor into two quadratics. These must be irreducible (they have no roots) so they must be both equal to x2 + x + 1. But (x2 + x + 1)2 = x4 + x2 + 1 ≠ f̄, Hence f̄ is irreducible in ℤ/2ℤ[x], ando f is irreducible in ℚ[x]. ■
-
We test the five elements. A root is 1 which is congruent to −4, so a factor is (x + 4); another root is 3 which is congruent to −2 so a factor is (x + 2) and another is, dividing x5 +x4 + x3 + x +1 by (x + 4)⋅ (x + 2) = x2 + 2x + 4x +8 ≡ x2 +6x +8 we find x3 +3x +2.
A root is 3, confruent to −2 so a factor is (x + 2); dividing x4 + 2x +3 by (x + 2) we find x3 −2x2 +4x −6. If the cubic factor further splits, then it must have a linear factor itself; 3 is a root and the factor (x +2) is found. Dividing the cubic polynomial by x +2 we find x2 + x + 2 is irreducible. So x4 + 2x +3 (x2 + x +2) (x + 2)2.
x4 − 1 = (x + 2)(x + 3) (x + 1) (x + 4);
x4 + 1 = (x2 + a) (x2 + ab) = x4 +bx2 +ax2 +ab = x4 (b+a)x2 + ab. So it follows that a = 2 and b = 3 and a factorization is x4 +1 = (x2 + 2) (x2 + 3).