Unique Hyperbola

y 2 x y x 2 = 1 y^2 - xy - x^2 = 1

Let ( x , y ) (x,y) be the non-negative integer solutions to the hyperbolic graph above.

If x + y = n x+y = n for some perfect square n n , what is the sum of all possible n ? n?

Hint: The only Fibonacci numbers that are perfect squares are 0, 1, and 144.


The answer is 145.

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.

2 solutions

Mark Hennings
Mar 3, 2017

Note that N ( a + b ϕ ) = a 2 + a b b 2 N(a + b\phi) = a^2 + ab - b^2 is the norm of the Euclidean domain Z [ ϕ ] \mathbb{Z}[\phi] , where ϕ = 1 2 ( 1 + 5 ) \phi = \tfrac12(1+\sqrt{5}) is the Golden ratio. It is easy to show that the units of Z [ ϕ ] \mathbb{Z}[\phi] (the solutions of the equation N ( z ) = ± 1 N(z) = \pm1 in Z [ ϕ ] \mathbb{Z}[\phi] ) are the numbers ± ϕ n \pm\phi^n for n Z n \in \mathbb{Z} . Thus the solutions of the equation x 2 + x y y 2 = 1 x , y Z x^2 + xy - y^2 \; = \; -1 \hspace{2cm} x,y \in \mathbb{Z} are given by the formula x + y ϕ = ± ϕ 2 m + 1 m Z x + y\phi \; = \; \pm\phi^{2m+1} \hspace{2cm} m \in \mathbb{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 x_m + y_m\phi \; = \; \phi^{2m+1} \; = \;F_{2m} + F_{2m+1}\phi \hspace{2cm} m \ge 0 so that we want n = x m + y m = F 2 m + 2 n = x_m + y_m = F_{2m+2} to be a perfect square. Using the same paper that Worranat has cited, the only square Fibonacci numbers are F 0 = 0 F_0 = 0 , F 1 = F 2 = 1 F_1=F_2=1 and F 12 = 144 F_{12}=144 . Since we are interested in n = F 2 m n = F_{2m} for m 1 m \ge 1 , we are only concerned with F 2 F_2 and F 12 F_{12} . Thus the answer is 1 + 144 = 145 1 + 144 = \boxed{145} .

Suppose x 0 x_{0} and y 0 y_{0} be the initial solution to the equation. Then if we substitute x 0 + y 0 x_{0} + y_{0} for x x , we can solve for y y as:

y 2 y ( x 0 + y 0 ) ( x 0 + y 0 ) 2 1 = 0 y^2 - y(x_{0} + y_{0}) - (x_{0} + y_{0})^2 - 1 = 0

y = 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 2 y = \dfrac{x_{0} + y_{0} \pm \sqrt{(x_{0} + y_{0})^2 + 4(x_{0} + y_{0})^2 +4}}{2} = \dfrac{x_{0} + y_{0} \pm \sqrt{5(x_{0} + y_{0})^2 +4}}{2}

Now since y 0 2 x 0 y 0 x 0 2 = 1 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 4y_{0}^2 - 4x_{0}y_{0} - 4x_{0}^2 - 4 = 0 .

Thus, y = 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 2 y = \dfrac{x_{0} + y_{0} \pm \sqrt{5(x_{0} + y_{0})^2 + (4y_{0}^2 - 4x_{0}y_{0} - 4x_{0}^2 - 4)+4}}{2}

Then, y = 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 ) 2 y = \dfrac{x_{0} + y_{0} \pm \sqrt{9y_{0}^2 + 6x_{0}y_{0} +x_{0}^2}}{2} = \dfrac{x_{0} + y_{0} \pm (x_{0} + 3y_{0})}{2}

Since the solution is non-negative integer, y = x 0 + 2 y 0 = ( x 0 + y 0 ) + y 0 = x + y 0 y = x_{0} + 2y_{0} = (x_{0} + y_{0}) + y_{0} = x+y_{0} .

In other words, the solution x x is the sum of the previous pair of solution, and y y is the sum of x x and previous y y value. Thus, when we write arrange the pair solutions, we will obtain a Fibonacci sequence as ( 0 , 1 ) (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 ) , (x_{0} , y_{0}), (x_{0} + y_{0}, x_{0} + 2y_{0}), (2x_{0} + 3y_{0}, 3x_{0} + 5y_{0}), \cdots

And for some n t h n^{th} 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 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 n=1 ; x = F n 1 x = F_{n-1} ; y = F n 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 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 & 144 144 .

Checking for solution ( 0 , 1 ) (0,1) : 1 2 1 0 0 2 = 1 1^2 - 1\cdot 0 - 0^2 = 1 .

Checking for solution ( 55 , 89 ) (55,89) : 8 9 2 89 55 5 5 2 = 1 89^2 - 89\cdot 55 - 55^2 = 1 .

Therefore, the answer is 1 + 144 = 145 1+144 = \boxed{145} .

You have shown that one solution ( x , y ) (x,y) yields another solution ( x + y , x + 2 y ) (x+y,x+2y) . Start with ( 0 , 1 ) (0,1) and you get all the Fibonacci number solutions. How do you know that there are not any others?

Mark Hennings - 4 years, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...