
Rational Quadratic
Problem
Given that a and p are positive integers and p is prime, find the values of a for which the following quadratic has rational roots.
ax2
px
p = 0
Solution
Begin by dividing through by p: (a/p)x2
x
1 = 0.
To have rational roots, the discriminant, 4a/p + 1 = k2, where k = r/s and let us suppose that HCF(r,s) = 1.
4a/p = k2
1 = r2/s2
1 = (r2
s2)/s2, giving 4a = p(r2
s2)/s2
Clearly 4a is integer which can only happen if s = 1, as neither p nor r2 is divisible by s2 for any other value; that is, k is integer.
So 4a/p = k2
1 = (k + 1)(k
1).
This leads to a = p(k + 1)(k
1)/4
k must be odd, as a is integer.
Let k = 2m + 1, so that a = p(2m + 2)(2m)/4 = pm(m + 1).
That is, for the quadratic to have rational roots, a must be a multiple of p, moreoever it must be of the form pm(m + 1).
Prove that the roots will be of the form 1/c and -1/(c + 1).
RSS
Show Solution
Hide Solution