Mathwords logoMathwords

Monic Polynomial — Definition, Formula & Examples

A monic polynomial is a polynomial whose leading coefficient (the coefficient of the highest-degree term) is 1. For example, x3+5x2x^3 + 5x - 2 is monic because the x3x^3 term has a coefficient of 1.

A polynomial p(x)=anxn+an1xn1++a1x+a0p(x) = a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0 with an0a_n \neq 0 is called monic if an=1a_n = 1.

Key Formula

p(x)=xn+an1xn1++a1x+a0p(x) = x^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0
Where:
  • nn = Degree of the polynomial (a positive integer)
  • an1,,a0a_{n-1}, \ldots, a_0 = Coefficients of the remaining terms (can be any real numbers)

Worked Example

Problem: Determine whether 3x4+x273x^4 + x^2 - 7 is monic. If not, convert it into a monic polynomial.
Identify the leading coefficient: The highest-degree term is 3x43x^4, so the leading coefficient is 3, not 1. This polynomial is not monic.
Convert to monic form: Divide every term by the leading coefficient, 3.
3x4+x273=x4+13x273\frac{3x^4 + x^2 - 7}{3} = x^4 + \tfrac{1}{3}x^2 - \tfrac{7}{3}
Answer: The original polynomial is not monic. Dividing by 3 gives the monic polynomial x4+13x273x^4 + \tfrac{1}{3}x^2 - \tfrac{7}{3}.

Why It Matters

Monic polynomials simplify polynomial long division and are the standard form used when finding characteristic polynomials in linear algebra. Many factoring algorithms and root-finding techniques in algebra courses assume or require the polynomial to be monic before you begin.

Common Mistakes

Mistake: Confusing "monic" with "monomial." A monomial is a single-term expression like 5x35x^3, while a monic polynomial can have many terms.
Correction: Remember that "monic" refers only to the leading coefficient being 1. A monic polynomial can have any number of terms.

Related Terms