How many ordered integer pairs ( a , b ) satisfy the equation below?
2 a 2 + b 2 − 2 a b = 1
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 two posted solutions are similar so here's an alternative.
Solving b 2 − 2 a b + 2 a 2 − 1 = 0 we get b = a ± 1 − a 2
For b to be an integer (and real), we need a = − 1 , a = 0 or a = 1 . When a = ± 1 , we get one solution for b ; when a = 0 there are two solutions, for a total of 4 solution pairs ( a , b ) .
first we rewrite the equation as:
a 2 + ( a 2 + b 2 − 2 a b ) = 1
a 2 + ( a − b ) 2 = 1
( a − b ) 2 = 1 − a 2
but we know that ( a − b ) 2 ≥ 0 so 1 − a 2 has to be greater than or equal to zero then:
1 − a 2 ≥ 0 or a 2 ≤ 1 and we can see that only − 1 , 0 , 1 satisfy this inequality.
so by substituting the values of a we get that:
when a = 1 ⟹ b = − 1
when a = 0 ⟹ b = ± 1
when a = − 1 ⟹ b = − 1
so we have Four ordered pairs : ( − 1 , − 1 ) , ( 0 , − 1 ) , ( 0 , 1 ) , ( 1 , 1 )
if something is wrong with my solution or the problem itself please tell me to fix it as fast as possible.
Problem Loading...
Note Loading...
Set Loading...
From the given equation:
2 a 2 + b 2 − 2 a b a 2 + a 2 − 2 a b + b 2 a 2 + ( a − b ) 2 = 1 = 1 = 1
SInce both a 2 and ( a − b ) 2 are ≥ 0 , there is a solution only when either a 2 = 1 and ( a − b ) 2 = 0 or a 2 = 0 and ( a − b ) 2 = 1 .
When ⎩ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎧ a 2 = 1 a 2 = 0 ⟹ a = { + 1 ⟹ ( a − b ) 2 = 0 ⟹ b = 1 ⟹ ( a , b ) = ( 1 , 1 ) − 1 ⟹ ( a − b ) 2 = 0 ⟹ b = − 1 ⟹ ( a , b ) = ( − 1 , − 1 ) ⟹ a = 0 ⟹ ( a − b ) 2 = 1 ⟹ b = { + 1 − 1 ⟹ ( a , b ) = ( 0 , 1 ) ⟹ ( a , b ) = ( 0 , − 1 )
Therefore, there are 4 solutions.