Finding the equation of a line for a segment¶
The task is: given the coordinates of the ends of a segment, construct a line passing through it.
We assume that the segment is non-degenerate, i.e. has a length greater than zero (otherwise, of course, infinitely many different lines pass through it).
Two-dimensional case¶
Let the given segment be
It is necessary to construct the equation of a line in the plane passing through this segment, i.e. find the coefficients
Note that for the required triples
It is easy to verify (by substitution of these expressions and the coordinates of the points
Integer case¶
An important advantage of this method of constructing a straight line is that if the coordinates of the ends were integer, then the coefficients obtained will also be integer . In some cases, this allows one to perform geometric operations without resorting to real numbers at all.
However, there is a small drawback: for the same straight line different triples of coefficients can be obtained.
To avoid this, but do not go away from the integer coefficients, you can apply the following technique, often called rationing. Find the greatest common divisor of numbers
Real case¶
When working with real numbers, you should always be aware of errors.
The coefficients
Therefore, when working with real numbers, it is desirable to produce the so-called normalization, this is straightforward: namely, to make the coefficients such that
and divide all three coefficients
Thus, the order of the coefficients
Finally, we mention the comparison of straight lines - in fact, after such a normalization, for the same straight line, only two triples of coefficients can be obtained: up to multiplication by
Three-dimensional and multidimensional case¶
Already in the three-dimensional case there is no simple equation describing a straight line (it can be defined as the intersection of two planes, that is, a system of two equations, but this is an inconvenient method).
Consequently, in the three-dimensional and multidimensional cases we must use the parametric method of defining a straight line , i.e. as a point
Those. a straight line is all points that can be obtained from a point
The construction of a straight line in a parametric form along the coordinates of the ends of a segment is trivial, we just take one end of the segment for the point