Pick two points at random from the interior of a unit square, what is the expected distance between them?

My solution is as folllowing.

Pick two points at random from the interior of a unit square, what is the expected distance between them?

This integration is hard to solve. I googled it, and found the result is 1/3*ln(1+sqrt(2)) + 1/15*(2+sqrt(2)) = 0.52140543..

please see the link below.

http://mathworld.wolfram.com/SquareLinePicking.html

http://www.stat.columbia.edu/~liam/teaching/4109-fall10/chapter4.pdf

上一篇:maven 相关插件


下一篇:iOS之搜索框UISearchController的使用(iOS8.0以后替代UISearchBar+display)