The positive integer 17 has the property that its square is one more than twice the square of another positive integer:
Find the next smallest integer greater than 17 with this property.
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.
The Diophantine equation
x 2 = 1 + 2 y 2
can be rewritten as
x 2 − 2 y 2 = 1 .
This is a specific instance of Pell's equation . It can be shown that if ( x , y ) = ( a , b ) is the smallest solution of x 2 − 2 y 2 = 1 , then ( m , n ) such that m + n 2 = ( a + b 2 ) k , for some positive integer k , is also a solution. In fact, this process will produce all of the solutions to the equation.
We can easily find that ( a , b ) = ( 3 , 2 ) is the smallest solution to the given equation. The solution given in the problem, ( 1 7 , 1 2 ) , can be found if we take k = 2 :
( 3 + 2 2 ) 2 = 3 2 + 2 ( 3 ) ( 2 2 ) + 8 = 1 7 + 1 2 2 .
The next smallest solution after that occurs when k = 3 :
( 3 + 2 2 ) 3 = ( 1 7 + 1 2 2 ) ( 3 + 2 2 ) = 5 1 + 3 4 2 + 3 6 2 + 4 8 = 9 9 + 7 0 2 .
Therefore, the next smallest integer greater than 17 whose square is one more than twice another square is x = 9 9 .