$a*x^2+b*x+c $ with integer a,b,c can always be factored with integer (!) coefficients if its discriminant is not irrational?

42 Views Asked by At

Does this assertion really hold?

My math teacher said so.

I cannot give a counterexample so far but I doubt the assertion.

3

There are 3 best solutions below

0
On

How about $x^{2}+1$? This satisfies the hypothesis, doesn't it? You cannot factor this even in $\mathbb R$

0
On

Well, consider $f(x) = ax^2+bx+c$ with integer coefficients $a,b,c$. The zeros are $$x_{1,2} = \frac{-b \pm\sqrt{b^2-4ac}}{2a}.$$ If the discriminant $D=b^2-4ac$ is an nonnegative integer which is a square, i.e., $D=d^2$ for some nonnegative integer $d$, then $$x_{1,2} = \frac{-b \pm d}{2a}.$$ The zeros are integral if $2a$ divides $-b\pm d$.

0
On

Well, consider $f(x) = ax^2+bx+c$ with integer coefficients $a,b,c$. The zeros are $$x_{1,2} = \frac{-b \pm\sqrt{b^2-4ac}}{2a}.$$ If the discriminant $D=b^2-4ac$ is an nonnegative integer which is a square, i.e., $D=d^2$ for some integer $d$, then $$x_{1,2} = \frac{-b \pm d}{2a}.$$ The zeros are integral if $2a$ divides $-b\pm d$.