We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

TEXT

Study Guides > College Algebra CoRequisite Course

Writing Equations of Lines

Learning Outcomes

  • Use slope-intercept form to plot and write equations of lines.
  • Use point-slope form to write the equation of a line.
  • Write the equation of a line in standard form.
  • Recognize vertical and horizontal lines from their graphs and equations.

Slope-Intercept Form

Perhaps the most familiar form of a linear equation is slope-intercept form written as [latex]y=mx+b[/latex], where [latex]m=\text{slope}[/latex] and [latex]b=y\text{-intercept}[/latex]. Let us begin with the slope.

The Slope of a Line

The slope of a line refers to the ratio of the vertical change in y over the horizontal change in x between any two points on a line. It indicates the direction in which a line slants as well as its steepness. Slope is sometimes described as rise over run.
[latex]m=\frac{{y}_{2}-{y}_{1}}{{x}_{2}-{x}_{1}}[/latex]
If the slope is positive, the line slants upward to the right. If the slope is negative, the line slants downward to the right. As the slope increases, the line becomes steeper. Some examples are shown below. The lines indicate the following slopes: [latex]m=-3[/latex], [latex]m=2[/latex], and [latex]m=\frac{1}{3}[/latex]. Coordinate plane with the x and y axes ranging from negative 10 to 10. Three linear functions are plotted: y = negative 3 times x minus 2; y = 2 times x plus 1; and y = x over 3 plus 2.

A General Note: The Slope of a Line

The slope of a line, m, represents the change in y over the change in x. Given two points, [latex]\left({x}_{1},{y}_{1}\right)[/latex] and [latex]\left({x}_{2},{y}_{2}\right)[/latex], the following formula determines the slope of a line containing these points:
[latex]m=\frac{{y}_{2}-{y}_{1}}{{x}_{2}-{x}_{1}}[/latex]

Example: Finding the Slope of a Line Given Two Points

Find the slope of a line that passes through the points [latex]\left(2,-1\right)[/latex] and [latex]\left(-5,3\right)[/latex].

Answer: We substitute the y-values and the x-values into the formula.

[latex]\begin{array}{l}m\hfill&=\frac{3-\left(-1\right)}{-5 - 2}\hfill \\ \hfill&=\frac{4}{-7}\hfill \\ \hfill&=-\frac{4}{7}\hfill \end{array}[/latex]
The slope is [latex]-\frac{4}{7}[/latex].

Analysis of the Solution

It does not matter which point is called [latex]\left({x}_{1},{y}_{1}\right)[/latex] or [latex]\left({x}_{2},{y}_{2}\right)[/latex]. As long as we are consistent with the order of the y terms and the order of the x terms in the numerator and denominator, the calculation will yield the same result.

Try It

Find the slope of the line that passes through the points [latex]\left(-2,6\right)[/latex] and [latex]\left(1,4\right)[/latex].

Answer: [latex]x=-5[/latex]

[ohm_question]1719[/ohm_question]

Example: Identifying the Slope and y-intercept of a Line Given an Equation

Identify the slope and y-intercept given the equation [latex]y=-\frac{3}{4}x - 4[/latex].

Answer: As the line is in [latex]y=mx+b[/latex] form, the given line has a slope of [latex]m=-\frac{3}{4}[/latex]. The y-intercept is [latex]b=-4[/latex].

Analysis of the Solution

The y-intercept is the point at which the line crosses the y-axis. On the y-axis, [latex]x=0[/latex]. We can always identify the y-intercept when the line is in slope-intercept form, as it will always equal b. Or, just substitute [latex]x=0[/latex] and solve for y.

Recall operations on fractions

Fractions are commonly encountered when writing equations for lines using the point-slope formula. Being able to multiply or add and subtract fractions will enable you to avoid decimal approximations for numbers like [latex]\dfrac{1}{3}[/latex] or [latex]\dfrac{5}{7}[/latex]. Adding or subtracting fractions: [latex]\dfrac{a}{b}\pm\dfrac{c}{d} = \dfrac{ad \pm bc}{bd}[/latex] Multiplying fractions: [latex]\dfrac{a}{b}\cdot\dfrac{c}{d} = \dfrac {ac}{bd}[/latex] Don't forget to simplify fractions in your final answer!

