Suppose x and y are real numbers such that x 2 and y 2 are positive integers.
Find the maximum value of x 2 − x y if ( 3 x 2 − y 2 ) 2 + ( x 2 + y 2 ) 2 = 7 2 .
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.
Let positive integers m and n be m = x 2 and n = y 2 . Then, we have:
( 3 m − n ) 2 + ( m + n ) 2 ⇒ 9 m 2 − 6 m n + n 2 + m 2 + 2 m n + n 2 1 0 m 2 − 4 m n + 2 n 2 5 m 2 − 2 m n + n 2 n 2 − 2 m n + 5 m 2 − 3 6 ⇒ n = 7 2 = 7 2 = 7 2 = 3 6 = 0 = 2 2 m ± 4 m 2 − 2 0 m 2 + 1 4 4 = m ± 2 9 − m 2
For integer n , 9 − m 2 must be an integer, and there are two possible m = 0 , 3 and:
⎩ ⎪ ⎨ ⎪ ⎧ m = 0 m = 3 ⇒ n = 6 ⇒ n = 3 ⇒ x = 0 , y = ± 6 ⇒ x = ± 3 , y = ± 3 ⇒ x 2 − x y = 0 ⇒ x 2 − x y = { ( ± 3 ) 2 − ( ± 3 ) ( ± 3 ) = 0 ( ± 3 ) 2 − ( ± 3 ) ( ∓ 3 ) = 6 .
Therefore, the maximum x 2 − x y is 6 .
You can avoid the quadratic formula by immediately identifying that 7 2 = 6 2 + 6 2 = ( − 6 ) 2 + ( − 6 ) 2 = 6 2 + ( − 6 ) 2 .
Problem Loading...
Note Loading...
Set Loading...
Let a = x 2 , b = y 2 . Sine a and b are both integers, 3 a − b and a + b must also be integers. So, we find integer solutions to the equation m 2 + n 2 = 7 2 . The only such solutions are ( ± 6 , ± 6 ) , and we have the system of equations
3 a − b a + b = ± 6 = ± 6 .
If we take opposite signs for the 6s in both equations (i.e. -6 and 6), then we find that a = 0 , or x = 0 , and x 2 − x y = 0 − 0 ( y ) = 0 .
If we take the negative signs, then we get a = − 3 , which cannot occur, since a is the square of a real number.
If we take the positive signs, then we get a = 3 , or x = ± 3 . We also have b = 3 , or y = ± 3 . To maximize the quantity x 2 − x y , we let x = 3 and y = − 3 , so that
x 2 − x y = 3 − ( 3 ) ( − 3 ) = 3 + 3 = 6 .
Since 6 > 0 , the maximum value of x 2 − x y is 6 .