← 2023 Paper 2
UPSC 2023 Maths Optional Paper 2 Q3a — Step-by-Step Solution
15 marks · Section A
Fields and finite fields · Algebra · asked 6× in 13 yrs · Read the full method →
Question
Prove that x2+1 is an irreducible polynomial in Z3[x]. Further show that the quotient ring ⟨x2+1⟩Z3[x] is a field of 9 elements.
Technique
Degree-2 irreducibility test by root search; PID ⇒ irreducible-generated ideal is maximal; division algorithm to enumerate cosets.
Solution
Part 1 — Irreducibility
Strategy. A degree-2 polynomial over a field is irreducible iff it has no root in that field. Test all elements of Z3={0,1,2}.
Evaluate p(x)=x2+1 at every element of Z3:
p(0)=0+1=1=0,p(1)=1+1=2=0,p(2)=4+1=5≡2(mod3)=0.
No root in Z3. Since degp=2, any factorisation over Z3[x] must split it into two linear factors, each contributing a root in Z3 — impossible. Hence x2+1 is irreducible in Z3[x].
Part 2 — Quotient is a field of 9 elements
Strategy. Z3[x] is a PID (Euclidean domain via degree); irreducibles generate maximal ideals; quotient by a maximal ideal is a field. Count cosets explicitly.
Step 1 — ⟨x2+1⟩ is maximal.
Z3 is a field, so Z3[x] is a Euclidean domain (with deg as the Euclidean function), hence a PID. In a PID, every non-zero prime ideal is maximal; equivalently, (p(x)) is maximal iff p(x) is irreducible. By Part 1, ⟨x2+1⟩ is maximal. Therefore the quotient
F=Z3[x]/⟨x2+1⟩
is a field.
Step 2 — Count the elements.
For each f(x)∈Z3[x], divide by x2+1 (which has leading coefficient 1, a unit) using the Euclidean algorithm:
f(x)=q(x)(x2+1)+r(x),degr<2.
So every coset has a unique representative of the form a+bx with a,b∈Z3. Uniqueness: if a+bx≡a′+b′x(modx2+1) then (a−a′)+(b−b′)x∈⟨x2+1⟩; but any non-zero element of this ideal has degree ≥2, forcing a=a′,b=b′.
The representatives are exactly the pairs (a,b)∈Z3×Z3, giving
∣F∣=3×3=9.
Answer
F=Z3[x]/⟨x2+1⟩ is a field with 9 elements.