[Math] Expressing a line as a linear combination of two points on the line.

analysislinear algebrasoft-question

I'm currently reading Pugh's Analysis. He makes the statement that the line between two points x and y is the set of linear combinations $sx + ty$ where $s + t = 1$. I'm satisfied that this is true, as the line between two points $x$ and $y$ has the equation $y-x_2=\frac{x_2-y_2}{x_1-y_1}(x-x_1)$ and the points of form $(sx_1+ty_1, sx_2+ty_2)$ are solutions of the equation. I still don't have any reasonable geometric intuition for why this is true though. Help?

Best Answer

It’s easiest to see what’s going on when $0\le s,t\le 1$. In that case $sx+ty$ is a weighted mean of $x$ and $y$. When $s=t=\frac12$, for instance, it’s the ordinary arithmetic mean, and the point $\frac12x+\frac12y$ is the midpoint of $\overline{xy}$. When $s=\frac13$ and $t=\frac23$, $y$ is given twice the weight of $x$, so the point is ‘twice as close’ to $y$ as it is to $x$: in more understandable terms, it’s half as far from $y$ as it is from $x$, so that it’s $\frac23$ of the way from $x$ to $y$. In general, $sx+ty$ is $t$ fraction of the way from $x$ to $y$ when $0\le s,t\le 1$.

Once $s$ and $t$ get outside the range $[0,1]$, it’s harder to get an intuitive picture, but you can still regard $sx+yt$ is a kind of weighted mean in which one of the weights is negative. Thus, $-x+2y=y+(y-x)$ is the point that is $y-x$ units past $y$ in the direction away from $x$, and in general $sx+ty$ is the point that is $y-x$ units past $(t-1)y$ in the direction away from $x$ when $t>1$. (And of course everything just turns around when $s>1$.)

Related Question