SOLUTION: If {{{ x = sqrt( pq ) }}} and {{{ y = expr(1/2) (p+q) }}} prove that x < y

Algebra ->  Inequalities -> SOLUTION: If {{{ x = sqrt( pq ) }}} and {{{ y = expr(1/2) (p+q) }}} prove that x < y      Log On


   



Question 979701: If +x+=++sqrt%28+pq+%29+ and +y+=+expr%281%2F2%29+%28p%2Bq%29+ prove that x < y
Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
Note:  It must be stated that 

p ≧ 0, q ≧ 0, pq > 0, p ≠ q, 

otherwise the inequality is false.  I'll assume these,
but first I'll give two examples to show you that this 
is false without those assumptions.

It isn't true when p=-8, q=-2 because

x=sqrt%28p%2Aq%29=sqrt%28%28-8%29%28-2%29%29=+sqrt%2816%29+=+4


Yet 4 < -5 is false.

It also isn't true when p=1, q=1 because

x=sqrt%28p%2Aq%29=sqrt%28%281%29%281%29%29=+sqrt%281%29+=+1


Yet 1 < 1 is false.

It must be stated that p ≧ 0, q ≧ 0, pq > 0, p ≠ q,

It is also easy to see that it is true if p is 0 and q isn't 
or if q is 0 and p isn't, but they both cannot be 0.

-------------------------------------------
Here is the proof

p+%26%238800%3B+q  assumed as given

p-q+%26%238800%3B+0

The square of any non-zero number is positive, so
we can square both sides:

%28p-q%29%5E2+%3E+0%5E2

p%5E2-2pq%2Bq%5E2+%3E+0

add 4pq to both sides:

p%B2%2B2pq%2Bq%B2+%3E+4pq

Factor the left side

%28p%2Bq%29%28p%2Bq%29+%3E+4pq

Write left side as the square of a binomial:

%28p%2Bq%29%B2+%3E+4pq

Take non-negative square roots of both sides 

sqrt%28%28p%2Bq%29%5E2%29+%3E+sqrt%284pq%29

p%2Bq+%3E+2sqrt%28pq%29

Multiply both sides by 1/2:

expr%281%2F2%29%28p%2Bq%29+%3E+sqrt%28pq%29

y+%3E+x

Same as 

x+%3C+y

Edwin