2014 dxdy logo

Научный форум dxdy

Математика, Физика, Computer Science, Machine Learning, LaTeX, Механика и Техника, Химия,
Биология и Медицина, Экономика и Финансовая Математика, Гуманитарные науки




 
 One competition in Croatia
Сообщение12.11.2019, 10:35 
Let $A_{1},A_{2},\ldots,A_{2015}$ be vertices of a polygon. Determine the point $T$ in the plane of the polygon so that the sum:$$|A_{1}T|+|A_{2}T|+\ldots+|A_{2015}T|$$be the smallest.

 
 
 
 Re: One competition in Croatia
Сообщение12.11.2019, 10:49 
for $n=3$:
\Изображение
for $n=2015$, one just needs to punch additional $2012$ holes...

 
 
 
 Re: One competition in Croatia
Сообщение12.11.2019, 13:43 
add: There's no closed-form expression for $T$, unless $A_i$ of some special type (for example, vertices of regular polygon)

 
 
 
 Re: One competition in Croatia
Сообщение12.11.2019, 16:05 
Аватара пользователя
squares are missed i guess

 
 
 
 Re: One competition in Croatia
Сообщение12.11.2019, 16:26 
rsoldo в сообщении #1425478 писал(а):
$|A_{1}T|$


What is it? Is this module of a scalar product ($A$ and $T$ are 2D-vectors, right?)

 
 
 
 Re: One competition in Croatia
Сообщение12.11.2019, 16:44 
Distance from $A_{1}$ to $T$.

 
 
 
 Re: One competition in Croatia
Сообщение12.11.2019, 18:19 
rsoldo
Oook

 
 
 
 Re: One competition in Croatia
Сообщение05.12.2019, 10:51 
Hint: complex numbers :-)

 
 
 
 Re: One competition in Croatia
Сообщение09.12.2019, 13:41 
rsoldo в сообщении #1428920 писал(а):
Hint: complex numbers :-)

Complex numbers who?

Basically... Using complex algebra, we just are to find the minimum of complex function $F(z)$, which real part is $\operatorname{Re} F(z)=u(z)=\sum\limits_{i}^{}|z-z_i|$, where $z_i$ are given.

But laplacian of absolute value is its reciprocal, hence it never equals to zero (except for the points about infinity, and we can't talk about minimum there). Thus, it is impossible to find such a real function $v(z)$ so that $\operatorname{Im} F(z)=v(z)$ and $F(z)$ is differentiable at least somewhere.

I don't see if complex algebra made any difference. Worse, maybe - it led to nothing. At least derivation of $f(x,y)=\sum\limits_{i}^{}\sqrt{(x-x_i)^2+(y-y_i)^2}$ gives equations which are numerically solvable.

 
 
 
 Re: One competition in Croatia
Сообщение10.12.2019, 10:14 
Аватара пользователя
Wiki, Geometric median:
Цитата:
The geometric median of a discrete set of sample points in a Euclidean space is the point minimizing the sum of distances to the sample points.
...
Despite the geometric median's being an easy-to-understand concept, computing it poses a challenge. The centroid or center of mass, defined similarly to the geometric median as minimizing the sum of the squares of the distances to each point, can be found by a simple formula — its coordinates are the averages of the coordinates of the points — but it has been shown that no explicit formula, nor an exact algorithm involving only arithmetic operations and kth roots, can exist in general for the geometric median. Therefore, only numerical or symbolic approximations to the solution of this problem are possible under this model of computation.

 
 
 [ Сообщений: 10 ] 


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group