Prime Polynomial — Definition, Formula & Examples
A prime polynomial is a polynomial with integer coefficients that cannot be factored into the product of two or more polynomials of lower degree (also with integer coefficients). It is the polynomial equivalent of a prime number.
A polynomial of degree with integer coefficients is called prime (or irreducible over the integers) if whenever for polynomials and with integer coefficients, then either or is a constant.
How It Works
To determine whether a polynomial is prime, you attempt to factor it using standard techniques: pulling out a GCF, applying difference of squares, using the AC method for trinomials, or trying grouping. If none of these methods produce a valid factorization, the polynomial is prime. For a quadratic , you can check the discriminant : if the discriminant is not a perfect square, the trinomial is prime over the integers.
Worked Example
Problem: Determine whether is a prime polynomial.
Step 1: Compute the discriminant to check if the quadratic factors over the integers.
Step 2: Since the discriminant is , which is negative (and therefore not a perfect square), no pair of integers multiplies to and adds to . The polynomial cannot be factored over the integers.
Answer: is a prime polynomial.
Why It Matters
Recognizing prime polynomials prevents you from wasting time searching for a factorization that does not exist. This skill is essential when simplifying rational expressions in Algebra 2 and when applying partial fraction decomposition in calculus.
Common Mistakes
Mistake: Assuming a sum of squares like can be factored the same way as a difference of squares.
Correction: is prime over the integers. The identity applies only to differences, not sums.
