y 2 − x y − x 2 = 1
Let ( x , y ) be the non-negative integer solutions to the hyperbolic graph above.
If x + y = n for some perfect square n , what is the sum of all possible n ?
Hint: The only Fibonacci numbers that are perfect squares are 0, 1, and 144.
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.
Suppose x 0 and y 0 be the initial solution to the equation. Then if we substitute x 0 + y 0 for x , we can solve for y as:
y 2 − y ( x 0 + y 0 ) − ( x 0 + y 0 ) 2 − 1 = 0
y = 2 x 0 + y 0 ± ( x 0 + y 0 ) 2 + 4 ( x 0 + y 0 ) 2 + 4 = 2 x 0 + y 0 ± 5 ( x 0 + y 0 ) 2 + 4
Now since y 0 2 − x 0 y 0 − x 0 2 = 1 , 4 y 0 2 − 4 x 0 y 0 − 4 x 0 2 − 4 = 0 .
Thus, y = 2 x 0 + y 0 ± 5 ( x 0 + y 0 ) 2 + ( 4 y 0 2 − 4 x 0 y 0 − 4 x 0 2 − 4 ) + 4
Then, y = 2 x 0 + y 0 ± 9 y 0 2 + 6 x 0 y 0 + x 0 2 = 2 x 0 + y 0 ± ( x 0 + 3 y 0 )
Since the solution is non-negative integer, y = x 0 + 2 y 0 = ( x 0 + y 0 ) + y 0 = x + y 0 .
In other words, the solution x is the sum of the previous pair of solution, and y is the sum of x and previous y value. Thus, when we write arrange the pair solutions, we will obtain a Fibonacci sequence as ( 0 , 1 ) is an obvious initial solution:
( x 0 , y 0 ) , ( x 0 + y 0 , x 0 + 2 y 0 ) , ( 2 x 0 + 3 y 0 , 3 x 0 + 5 y 0 ) , ⋯
And for some n t h Fibonacci number, F n 2 − F n − 1 F n + 1 = F n 2 − F n − 1 ( F n + F n − 1 ) = F n 2 − F n − 1 F n − F n − 1 2 ) = ( − 1 ) n + 1
If we let n = 1 ; x = F n − 1 ; y = F n , we will obtain the same hyperbolic graph as shown in the question.
Then x + y = F n + F n − 1 = F n + 1 . Thus, we just need to find the Fibonacci numbers that are perfect squares, and according to this proof , there are only two such numbers: 1 & 1 4 4 .
Checking for solution ( 0 , 1 ) : 1 2 − 1 ⋅ 0 − 0 2 = 1 .
Checking for solution ( 5 5 , 8 9 ) : 8 9 2 − 8 9 ⋅ 5 5 − 5 5 2 = 1 .
Therefore, the answer is 1 + 1 4 4 = 1 4 5 .
You have shown that one solution ( x , y ) yields another solution ( x + y , x + 2 y ) . Start with ( 0 , 1 ) and you get all the Fibonacci number solutions. How do you know that there are not any others?
Problem Loading...
Note Loading...
Set Loading...
Note that N ( a + b ϕ ) = a 2 + a b − b 2 is the norm of the Euclidean domain Z [ ϕ ] , where ϕ = 2 1 ( 1 + 5 ) is the Golden ratio. It is easy to show that the units of Z [ ϕ ] (the solutions of the equation N ( z ) = ± 1 in Z [ ϕ ] ) are the numbers ± ϕ n for n ∈ Z . Thus the solutions of the equation x 2 + x y − y 2 = − 1 x , y ∈ Z are given by the formula x + y ϕ = ± ϕ 2 m + 1 m ∈ Z and hence the positive integer solutions are given by x m + y m ϕ = ϕ 2 m + 1 = F 2 m + F 2 m + 1 ϕ m ≥ 0 so that we want n = x m + y m = F 2 m + 2 to be a perfect square. Using the same paper that Worranat has cited, the only square Fibonacci numbers are F 0 = 0 , F 1 = F 2 = 1 and F 1 2 = 1 4 4 . Since we are interested in n = F 2 m for m ≥ 1 , we are only concerned with F 2 and F 1 2 . Thus the answer is 1 + 1 4 4 = 1 4 5 .