1.1 Linear Equations Chapter Overview In this chapter, you will learn to:
Graph a linear equation. Find the slope of a line. Determine an equation of a line. Solve linear systems. 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 size 12{2x - 3y=6} {} ,
3x = 4y − 7 size 12{3x=4y - 7} {} ,
y = 2x − 5 size 12{y=2x - 5} {} ,
2y = 3 size 12{2y=3} {} , and
x − 2 = 0 size 12{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 size 12{x} {} or
y size 12{y} {} and then solving for the other variable.
Example 1
Graph the line:
y = 3x + 2 size 12{y=3x+2} {}
We need to find the coordinates of at least two points.
We arbitrarily choose
x = − 1 size 12{x= - 1} {} ,
x = 0 size 12{x=0} {} , and
x = 1 size 12{x=1} {} .
If
x = − 1 size 12{x= - 1} {} , then
y = 3 ( − 1 ) + 2 size 12{y=3 \( - 1 \) +2} {} or
− 1 size 12{ - 1} {} . Therefore, (–1, –1) is a point on this line.
If
x = 0 size 12{x=0} {} , then
y = 3 ( 0 ) + 2 size 12{y=3 \( 0 \) +2} {} or
y = 2 size 12{y=2} {} . Hence the point (0, 2).
If
x = 1 size 12{x=1} {} , then
y = 5 size 12{y=5} {} , and we get the point (1, 5). Below, the results are summarized, and the line is graphed.
Figure 1.1 Example 2
Graph the line:
2x + y = 4 size 12{2x+y=4} {}
Again, we need to find coordinates of at least two points.
We arbitrarily choose
x = − 1 size 12{x= - 1} {} ,
x = 0 size 12{x=0} {} and
y = 2 size 12{y=2} {} .
If
x = − 1 size 12{x= - 1} {} , then
2 ( − 1 ) + y = 4 size 12{2 \( - 1 \) +y=4} {} which results in
y = 6 size 12{y=6} {} . Therefore, (–1, 6) is a point on this line.
If
x = 0 size 12{x=0} {} , then
2 ( 0 ) + y = 4 size 12{2 \( 0 \) +y=4} {} , which results in
y = 4 size 12{y=4} {} . Hence the point (0, 4).
If
y = 2 size 12{y=2} {} , then
2x + 2 = 4 size 12{2x+2=4} {} , which yields
x = 1 size 12{x=1} {} , and gives the point (1, 2). The table below shows the points, and the line is graphed.
Figure 1.2 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 size 12{y=0} {} , and to find the y-intercept, we let
x = 0 size 12{x=0} {} .
Example 3
Find the intercepts of the line:
2x − 3y = 6 size 12{2x - 3y=6} {} , and graph.
To find the x-intercept, we let
y = 0 size 12{y=0} {} in our equation, and solve for
x size 12{x} {} .
2x − 3 ( 0 ) = 6 size 12{2x - 3 \( 0 \) =6} {}
2x − 0 = 6 size 12{2x - 0=6} {}
2x = 6 size 12{2x=6} {}
x = 3 size 12{x=3} {}
Therefore, the x-intercept is 3.
Similarly by letting
x = 0 size 12{x=0} {} , we obtain the y-intercept which is -2.
Figure 1.3 In higher math, equations of lines are sometimes written in parametric form. For example,
x = 3 + 2t size 12{x=3+2t} {} ,
y = 1 + t size 12{y=1+t} {} . The letter
t size 12{t} {} is called the parameter or the dummy variable. Parametric lines can be graphed by finding values for
x size 12{x} {} and
y size 12{y} {} by substituting numerical values for
t size 12{t} {} .
Example 4
Graph the line given by the parametric equations:
x = 3 + 2t size 12{x=3+2t} {} ,
y = 1 + t size 12{y=1+t} {}
Let
t = 0 size 12{t=0} {} , 1 and 2, and then for each value of
t size 12{t} {} find the corresponding values for
x size 12{x} {} and
y size 12{y} {} .
The results are given in the table below.
Figure 1.4 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 size 12{x=a} {} , where
a size 12{a} {} is a constant, is a vertical line that passes through the point (
a size 12{a} {} , 0). Every point on this line has the x-coordinate
a size 12{a} {} , regardless of the y-coordinate.
The graph of the line
y = b size 12{y=b} {} , where
b size 12{b} {} is a constant, is a horizontal line that passes through the point (0,
b size 12{b} {} ). Every point on this line has the y-coordinate
b size 12{b} {} , regardless of the x-coordinate.
Example 5
Graph the lines:
x = − 2 size 12{x= - 2} {} , and
y = 3 size 12{y=3} {} .
The graph of the line
x = − 2 size 12{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 size 12{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).
Figure 1.5 Slope of a Line Section Overview In this section, you will learn to:
Find the slope of a line if two points are given. Graph the line if a point and the slope are given. Find the slope of the line that is written in the form
y = mx + b size 12{y= ital "mx"+b} {} . Find the slope of the line that is written in the form
Ax + By = c size 12{ ital "Ax"+ ital "By"=c} {} . 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:
rise run size 12{ { {"rise"} over {"run"} } } {} ,
vertical change horizontal change size 12{ { {"vertical change"} over {"horizontal change"} } } {} ,
Δy Δx size 12{ { {Δy} over {Δx} } } {} etc.
We give a precise definition.
Example 6
Find the slope of the line that passes through the points (-2, 3) and (4, -1), and graph the line.
Let
( x 1 , y 1 ) = ( − 2,3 ) size 12{ \( x rSub { size 8{1} },y rSub { size 8{1} } \) = \( - 2,3 \) } {} and
( x 2 , y 2 ) = ( 4, − 1 ) size 12{ \( x rSub { size 8{2} },y rSub { size 8{2} } \) = \( 4, - 1 \) } {} then the slope
m = − 1 − 3 4 − ( − 2 ) = − 4 6 = − 2 3 size 12{m= { { - 1 - 3} over {4 - \( - 2 \) } } = - { {4} over {6} } = - { {2} over {3} } } {}
Figure 1.6 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
( x 1 , y 1 ) size 12{ \( x rSub { size 8{1} },y rSub { size 8{1} } \) } {} and which
( x 2 , y 2 ) size 12{ \( x rSub { size 8{2} },y rSub { size 8{2} } \) } {} . The value for the slope will be the same. For example, if we choose
( x 1 , y 2 ) = ( 4, − 1 ) size 12{ \( x rSub { size 8{1} },y rSub { size 8{2} } \) = \( 4, - 1 \) } {} and
( x 2 , y 2 ) = ( − 2,3 ) size 12{ \( x rSub { size 8{2} },y rSub { size 8{2} } \) = \( - 2,3 \) } {} , we will get the same value for the slope as we obtained earlier. The steps involved are as follows.
m
=
3
−
(
−
1
)
−
2
−
4
=
4
−
6
=
−
2
3
size 12{m= { {3 - \( - 1 \) } over { - 2 - 4} } = { {4} over { - 6} } = - { {2} over {3} } } {}
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 7
Find the slope of the line that passes through the points (2, 3) and (2, -1), and graph.
Let
( x 1 , y 1 ) = ( 2,3 ) size 12{ \( x rSub { size 8{1} },y rSub { size 8{1} } \) = \( 2,3 \) } {} and
( x 2 , y 2 ) = ( 2, − 1 ) size 12{ \( x rSub { size 8{2} },y rSub { size 8{2} } \) = \( 2, - 1 \) } {} then the slope
m = − 1 − 3 2 − 2 = − 4 0 = undefined size 12{m= { { - 1 - 3} over {2 - 2} } = - { {4} over {0} } ="undefined"} {}
Figure 1.7 Example 8
Graph the line that passes through the point (1, 2) and has slope
− 3 4 size 12{ - { {3} over {4} } } {} .
Slope equals
rise run size 12{ { {"rise"} over {"run"} } } {} . The fact that the slope is
− 3 4 size 12{ { { - 3} over {4} } } {} , means that for every rise of –3 units (fall of 3 units) there is a run of 4. So if from the given point (1, 2) we go down 3 units and go right 4 units, we reach the point (5, –1). The following graph is obtained by connecting these two points.
Figure 1.8 Alternatively, since
3 − 4 size 12{ { {3} over { - 4} } } {} represents the same number, the line can be drawn by starting at the point (1,2) and choosing a rise of 3 units followed by a run of –4 units. So from the point (1, 2), we go up 3 units, and to the left 4, thus reaching the point (–3, 5) which is also on the same line. See figure below.
Figure 1.9 Example 9
Find the slope of the line
2x + 3y = 6 size 12{2x+3y=6} {} .
In order to find the slope of this line, we will choose any two points on this line.
Again, the selection of x and y intercepts seems to be a good choice. The x-intercept is (3, 0), and the y-intercept is (0, 2). Therefore, the slope is
m = 2 − 0 0 − 3 = − 2 3 size 12{m= { {2 - 0} over {0 - 3} } = - { {2} over {3} } } {} .
The graph below shows the line and the intercepts:
x size 12{x} {} and
y size 12{y} {} .
Figure 1.10 Example 10
Find the slope of the line
y = 3x + 2 size 12{y=3x+2} {} .
We again find two points on the line. Say (0, 2) and (1, 5).
Therefore, the slope is
m = 5 − 2 1 − 0 = 3 1 = 3 size 12{m= { {5 - 2} over {1 - 0} } = { {3} over {1} } =3} {} .
Look at the slopes and the y-intercepts of the following lines.
It is no coincidence that when an equation of the line is solved for
y size 12{y} {} , the coefficient of the
x size 12{x} {} term represents the slope, and the constant term represents the y-intercept.
In other words, for the line
y = mx + b size 12{y= ital "mx"+b} {} ,
m size 12{m} {} is the slope, and
b size 12{b} {} is the y-intercept.
Example 11
Determine the slope and y-intercept of the line
2x + 3y = 6 size 12{2x+3y=6} {} .
We solve for
y size 12{y} {} .
2x + 3y = 6 size 12{2x+3y=6} {}
3y = − 2x + 6 size 12{3y= - 2x+6} {}
y = − 2 / 3x + 2 size 12{y= - 2/3x+2} {}
The slope = the coefficient of the x term = − 2 / 3 size 12{"slope "=" the coefficient of the "x" term"= - 2/3} {}
The
y-intercept = the constant term = 2 size 12{"y-intercept"="the constant term"=2} {} .
Determining the Equation of a Line Section Overview In this section, you will learn to:
Find an equation of a line if a point and the slope are given. Find an equation of a line if two points are given. So far, we were given an equation of a line and were asked to give information about it. For example, we were asked to find points on it, find its slope and even find intercepts. Now we are going to reverse the process. That is, we will be given either two points, or a point and the slope of a line, and we will be asked to find its equation.
An equation of a line can be written in two forms, the slope-intercept form or the standard form .
The Slope-Intercept Form of a Line:
y
=
mx
+
b
size 12{y= ital "mx"+b} {}
A line is completely determined by two points, or a point and slope. So it makes sense to ask to find the equation of a line if one of these two situations is given.
Example 12
Find an equation of a line whose slope is 5, and y-intercept is 3.
In the last section we learned that the equation of a line whose slope = m and y-intercept = b is
y = mx + b size 12{y= ital "mx"+b} {} .
Since
m = 5 size 12{m=5} {} , and
b = 3 size 12{b=3} {} , the equation is
y = 5x + 3 size 12{y=5x+3} {} .
Example 13
Find the equation of the line that passes through the point (2, 7) and has slope 3.
Since
m = 3 size 12{m=3} {} , the partial equation is
y = 3x + b size 12{y=3x+b} {} .
Now
b size 12{b} {} can be determined by substituting the point (2, 7) in the equation
y = 3x + b size 12{y=3x+b} {} .
7 = 3 ( 2 ) + b size 12{7=3 \( 2 \) +b} {}
b = 1 size 12{b=1} {}
Therefore, the equation is
y = 3x + 1 size 12{y=3x+1} {} .
Example 14
Find an equation of the line that passes through the points (–1, 2), and (1, 8).
m = 8 − 2 1 − ( − 1 ) = 6 2 = 3 size 12{m= { {8 - 2} over {1 - \( - 1 \) } } = { {6} over {2} } =3} {}
So the partial equation is
y = 3x + b size 12{y=3x+b} {}
Now we can use either of the two points (–1, 2) or (1, 8), to determine
b size 12{b} {} .
Substituting (–1, 2) gives
2 = 3 ( − 1 ) + b size 12{2=3 \( - 1 \) +b} {}
5 = b size 12{5=b} {}
So the equation is
y = 3x + 5 size 12{y=3x+5} {} .
Example 15
Find an equation of the line that has x-intercept 3, and y-intercept 4.
x-intercept = 3, and y-intercept = 4 correspond to the points (3, 0), and (0, 4), respectively.
m = 4 − 0 0 − 3 = 4 − 3 size 12{m= { {4 - 0} over {0 - 3} } = { {4} over { - 3} } } {}
So the partial equation for the line is
y = − 4 / 3x + b size 12{y= - 4/3x+b} {}
Substituting (0, 4) gives
4 = − 4 / 3 ( 0 ) + b size 12{4= - 4/3 \( 0 \) +b} {}
4 = b size 12{4=b} {}
Therefore, the equation is
y = − 4 / 3x + 4 size 12{y= - 4/3x+4} {} .
The Standard form of a Line:
Ax
+
By
=
C
size 12{ ital "Ax"+ ital "By"=C} {}
Another useful form of the equation of a line is the Standard form.
Let
L size 12{L} {} be a line with slope
m size 12{m} {} , and containing a point
( x 1 , y 1 ) size 12{ \( x rSub { size 8{1} },y rSub { size 8{1} } \) } {} . If
( x , y ) size 12{ \( x,y \) } {} is any other point on the line
L size 12{L} {} , then by the definition of a slope, we get
m
=
y
−
y
1
x
−
x
1
size 12{m= { {y - y rSub { size 8{1} } } over {x - x rSub { size 8{1} } } } } {}
y
−
y
1
=
m
(
x
−
x
1
)
size 12{y - y rSub { size 8{1} } =m \( x - x rSub { size 8{1} } \) } {}
The last result is referred to as the point-slope form or point-slope formula. If we simplify this formula, we get the equation of the line in the standard form,
Ax + By = C size 12{ ital "Ax"+ ital "By"=C} {} .
Example 16
Using the point-slope formula, find the standard form of an equation of the line that passes through the point (2, 3) and has slope –3/5.
Substituting the point (2, 3) and
m = − 3 / 5 size 12{m= - 3/5} {} in the point-slope formula, we get
y − 3 = − 3 / 5 ( x − 2 ) size 12{y - 3= - 3/5 \( x - 2 \) } {}
Multiplying both sides by 5 gives us
5 ( y − 3 ) = − 3 / 5 ( x − 2 ) size 12{5 \( y - 3 \) = - 3/5 \( x - 2 \) } {}
5y − 15 = − 3x + 6 size 12{5y - "15"= - 3x+6} {}
3x + 5y = 21 size 12{3x+5y="21"} {}
Example 17
Find the standard form of the line that passes through the points (1, -2), and (4, 0).
m = 0 − ( − 2 ) 4 − 1 = 2 3 size 12{m= { {0 - \( - 2 \) } over {4 - 1} } = { {2} over {3} } } {}
The point-slope form is
y − ( − 2 ) = 2 / 3 ( x − 1 ) size 12{y - \( - 2 \) =2/3 \( x - 1 \) } {}
Multiplying both sides by 3 gives us
3 ( y + 2 ) = 2 ( x − 1 ) size 12{3 \( y+2 \) =2 \( x - 1 \) } {}
3y + 6 = 2x − 2 size 12{3y+6=2x - 2} {}
− 2x + 3y = − 8 size 12{ - 2x+3y= - 8} {}
2x − 3y = 8 size 12{2x - 3y=8} {}
We should always be able to convert from one form of an equation to another. That is, if we are given a line in the slope-intercept form, we should be able to express it in the standard form, and vice versa.
Example 18
Write the equation
y = − 2 / 3x + 3 size 12{y= - 2/3x+3} {} in the standard form.
Multiplying both sides of the equation by 3, we get
3y = − 2x + 9 size 12{3y= - 2x+9} {}
2x + 3y = 9 size 12{2x+3y=9} {}
Example 19
Write the equation
3x − 4y = 10 size 12{3x - 4y="10"} {} in the slope-intercept form.
Solving for
y size 12{y} {} , we get
− 4y = − 3x + 10 size 12{ - 4y= - 3x+"10"} {}
y = 3 / 4x − 5 / 2 size 12{y=3/4x - 5/2} {}
Finally, we learn a very quick and easy way to write an equation of a line in the standard form. But first we must learn to find the slope of a line in the standard form by inspection.
By solving for
y size 12{y} {} , it can easily be shown that the slope of the line
Ax + By = C size 12{ ital "Ax"+ ital "By"=C} {} is
− A / B size 12{ - A/B} {} . The reader should verify.
Now that we know how to find the slope of a line in the standard form by inspection, our job in finding the equation of a line is going to be very easy.
Example 21
Find an equation of the line that passes through (2, 3) and has slope
− 4 / 5 size 12{ - 4/5} {} .
Since the slope of the line is
− 4 / 5 size 12{ - 4/5} {} , we know that the left side of the equation is
4x + 5y size 12{4x+5y} {} , and the partial equation is going to be
4x + 5y = c size 12{4x+5y=c} {}
Of course,
c size 12{c} {} can easily be found by substituting for
x size 12{x} {} and
y size 12{y} {} .
4 ( 2 ) + 5 ( 3 ) = c size 12{4 \( 2 \) +5 \( 3 \) =c} {}
23 = c size 12{"23"=c} {}
The desired equation is
4x + 5y = 23 size 12{4x+5y="23"} {} .
If you use this method often enough, you can do these problems very quickly.
Applications Now that we have learned to determine equations of lines, we get to apply these ideas in real-life equations.
Example 22
A taxi service charges $0.50 per mile plus a $5 flat fee. What will be the cost of traveling 20 miles? What will be cost of traveling
x size 12{x} {} miles?
The cost of traveling 20 miles = y = ( . 50 ) ( 20 ) + 5 = 10 + 5 = 15 size 12{"The cost of travelling 20 miles"=y= \( "." "50" \) \( "20" \) +5="10"+5="15"} {}
The cost of traveling x miles = y = ( . 50 ) ( x ) + 5 = . 50 x + 5 size 12{"The cost of travelling "x" mile"=y= \( "." "50" \) \( x \) +5= "." "50"x+5} {}
In this problem, $0.50 per mile is referred to as the variable cost , and the flat charge $5 as the fixed cost . Now if we look at our cost equation
y = . 50 x + 5 size 12{y= "." "50"x+5} {} , we can see that the variable cost corresponds to the slope and the fixed cost to the y-intercept.
Example 23
The variable cost to manufacture a product is $10 and the fixed cost $2500. If
x size 12{x} {} represents the number of items manufactured and
y size 12{y} {} the total cost, write the cost function.
The fact that the variable cost represents the slope and the fixed cost represents the y-intercept, makes
m = 10 size 12{m="10"} {} and
y = 2500 size 12{y="2500"} {} .
Therefore, the cost equation is
y = 10 x + 2500 size 12{y="10"x+"2500"} {} .
Example 24
It costs $750 to manufacture 25 items, and $1000 to manufacture 50 items. Assuming a linear relationship holds, find the cost equation, and use this function to predict the cost of 100 items.
We let
x = the number of items manufactured size 12{x="the number of items manufactured"} {} , and let
y = the cost size 12{y="the cost"} {} .
Solving this problem is equivalent to finding an equation of a line that passes through the points (25, 750) and (50, 1000).
m = 1000 − 750 50 − 25 = 10 size 12{m= { {"1000" - "750"} over {"50" - "25"} } ="10"} {}
Therefore, the partial equation is
y = 10 x + b size 12{y="10"x+b} {}
By substituting one of the points in the equation, we get
b = 500 size 12{b="500"} {}
Therefore, the cost equation is
y = 10 x + 500 size 12{y="10"x+"500"} {}
Now to find the cost of 100 items, we substitute
x = 100 size 12{x="100"} {} in the equation
y = 10 x + 500 size 12{y="10"x+"500"} {}
So the
cost = y = 10 ( 100 ) + 500 = 1500 size 12{"cost"=y="10" \( "100" \) +"500"="1500"} {}
Example 25
The freezing temperature of water in Celsius is 0 degrees and in Fahrenheit 32 degrees. And the boiling temperatures of water in Celsius, and Fahrenheit are 100 degrees, and 212 degrees, respectively. Write a conversion equation from Celsius to Fahrenheit and use this equation to convert 30 degrees Celsius into Fahrenheit.
Let us look at what is given.
Again, solving this problem is equivalent to finding an equation of a line that passes through the points (0, 32) and (100, 212).
Since we are finding a linear relationship, we are looking for an equation
y = mx + b size 12{y= ital "mx"+b} {} , or in this case
F = mC + b size 12{F= ital "mC"+b} {} , where
x size 12{x} {} or
C size 12{C} {} represent the temperature in Celsius, and
y size 12{y} {} or
F size 12{F} {} the temperature in Fahrenheit.
slope m = 212 − 32 100 − 0 = 9 5 size 12{"slope "m= { {"212" - "32"} over {"100" - 0} } = { {9} over {5} } } {}
The equation is
F = 9 5 C + b size 12{F= { {9} over {5} } C+b} {}
Substituting the point (0, 32), we get
F = 9 5 C + 32 size 12{F= { {9} over {5} } C+"32"} {} .
Now to convert 30 degrees Celsius into Fahrenheit, we substitute
C = 30 size 12{C="30"} {} in the equation
F = 9 5 C + 32 size 12{F= { {9} over {5} } C+"32"} {}
F = 9 5 ( 30 ) + 32 = 86 size 12{F= { {9} over {5} } \( "30" \) +"32"="86"} {}
Example 26
The population of Canada in the year 2000 was 30 million, and in 2016 it was 38 million. Assuming the population growth is linear, and x represents the year and y the population, write the function that gives a relationship between the time and the population. Use this equation to predict the population of Canada in 2040.
The problem can be made easier by using 2000 as the base year, that is, we choose the year 2000 as the year zero. This will mean that the year 2016 will correspond to year 16, and the year 2040 as the year 40.
Now we look at the information we have.
Solving this problem is equivalent to finding an equation of a line that passes through the points (0, 30) and (16, 38).
m = 38 − 30 16 − 0 = 1 2 size 12{m= { {"38" - "30"} over {"16" - 0} } = { {1} over {2} } } {}
The equation is
y = 1 2 x + b size 12{y= { {1} over {2} } x+b} {}
Substituting the point (0, 30), we get
y = 1 2 x + 30 size 12{y= { {1} over {2} } x+"30"} {}
Now to find the population in the year 2040, we let
x = 40 size 12{x="40"} {} in the equation
y = 1 2 x + 30 size 12{y= { {1} over {2} } x+"30"} {}
y = 1 2 ( 40 ) + 30 = 50 size 12{y= { {1} over {2} } \( "40" \) +"30"="50"} {}
So the population of Canada in the year 2040 will be 50 million.
More Applications Section Overview In this section, you will learn to:
Solve a linear system in two variables. Find the equilibrium point when a demand and a supply equation are given. Find the break-even point when the revenue and the cost functions are given. In this section, we will do application problems that involve the intersection of lines. Therefore, before we proceed any further, we will first learn how to find the intersection of two lines.
Example 27
Find the intersection of the line
y = 3x − 1 size 12{y=3x - 1} {} and the line
y = − x + 7 size 12{y= - x+7} {} .
We graph both lines on the same axes, as shown below, and read the solution (2, 5).
Figure 1.11 Finding an intersection of two lines graphically is not always easy or practical; therefore, we will now learn to solve these problems algebraically.
At the point where two lines intersect, the x and y values for both lines are the same. So in order to find the intersection, we either let the x-values or the y-values equal.
If we were to solve the above example algebraically, it will be easier to let the y-values equal. Since
y = 3x − 1 size 12{y=3x - 1} {} for the first line, and y = − x + 7 size 12{y= - x+7} {} for the second line, by letting the y-values equal, we get
3
x
−
1
=
−
x
+
7
4
x
=
8
x
=
2
By substituting
x
=
2
in any of the two equations, we obtain
y
=
5
.
Hence, the solution (2, 5).
One common algebraic method used in solving systems of equations is called the elimination method . The object of this method is to eliminate one of the two variables by adding the left and right sides of the equations together. Once one variable is eliminated, we get an equation that has only one variable for which it can be solved. Finally, by substituting the value of the variable that has been found in one of the original equations, we get the value of the other variable. The method is demonstrated in the example below.
Example 28
Find the intersection of the lines
2x + y = 7 size 12{2x+y=7} {} and
3x − y = 3 size 12{3x - y=3} {} by the elimination method.
We add the left and right sides of the two equations.
2x + y = 7 3x − y = 3 ̲ 5x = 10 size 12{ matrix {
2x+y=7 {} ##
{underline {3x - y=3}} {} ##
5x="10"
} } {}
x = 2 size 12{x=2} {}
Now we substitute
x = 2 size 12{x=2} {} in any of the two equations and solve for
y size 12{y} {} .
2 ( 2 ) + y = 7 size 12{2 \( 2 \) +y=7} {}
y = 3 size 12{y=3} {}
Therefore, the solution is (2, 3).
Example 29
Solve the system of equations
x + 2y = 3 size 12{x+2y=3} {} and
2x + 3y = 4 size 12{2x+3y=4} {} by the elimination method.
If we add the two equations, none of the variables are eliminated. But the variable
x size 12{x} {} can be eliminated by multiplying the first equation by –2, and leaving the second equation unchanged.
− 2x − 4y = − 6 2x + 3y = 4 ̲ − y = − 2 size 12{ matrix {
- 2x - 4y= - 6 {} ##
{underline {2x+3y=4}} {} ##
- y= - 2
} } {}
y = 2 size 12{y=2} {}
Substituting
y = 2 size 12{y=2} {} in
x + 2y = 3 size 12{x+2y=3} {} , we get
x + 2 ( 2 ) = 3 size 12{x+2 \( 2 \) =3} {}
x = − 1 size 12{x= - 1} {}
Therefore, the solution is (–1, 2).
Example 30
Solve the system of equations
3x − 4y = 5 size 12{3x - 4y=5} {} and
4x − 5y = 6 size 12{4x - 5y=6} {} .
This time, we multiply the first equation by – 4 and the second by 3 before adding. (The choice of numbers is not unique.)
− 12 x + 16 y = − 20 12 x − 15 y = 18 y = − 2 size 12{ matrix {
- "12"x+"16"y= - "20" {} ##
"12"x - "15"y="18" {} ##
y= - 2
} } {}
By substituting
y = − 2 size 12{y= - 2} {} in any one of the equations, we get
x = − 1 size 12{x= - 1} {} . Hence the solution (–1, –2).
Supply, Demand and the Equilibrium Market Price In a free market economy the supply curve for a commodity is the number of items of a product that can be made available at different prices, and the demand curve is the number of items the consumer will buy at different prices. As the price of a product increases, its demand decreases and supply increases. On the other hand, as the price decreases the demand increases and supply decreases. The equilibrium price is reached when the demand equals the supply.
Break-Even Point In a business, the profit is generated by selling products. If a company sells
x size 12{x} {} number of items at a price
P size 12{P} {} , then the revenue
R size 12{R} {} is
P size 12{P} {} times
x size 12{x} {} , i.e.,
R = P ⋅ x size 12{R=P cdot x} {} . The production costs are the sum of the variable costs and the fixed costs, and are often written as
C = mx + b size 12{C= ital "mx"+b} {} , where
x size 12{x} {} is the number of items manufactured.
A company makes a profit if the revenue is greater than the cost, and it shows a loss if the cost is greater than the revenue. The point on the graph where the revenue equals the cost is called the Break-even point .
Adapted from Applied Finite Mathematics by Rupinder Sekhon (De Anza College), originally published by OpenStax CNX (cnx.org, collection col10613), licensed under CC BY 3.0. Changes were made. License: CC-BY-3.0 .