Applied Finite Mathematics by Rupinder Sekhon, UniqU, LLC - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

Chapter 1Linear Equations

Chapter Overview

In this chapter, you will learn to:

  1. Graph a linear equation.

  2. Find the slope of a line.

  3. Determine an equation of a line.

  4. Solve linear systems.

  5. Do application problems using linear equations.

Graphing a Linear Equation

Equations whose graphs are straight lines are called linear equations. The following are some examples of linear equations:

2x−3y=6, 3x=4y−7, y=2x−5, 2y=3, and x−2=0.

A line is completely determined by two points, therefore, to graph a linear equation, we need to find the coordinates of two points. This can be accomplished by choosing an arbitrary value for x or y and then solving for the other variable.

Example 1.1

Graph the line: y=3x+2

We need to find the coordinates of at least two points.

We arbitrarily choose x=−1, x=0, and x=1.

If x=−1, then y=3(−1)+2 or −1. Therefore, (–1, –1) is a point on this line.

If x=0, then y=3(0)+2 or y=2. Hence the point (0, 2).

If x=1, then y=5, and we get the point (1, 5). Below, the results are summarized, and the line is graphed.

Table 1.1.
X -101
Y -125

A line passing through the points (-1,1), (0,2) and (1,5) on a Cartesian graph.
Figure 1.0

Example 1.2

Graph the line: 2x+y=4

Again, we need to find coordinates of at least two points.

We arbitrarily choose x=−1, x=0 and y=2.

If x=−1, then 2(−1)+y=4 which results in y=6. Therefore, (–1, 6) is a point on this line.

If x=0, then 2(0)+y=4, which results in y=4. Hence the point (0, 4).

If y=2, then 2x+2=4, which yields x=1, and gives the point (1, 2). The table below shows the points, and the line is graphed.

Table 1.2.
x -101
y 642
A line passing through the points (-1,6), (0,4) and (1,2) on a Cartesian graph.
Figure 1.0

The points at which a line crosses the coordinate axes are called the intercepts. When graphing a line, intercepts are preferred because they are easy to find. In order to find the x-intercept, we let y=0, and to find the y-intercept, we let x=0.

Example 1.3

Find the intercepts of the line: 2x−3y=6, and graph.

To find the x-intercept, we let y=0 in our equation, and solve for x.

(1.1)2x−3(0)=6
(1.2)2x−0=6
(1.3)2x=6
(1.4)x=3

Therefore, the x-intercept is 3.

Similarly by letting x=0, we obtain the y-intercept which is -2.

If the x-intercept is 3, and the y-intercept is –2, then the corresponding points are (3, 0) and (0, –2), respectively.

A line passing through the points (0,-2) and (3,0) on a Cartesian graph.
Figure 1.0

In higher math, equations of lines are sometimes written in parametric form. For example, x=3+2t, y=1+t. The letter t is called the parameter or the dummy variable. Parametric lines can be graphed by finding values for x and y by substituting numerical values for t.

Example 1.4

Graph the line given by the parametric equations: x=3+2t, y=1+t

Let t=0, 1 and 2, and then for each value of t find the corresponding values for x and y.

The results are given in the table below.

Table 1.3.
t 012
x 357
y 123

A line passing through the points (3,1), (5,2) and (7,3) on a Cartesian graph.
Figure 1.0

Horizontal and Vertical Lines

When an equation of a line has only one variable, the resulting graph is a horizontal or a vertical line.

The graph of the line x=a, where a is a constant, is a vertical line that passes through the point ( a, 0). Every point on this line has the x-coordinate a, regardless of the y-coordinate.

The graph of the line y=b, where b is a constant, is a horizontal line that passes through the point (0, b). Every point on this line has the y-coordinate b, regardless of the x-coordinate.

Example 1.5

Graph the lines: x=−2 , and y=3.

The graph of the line x=−2 is a vertical line that has the x-coordinate –2 no matter what the y-coordinate is. Therefore, the graph is a vertical line passing through (–2, 0).

The graph of the line y=3, is a horizontal line that has the y-coordinate 3 regardless of what the x-coordinate is. Therefore, the graph is a horizontal line that passes through (0, 3).

The Cartesian graph on the left depicts the line x = -2. The Cartesian graph on the right depicts the line y = 3.
Figure 1.0

Most students feel that the coordinates of points must always be integers. This is not true, and in real life situations, not always possible. Do not be intimidated if your points include numbers that are fractions or decimals.

Slope of a Line

Section Overview

In this section, you will learn to:

  1. Find the slope of a line if two points are given.

  2. Graph the line if a point and the slope are given.

  3. Find the slope of the line that is written in the form _autogen-svg2png-0074.png.

  4. Find the slope of the line that is written in the form _autogen-svg2png-0075.png.

In the last section, we learned to graph a line by choosing two points on the line. A graph of a line can also be determined if one point and the "steepness" of the line is known. The precise number that refers to the steepness or inclination of a line is called the slope of the line.

From previous math courses, many of you remember slope as the "rise over run," or "the vertical change over the horizontal change" and have often seen it expressed as:

(1.5)
_autogen-svg2png-0076.png

We give a precise definition.

Definition:

If ( x1, y1) and ( x2, y2) are two different points on a line, then the slope of the line is

_autogen-svg2png-0081.png

Example 1.6

Find the slope of the line that passes through the points (-2, 3) and (4, -1), and graph the line.

Let (x1,y1)=(−2,3) and (x2,y2)=(4,−1) then the slope

(1.6)
_autogen-svg2png-0084.png

A line passing through the points (-2,3) and (4, -1) on a Cartesian graph.
Figure 1.0

To give the reader a better understanding, both the vertical change, –4, and the horizontal change, 6, are shown in the above figure.

When two points are given, it does not matter which point is denoted as (x1,y1) and which (x2,y2). The value for the slope will be the same. For example, if we choose (x1,y2)=(4,−1) and (x2,y2)=(−2,3), we will get the same value for the slope as we obtained earlier. The steps involved are as follows.

(1.7)
_autogen-svg2png-0089.png

The student should further observe that if a line rises when going from left to right, then it has a positive slope; and if it falls going from left to right, it has a negative slope.

Example 1.7

Find the slope of the line that passes through the points (2, 3) and (2, -1), and graph.

Let (x1,y1)=(2,3) and (x2,y2)=(2,−1) then the slope

(1.8)
_autogen-svg2png-0092.png

A line passing through the point			</div>
		</div>
		<div class=