How Do You Prove a < sqrt(ab) < (a+b)/2 < b?

  • Thread starter Thread starter monolithic
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
monolithic
Messages
1
Reaction score
0

Homework Statement



0 < a < b

Must prove that a < sqrt(ab) < (a+b)/2 < b

Homework Equations



Well, relevant info. I am using Spivak's calculus book, where we have to prove everything.

The Attempt at a Solution



I'm not sure if I'm doing this right but here's my start.

I'll start with a < b. Multiply both sides by a, and you get a times a < a times b.

Then you get a^2 < ab

Then square root of a^2 < square root of ab.

a < square root of ab.

So I think i have the first part of that, but I'm not sure where to start for a+b/2?
 
Physics news on Phys.org
monolithic said:

Homework Statement



0 < a < b

Must prove that a < sqrt(ab) < (a+b)/2 < b

Homework Equations



Well, relevant info. I am using Spivak's calculus book, where we have to prove everything.

The Attempt at a Solution



I'm not sure if I'm doing this right but here's my start.

I'll start with a < b. Multiply both sides by a, and you get a times a < a times b.

Then you get a^2 < ab

Then square root of a^2 < square root of ab.

a < square root of ab.

So I think i have the first part of that, but I'm not sure where to start for a+b/2?

[tex]\frac{a + b}{2} \geq \sqrt{ab}[/tex]

This is actually a special case of http://en.wikipedia.org/wiki/Inequality_of_arithmetic_and_geometric_means#The_inequality" (the case for n = 2, 2 terms). This case (n = 2) can be easily proven by isolating everything to one side, and use the fact that:

[tex](x - y) ^ 2 = x ^ 2 - 2xy + y ^ 2 \geq 0[/tex]

And for [tex]x \neq y[/tex], we have the equality:

[tex](x - y) ^ 2 = x ^ 2 - 2xy + y ^ 2 {\color{red}>} 0[/tex]

Let's see if you can take it from here.

And the last equality should be easy. :)
 
Last edited by a moderator:
VietDao29 did you mean:

[tex](\sqrt{x}-\sqrt{y})^2 \geq 0[/tex] ?
 
My post got deleted?! I am new to the forum here.. someone please shed light.
 
VietDao29 said:
No, I mean x, y; x, y in general.

If he use x=a, and y=b in the inequality that I posted, it will be very easy to prove it. :smile: