The sum of all values of a such that the equation ( x 2 − x + a + 1 ) 2 = 4 a ( 5 x 2 − x + 1 ) has exactly three distinct real solutions, is of the form m n + k , where k , m , n are integers, k ≥ 0 , m ≥ 1 and m is the smallest possible. Find k + n + m .
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.
If the quartic polynomial f ( x ) = ( x 2 − x + a + 1 ) 2 − 4 a ( 5 x 2 − x + 1 ) is to have exactly three distinct real zeros, it must have a repeated real root u . Thus f ( u ) = f ′ ( u ) = 0 . Since 0 = f ′ ( u ) = 2 [ ( u 2 − u + 1 ) ( 2 u − 1 ) − a ( 1 8 u − 1 ) ] it is clear that u = 1 8 1 and that a = 1 8 u − 1 ( u 2 − u + 1 ) ( 2 u − 1 ) But then f ( u ) is equal to [ u 2 − u + 1 + 1 8 u − 1 ( u 2 − u + 1 ) ( 2 u − 1 ) ] 2 − 4 1 8 u − 1 ( u 2 − u + 1 ) ( 2 u − 1 ) ( 5 u 2 − u + 1 ) which simplifies to give f ( u ) = − ( 1 8 u − 1 ) 2 1 6 ( u 2 − u + 1 ) u 2 ( 2 0 u 2 − 4 u − 1 5 ) and hence we deduce that u 2 ( 2 0 u 2 − 4 u − 1 5 ) = 0 so there are only three values of u to consider.
If u = 0 then a = 1 and f ( x ) = ( x 2 − x + 2 ) 2 − 4 ( 5 x 2 − x + 1 ) = x 2 ( x − 5 ) ( x + 3 ) and hence a = 1 is one of the values we want.
If u = 1 0 1 ( 1 + 2 1 9 ) then a = 1 0 0 1 ( 2 3 − 4 1 9 ) and f ( x ) = ( x − u ) 2 ( 1 0 0 1 ( 7 7 + 4 1 9 ) + 5 1 ( − 9 + 2 1 9 ) x + x 2 ) and the second quadratic factor has negative discriminant − 5 8 ( 1 9 − 2 ) , and so two complex roots. We are not interested in this case.
Finally, if u = 1 0 1 ( 1 − 2 1 9 ) then a = 1 0 0 1 ( 2 3 + 4 1 9 ) and f ( x ) = ( x − u ) 2 ( 1 0 0 1 ( 7 7 − 4 1 9 ) − 5 1 ( 9 + 2 1 9 ) x + x 2 ) and this second quadratic factor has has positive discriminant 5 8 ( 1 9 + 2 ) , and so two distinct real roots. Neither of them are equal to u . Thus a = 1 0 0 1 ( 2 3 + 4 1 9 ) is the other value we want.
Since 1 + 1 0 0 1 ( 2 3 + 4 1 9 ) = 1 0 0 1 ( 1 2 3 + 4 1 9 ) = 1 0 0 1 ( 1 2 3 + 3 0 4 ) the answer we want is 1 2 3 + 3 0 4 + 1 0 0 = 5 2 7 .
Since f ( u ) is to have exactly three real roots, the sensible way forward is to look for the repeated root, particularly since the condition f ′ ( u ) = 0 is linear in a , and hence can be solved to express a in terms of u . The condition f ( u ) = 0 then becomes an equation in u alone which (thankfully) simplifies considerably. Considering the three cases is just a matter of calculation.
Before I start presenting my solution, I would like to declare that this question is similar to the question Exactly 3 Real Solutions Allowed that was posted a few weeks back. I would also like to credit Ivan K. as I would be using a similar method as him (as he did in the other question).
Motivation When we see such questions about real solutions, we intuitively get reminded of the discriminant.Hence, we can manipulate the given equation to form 2 separate quadratic equation. In our case, we want to find the value of a such that the above equation has exactly 3 distinct real solutions. This is only possible with 2 cases:
* Solution * So let's begin!
( x 2 − x + a − 1 ) 2 = 4 a ( 5 x 2 − − x + 1 ) Let n = x 2 − x + 1 to simplify the manipulation.
Then, we observe that:
( n + a ) 2 = 4 a ( n + 4 x 2 )
n 2 + 2 a n + ( a ) 2 = 4 a n + 1 6 a x 2
n 2 − 2 ( a ) n + ( a ) 2 = 1 6 a x 2
( n − a ) 2 = ( 4 x a ) 2
x 2 − x + 1 − a = 4 x a or − 4 x a
Let a be u . Note that u ≥ 0 .
x 2 − x + 1 − u 2 = 4 x u or − 4 x u
Then, x 2 − ( 1 + 4 u ) x + ( 1 − u 2 ) = 0 --------------- (1)
or x 2 − ( 1 − 4 u ) + ( 1 − u 2 ) = 0 --------------- (2)
Now let's split our workings into 2 separate cases (as mentioned earlier):
Suppose the first equation (1) has double roots, then its discriminant
( 1 + 4 u ) 2 − 4 ( 1 − u 2 ) = 0
1 + 8 u + 1 6 u − 4 + 4 u 2 = 0
2 0 u 2 + 8 u − 3 = 0
Using the quadratic formula, we get
u = 1 0 − 2 ± 1 9 but note that since u ≥ 0 , u = 1 0 1 9 − 2 .
Using the same method for supposing that the second equation has double roots, we obtain that u = 1 0 2 + 1 9 .
Now, we have to check each of our results (the 2 values of u obtained earlier) by substituting them into equations (1) and (2):
For the first result, equation (1) becomes x 2 − ( 1 + 1 0 4 1 9 − 8 ) x + ( 1 − ( 1 0 1 9 − 2 ) 2 = 0 and equation (2) becomes x 2 − ( 1 − 1 0 4 1 9 − 8 ) x + ( 1 − ( 1 0 1 9 − 2 ) 2 = 0 .
Using the discriminant method for the above equations, you will notice that the first equation has 2 real roots but the second equation does not have any real roots. Hence, u = 1 0 1 9 − 2 .
We continue with the same method with our second result, and we will find that the first equation has 2 roots while the second equation has double roots, satisfying the conditions. Hence, u = 1 0 2 + 1 9 .
We are done with our first case, so let's proceed on with Case 2:
Hence subtracting equations (1) and (2), we will obtain − 8 u x = 0 . From here, we know that either u = 0 or x = 0 (or both).
Substituting u = 0 into the given equation in the question, we will get x 2 + 4 x + 1 3 6 = 0 which doesn't have real roots (we know this using the discriminant method).
Substituting x = 0 into equation (1), we get 1 − u 2 = 0 . Since u ≥ 0 , u = 1 .
Hence, possible answers for u are 1 and 1 0 2 + 1 9 . Since a = u 2 , the sum of a is just ( 1 ) 2 + ( 1 0 2 + 1 9 ) 2 = 1 0 0 1 2 3 + 3 0 4 . Hence, n = 1 2 3 , k = 3 0 4 and m = 1 0 0 .
As such, we have arrived at the last step: n + k + m = 1 2 3 + 3 0 4 + 1 0 0 = 5 2 7
Problem Loading...
Note Loading...
Set Loading...
Let f ( x ) = ( x 2 − x + a + 1 ) 2 − 4 a ( 5 x 2 − x + 1 )
After rearranging the terms we can write it as,
f ( x ) = ( x 2 − x + 1 − a ) 2 − 1 6 a x 2 = ( x 2 − ( 1 − 4 a ) x + 1 − a ) ( x 2 − ( 1 + 4 a ) x + 1 − a )
If equation f ( x ) = 0 have 3 distinct real roots then it can't have any complex root so its coefficients must also be real as well as coefficients of its factors. So, a is real, which means a ≥ 0 .
Let a = b 2 where b ≥ 0 , now f ( x ) = ( x 2 − ( 1 − 4 b ) x + 1 − b 2 ) ( x 2 − ( 1 + 4 b ) x + 1 − b 2 ) have 4 roots which are,
x 1 x 2 x 3 x 4 = 2 1 − 4 b − ( 2 0 b 2 − 8 b − 3 ) = 2 1 − 4 b + ( 2 0 b 2 − 8 b − 3 ) = 2 1 + 4 b − ( 2 0 b 2 + 8 b − 3 ) = 2 1 + 4 b + ( 2 0 b 2 + 8 b − 3 )
To make these roots real valued we must have,
2 0 b 2 − 8 b − 3 ≥ 0 and 2 0 b 2 + 8 b − 3 ≥ 0
these conditions and b ≥ 0 can be simplified to,
b ∈ [ 1 0 2 + 1 9 , ∞ )
Now, as 2 of these roots are equal, there are 6 possible cases. Out of which x 1 = x 2 results to,
2 0 b 2 − 8 b − 3 = 0
which have only 1 root satisfying the condition,
b = 1 0 2 + 1 9
where, a 1 = ( 1 0 2 + 1 9 ) 2 = 1 0 0 2 3 + 3 0 4
Similarly x 3 = x 4 results to,
2 0 b 2 + 8 b − 3 = 0
which don't have any root satisfying the condition.
And other four cases can be combined as,
( x 3 − x 1 ) ( x 3 − x 2 ) ( x 4 − x 1 ) ( x 4 − x 2 ) ( x 3 2 − ( 1 − 4 b ) x 3 + 1 − b 2 ) ( x 4 2 − ( 1 − 4 b ) x 4 + 1 − b 2 ) = 0 = 0
On simplifying it gives,
6 4 b 2 ( 1 − b 2 ) = 0
which have only one root satisfying the condition which is, b = 1 . Let a 2 = 1
So, a 1 + a 2 = 1 0 0 1 2 3 + 3 0 4 ⇒ k = 3 0 4 , m = 1 0 0 , n = 1 2 3 ⇒ k + m + n = 5 2 7