Solve in integers for :
If you get as a polynomial in , where is any integer (say ), then find the maximum value of .
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.
We first notice that both sides must be integers, so 3 x + y must be an integer.
We can therefore perform the substitution x + y = 3 t where t is an integer.
Then:
( 3 t ) 2 − x y = ( t + 1 ) 3
9 t 2 + x ( x − 3 t ) = t 3 + 3 t 2 + 3 t + 1
4 x 2 − 1 2 x t + 9 t 2 = 4 t 3 − 1 5 t 2 + 1 2 t + 4
( 2 x − 3 t ) 2 = ( t − 2 ) 2 ( 4 t + 1 )
4 t + 1 is therefore the square of an odd integer and can be replaced with ( 2 n + 1 ) 2 = 4 n 2 + 4 n + 1
By substituting using t = n 2 + n we get:
( 2 x − 3 n 2 − 3 n ) 2 = [ ( n 2 + n − 2 ) ( 2 n + 1 ) ] 2
2 x − 3 n 2 − 3 n = ± ( 2 n 3 + 3 n 2 − 3 n − 2 )
x = n 3 + 3 n 2 − 1 or x = − n 3 + 3 n + 1
n 3 + 3 n 2 − 1 or − n 3 + 3 n + 1
2 3 + 3 ∗ 2 2 − 1 or − 2 3 + 3 ∗ 2 + 1
Then we get 1 9 ∪ − 1 , and then find the larger of the 2 answers.
And the final answer is 1 9