S = loga(bc) + logb(ac) + logc(ab)
- Problem #214 - Posted Monday, October 4, 2004
- The Four Means ! (back to top)
- Given two positive real numbers a and b ,here are four ways of
- computing the "mean":
- am = arithmetic mean = (a + b) / 2
- gm = geometric mean =
[a b]
- hm = harmonic mean = 2 / (1/a + 1/b)
- rms = root mean square =
[(a^2 + b^2) / 2]
- a) Rank these from smallest to largest, proving your result. If one type
- is not always less than another, say when it's equal and when it's more.
- b) Use the diagram to compare at least three of the means using the
- lengths of segments. Assume E is at the center of the semicircle.
- Show reasoning clearly.
Which to use, and how?
|
![]() |
||||||||||||||||






