Factorizing a polynomial over a ring

  • Thread starter Thread starter Adorno
  • Start date Start date
  • Tags Tags
    Polynomial Ring
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Adorno
Messages
29
Reaction score
0

Homework Statement


Factorize [itex]x^2 + x + 8[/itex] in [itex]\mathbb{Z}_{10}[x][/itex] in two different ways

Homework Equations


The Attempt at a Solution


I can see that x = 8 = -2 and x = 1 = -9 are roots of the polynomial, so one factorization is (x + 2)(x + 9).

Is there a systematic way to find all the factorizations?
 
Physics news on Phys.org
I just looked at the various ways to get a product of 8 mod 10, the look at the sum of those products. I immediately see that 2*9= 18= 8 mod 10 and 2+ 9= 11= 1 mod 10 and that 4*7= 28= 8 mod 10 and that 4+ 7= 11= 1 mod 10.
 
Adorno said:

Homework Statement


Factorize [itex]x^2 + x + 8[/itex] in [itex]\mathbb{Z}_{10}[x][/itex] in two different ways


Homework Equations





The Attempt at a Solution


I can see that x = 8 = -2 and x = 1 = -9 are roots of the polynomial, so one factorization is (x + 2)(x + 9).

Is there a systematic way to find all the factorizations?
It looks like the "Master Product rule"form introductory algebra --- only here you use modular arithmetic.

You are looking for a pair of numbers whose sum is 1 (mod 10) and whose product is 8 (mod 10).
 
So, it's essentially just trial and error?