If a , b , c be all odd, then the equation a x 2 + b x + c = 0 can not have rational roots.
True or false?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Superb. Elegant solution.
Assuming the contrary, the discriminant b 2 − 4 a c must be a perfect square. Also, the discriminant is odd, as b is odd. Hence, writing b = 2 k + 1 for some integral k , we must have for some integral n : ( 2 k + 1 ) 2 − 4 a c = ( 2 n + 1 ) 2 . Simplifying, we have a c = k ( k + 1 ) − n ( n + 1 ) . Note that the LHS of the above equation is odd (since both a and c are odd), but both the terms on the RHS are even (since the product of two consecutive integers is even). Thus, we arrive at an impossibility. QED
Correct. Nice solution.
Let´s do this by a contradiction, so let the rational root be of the form
p
/
q
were p and q are coprime whole numbers. Now if we plug
p
/
q
into our original equation we will get:
a
(
p
/
q
)
2
+
b
(
p
/
q
)
+
c
=
0
; now if we multiply by
q
2
we will get:
a
p
2
+
b
p
q
+
c
q
2
=
0
p
(
a
p
+
b
q
)
=
−
c
q
2
Now we must check 3 cases:
1) p and q are both odd - right hand side of the equation will be even and the left will be odd - contradiction.
2) p is odd and q is even - right hand side of the equation will be odd and the left will be even - contradiction.
3) p is even and q is odd - right hand side of the equation will be even and the left will be odd - contradiction.
We don´t have to check the case when p and q are both even, because in this case they will not be coprime.
Problem Loading...
Note Loading...
Set Loading...
For the roots to be rational, the discriminant b 2 − 4 a c would have to be a square number. But all odd squares are congruent to 1 modulo 8 , and 4 a c ≡ 0 ( m o d 8 ) , so this is not possible.