BMAD Posted July 30, 2013 Report Share Posted July 30, 2013 This post will possibly help with "averages part II" given two positive real numbers a and b, there are four ways of computing the "mean": am= arithmetic mean = (a+b)/2 gm = geometric mean = sqrt[a b] hm = harmonic mean = 2 / (1/a + 1/b) rms = root mean square = sqrt[(a^2+b^2)/2] Rank these from smallest to largest proving your ranks. If one type is not always less than another, explain when it is equal or when it is more. Quote Link to comment Share on other sites More sharing options...
0 Rainman Posted July 30, 2013 Report Share Posted July 30, 2013 (edited) A2 - G2 = (a2+2ab+b2)/4 - ab = (a2-2ab+b2)/4 = (a-b)2/4, which is at least 0 with equality only for a=b. Hence A is greater than or equal to G, with equality only for a=b. Lemma: (a+b)2 is greater than or equal to 4ab, with equality only for a=b. Proof: (a+b)2-4ab = (a-b)2, which is greater than or equal to 0, with equality only for a=b. H = 2/((a+b)/ab) = 2ab/(a+b) (H/G)2 = 4ab/(a+b)2, which is less than or equal to 1 by Lemma. Hence H is less than or equal to G, with equality only for a=b. R2 - A2 = (a2+b2)/2 - (a2+2ab+b2)/4 = (2a2+2b2)/4 - (a2+2ab+b2)/4 = (a2-2ab+b2)/4 = ((a-b)/2)2, which is at least 0 with equality only for a=b. Conclusion: R>A>G>H, unless a=b in which case they are all equal. Edit: ranking them from smallest to largest, that would be H, G, A, R Edited July 30, 2013 by Rainman Quote Link to comment Share on other sites More sharing options...
Question
BMAD
This post will possibly help with "averages part II"
given two positive real numbers a and b, there are four ways of computing the "mean":
am= arithmetic mean = (a+b)/2
gm = geometric mean = sqrt[a b]
hm = harmonic mean = 2 / (1/a + 1/b)
rms = root mean square = sqrt[(a^2+b^2)/2]
Rank these from smallest to largest proving your ranks. If one type is not always less than another, explain when it is equal or when it is more.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.