Chapter 3: Graphing

3.6 Perpendicular and Parallel Lines

Perpendicular, parallel, horizontal, and vertical lines are special lines that have properties unique to each type. Parallel lines, for instance, have the same slope, whereas perpendicular lines are the opposite and have negative reciprocal slopes. Vertical lines have a constant [latex]x[/latex]-value, and horizontal lines have a constant [latex]y[/latex]-value.

Two equations govern perpendicular and parallel lines:

For parallel lines, the slope of the first line is the same as the slope for the second line. If the slopes of these two lines are called [latex]m_1[/latex] and [latex]m_2[/latex], then [latex]m_1 = m_2[/latex].

[latex]\text{The rule for parallel lines is } m_1 = m_2[/latex]

Perpendicular lines are slightly more difficult to understand. If one line is rising, then the other must be falling, so both lines have slopes going in opposite directions. Thus, the slopes will always be negative to one another. The other feature is that the slope at which one is rising or falling will be exactly flipped for the other one. This means that the slopes will always be negative reciprocals to each other. If the slopes of these two lines are called [latex]m_1[/latex] and [latex]m_2[/latex], then [latex]m_1 = \dfrac{-1}{m_2}[/latex].

[latex]\text{The rule for perpendicular lines is } m_1=\dfrac{-1}{m_2}[/latex]

Example 3.6.1

Find the slopes of the lines that are parallel and perpendicular to [latex]y = 3x + 5.[/latex]

The parallel line has the identical slope, so its slope is also 3.

The perpendicular line has the negative reciprocal to the other slope, so it is [latex]-\dfrac{1}{3}.[/latex]

Example 3.6.2

Find the slopes of the lines that are parallel and perpendicular to [latex]y = -\dfrac{2}{3}x -4.[/latex]

The parallel line has the identical slope, so its slope is also [latex]-\dfrac{2}{3}.[/latex]

The perpendicular line has the negative reciprocal to the other slope, so it is [latex]\dfrac{3}{2}.[/latex]

Typically, questions that are asked of students in this topic are written in the form of “Find the equation of a line passing through point [latex](x, y)[/latex] that is perpendicular/parallel to [latex]y = mx + b[/latex].” The first step is to identify the slope that is to be used to solve this equation, and the second is to use the described methods to arrive at the solution like previously done. For instance:

Example 3.6.3

Find the equation of the line passing through the point [latex](2,4)[/latex] that is parallel to the line [latex]y=2x-3.[/latex]

The first step is to identify the slope, which here is the same as in the given equation, [latex]m=2[/latex].

Now, simply use the methods from before:

[latex]\begin{array}{rrl} m&=&\dfrac{y-y_1}{x-x_1} \\ \\ 2&=&\dfrac{y-4}{x-2} \end{array}[/latex]

Clearing the fraction by multiplying both sides by [latex](x-2)[/latex] leaves:

[latex]2(x-2)=y-4 \text{ or } 2x-4=y-4[/latex]

Now put this equation in one of the three forms. For this example, use the standard form:

[latex]\begin{array}{rrrrrrr} 2x&-&4&=&y&-&4 \\ -y&+&4&&-y&+&4 \\ \hline 2x&-&y&=&0&& \end{array}[/latex]

Example 3.6.4

Find the equation of the line passing through the point [latex](1, 3)[/latex] that is perpendicular to the line [latex]y = \dfrac{3}{2}x + 4.[/latex]

The first step is to identify the slope, which here is the negative reciprocal to the one in the given equation, so [latex]m = -\dfrac{2}{3}.[/latex]

Now, simply use the methods from before:

[latex]\begin{array}{rrl} m&=&\dfrac{y-y_1}{x-x_1} \\ \\ -\dfrac{2}{3}&=&\dfrac{y-3}{x-1} \end{array}[/latex]

First, clear the fraction by multiplying both sides by [latex]3(x - 1)[/latex]. This leaves:

[latex]-2(x - 1) = 3(y - 3)[/latex]

which reduces to:

[latex]-2x + 2 = 3y - 9[/latex]

Now put this equation in one of the three forms. For this example, choose the general form:

