Irreducible polynomial in Q[x]?

  • Thread starter pivoxa15
  • Start date
  • Tags
    Polynomial
In summary: If not, then it's not a root.In summary, The polynomial y(x)=x^3-7x^2+14x-4 is irreducible in Q[x] and has no rational roots. This can be determined by checking for possible rational roots using the fact that any rational root must be a divisor of the constant term and a factor of the leading coefficient. In this case, the only possible rational roots are \pm 1, \pm 2, and \pm 4. However, none of these values are roots of the polynomial, therefore it is irreducible in Q[x].
  • #1
pivoxa15
2,255
1

Homework Statement


Determine whether y(x)=x^3-7x^2+14x-4 is irreducible in Q[x] with only pen and paper.

The Attempt at a Solution


The factor theorem would be good to use as if it isn't irreducible there must be a linear factor (x-a) with a in Q. I have worked out that at leat one zero does exist because for x<0, y(x)<0 & x>0, y(x)>0. But is this x value in Q or R?
 
Physics news on Phys.org
  • #2
pivoxa15 said:

Homework Statement


Determine whether y(x)=x^3-7x^2+14x-4 is irreducible in Q[x] with only pen and paper.

The Attempt at a Solution


The factor theorem would be good to use as if it isn't irreducible there must be a linear factor (x-a) with a in Q. I have worked out that at leat one zero does exist because for x<0, y(x)<0 & x>0, y(x)>0. But is this x value in Q or R?

From what I can understand, there are no basic linear factors (x-a) where a is an integer. The only way I can possibly think you can solve -not even reduce it, for real values, is by finding the numerical factors i.e.
set it to zero;
[tex] x^3 - 7x^2 + 14x - 4 = 0 [/tex]
[tex] (x-0.341032918083) (x^2-6.65896708192 x + 11.7290730246) = 0 [/tex]
hence,
[tex] x-0.341032918083 = 0 [/tex]
[tex] x^2-6.65896708192 x + 11.7290730246 = 0 [/tex]
cannot have a negative discriminant for real values
therefore
[tex] x = 0.341032918083 [/tex]

In answer to your question, "it" is irreducible in Q[x] with only pen and paper.

Steven
- this is quite tricky, really got me thinking ...
 
  • #3
All those things you wrote down are rational, so you just factored it over the rationals.

There is an elementary result that states any rational solution to a monic integer polynomial is an integer.
 
  • #4
There's a simple test to see if a polynomial with integer coefficients has rational roots. Assume the polynomial

[tex]f(x) = a_n x^n + ... +a_1 x +a_0 [/tex]

has r=p/q as a root, where p/q is in lowest terms (ie, (p,q)=1). Then plugging in r and multiplying both sides by qn, we have:

[tex] a_n p^n + a_{n-1} p^{n-1} q ... + a_1 p q^{n-1} + a_0 q^n = 0[/tex]

Rearranging we get:

[tex] a_n p^n = -q(a_{n-1} p^{n-1} ... + a_1 p q^{n-2} + a_0 q^{n-1})[/tex]

In other words, q divides an pn. Since (p,q)=1, this is only possible if q divides an.
A similar argument shows that p divides a0.

Thus the only possible rational roots of f(x) are of the form:

[tex] r = \pm \frac{p}{q} [/tex]

where p is a positive divisor of a0 and q is a positive divisor of an.

In your case, we see the only possible rational roots are [itex]\pm 1, \pm 2, \pm 4[/itex]. So just plug these in and see if they're roots. If none of them are, then you know it has no rational roots.
 
Last edited:
  • #5
I agree wholeheartedly with StatusX's explanation of how to do this problem. But, I'll point out that synthetic division using the roots is usually quicker than plugging in those values. If your remainder is zero, then it's a root.
 

FAQ: Irreducible polynomial in Q[x]?

What is an irreducible polynomial in Q[x]?

An irreducible polynomial in Q[x] is a polynomial with coefficients in the rational numbers (Q) that cannot be factored into polynomials of lower degree with rational coefficients. In other words, it cannot be broken down into simpler factors.

How do you determine if a polynomial is irreducible in Q[x]?

To determine if a polynomial is irreducible in Q[x], you can use the rational root theorem to check for any possible rational roots. If there are no rational roots, then the polynomial is irreducible. Additionally, you can use the Eisenstein's criterion or the reduction mod p method to check for irreducibility.

Can an irreducible polynomial in Q[x] have complex roots?

Yes, an irreducible polynomial in Q[x] can have complex roots. This is because the set Q[x] includes all polynomials with rational coefficients, including those with complex roots. The only requirement for a polynomial to be considered irreducible in Q[x] is that it cannot be factored into polynomials of lower degree with rational coefficients.

Are all polynomials in Q[x] irreducible?

No, not all polynomials in Q[x] are irreducible. In fact, most polynomials in Q[x] are reducible. Only a small subset of polynomials with specific characteristics, such as having no rational roots, are considered irreducible in Q[x].

What is the significance of irreducible polynomials in Q[x]?

Irreducible polynomials in Q[x] play an important role in number theory and algebra. They are used in fields such as cryptography, coding theory, and Galois theory. Additionally, they provide a way to study the structure and properties of polynomial rings over the rational numbers.

Similar threads

Back
Top