What is the smallest integer greater than that can be written in the form for some positive integers and ?
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 are interested in positive integral pairs ( m , n ) that satisfy m 2 + m n + n 2 > 1 0 . Solving this quadratic inequality for m produces:
m = 2 − n ± n 2 − 4 ( 1 ) ( n 2 − 1 0 ) = 2 − n ± 4 0 − 3 n 2
and since m is a positive integer, we ignore the negative root which leaves:
m > 2 − n + 4 0 − 3 n 2 (i).
and we also require a positive-valued discriminant, or 4 0 − 3 n 2 > 0 ⇒ n 2 < 3 4 0 ⇒ 0 < n < 4 0 / 3 ⇒ n = 1 , 2 , 3 .
Substituting each of these positive integral values for n back into (i) now yields:
n = 1 , m > 2 − 1 + 4 0 − 3 ( 1 2 ) ⇒ m > 2 . 5 4 1 , or m = 3 , 4 , 5 , . . . ;
n = 2 , m > 2 − 2 + 4 0 − 3 ( 2 2 ) ⇒ m > 1 . 6 4 6 , or m = 2 , 3 , 4 , . . . ;
n = 3 , m > 2 − 3 + 4 0 − 3 ( 3 2 ) ⇒ m > 0 . 3 0 3 , or m = 1 , 2 , 3 , . . .
We ultimately wind up with the following pairs: ( m , n ) = ( 1 , 3 ) ; ( 2 , 2 ) ; ( 3 , 1 ) . Of these pairs, m = n = 2 gives the smallest positive integer greater than 10:
3 ⋅ 2 2 = 1 2 .