What is the sum of all the positive integers x such that x 4 − x 2 + 6 4 is a perfect square.
This problem is a part of my set The Best of Me
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.
brilliant!!!
The equation on the first paragraph. How did you thinking that equation show up in your mind? Well i don't understand how did you get it.
Log in to reply
It's a well known bounding argument. If a number is always between two consecutive squares, then it can never be a square. So I looked at when exactly is the expression between two consecutive squares, and it turned out that when x > 8 , the expression is always strictly between ( x 2 − 1 ) 2 and ( x 2 ) 2 . The rest is just checking x = 1 → 8 to see which ones produce squares.
Log in to reply
Daniel, your solution is really awesome and time saving. Just wanted to know how it clicked to you? Everyone has studied this basic property of no perfect square b/w two perfect squares in lower classes but it didn't click me..
"When x > 8 the expression is always strictly between ( x 2 − 1 ) 2 and ( x 2 ) 2 ". Can you please prove it?
Let x 4 − x 2 + 6 4 = k 2 for some k ∈ N .
→ x 2 = 2 1 + 1 − 4 ( 6 4 − k 2 ) (Ruling out the negative sign since x 2 > 0 )
Now since x ∈ N so discriminant must equal some perfect square, say n 2 for some n ∈ N . Then we have
4 k 2 − 2 5 5 = n 2
→ ( 2 k − n ) ( 2 k + n ) = 2 5 5
Now since 2 k − n < 2 k + n so we try out such factorizations of 2 5 5 which satisfy this, thus giving us
( 2 k − n , 2 k + n ) = ( 1 , 2 5 5 ) , ( 3 , 8 5 ) , ( 5 , 5 1 ) , ( 1 5 , 1 7 )
This yields n = 1 , 2 3 , 4 1 , 1 2 7 → x 2 = 1 , 1 2 , 2 1 , 6 4 . Since x ∈ N so we rule out 1 2 and 2 1 thus giving x 2 = 1 , 6 4 → x = 1 , 8 .
So the required sum is 1 + 8 = 9 .
I posted a possibly easier solution; you should check it out and see what I did.
Log in to reply
I solved it the same way as Nishant. I'm sorry, I don't understand your method too well. Could you please explain it a bit better, if it's okay?
Problem Loading...
Note Loading...
Set Loading...
Note that for all x > 8 , that ( x 2 − 1 ) 2 = x 4 − 2 x 2 + 1 < x 4 − x 2 + 6 4 < x 4 = ( x 2 ) 2
Thus, in order for x to be a solution, we must have 0 < x ≤ 8 .
Checking all x = 1 → 8 , we see that only x = 1 , 8 result in x 4 − x 2 + 6 4 . Thus our answer is 1 + 8 = 9 .