Let a ∈ R . If the equation a x 2 − 4 x + 9 = 0 has two integer roots, then find the sum of reciprocals of absolute values of a .
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.
The roots add up to 4 / a and multiply to 9 / a , so these are both integers. The second integer is 9 / 4 times the first, so the first one must be divisible by 4 . Since 4 / a is divisible by 4 , this implies a is the reciprocal of a (nonzero) integer. Say that integer is n .
The equation becomes x 2 − 4 n x + 9 n = 0 , with roots 2 n ± 4 n 2 − 9 n by the quadratic formula. So we get 4 n 2 − 9 n = b 2 for some integer b . Multiply by 1 6 and complete the square to get ( 8 n − 9 ) 2 − 8 1 ( 8 n − 9 − 4 b ) ( 8 n − 9 + 4 b ) = 1 6 b 2 = 8 1 . Assuming without loss of generality that b is nonnegative, there are six possible factorizations of 8 1 where the first term is not larger than the second: − 8 1 ⋅ − 1 , − 2 7 ⋅ − 3 , − 9 ⋅ − 9 , 1 ⋅ 8 1 , 3 ⋅ 2 7 , 9 ⋅ 9 . These lead to the solutions n = − 4 , − 3 / 4 , 0 , 2 5 / 4 , 3 , 9 / 4 , of which only two are nonzero integers: − 4 and 3 . The sum of their absolute values is 7 .
@Mark Hennings , @Patrick Corn , thanks for the solutions.
Problem Loading...
Note Loading...
Set Loading...
If the integer roots are u , v , then a ( u + v ) = 4 and a u v = 9 . Thus a = u v 9 is a rational which (in lowest terms) has numerator dividing 9 . Similarly a = u + v 4 has (in lowest terms) numerator dividing 4 . Thus the numerator of a must be equal to 1 , and hence a = c − 1 for some integer c . This means that u + v = 4 c and u v = 9 c . Since u 2 − 4 u c + 9 c = v 2 − 4 v c + 9 c = 0 , we see that c divides both u 2 and v 2 . Thus u 2 = c α and v 2 = c β , where 8 1 c 2 = u 2 v 2 = c 2 α β , so that α , β are integers such that α β = 8 1 . Note also that α − 4 u + 9 = 0 , so that u = 4 1 ( α + 9 ) , which means that α ≡ 3 ( m o d 4 ) . Similarly, β ≡ 3 ( m o d 4 ) . Thus we have the possible solutions α 2 7 3 − 1 − 8 1 β 3 2 7 − 8 1 − 1 u 9 3 2 − 1 8 v 3 9 − 1 8 2 c 3 3 − 4 − 4 The case α = β = − 9 leads u = v = 0 , which is not a solution. Thus the possible values of a are c − 1 = 3 1 , − 4 1 , making the answer 3 + 4 = 7 .