The positive coefficients in the quadratic polynomial form an arithmetic progression in that order.
If has integer roots and , then what is
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.
With a , b , c > 0 in arithmetic progression, let b = a + k and c = a + 2 k for some real k . Then by Vieta's we know that P + Q = − a b = − 1 − a k and that P Q = a c = 1 + 2 a k , and thus P + Q + P Q = a k .
Now as P , Q must be integers we will require that a k be an integer, and so k = n a for some integer n . It is the possible values of n that we are then wanting to find. The given quadratic can then be written as
a x 2 + ( a + n a ) x + ( a + 2 n a ) = a ( x 2 + a ( n + 1 ) x + a ( 2 n + 1 ) ) = 0 ⟹ x 2 + ( n + 1 ) x + ( 2 n + 1 ) = 0
⟹ x = 2 − ( n + 1 ) ± ( n + 1 ) 2 − 4 ( 2 n + 1 ) = 2 − ( n + 1 ) ± n 2 − 6 n − 3 ,
which will only have integer solutions if n 2 − 6 n − 3 = m 2 for some (positive) integer m . Completing the square, we then have that
( n − 3 ) 2 − 1 2 = m 2 ⟹ ( n − 3 ) 2 − m 2 = 1 2 ⟹ ( ( n − 3 ) − m ) ( ( n − 3 ) + m ) = 1 2 .
Now when 1 2 can be factored as a b , with a < b , then we can assign a = ( n − 3 ) − m and b = ( n − 3 ) + m , for which a + b = 2 ( n − 3 ) , an even integer. So we need only consider the factorings of 1 2 where either a , b are both even or are both odd. These are ( a , b ) = ( 2 , 6 ) and ( a , b ) = ( − 6 , − 2 ) , which give us values for n of 7 and − 1 . With n = − 1 we would end up with b = 0 , violating the condition that b be positive, so we are left with P + Q + P Q = n = 7 .
For this value of n we have that m = 2 , and thus x = 2 − 8 ± 2 ⟹ P = − 3 , Q = − 5 . So for example, with a = 1 we would have b = 8 and c = 1 5 , giving us the quadratic x 2 + 8 x + 1 5 = ( x + 3 ) ( x + 5 ) , which has integer roots P = − 3 , Q = − 5 such that P + Q + P Q = − 3 + ( − 5 ) + ( − 3 ) ( − 5 ) = 7 as anticipated.