How many ordered integer pairs
(
a
,
b
)
satisfy the equation
a
2
+
3
a
b
−
2
b
2
=
1
2
4
.
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.
Hello, How are you?
I had to guess the ans in the end :p. I found a similar problem in a book.
The problem states that "If b a + b = a + b b then a and b must be...?" The answer is "If b is real, a is not real. If b is not real, a may be real or not real." The solution used the fact that the equation is quadratic in a .
I did the same with your problem. And I got this : a = 2 − 3 b ± 1 7 b 2 + 4 9 6 & b = 4 − 3 a ± 2 5 a 2 + 1 9 8 4 . I don't know how to proceed further from here.
When you get some free time, look into it. Thanks :)
Log in to reply
Hello. Good to hear from you. :)
Well, with b a + b = a + b b we essentially have the equation x = x 1 with x = b a + b . This gives us x 2 = 1 which has solutions x = 1 and x = − 1 .
In the first case we would have a + b = b ⟹ a = 0 , in which case b can be any non-zero real number.
In the second case we would have a + b = − b ⟹ a = − 2 b , which would yield an infinite number of (non-zero) solution pairs. So I'm not sure how your book came up with its solution.
As for solutions for a and b in your expressions, we would first observe that 1 7 b 2 + 4 9 6 must be a perfect square in order for a to have a chance of being an integer. This requires that 1 7 b 2 + 4 9 6 = m 2 for some integer m .
This can be written as m 2 = 1 7 b 2 + 1 7 ∗ 2 9 + 3 = 1 7 ( b 2 + 2 9 ) + 3 . Thus we must have that m 2 ≡ 3 ( m o d 1 7 ) . But 3 is not a quadratic residue of 1 7 , so there are no possible integer solutions for a .
Hope this makes sense. :)
Log in to reply
Feels good to hear that ^_^
Transforming b a + b = a + b b to a 2 + a b + b 2 = 0 , it found the value of a as a = 2 − b ± b 2 − 4 b 2 = 2 − b ± i b 3 . Then it concluded, "If b is real, a is not real. If b is not real, a may be real or not real."
Thanks for the explanation and the link, they shall come handy in similar situation.
Have a good day Mr. Charlesworth. :)
Log in to reply
@Soumo Mukherjee – O.k.. I think that they got the transformation wrong. Assuming that b = 0 and that ( a + b ) = 0 then when we cross-multiply we get the equation
a 2 + 2 a b + b 2 = b 2 ⟹ a ( a + 2 b ) = 0 ,
implying that either a = 0 or a = − 2 b , as I found before.
As an aside, if we had the equation b a + b = a − b b then we could transform this to a 2 = 2 b 2 , which, due to the Fundamental Theorem of Arithmetic, has no non-zero integer solutions. (We also could not have a = b = 0 as this would make the original equation indeterminate.)
Log in to reply
Sorry!!
I checked, the original equation is a a + b = a + b b . In LHS we have a in the denominator not b . Sorry for the trouble...
Log in to reply
@Soumo Mukherjee – Haha. No problem. In that case, the book is quite right: there are no real solutions, (noting that we can't have a = b = 0 either as that would make the original equation indeterminate). :)
a^2 +3ba -2(b^2+62)=0 so we have D=9b^2+8(b^2+62)=17b^2+496>0 so (a,b) is 0
A plot of 'half' the given relation shows that all of the interesting action occurs for 'a' in the set {8,...,25} and for 'b' in {4,...,-5}. Spinning through these to check for whether they satisfy the relation takes almost no time at all.
Real mathematicians will squirm when they read this, of course.
Haha. I have no idea how many "real" mathematicians there are on this site; I'm certainly not one. :) I had to do some number-crunching too in calculating quadratic residues, so I'm not sure what the real mathematicians would think of that, either.
Log in to reply
I regret to inform you that you appear to be one to me.
Log in to reply
I admit that I tend to think like one, so in that respect, guilty as charged. :)
@ Brain, how do we prove 3 is not a quadratic residue of 17 ? there is no integral value of x such that x^2=17k+3
i have done this using excel.
I'm not sure if there is a "nice" way of doing this other than going through x = 0 , 1 , 2 , . . . , 1 5 , 1 6 and checking the remainder modulo 17 for each value of x 2 . So using excel is as good as any approach. Here is a link that has a list on quadratic residues modulo 1 through 20.
Log in to reply
you can use the Quadratic reciprosity . (clearly 17 is not a square mod 3)
Problem Loading...
Note Loading...
Set Loading...
Multiply through by 4 to get
4 a 2 + 1 2 a b − 8 b 2 = 4 9 6 ⟹ ( 2 a + 3 b ) 2 − 1 7 b 2 = 4 9 6
⟹ ( 2 a + 3 b ) 2 ≡ 3 ( m o d 1 7 ) .
But 3 is not a quadratic residue of 1 7 , so there are 0 solution pairs.