Suppose that there exists some positive number a for which the equation x 2 + a x + 3 a = 0 has integral roots (of x ). Find the sum of all such 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.
Good solution.
Note about the solution: In the first half, we have only shown that a necessary condition to satisfy the first two equations is that x y + 3 x + 3 y = 0 . We had not shown that this condition is sufficient , which is why we had to determine a suitable value of a exists, which corresponds to solutions to the original system.
The roots of x 2 + a x + 3 x = 0 are x = 2 − a ± a 2 − 1 2 a . For the root x to be an integer, a and a 2 − 1 2 a divisible by 2 and a 2 − 1 2 a , a perfect square . Let a = 2 b , where b is a positive integer. Then we have:
a 2 − 1 2 a 4 b 2 − 2 4 b 4 b 2 − 2 4 b b 2 − 6 b b 2 − 6 b − c 2 ⟹ b b = 2 c = 2 c = 4 c 2 = c 2 = 0 = 2 6 ± 3 6 + 4 c 2 = 3 ± 9 + c 2 where c is a positive integer.
For b to be a positive integer, 9 + c 2 must be a perfect square. A trivial solution is c = 0 , then b = 0 , 6 ⟹ a = 1 2 > 0 ⟹ x = − 6 , an integer.
Another trivial solution is the Pythagorean triple 3 2 + 4 2 = 5 2 , therefore, c = 4 , then b = − 2 , 8 ⟹ a = 1 6 > 0 ⟹ x = − 4 , − 1 6 , integers.
And there is no other Pythagorean triple possible. Therefore, there are only two solutions for a and their sum is = 1 2 + 1 6 = 2 8 .
Relevant wiki: Quadratic Discriminant - Problem Solving
Since the quadratic equation has integer roots, then its quadratic discriminant must be a perfect square . That is, a 2 − 4 ( 3 a ) = a 2 − 1 2 a can be expressed as b 2 for some non-negative integer b .
By completing the square , we see that
a 2 − 1 2 a = b 2 ⇔ ( a − 6 ) 2 − 6 2 = b 2 ⇔ ( a + b − 6 ) ( a − b − 6 ) = 3 6 .
Since a + b − 6 and a − b − 6 differ by 2 b , which is an even number, then both of these numbers must be even as well such that their product (36) is also an even number.
Because b is a non-negative integer, we have a + b − 6 ≥ a − b − 6 .
Let's write out all the possible ways 36 can be expressed as product of 2 even integers:
3
6
=
−
2
×
−
1
8
=
−
6
×
−
6
=
6
×
6
=
2
×
1
8
.
So we have 4 cases:
Case 1:
a
+
b
−
6
=
−
2
,
a
−
b
−
6
=
−
1
8
. Solving them simultaneously gives
a
=
−
4
,
b
=
8
.
Case 2:
a
+
b
−
6
=
−
6
,
a
−
b
−
6
=
−
6
. Solving them simultaneously gives
a
=
b
=
0
.
Case 3:
a
+
b
−
6
=
6
,
a
−
b
−
6
=
6
. Solving them simultaneously gives
a
=
1
2
,
b
=
0
.
Case 4:
a
+
b
−
6
=
1
8
,
a
−
b
−
6
=
2
. Solving them simultaneously gives
a
=
1
6
,
b
=
8
.
Notice that both in Case 1 and Case 2, we have a ≤ 0 , which are neglected because we are given that a > 0 .
Thus, we only have 2 cases left. Adding all the possible values of a gives the answer 1 2 + 1 6 = 2 8 .
Problem Loading...
Note Loading...
Set Loading...
If x and y are the roots of the quadratic.Using Vieta's formula, x + y = − a , x y = 3 a ⟹ 3 x + 3 y = − x y
We can factor the last equation as x y + 3 x + 3 y = 0 ( x + 3 ) ( y + 3 ) = 9 It's not to hard to find that the solutions in x and y to this are ( 0 , 0 ) , ( − 2 , 6 ) , ( − 4 , − 1 2 ) , ( − 6 , − 6 )
This yields a = 1 6 , 1 2 , 0 , − 4 since we only want the positive our solutions are a = 1 2 , 1 6
So sum of all such a = 2 8 .