document.write( "Question 1207708: For 0 < a < b, let h be defined by (1/h) = (1/2)[(1/a) + (1/b)].
\n" );
document.write( "Show that a < h < b. The number h is called the harmonic mean of a and b.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #845738 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "0 < a < b \n" ); document.write( "a < b \n" ); document.write( "1/a > 1/b \n" ); document.write( "1/b < 1/a \n" ); document.write( "1/b < 1/h < 1/a ..... see note below \n" ); document.write( "b > h > a \n" ); document.write( "a < h < b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: 1/h is the midpoint of 1/a and 1/b, due to the formula your teacher gave you. \n" ); document.write( "Therefore, 1/h is guaranteed to be between those values. \n" ); document.write( "A way to prove this can be found through this question\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Don't forget to flip the inequality signs when applying reciprocals to all sides. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Tutor Edwin has a great approach. I'll paraphrase his method slightly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's rewrite the given formula \n" ); document.write( "1/h = (1/2)*(1/a + 1/b) \n" ); document.write( "1/h = (1/2)*(b/(ab) + a/(ab)) \n" ); document.write( "1/h = (1/2)*( (a+b)/(ab) ) \n" ); document.write( "1/h = (a+b)/(2ab) \n" ); document.write( "h = 2ab/(a+b) \n" ); document.write( "I'll come back to this later.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then, \n" ); document.write( "a < b turns into a^2 < ab after multiplying both sides by a \n" ); document.write( "a < b turns into ab < b^2 after multiplying both sides by b \n" ); document.write( "Both a and b are positive, so there's no inequality sign flips when multiplication is applied to both sides. \n" ); document.write( "a^2 < ab & ab < b^2 combine to a^2 < ab < b^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and finally \n" ); document.write( "a^2 < ab < b^2 \n" ); document.write( "a^2+ab < ab+ab < b^2+ab ...... adding ab to all sides \n" ); document.write( "a^2+ab < 2ab < b^2+ab \n" ); document.write( "a(a+b) < 2ab < b(a+b) \n" ); document.write( "a < 2ab/(a+b) < b ........... dividing all sides by (a+b) \n" ); document.write( "a < h < b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since a > 0 and b > 0, we can be certain that a+b > 0 as well of course. \n" ); document.write( "a+b > 0 means dividing both sides by (a+b) will not flip the inequality sign. \n" ); document.write( " \n" ); document.write( " |