5

I'm trying to show that $x^2+3x-1$ is irreducible in $\mathbb{Z}[\sqrt{13}]$. I have that the roots are $\frac{-3+\sqrt{13}}{2}$ and $\frac{-3-\sqrt{13}}{2}$, but I don't believe this is enough to show irreducibility. What else would I need?

Frank White
  • 1,097

1 Answers1

5

In fact, since $x^2+3x-1$ is a (monic) quadratic polynomial, it is enough; the only way it could factor is into linear factors, which would require that its roots lie in the given ring.

Note that this is not true for quartics and higher: for example, $x^4+4=(x^2+2x+2)(x^2–2x+2)$ factors over $\mathbb{Z}$ even though its roots certainly are not integers.

Zev Chonoles
  • 129,973