Can this polynomial with integer coefficients be factored?

  • Context: Undergrad 
  • Thread starter Thread starter sutupidmath
  • Start date Start date
  • Tags Tags
    Factoring Polynomial
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
5 replies · 3K views
sutupidmath
Messages
1,629
Reaction score
4
the question is this: factor the following polynomial with integer coefficients:

[tex]x^{5024}+x^{1004}+1[/tex]

my first thought is that since this polynomial doesn't have real roots such a factorization isn't even possible, but i really don't have any more clever idea how to factor this one.
 
Mathematics news on Phys.org
The only possible rational roots of that are 1 and -1. Obviously neither of those satisfies the equation [itex]x^{5024}+ x^{1004}+ 1= 0[/itex] so it has no rational roots and so cannot be factored with integer coefficients.
 
Ok now, say we take out the requirement that the coefficients be integers. Then, if we are simply looking to express that polynomial as a product of two other polinomials, then will it include inevitably complex coefficients? Or, how would that factorization in terms of two other polynomials look like? Since, we won't have real roots, i see that there will only be complex roots, so even the factorization, from my point of view, seems to include inevitably complex coefficients, right?
 
Not necessarily. Since it has real coefficients, all complex roots must come in "complex conjugate" pairs: a+ bi and a- bi. Any factorization into linear factors would have to be of the form (x-(a+bi))(x-(a-bi)) but those multiplied together: ((x-a)- bi)((x-a)+ bi)= (x-a)2+ b2= x2- 2ax+ a2+ b2 so it can be factored into 5024/2= 2512 quadratic factors with real coefficients.
 
so, does it mean that in general any polynomial, say of the form

[tex]x^n+x^m+1[/tex] where both n,m are even integers cannot be factored over the integers. That is cannot be written, say as a product of two polynomials with integer coefficients?
 
I say this is possible to be written, right? SInce, i can already find a counterexample if you say otherwise? So, when would it be the case? i assume wehnever n, is an integral multiple of m, right?