Determining Irreducibility of Polynomials

  • Thread starter Thread starter pivoxa15
  • Start date Start date
  • Tags Tags
    Polynomial
pivoxa15
Messages
2,250
Reaction score
1

Homework Statement


What are the ways you can determine whether a polynomial is irreducible?


The Attempt at a Solution


Eisenstein's criterion is one but it can't be applied all the time. i.e. x^4-2x^2+9
 
Physics news on Phys.org
Off the top of my head, I know two things you can do:

(1) See if it's irreducible over several small finite fields. For your polynomial, that just means checking that GCD(x^4 - 2x^2 + 9, x^(p^k) - x) = 1, for k = 1, 2, and 3.

(2) Compute a root of the polynomial and determine its minimal polynomial. (maybe by computing it numerically over the complexes and using lattice basis reduction to find the minimal polynomial exactly, or maybe by solving it over the 2-adics, or maybe by solving it modulo several small primes and using the CRT)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top