If a > 0 and b > 0, and if a ≠ b, prove that sqrt(ab) is strictly between a and b. How would I go about proving this?
can you prove the contrapositive?>
Let a = 1, b = 4 then ab = 4 and sqrt(4) = +2 and -2, so -2 is not between 1 and 4. Are you assuming that only the positive square root of ab is between a and b?
Yes, only positive square root of ab.
You can try proof by contradiction, but you will have 4 cases. let x= sqrt(ab), then if you assume your conclusion is false, then x =a, x=b, x<a, x>a. The first 2 cases are easy. I am not sure about the other 2.
The 4th case was supposed to be x>b, not x>a. I am also assuming b is the larger of a and b.
I think if you assume x< a, then x*x < a*a < a*b which contradicts that x*x =a*b
No, it's much easier to prove directly. First without loss of generality, let a < b. Now a < sqrt(ab) < b if and only if a^2 < ab < b^2 , as a and b are positive numbers. So let's see if we can prove that. Well a < b , so multiplying now both sides by a we get a^2 < ab Again starting with a < b, multiply both sides by b then ab < b^2 Hence a^2 < ab < b^2 As all these numbers are positive, we can take the square root and a < sqrt(ab) < b.
and if x>b then x*x> b*b >b*a which is a contradiction that x*x = b*a
His way is much more efficient than mine.
Both work nicely. Contradiction might get a bit hairy though. The direct proof is easier in this case. Thanks to both of you.
Join our real-time social learning platform and learn together with your friends!