Equation of a Line

From Department of Mathematics at UTSA
Jump to navigation Jump to search

Equation of a line

There are various ways of defining a line. In the following subsections, a linear equation of the line is given in each case.

Slope–intercept form or Gradient-intercept form

A non-vertical line can be defined by its slope m, and its y-intercept y0 (the y coordinate of its intersection with the y-axis). In this case its linear equation can be written

If, moreover, the line is not horizontal, it can be defined by its slope and its x-intercept x0. In this case, its equation can be written

or, equivalently,

These forms rely on the habit of considering a non vertical line as the graph of a function. For a line given by an equation

these forms can be easily deduced from the relations

Point–slope form or Point-gradient form

A non-vertical line can be defined by its slope m, and the coordinates of any point of the line. In this case, a linear equation of the line is

or

This equation can also be written

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y-y_1=m(x-x_1)}

for emphasizing that the slope of a line can be computed from the coordinates of any two points.

Intercept form

A line that is not parallel to an axis and does not pass through the origin cuts the axes in two different points. The intercept values x0 and y0 of these two points are nonzero, and an equation of the line is

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{x}{x_0} + \frac{y}{y_0} = 1.}

(It is easy to verify that the line defined by this equation has x0 and y0 as intercept values).

Two-point form

Given two different points (x1, y1) and (x2, y2), there is exactly one line that passes through them. There are several ways to write a linear equation of this line.

If x1x2, the slope of the line is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{y_2 - y_1}{x_2 - x_1}.} Thus, a point-slope form is

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y - y_1 = \frac{y_2 - y_1}{x_2 - x_1} (x - x_1).}

By clearing denominators, one gets the equation

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_2 - x_1)(y - y_1) - (y_2 - y_1)(x - x_1)=0,}

which is valid also when x1 = x2 (for verifying this, it suffices to verify that the two given points satisfy the equation).

This form is not symmetric in the two given points, but a symmetric form can be obtained by regrouping the constant terms:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (y_1-y_2)x + (x_2-x_1)y + (x_1y_2 - x_2y_1) =0}

(exchanging the two points changes the sign of the left-hand side of the equation).

Determinant form

The two-point form of the equation of a line can be expressed simply in terms of a determinant. There are two common ways for that.

The equation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_2 - x_1)(y - y_1) - (y_2 - y_1)(x - x_1)=0} is the result of expanding the determinant in the equation

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{vmatrix}x-x_1&y-y_1\\x_2-x_1&y_2-y_1\end{vmatrix}=0.}

The equation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (y_1-y_2)x + (x_2-x_1)y + (x_1y_2 - x_2y_1)=0} can be obtained be expanding with respect to its first row the determinant in the equation

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{vmatrix} x&y&1\\ x_1&y_1&1\\ x_2&y_2&1 \end{vmatrix}=0.}

Beside being very simple and mnemonic, this form has the advantage of being a special case of the more general equation of a hyperplane passing through n points in a space of dimension n – 1. These equations rely on the condition of linear dependence of points in a projective space.

Licensing

Content obtained and/or adapted from:

Resources