Distribution of Euclidean Distance btwn 2 Non-Centered Points in 2D

AI Thread Summary
The discussion centers on determining the probability distribution function (pdf) of the Euclidean distance z between two non-centered points A(Xa, Ya) and B(Xb, Yb) in a 2D plane, where the coordinates are modeled as independent Gaussian random variables with non-zero means. The challenge arises from the fact that the distance z is expressed as z=sqrt[(Xa-Xb)^2 + (Ya-Yb)^2], leading to X and Y being uncorrelated Gaussian random variables with the same variance. While the Rician distribution applies to distances from the origin, the user seeks a distribution for z without transformations or assumptions, although they acknowledge that transforming to polar coordinates may yield a Rician distribution. Ultimately, the user finds that a transformation is necessary to prove that z is Ricianly distributed. The conversation highlights the complexities involved in deriving the distribution under the specified conditions.
Amiutza
Messages
3
Reaction score
0
I would like to know the distribution of z as the euclidean distance between 2 points which are not centred in the origin. If I assume 2 points in the 2D plane A(Xa,Ya) and B(Xb,Yb), where the Xa~N(xa,s^2), Xb~N(xb,s^2), Ya~N(ya,s^2), Yb~N(yb,s^2), then the distance between A and B, would be z=sqrt[(Xa-Xb)^2 + (Ya-Yb)^2]. Now: X=Xa-Xb and Y=Ya-Yb are themselves RVs with means (xb-xa) and (yb-ya) and variance 2s^2, so the problem that I have is determining the pdf of z=sqrt(X^2 +Y^2), knowing that X and Y are 2 uncorrelated Gaussian RVs with NON-ZERO MEANS and the same variance, 2s^2.

The Rician distribution applies when z is the distance from the origin to a bivariate RV. This has been proven only when the RVs (a and b) are CIRCULAR bivariate RVS (proof here -> Chapter 13, subchapter 13.8.2, page 680, of Mathematical Techniques for Engineers and Scientists - Larry C. Andrews, Ronald L. Phillips - 2003). I would like to know the pdf/cdf of z as a distance between two points (none of them being centred in the origin) when they are not circular. Is there a known parametric distribution for z? What would this distribution look like if it is a generalized form of the Rician distribution?
 
Mathematics news on Phys.org


I suspect that the distribution could be transformed to the Rician by first transforming from the x and y means to the center and then scaling using the variances, so that an ellipse becomes a circle.

Note: I have not tried to work it out, but my intuition tells me it should work.
 


Amiutza said:
X=Xa-Xb and Y=Ya-Yb are themselves RVs with means (xb-xa) and (yb-ya) and variance 2s^2

X and Y are two independent normally distributed random variables with the same variance. If you transform coordinates to make (xb-xa,yb-ya) the origin, then you would have a Rayleigh distribution.
 


Thank you for your replies, but I am not looking to obtain a Rician distribution. I would like to know the distribution of z, in the given conditions, without making any transformations or other assumptions.
 


Hi there! I have managed to find out that indeed a transformation is needed into polar coordinates. Rotating the mean distance z with a θ angle and using the appropriate notation will results in proving that z is Ricianly distributed. Thanks guys for your help!
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top