For an elliptical spot, I want to calculate the average diameter (or radius). As you can see in the picture, the diameter depends on the coordinate system chosen. If you rotate the coordinate system, then the diameter obtained are different. In the picture these diameters are [a,b] and [x,y] --> depending on the coordinate system chosen.

Now if I take average for these two set of diameters, which way will be a better choice? The arithmetic mean changes, while rotating the coordinate system. So, a+b is not equal to x+y. Does the RMS diameter remains constant with respect to the coordinate system? Is, a^2 + b^2 = x^2 + y^2 ?

Similar questions and discussions