x 4 − 2 2 x 2 − 1 2 x + 2 2 = 0 The above equation has roots of the form ± a ± b ± c , where a , b and c are constant positive integers , and a and 3 b are relatively prime.
Find a + b + c .
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.
Nicely done (+1)
Good job @Manuel Kahayon .
I was looking for this kind of solution. One can always resort to standard algebraic methods to solve problems, but there is always an other way around and you found it.
I'm interested to know how did you infer from the co-efficients that the equation is expressible in the form... .
Log in to reply
Thank you :)
I actually guessed that the equation will be expressible in the form by instinct, since if you transpose the − 1 2 x you will get an equation in x 2 in the LHS...
But you have stated in your question that a 1 / 3 and b are relatively prime. But such values of a and b do not satisfy so.
I got the same but due to this statement i opted for " discuss solution ".
Change it as : b 1 / 3 and a are relatively prime.
Nicely done
Problem Loading...
Note Loading...
Set Loading...
The coefficients of the polynomial above hint at the equation being expressible in the form ( x 2 − k ) 2 = a ( x − r ) 2 for constants a , k , r . We just take the square root of both sides and Voila! We are done.
But, how do we do it? We can use trial and error to get ( x 2 − 5 ) 2 = 3 ( 2 x + 1 ) 2 , but how can we do an algebraic approach?
We can express the equation above in the form x 4 − a x 2 + ( 2 2 + b ) = ( 2 2 − a ) x 2 + 1 2 x + b , where a and b are constants to be determined.
Now, in order for the LHS to be a perfect square trinomial in x 2 , we need 4 a 2 = 2 2 + b , or 4 b = a 2 − 8 8 . Similarly, for the RHS to be a multiple of a perfect square trinomial, its discriminant must be equal to 0 , or 1 4 4 − ( 4 b ) ( 2 2 − a ) = 0 , but by the equation above, 4 b = a 2 − 8 8 , 1 4 4 − ( a 2 − 8 8 ) ( 2 2 − a ) = 0 .Solving for a gives us a = 1 0 , which consequently gives us b = 3 .
Then, we can get x 4 − 1 0 x 2 + 2 5 = 3 ( 4 x 2 + 4 x + 1 ) , or similarly, ( x 2 − 5 ) 2 = 3 ( 2 x + 1 ) 2 , taking square root of both sides gives us
x 2 − 5 = ± 2 x 3 ± 3 , or equivalently, x 2 ± 2 x 3 − 5 ± 3 = 0 . We then use the quadratic formula to obtain
x = ± 3 ± 8 ± 3 .
Therefore, a = 3 , b = 8 and c = 3 , giving us a + b + c = 1 4