[latex]\begin{array}{rrrrrrrrr} -2x&&&+&2&=&3y&-&9 \\ &&-3y&+&9&&-3y&+&9 \\ \hline -2x&-&3y&+&11&=&0&& \end{array}[/latex]

For the general form, the coefficient in front of the [latex]x[/latex] must be positive. So for this equation, multiply the entire equation by −1 to make [latex]-2x[/latex] positive.

[latex](-2x -3y + 11 = 0)(-1)[/latex]

[latex]2x + 3y - 11 = 0[/latex]

Questions that are looking for the vertical or horizontal line through a given point are the easiest to do and the most commonly confused.

Vertical lines always have a single [latex]x[/latex]-value, yielding an equation like [latex]x = \text{constant.}[/latex]

Horizontal lines always have a single [latex]y[/latex]-value, yielding an equation like [latex]y = \text{constant.}[/latex]

Example 3.6.5

Find the equation of the vertical and horizontal lines through the point [latex](-2, 4).[/latex]

The vertical line has the same [latex]x[/latex]-value, so the equation is [latex]x = -2[/latex].

The horizontal line has the same [latex]y[/latex]-value, so the equation is [latex]y = 4[/latex].

Questions

For questions 1 to 6, find the slope of any line that would be parallel to each given line.

  1. [latex]y = 2x + 4[/latex]
  2. [latex]y = -\dfrac{2}{3}x + 5[/latex]
  3. [latex]y = 4x - 5[/latex]
  4. [latex]y = -10x - 5[/latex]
  5. [latex]x - y = 4[/latex]
  6. [latex]6x - 5y = 20[/latex]

For questions 7 to 12, find the slope of any line that would be perpendicular to each given line.

  1. [latex]y = \dfrac{1}{3}x[/latex]
  2. [latex]y = -\dfrac{1}{2}x - 1[/latex]
  3. [latex]y = -\dfrac{1}{3}x[/latex]
  4. [latex]y = \dfrac{4}{5}x[/latex]
  5. [latex]x - 3y = -6[/latex]
  6. [latex]3x - y = -3[/latex]

For questions 13 to 18, write the slope-intercept form of the equation of each line using the given point and line.

  1. (1, 4) and parallel to [latex]y = \dfrac{2}{5}x + 2[/latex]
  2. (5, 2) and perpendicular to [latex]y = \dfrac{1}{3}x + 4[/latex]
  3. (3, 4) and parallel to [latex]y = \dfrac{1}{2}x - 5[/latex]
  4. (1, −1) and perpendicular to [latex]y = -\dfrac{3}{4}x + 3[/latex]
  5. (2, 3) and parallel to [latex]y = -\dfrac{3}{5}x + 4[/latex]
  6. (−1, 3) and perpendicular to [latex]y = -3x - 1[/latex]

For questions 19 to 24, write the general form of the equation of each line using the given point and line.

  1. (1, −5) and parallel to [latex]-x + y = 1[/latex]
  2. (1, −2) and perpendicular to [latex]-x + 2y = 2[/latex]
  3. (5, 2) and parallel to [latex]5x + y = -3[/latex]
  4. (1, 3) and perpendicular to [latex]-x + y = 1[/latex]
  5. (4, 2) and parallel to [latex]-4x + y = 0[/latex]
  6. (3, −5) and perpendicular to [latex]3x + 7y = 0[/latex]

For questions 25 to 36, write the equation of either the horizontal or the vertical line that runs through each point.

  1. Horizontal line through (4, −3)
  2. Vertical line through (−5, 2)
  3. Vertical line through (−3,1)
  4. Horizontal line through (−4, 0)
  5. Horizontal line through (−4, −1)
  6. Vertical line through (2, 3)
  7. Vertical line through (−2, −1)
  8. Horizontal line through (−5, −4)
  9. Horizontal line through (4, 3)
  10. Vertical line through (−3, −5)
  11. Vertical line through (5, 2)
  12. Horizontal line through (5, −1)

Answer Key 3.6

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Intermediate Algebra Copyright © 2020 by Terrance Berg is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book