SOLUTION: For 0 < a < b, let h be defined by 1/h = (1/2)[(1/a) + (1/b)]. Show that a < h < b. Note: The number h is called the harmonic mean of a and b.

Algebra ->  Inequalities -> SOLUTION: For 0 < a < b, let h be defined by 1/h = (1/2)[(1/a) + (1/b)]. Show that a < h < b. Note: The number h is called the harmonic mean of a and b.       Log On


   



Question 1208897: For 0 < a < b, let h be defined by
1/h = (1/2)[(1/a) + (1/b)].
Show that a < h < b.
Note: The number h is called the harmonic mean of a and b.


Found 3 solutions by Edwin McCravy, mccravyedwin, ikleyn:
Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!

1%2Fh%22%22=%22%22expr%281%2F2%29%281%2Fa%2B1%2Fb%29
1%2Fh%22%22=%22%22expr%281%2F2%29%28%28b%2Ba%29%2F%28ab%29%29
1%2Fh%22%22=%22%22%28a%2Bb%29%2F%282ab%29

0%3Ca%3Cb
add a to all three parts

a%3C2a%3Ca%2Bb
divide all three parts by 2ab
a%2F%282ab%29%3C%282a%29%2F%282ab%29%3C%28a%2Bb%29%2F%282ab%29
1%2F%282b%29%3C1%2Fb%3C%28a%2Bb%29%2F%282ab%29

0%3Ca%3Cb
add b to all three parts

b%3Ca%2Bb%3C2b
divide all three parts by 2ab
b%2F%282ab%29%3C%28a%2Bb%29%2F%282ab%29%3C%282b%29%2F%282ab%29
1%2F%282a%29%3C%28a%2Bb%29%2F%282ab%29%3C1%2Fa

Put these two together:

1%2F%282b%29%3C1%2Fb%3C%28a%2Bb%29%2F%282ab%29 and 1%2F%282a%29%3C%28a%2Bb%29%2F%282ab%29%3C1%2Fa

Ignoring the first parts of each:

1%2Fb%3C%28a%2Bb%29%2F%282ab%29%3C1%2Fa

We use the fact that if 0%3Cx%3Cy%3Cz then matrix%281%2C2%2C0%3C1%2Fz%3C1%2Fy%3C1%2Fx%2C%22%22%29
I'll prove that if you need it.  But I'll use it here

So that applies above and we have

a%3C%282ab%29%2F%28a%2Bb%29%3Cb

And since at the top we showed 1%2Fh%22%22=%22%22%28a%2Bb%29%2F%282ab%29
then h=%282ab%29%2F%28a%2Bb%29

So a%3Ch%3Cb 

Edwin

Answer by mccravyedwin(408) About Me  (Show Source):
You can put this solution on YOUR website!
In the above I used this without proof:

If 0%3Cx%3Cy%3Cz then matrix%281%2C2%2C0%3C1%2Fz%3C1%2Fy%3C1%2Fx%2C%22%22%29

Proof:

0%3Cx%3Cy%3Cz

Multiply through by x, then by y, then by z



From the 1st and 3rd inequalities (we don't need the middle one),
we get

0%3Cxy%3Cxz%3Cyz

Now we divide through by xyz

0%3C%28xy%29%2F%28xyz%29%3C%28xz%29%2F%28xyz%29%3C%28yz%29%2F%28xyz%29

matrix%281%2C2%2C0%3C1%2Fz%3C1%2Fy%3C1%2Fx%2C%22%22%29

Edwin

Answer by ikleyn(52810) About Me  (Show Source):
You can put this solution on YOUR website!
.
For 0 < a < b, let h be defined by
1/h = (1/2)[(1/a) + (1/b)].
Show that a < h < b.
Note: The number h is called the harmonic mean of a and b.
~~~~~~~~~~~~~~~~~~~~

Let' simplify

    %281%2F2%29%2A%281%2Fa%2B1%2Fb%29 = %281%2F2%29%2A%28%28a%2Bb%29%2F%28ab%29%29 = %28a%2Bb%29%2F%282ab%29.


Since  1%2Fh = %281%2F2%29%2A%28%281%2Fa%29+%2B+%281%2Fb%29%29,  it implies that  h = %282ab%29%2F%28a%2Bb%29.


Now we want to prove that  

    a < %282ab%29%2F%28a%2Bb%29 < b.    (*)


So, your starting inequality is  

    a < b.       (1)


In (1), multiply both sides by positive number "a".  
You will get an equivalent inequality

    a^2 < ab.    (2)


Next step, in (1), multiply both sides by positive number "b".  
You will get an equivalent inequality

    ab < b^2.    (3)


From (2) and (3), you have this compound inequality

    a^2 < ab < b^2.    (4)


Add ab to all three terms in inequality (4).  You will get an equivalent inequality 

    a^2 + ab < ab + ab < b^2 + ab.    (5)


Rewrite it equivalently this way

    a*(a+b) < 2ab < b*(a+b).     (6)


In (6), divide all three sides by positive real number a+b.  You will get an equivalent inequality

    a < %282ab%29%2F%28a%2Bb%29 < b.    (7)


Compare it with (*) :  inequality (7) is what you want to prove.

Solved.