Go back
Another math problem

Another math problem

Posers and Puzzles

D

Joined
25 Aug 06
Moves
0
Clock
04 Jun 08
2 edits
Vote Up
Vote Down

For which positive integers x,y does the following equality hold?

(x^2 + xy - y^2)^2 = 1

f
Defend the Universe

127.0.0.1

Joined
18 Dec 03
Moves
16687
Clock
04 Jun 08
Vote Up
Vote Down

is 0 a positive integer?

m

Joined
07 Sep 05
Moves
35068
Clock
04 Jun 08
Vote Up
Vote Down

Originally posted by forkedknight
is 0 a positive integer?
No

P
Bananarama

False berry

Joined
14 Feb 04
Moves
28719
Clock
04 Jun 08
Vote Up
Vote Down

Originally posted by David113
For which positive integers x,y does the following equality hold?

(x^2 + xy - y^2)^2 = 1
Weird!! Just tried a simple brute force sampling, but the pairings I get are:

(1,1)
(2,3)
(5,8)
(13,21)
(34,55)

which is just the Fibonacci numbers taken in pairs. Interesting! I'll have to take a look at the Fibonacci identities to see where this comes from.

m

Joined
07 Sep 05
Moves
35068
Clock
04 Jun 08
Vote Up
Vote Down

Originally posted by David113
For which positive integers x,y does the following equality hold?

(x^2 + xy - y^2)^2 = 1
Nice! It's a Fibonacci series.

m

Joined
07 Sep 05
Moves
35068
Clock
04 Jun 08
Vote Up
Vote Down

Originally posted by PBE6
Weird!! Just tried a simple brute force sampling, but the pairings I get are:

(1,1)
(2,3)
(5,8)
(13,21)
(34,55)

which is just the Fibonacci numbers taken in pairs. Interesting! I'll have to take a look at the Fibonacci identities to see where this comes from.
Here's part of the explanation.

If F(x, y) = x^2 + xy - y^2

Then F(y, x + y) = -x^2 - xy + y^2 = -F(x, y)
(just try the substitution)

So once you have (1, 1) as a solution, you can construct the rest of the Fibonacci series from it: (1, 2), (2, 3), (3, 5), (5, 8) etc...

So all you need to show is that there aren't any other solutions 🙂

P
Upward Spiral

Halfway

Joined
02 Aug 04
Moves
8702
Clock
04 Jun 08
1 edit
Vote Up
Vote Down

Originally posted by PBE6
Weird!! Just tried a simple brute force sampling, but the pairings I get are:

(1,1)
(2,3)
(5,8)
(13,21)
(34,55)

which is just the Fibonacci numbers taken in pairs. Interesting! I'll have to take a look at the Fibonacci identities to see where this comes from.
Very interesting. I'm thinking the geometric representation (with the squares) of the Fibonacci sequence might be an easy way to find out why, but I can't pin it down just yet.

Edit - Nice one, mtthw.

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.