Consider the set of 5 elements composed of two positive real numbers x and y, their arithmetic mean (x +y)/2, their geometric mean sqrt(xy), and their harmonic mean 2xy/(x + y).

set = {x, y, (x +y)/2, sqrt(xy), 2xy/(x + y) }

Now take the standard deviation of this set (sigma) and divide it by abs(x - y)

Q1: What is the limit of sigma/abs(x - y) taken as x-> y ?

(p.s. I know the answer already, It is a finite positive number that can be expressed with a simple analytic form (but not obvious). I am posting because I thought it was interesting)

Q2: Has anyone ever come across this question before, and if so, then where?

More Stephen James Howard's questions See All
Similar questions and discussions