Skip to main content
Logo image

Section 9.1 Properties of Lines

So far we have used linear equations to model variables that increase or decrease at a constant rate, and, of course, their graphs are straight lines. In this chapter we’ll study the connections between some basic geometric shapes and their algebraic equations, starting with straight lines.

Subsection 9.1.1 Horizontal and Vertical Lines

In Section 1.5 we learned that the general form for a linear equation is
Ax+By=C
What happens if A=0? For example, what does the graph of
0x+y=3, or y=3
look like? This equation tells us that every point on the line must have y-coordinate 3, but it puts no restrictions on the x-coordinates. For example,
(1,3),(2,3), and (4,3)
are all solutions of the equation. These points lie on a horizontal line, as shown below left.
horizontal line
vertical line
On the other hand, if B=0, we have an equation such as
x+0y=2, or x=2
This equation tells us that any point with x-coordinate 2 lies on the graph. For example, (2,3) and (2,1) are solutions. All the solutions lie on the vertical line shown above right.
Note that the horizontal line y=3 has y-intercept (0,3) but no x-intercept, and the vertical line x=2 has x-intercept (2,0) but no y-intercept.

Horizontal and Vertical Lines.

  1. The equation of the horizontal line passing through (0,b) is
    y=b
  2. The equation of the vertical line passing through (a,0) is
    x=a

Example 9.1.1.

Give the equation of each line.
  1. horizontal line
  2. horizontal line

Solution.

  1. This is a horizontal line with y-intercept (0,2), so its equation is y=2.
  2. This is a vertical line with x-intercept (3,0), so its equation is x=3.
Now let’s compute the slopes of the two lines in the previous Example.  [TK] We choose two points on the graph of y=2, say (5,2) and (4,2), and use these points to compute the slope.
m=y2y1x2x1=2(2)4(5)=09=0
The slope of the horizontal line y=2 is zero. In fact, the slope of any horizontal line is zero, because the y-coordinates of all the points on the line are equal. Thus, for any horizontal line
m=y2y1x2x1=0x2x1=0
On a vertical line, the x-coordinates of all the points are equal. For example, two points on the line x=3 are (3,1) and (3,6). Using these points to compute the slope, we find
m=y2y1x2x1=6133=50
which is undefined. The slope of any vertical line is undefined because the expression x2x1 equals zero.

Slopes of Horizontal and Vertical Lines.

The slope of a horizontal line is zero.
The slope of a vertical line is undefined.

Checkpoint 9.1.2. Practice 1.

  1. What is the slope of any line parallel to the x-axis?
  2. What is the slope of any line parallel to the y-axis?
Answer.
  1. 0
  2. undefined

Checkpoint 9.1.3. QuickCheck 1.

Decide whether each statement is true or false.
  1. A horizontal line has no slope.
  2. The equation of a vertical line is undefined.
  3. A vertical line is not the graph of a function.
  4. The graph of x=6 is a point.

Subsection 9.1.2 Parallel and Perpendicular Lines

Lines that lie in the same plane but never intersect are called parallel lines. They have the same "steepness" or inclination, so it is easy to understand that parallel lines have the same slope. You can verify that the parallel lines in the figure at right both have slope m=2.
parallel lines
perpendicular lines
Perpendicular lines in a plane meet at right angles, or 90°. The relationship between the slopes of perpendicular lines is not so easy to see as the relationship for parallel lines. However, for the perpendicular lines shown at left, you can verify that
m1=12 and m2=2
Note that the product of m1 and m2 is 1, that is,
m1m2=12(2)=1
This relationship holds for any pair of perpendicular lines. We summarize these results as follows.

Parallel and Perpendicular Lines.

  1. Two lines are parallel if their slopes are equal, that is, if
    m1=m2
    or if both lines are vertical.
  2. Two lines are perpendicular if the product of their slopes is 1, that is, if
    m1m2=1
    or if one of the lines is horizontal and one is vertical.
Another way to state the condition for perpendicular lines is
m2=1m1
Because of this relationship, we often say that the slope of one perpendicular line is the negative reciprocal of the other.

Example 9.1.4.

Decide whether the lines
2x+3y=6 and 3x2y=6
are parallel, perpendicular, or neither.

Solution.

We could graph the lines, but we can’t be sure from a graph if the lines are exactly parallel or exactly perpendicular. A more accurate way to settle the question is to find the slope of each line. To do this we write each equation in slope-intercept form; that is, we solve for y.
2x+3y=63x2y=63y=2x+62y=3x+6y=23x+2y=32x3
The slope of the first line is m1=23, and the slope of the second line is m2=32. The slopes are not equal, so the lines are not parallel. However, the product of the slopes is
m1m2=(23)(32)=1
so the lines are perpendicular.

Checkpoint 9.1.5. Practice 2.

  1. What is the slope of a line that is parallel to x+4y=2?
  2. What is the slope of a line that is perpendicular to x+4y=2?
Answer.
  1. 14
  2. 4

Checkpoint 9.1.6. QuickCheck 2.

Decide whether each statement is true or false.
  1. The best way to test whether two lines are perpendicular is to graph them.
  2. Two lines are perpendicular if their slopes are reciprocals.
  3. If two lines are not parallel, they must be perpendicular.
  4. A vertical line is perpendicular to a horizontal line.

Subsection 9.1.3 Applications to Geometry

These relationships for the slopes of parallel and perpendicular lines can help us solve numerous geometric problems.

Example 9.1.7.

Show that the triangle with vertices A(0,8), B(6,2), and C(4,4) is a right triangle.

Solution.

We will show that two of the sides of the right triangle are perpendicular. The line segment  AB  has slope
m1=2860=66=1
and the segment AC  has slope
m2=4840=44=1
Because
m1m2=(1)(1)=1
triangle
The sides AB and AC perpendicular, and therefore the triangle is a right triangle.  [TK]

