Positive integers a and b are such that a + b = b a + a b . What is the value of a 2 + b 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.
How do you start your approach when you see such a question?
Best solution here! Upvoted.
By "parity", you mean sign (negative or non-negative), right? Because the usual definition of parity (even or odd) doesn't seem to be applicable here.
Log in to reply
Yes, you're right. Using parity in this context is a bad habit I picked up long ago which resurfaces now and then. I've made the appropriate edits. Thanks for pointing that out. :)
Log in to reply
Now that it has been edited accordingly, repeating what Pi Han already said above, this is the best solution here! +1 :)
Good! This is my approach that uses the basics of the AM - GM Inequality . So here it is:
Like what I've said, by the AM - GM Inequality , we know that 2 b a + a b ≥ b a × a b = 1 or b a + a b ≥ 2 and the equality occurs iff b a = a b . From my last statement, we'll get that a = b . So from here, we substitute these values ( b a + a b = 2 and a = b ) into the given equation: a + b = b a + a b to get 2 b = 2 , which immediately tells us that a = 1 and b = 1 . And a 2 + b 2 should be equal to 2 .
Log in to reply
Great approach! :)
Frankly speaking, I don't understand why you're using the equality case for b a + a b ≥ 2 here. Nowhere in the problem are we given that b a + a b = 2 which would justify you using the equality case to get a = b . We're just given that a , b are positive integers such that a + b = b a + a b .
Also, in your approach, you never use the result that a , b are positive integers , just that a , b are positive reals. That seems faulty to me since if we just let a , b be positive reals, there are many solutions other than a = b = 1 , one of them being ( a , b ) = ( 5 , 8 5 ( 4 1 − 5 ) )
a + b = b a + a b a + b = a b a 2 + b 2 a + b = a b ( a + b ) 2 − 2 a b Let a + b = x .Then the equation becomes: x = a b x 2 − 2 a b a b x = x 2 − 2 a b x 2 − a b x − 2 a b = 0 Applying the Quadratic Formula gives: x = 2 a b ± ( a b ) 2 + 8 a b a , b ∈ Z + → x ∈ Z + ,so ( a b ) 2 + 8 a b must be a perfect square.Hence, ( a b ) 2 + 8 a b = z 2 ( a b + 4 ) 2 = z 2 + 1 6 ( a b + 4 ) 2 − z 2 = 1 6 ( a b + 4 + z ) ( a b + 4 − z ) = 1 6 Solving all the possible system of equations for a b and z ,we get that a b = 1 , z = ± 3 .Putting value of a b in the formula,we get: x = 2 1 ± 1 + 8 → x = 2 1 + 3 → x = 2 We discard x = 2 1 − 3 since x ∈ Z + Hence x 2 − 2 = 2 2 − 2 = 2
BTW,this is the 2015th problem which I solved :)
Given that a , b are positive integers, there are much faster approaches we can take. For example, a ≥ b a and b ≥ a b and so we can immediately conclude that a = b = 1 .
2015th? Congratz! Now aim for 5102. Hahah
Log in to reply
Goes off to solve 3087 more problems...
I've solved 72 more problems than that!
Another approach: The given equation can be rewritten as
a + b = a b a 2 + b 2 ⟹ a 2 b + a b 2 = a 2 + b 2 ⟹ a 2 ( b − 1 ) = b 2 ( 1 − a ) .
Then since a 2 , b 2 > 0 and a , b are positive integers we see that the two sides of this last equation will have the same parity if and only if a = b = 1 . As these values do indeed satisfy the original equation we can conclude that these solution values are unique and that a 2 + b 2 = 2 .
Log in to reply
Thanks sir for giving the solution without using inequalities.
You should post that as your solution.
If a and b are intgers, then a/b and b/a must be integers(they are reciprocals of each other). Hence they are equal and then immediately a = b = 1 follows
It's not obvious that b a and a b are both integers. It's possible that neither is an integer, but they do add up to a + b .
a+b = (a/b)+(b/a)
Taking LCM.
a+b = (a^2 +b^2)/ab
(a^2)×b+(b^2)×a = (a^2)+(b^2)
Equating coefficients. a=1 and b=1.
(a^2)+(b^2) = 2
You cannot "Equate coefficients" unless we have an algebraic identity of variables. However, all that we have is an expression that holds at certain constant values to be found.
Are you saying that if 2 x + 3 y = 2 × 6 + 3 × 4 then the only solution is x = 6 , y = 4 ?
Log in to reply
Im not that good at math. I used LCM and cross multiplication to solve this question and got right answer. I cant argue with you because Im still a beginner in ALGEBRA.
Log in to reply
Keep on improving!
Sir, is the problem not so less rated? I think it should be 40-50 points, more than 30 but not 25.
a , b is natural number, it make LHS and RHS has same parity , because LHS natural number, it make in RHS a/b and b/a should be natural implies a=b , put to equation se get , 2a=2 if and only if a=b=1 , finally we get a^2 +b^2=2 , is my ways true?
Never said they had to be different, so a =1 and b = 1 so 1/1 + 1/1 will be 2.
Problem Loading...
Note Loading...
Set Loading...
We can rewrite the given equation as
a + b = a b a 2 + b 2 ⟹ a 2 b + a b 2 = a 2 + b 2 ⟹ a 2 ( b − 1 ) = b 2 ( 1 − a ) .
Then since a 2 , b 2 > 0 and a , b are positive integers we see that the two sides of this last equation will have the same sign if and only if a = b = 1 , (in which case they are both zero). As these values do indeed satisfy the original equation we can conclude that these solution values are unique and that a 2 + b 2 = 2 .