The Point-Slope Formula

Given the slope and one point on a line, we can find the equation of the line using point-slope form.
[latex]y-{y}_{1}=m\left(x-{x}_{1}\right)[/latex]
This is an important formula, as it will be used in other areas of College Algebra and often in Calculus to find the equation of a tangent line. We need only one point and the slope of the line to use the formula. After substituting the slope and the coordinates of one point into the formula, we simplify it and write it in slope-intercept form.

A General Note: The Point-Slope Formula

Given one point and the slope, using point-slope form will lead to the equation of a line:
[latex]y-{y}_{1}=m\left(x-{x}_{1}\right)[/latex]

Example: Finding the Equation of a Line Given the Slope and One Point

Write the equation of the line with slope [latex]m=-3[/latex] and passing through the point [latex]\left(4,8\right)[/latex]. Write the final equation in slope-intercept form.

Answer: Using point-slope form, substitute [latex]-3[/latex] for m and the point [latex]\left(4,8\right)[/latex] for [latex]\left({x}_{1},{y}_{1}\right)[/latex].

[latex]\begin{array}{l}y-{y}_{1}=m\left(x-{x}_{1}\right)\hfill \\ y - 8=-3\left(x - 4\right)\hfill \\ y - 8=-3x+12\hfill \\ y=-3x+20\hfill \end{array}[/latex]

Analysis of the Solution

Note that any point on the line can be used to find the equation. If done correctly, the same final equation will be obtained.

Try It

Given [latex]m=4[/latex], find the equation of the line in slope-intercept form passing through the point [latex]\left(2,5\right)[/latex].

Answer: [latex-display]y=4x - 3[/latex-display]

[ohm_question]110942[/ohm_question]

Example: Finding the Equation of a Line Passing Through Two Given Points

Find the equation of the line passing through the points [latex]\left(3,4\right)[/latex] and [latex]\left(0,-3\right)[/latex]. Write the final equation in slope-intercept form.

Answer: First, we calculate the slope using the slope formula and two points.

[latex]\begin{array}{l}\hfill \\ m=\frac{-3 - 4}{0 - 3}\hfill \\ =\frac{-7}{-3}\hfill \\ =\frac{7}{3}\hfill \end{array}[/latex]
Next, we use point-slope form with the slope of [latex]\frac{7}{3}[/latex] and either point. Let’s pick the point [latex]\left(3,4\right)[/latex] for [latex]\left({x}_{1},{y}_{1}\right)[/latex].
[latex]\begin{array}{l}y - 4=\frac{7}{3}\left(x - 3\right)\hfill \\ y - 4=\frac{7}{3}x - 7\hfill& \hfill \\ y=\frac{7}{3}x - 3\hfill \end{array}[/latex]
In slope-intercept form, the equation is written as [latex]y=\frac{7}{3}x - 3[/latex].

Analysis of the Solution

To prove that either point can be used, let us use the second point [latex]\left(0,-3\right)[/latex] and see if we get the same equation.
[latex]\begin{array}{l}y-\left(-3\right)=\frac{7}{3}\left(x - 0\right)\hfill \\ y+3=\frac{7}{3}x\hfill \\ y=\frac{7}{3}x - 3\hfill \end{array}[/latex]
We see that the same line will be obtained using either point. This makes sense because we used both points to calculate the slope.

Standard Form of a Line

Another way that we can represent the equation of a line is in standard form. Standard form is given as
[latex]Ax+By=C[/latex]
where [latex]A[/latex], [latex]B[/latex], and [latex]C[/latex] are integers. The and y-terms are on one side of the equal sign and the constant term is on the other side.

Example: Finding the Equation of a Line and Writing It in Standard Form

Find the equation of the line with [latex]m=-6[/latex] and passing through the point [latex]\left(\frac{1}{4},-2\right)[/latex]. Write the equation in standard form.

Answer: We begin by using point-slope form.