Checkpoint 9.1.8. Practice 3.

Show that the quadrilateral with vertices A(5,4), B(7,11), C(12,25), and D(0,40) is a parallelogram.
(Hint: Show that AB is parallel to CD, and that BC is parallel to AD.)
Answer.
mAB=mCD=54; mBC=mAD=365

Example 9.1.9.

Find an equation for the line that passes through the point (1,4) and is perpendicular to the line 4x2y=6.  [TK]

Solution.

First we find the slope of the desired line, then use the point-slope formula to write its equation. The line we want is perpendicular to the given line, so its slope is the negative reciprocal of m1=2, the slope of the given line. Thus
m2=1m1=12
line perpendicular to given line
Now we use the point-slope formula with m=12 and (x1,y1)=(1,4).
yy1=m(xx1)y4=12(x1)Apply the distributive law.y4=12x+12Add 4 to both sides.y=12x+9212+4=12+82=92
The given line and the perpendicular line are shown in the figure above.

Checkpoint 9.1.10. Practice 4.

Follow the steps to find an equation for the altitude of the triangle shown at right. (Recall that the altitude of a triangle is perpendicular to its base.)
Find the slope of the base.
m1=
Find the slope of the altitude.
m2=
altitude of triangle
Use the point-slope formula. Use m2 for the slope, and the vertex of the triangle for (x1,y1).
yy1=m(xx1)
Write your answer in slope-intercept form.
Answer.
y=52x+172

Exercises 9.1.4 Problem Set 9.1

Warm Up

1.
  1. Decide whether the slope of each line is positive, negative, zero, or undefined.
    A B
    C D
  2. List the lines in order of increasing slope.
lines of different slope
2.
Find the slope of each line.
  1. 5x4y=0
  2. 13x34y=2
  3. 0.8x+0.004y=0.24
  4. y12=0
3.
In the table below, give the negative reciprocal for each number. Then find the product of each number with its negative reciprocal. What do you notice?
Number Negative
reciprocal
Their product
23 32 23(32)=1
52
6
4
1
4.
Find the slope of the line joining the points (6,2) and (4,1).

Skills Practice

Exercise Group.
For Problems 5 and 6,
  1. sketch a rough graph of the equation,
  2. state the slope and intercept of the line.
Exercise Group.
For Problems 7–10, find an equation for the line described.
7.
A vertical line through the point (5,8).
9.
Perpendicular to x=2 and intersecting it at (2,6).
10.
Parallel to the y-axis with intercept at (3,0).
11.
The slopes of several lines are given below. Which of the lines are parallel to the graph of y=0.75x+2, and which are perpendicular to it?
  1. m=34
  2. m=86
  3. m=2015
  4. m=3952
  5. m=43
  6. m=1612
  7. m=3648
  8. m=912
12.
In each part, determine whether the two lines are parallel, perpendicular, or neither.
  1. y=35x7; 3x5y=2
  2. y=4x+3; y=14x3
  3. 6x+2y=1; x=13y
  4. 2y=5; 5y=2
13.
  1. Use your calculator to graph the equations y=3x+8 and y=3.1x+6 together in the standard window. Do you think the lines are parallel?
  2. Find the slope of each line in part (a). Are the lines parallel?
  3. Find the y-value for each equation when x=20. What do your answers tell you about the two lines?
14.
  1. Use your calculator to graph the equations
    y=0.625x3    and    y=1.6x+2
    together in the standard window. Do the lines appear to be perpendicular?
  2. Find the slope of each line in part (a). Are the lines perpendicular?

Applications

15.
  1. Sketch the triangle with vertices P(1,3), Q(3,8), and R(4,5).
  2. Show that the triangle is a right triangle. (Hint: Find the slope of each side of the triangle.)
16.
  1. Sketch the quadrilateral with vertices P(2,4), Q(3,8), and R(5,1), and S(4,3).
  2. Show that the quadrilateral is a parallelogram. (Hint: What should be true about the slopes of the opposite sides of the parallelogram?)
17.
  1. Put the equation  2y3x=5  into slope-intercept form, and graph the equation.
  2. What is the slope of any line that is parallel to 2y3x=5?
  3. On your graph for part (a), sketch by hand a line that is parallel to 2y3x=5 and passes through the point (3,2).
  4. Use the point-slope formula to write an equation for the line that is parallel to the graph of 2y3x=5 and passes through the point (3,2).
18.
  1. Put the equation  2y3x=5  into slope-intercept form, and graph the equation.
  2. What is the slope of any line that is perpendicular to 2y3x=5?
  3. On your graph for part (a), sketch by hand a line that is perpendicular to 2y3x=5 and passes through the point (1,4).
  4. Use the point-slope formula to write an equation for the line that is perpendicular to the graph of 2y3x=5 and passes through the point (1,4).
19.
Two of the vertices of rectangle  ABCD  are A(5,2) and B(2,4).
  1. Find an equation for the line that includes side AB.
  2. Find an equation for the line that includes side BC.
20.
  1. Sketch the triangle with vertices A(5,12), B(4,2), and C(1,6).
  2. Find the slope of the side AC.
  3. Find the slope of the altitude from point B to side AC.
  4. Find an equation for the line that includes the altitude from point B to the side AC.
21.
The center of a circle is the point C(2,4), and P(1,6) is a point on the circle. Find the equation of the line tangent to the circle at the point P. (Hint: Recall that the tangent line to a circle is perpendicular to the radius at the point of tangency.)
circle and tangent line
22.
Show that the line passing through the points A(0,3) and B(3,12) also passes through the point C(6,10).
You have attempted 1 of 1 activities on this page.