Let , , , and be four distinct integer solutions to the equation
such that when connected, they form a square.
If this square is the second smallest possible square that can be made, then find the area of this square.
Details and Assumptions
The smallest square possible is made by the four solutions . This square has area .
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.
Move everything on one side to get x 3 y 3 + x 4 − y 4 − x y = 0 . Now we can use a SFFT-like factorization: ( x 3 − y ) ( y 3 + x ) = 0
Thus, all solutions of x 4 + x 3 y 3 = y 4 + x y are either on the graph y = x 3 or the graph y = − 3 x .
Imgur
It is clear to see that the next smallest square forms at the coordinates ( 2 , 8 ) , ( 8 , − 2 ) , ( − 2 , − 8 ) , ( − 8 , 2 ) and the area of this square is 6 2 + 1 0 2 = 1 3 6 .