[latex]\begin{array}{l}y-\left(-2\right)=-6\left(x-\frac{1}{4}\right)\hfill \\ y+2=-6x+\frac{3}{2}\hfill \end{array}[/latex]
From here, we multiply through by 2 as no fractions are permitted in standard form. Then we move both variables to the left aside of the equal sign and move the constants to the right.
[latex]\begin{array}{l}2\left(y+2\right)=\left(-6x+\frac{3}{2}\right)2\hfill \\ 2y+4=-12x+3\hfill \\ 12x+2y=-1\hfill \end{array}[/latex]
This equation is now written in standard form.

Try It

Find the equation of the line in standard form with slope [latex]m=-\frac{1}{3}[/latex] which passes through the point [latex]\left(1,\frac{1}{3}\right)[/latex].

Answer: [latex]x+3y=2[/latex]

[ohm_question]110946[/ohm_question]

Vertical and Horizontal Lines

The equations of vertical and horizontal lines do not require any of the preceding formulas, although we can use the formulas to prove that the equations are correct. The equation of a vertical line is given as
[latex]x=c[/latex]
where c is a constant. The slope of a vertical line is undefined, and regardless of the y-value of any point on the line, the x-coordinate of the point will be c. Suppose that we want to find the equation of a line containing the following points: [latex]\left(-3,-5\right),\left(-3,1\right),\left(-3,3\right)[/latex], and [latex]\left(-3,5\right)[/latex]. First, we will find the slope.
[latex]m=\frac{5 - 3}{-3-\left(-3\right)}=\frac{2}{0}[/latex]
Zero in the denominator means that the slope is undefined and, therefore, we cannot use point-slope form. However, we can plot the points. Notice that all of the x-coordinates are the same and we find a vertical line through [latex]x=-3[/latex]. The equation of a horizontal line is given as
[latex]y=c[/latex]
where c is a constant. The slope of a horizontal line is zero, and for any x-value of a point on the line, the y-coordinate will be c. Suppose we want to find the equation of a line that contains the following set of points: [latex]\left(-2,-2\right),\left(0,-2\right),\left(3,-2\right)[/latex], and [latex]\left(5,-2\right)[/latex]. We can use point-slope form. First, we find the slope using any two points on the line.
[latex]\begin{array}{l}m=\frac{-2-\left(-2\right)}{0-\left(-2\right)}\hfill \\ =\frac{0}{2}\hfill \\ =0\hfill \end{array}[/latex]
Use any point for [latex]\left({x}_{1},{y}_{1}\right)[/latex] in the formula, or use the y-intercept.
[latex]\begin{array}{l}y-\left(-2\right)=0\left(x - 3\right)\hfill \\ y+2=0\hfill \\ y=-2\hfill \end{array}[/latex]
The graph is a horizontal line through [latex]y=-2[/latex]. Notice that all of the y-coordinates are the same.
Coordinate plane with the x-axis ranging from negative 7 to 4 and the y-axis ranging from negative 4 to 4. The function y = negative 2 and the line x = negative 3 are plotted. The line x = −3 is a vertical line. The line y = −2 is a horizontal line.

try it

Use an online graphing calculator to graph the following:
  1. A horizontal line that passes through the point (-5,2)
  2. A vertical line that passes through the point (3,3)

Example: Finding the Equation of a Line Passing Through the Given Points

Find the equation of the line passing through the given points: [latex]\left(1,-3\right)[/latex] and [latex]\left(1,4\right)[/latex].

Answer: The x-coordinate of both points is 1. Therefore, we have a vertical line, [latex]x=1[/latex].

Try It

Find the equation of the line passing through [latex]\left(-5,2\right)[/latex] and [latex]\left(2,2\right)[/latex].

Answer: Horizontal line: [latex]y=2[/latex]

[ohm_question]110951[/ohm_question] [ohm_question]110952[/ohm_question]

Licenses & Attributions

CC licensed content, Original

CC licensed content, Shared previously

  • College Algebra. Provided by: OpenStax Authored by: Abramson, Jay et al.. License: CC BY: Attribution. License terms: Download for free at http://cnx.org/contents/[email protected].
  • Question ID 1719. Authored by: Barbara Goldner. License: CC BY: Attribution. License terms: IMathAS Community License CC- BY + GPL.
  • Question ID 110942, 110946, 110951, 110952. Authored by: Lumen Learning. License: CC BY: Attribution. License terms: IMathAS Community License CC- BY + GPL.

CC licensed content, Specific attribution