- #1
lovemake1
- 149
- 1
Homework Statement
Given:0 <= a <= b
a <= Sqrt(ab) <= (a+b)/2 <= b
Homework Equations
The Attempt at a Solution
The only problem I am having prooving this inequality is Sqrt(ab) <= (a+b)/2.
I have an idea but I am not sure if it validates.
can i do this.. ? (a+b)/2 - sqrt(ab) >= 0
if it is greater than 0 [ i get an answer of 1/4 (a-b)^2 >= 0 ] , (a+b)/2 must be greater than sqrt(ab). given that
both sqrt(ab) and (a+b)/2 are >= 0 since 0 < a < b.
Is my reasoning correct? or wrong
please help !