+ All Categories
Home > Documents > 6.1 Solving systems of 2 linear equations using a … of...Chapter 6 – Systems of Linear Equations...

6.1 Solving systems of 2 linear equations using a … of...Chapter 6 – Systems of Linear Equations...

Date post: 09-Mar-2018
Category:
Upload: phunghanh
View: 220 times
Download: 3 times
Share this document with a friend
22
Chapter 6 – Systems of Linear Equations 6.1 – Solving systems of 2 linear equations using a graphing tool There are often times in technological settings when two linear equations (which would graph as lines) are part of a system. When this happens, certain applications require knowing when the two lines intersect, as this point of intersection would provide the (often unique) solution to the system. For example, consider the following two lines: 1 2 3 2 4 y x y x When graphed on the TI-83, these two lines look as follows: If the point of intersection needs to be determined, it can be done on the calculator using the intersect functionality resulting in the following image: The intersection point calculated by the TI-83 is (2.4, 5.2). What this means is that while there are an infinite number of points that satisfy the line 3 2 y x , and an infinite number of points that satisfy
Transcript

Chapter 6 – Systems of Linear Equations

6.1 – Solving systems of 2 linear equations using a graphing tool

There are often times in technological settings when two linear equations (which would graph as lines)

are part of a system. When this happens, certain applications require knowing when the two lines

intersect, as this point of intersection would provide the (often unique) solution to the system. For

example, consider the following two lines:

12

3 2

4

y x

y x

When graphed on the TI-83, these two lines look as follows:

If the point of intersection needs to be determined, it can be done on the calculator using the intersect

functionality resulting in the following image:

The intersection point calculated by the TI-83 is (2.4, 5.2). What this means is that while there are an

infinite number of points that satisfy the line 3 2y x , and an infinite number of points that satisfy

the line 12

4y x , there is ONE AND ONLY ONE points that satisfies both of them – specifically the point

(2.4, 5.2) referenced above.

The following example illustrates the use of a TI-83 to solve a system in more detail.

Example 1 – Solve the following system of equations using a TI-83

1.5 1

2 3.2

y x

y x

Solution:

1. Enter the equations into the calculator (press the ‘Y=’ button to do this)

2. Graph the equations (press the ‘GRAPH’ button to do this)

3. Use the TI-83 to calculate the point of intersection by doing the following:

Press ‘2nd' and then ‘TRACE’

Press ‘5’ to choose ‘intersect’

Press ‘ENTER’ to choose the first graph

Press ‘ENTER’ to choose the second graph

Move the cursor close to the point of intersection and press ‘ENTER’

4. The calculator will now display the point of intersection:

Hence, these two lines intersect at the point (1.2, –0.8)

6.2 – Solving systems of 2 equations using the Addition-Subtraction method

When a graphing tool is not available, systems of equations can be solved algebraically. Two techniques

for doing this are discussed here:

1. Algebraically solving the system using the Addition-Subtraction method

2. Algebraically solving the system using the Substitution method

The Addition-Subtraction method is discussed in this section. The following algorithm is used when

implementing this method:

1. If necessary, algebraically manipulate both equations so they are in the form ax by c

2. If necessary, multiply one or both of the equations so that either the coefficients on the x terms

or the coefficients on the y terms are the same.

3. Add or subtract (as appropriate) one equation from the other in order to remove one of the

variables from the equations

4. Solve the resulting linear equation (which will only have 1 variable) to find the first necessary

value

5. Substitute the solution from step 4 into either of the original equations to find the second

necessary value

6. Check the solution by substituting the values into both of the original equations

This algorithm is demonstrated in the following example which uses the equations graphed previously:

Example 1 – Solve the following system of equations using the Addition-Subtraction method:

12

3 2

4

y x

y x

Solution:

1. Algebraically manipulate the equations (step 1 from algorithm)

12

3 2

4

y x

y x

2. Multiply the second equation by 6 so the coefficients on x are the same (step 2 from algorithm)

(note that this step is technically not necessary for this problem since the y variables already

have a common coefficient, but is done to demonstrate the process)

3 2

6 3 24

y x

y x

3. Subtract equation 2 from equation 1 to eliminate the terms with x (step 3 from algorithm)

3 2

6 3 24

y x

y x

----------------------

5 26y

4. Solve 5 26y for y (step 4 from the algorithm)

5 26

5.2

y

y

5. Substitute the value 5.2 in for y in either of the original equations (step 5 from algorithm)

3 2

5.2 3 2

7.2 3

2.4

y x

x

x

x

6. Check (step 6 from algorithm)

3 2

5.2 3(2.4) 2

5.2 7.2 2

5.2 5.2

y x

12

12

4

5.2 (2.4) 4

5.2 1.2 4

5.2 5.2

y x

The solutions check out, and hence the solution is: 2.4 and 5.2x y which is another way to

notate the point (2.4, 5.2). Note that this is the same solution found using the graphing technique

above.

In the next example, both equations must be multiplied by a value in step 2:

Example 2 – Solve the following system of equations using the Addition-Subtraction method:

2 7 10

3 4 12

x y

x y

Solution:

1. Algebraically manipulate the equations – this step is unnecessary as the equations are already in

the appropriate form.

2. Multiply the first equation by 3 and the second equation by 2 so the coefficients on x are the

same

6 21 30

6 8 24

x y

x y

3. Subtract equation 2 from equation 1 to eliminate the terms with x

6 21 30

6 8 24

x y

x y

----------------------

13 6y

4. Solve 5 26y for y (step 4 from the algorithm)

613

13 6y

y

5. Substitute the value 6

13 in for y in either of the original equations

613

4213

8813

4413

2 7 10

2 7( ) 10

2 10

2

x y

x

x

x

x

6. Check (step 6 from algorithm)

64413 13

88 4213 13

13013

2 7 10

2( ) 7( ) 10

10

10

10 10

x y

64413 13

132 2413 13

15613

3 4 12

3( ) 4( ) 12

12

12

12 12

x y

The solutions check out, and hence the solution is: 64413 13

and x y which is another way to notate

the point (4413 ,

613 ).

6.3 – Solving systems of 2 equations using the Substitution method

As discussed above, the two techniques for solving a system of equations are:

1. Algebraically solving the system using the Addition-Subtraction method

2. Algebraically solving the system using the Substitution method

In this section, the Substitution method is discussed. The following algorithm is used when

implementing this method:

1. If necessary, algebraically manipulate one of the equations so that one of the variables is

isolated

2. Substitute the corresponding expression for the isolated variable into the second equation

3. Solve the resulting linear equation (which will only have 1 variable) to find the first necessary

value

4. Substitute the solution from step 4 into either of the original equations to find the second

necessary value

5. Check the solution by substituting the values into both equations

This algorithm is demonstrated in the following example which uses the equations solved in the sections

above:

Example 1 – Solve the following system of equations using the Substitution method:

12

3 2

4

y x

y x

Solution:

1. Algebraically manipulate one of the equations to isolate a variable (step 1 from algorithm) – this

step is unnecessary since the equations already have the y variable isolated

2. Substitute the corresponding value in for y (step 2 from algorithm)

12

3 2

4 3 2

y x

x x

3. Solve 12

4 3 2x x for x (step 3 from the algorithm)

12

12

52

4 3 2

3 2 4

6

5 12

2.4

x x

x x

x

x

x

4. Substitute the value 2.4 in for x in either of the original equations (step 4 from algorithm)

3 2

3(2.4) 2

7.2 2

5.2

y x

y

y

y

5. Check (step 5 from algorithm)

3 2

5.2 3(2.4) 2

5.2 7.2 2

5.2 5.2

y x

12

12

4

5.2 (2.4) 4

5.2 1.2 4

5.2 5.2

y x

The solutions check out, and hence the solution is: 2.4 and 5.2x y which is another way to

notate the point (2.4, 5.2). Note that this is the same solution found using the graphing technique

and the addition-subtraction technique above.

In the next example, step 1 is required as neither equation is isolated for a variable. In this case, the

addition-subtraction method is typically the preferred method but any method can be used.

Example 2 – Solve the following system of equations using the Substitution method:

2 5 27

11 3 41

x y

x y

Solution:

1. Algebraically manipulate one of the equation to isolate a variable

5 272 2

2 5 27

2 5 27

x y

x y

x y

2. Substitute the corresponding value in for x into the other equation (step 2 from algorithm)

5 272 2

11 3 41

11( ) 3 41

x y

y y

3. Solve 5 272 2

11( ) 3 41y y for y

5 272 2

55 297 6 822 2 2 2

49 3792 2

37949

11( ) 3 41

49 379

y y

y y

y

y

y

4. Substitute the value 37949 in for y in either of the original equations

379 132349 49

1895 132349 49

57249

28649

2 5 27

2 5( )

2

2

x y

x

x

x

x

5. Check (step 5 from algorithm)

286 37949 49

572 189549 49

132349

2 5 27

2( ) 5( ) 27

27

27

27 27

x y

286 37949 49

3146 113749 49

200949

11 3 41

11( ) 3( ) 41

41

41

41 41

x y

The solutions check out, and hence the solution is: 286 37949 49

and x y which is another way to

notate the point 286 37949 49

( , ) .

6.4 – Applications associated with systems of equations

There are many technological situations where a system of equations is needed to find solutions. The

following provide examples of this situation.

Example 1

A chemist needs 50 mL of an 8% acid solution. She only has a 5% and a 13% solution on hand. How

much of each needs to be combined to obtain the necessarily 8% solution?

Solution:

1. The first step is to determine the necessary relationships in order to obtain the relevant system

of equations. Variables are used to symbolize the needed quantities:

= the mL of the 5% solution needed

= the mL of the 13% solution needed

Considering the problem, it can be determined that:

50 (since the amount of the two solutions must

A

B

A B add to 50mL)

0.05 0.13 0.08(50) (since the amount of acid will be constant)A B

2. Now that the system has been found, it is solved using any technique above. Here the Addition-

Subtraction technique is used.

50

0.05 0.13 0.08(50)

50

2.6 80 (this equation was multiplied by 20)

1.6 30 (the bottom equation was subtracted from the top equation)

18.75

18.75 50 (the value of B is subst

A B

A B

A B

A B

B

B

A

itued in to one of the equations)

31.25A

Since A represented the amount of the 5% solution, and B represented the amount of the 13%

solution, 31.25 mL of the 5% solution must be mixed with 18.75 mL of the 13% solution.

Example 2

If a concrete mix must have 5 times as much gravel as cement, and enough product must be mixed

to fill a volume of 15 m3, how much gravel and how much cement is needed to make this mix?

Solution:

1. Variables are used to symbolize the needed quantities:

3

3

3

C = m of cement needed

G = m of gravel needed

Considering the problem, it can be determined that:

15 (since the amount of the two quantities must add to 15m )

5

C G

G C

(since there is 5 times more gravel)

2. Now that the system has been found, it is solved using any technique above. Here the

Substitution method is used since the second equation is already solved for G.

15

5 15 (5C is substituted in place of G)

6 15

2.5

2.5 15 (The value of C determined above is substituted into one of the equations)

12.5

C G

C C

C

C

G

G

Since C represented the amount of cement and G represented the amount of gravel, 2.5 m3 of

cement is needed, and 12.5 m3 of gravel is needed.

6.5 – Systems of 3 linear equations

In certain instances there are three unknown quantities which need to be determined. In this case, three

equations are needed. While the process is more complicated than that for systems of two equations,

the actual steps use similar techniques. The algorithm is as follows:

1. If necessary, algebraically manipulate all equations so they are in the form ax by cz d .

2. Eliminate one of the variables from any pair of the three equations.

3. Eliminate the same variables from any other pair of the three equations.

4. Solve the resulting system of two linear equations using any of the three earlier techniques.

5. Substitute the two values obtained in step 4 to obtain the last unknown.

6. Check the solution by substituting the values into all three equations.

Example 1 – Solve the following system of equations:

10

2 2 5 4

3 2 5 20

x y z

x y z

x y z

Solution:

1. All equations are already in the form ax by cz d (step 1 from algorithm)

2. Eliminate y from the first two equations (step 2 from algorithm)

10

2 2 5 4

2 2 2 20

2 2 5 4

4 7 24

x y z

x y z

x y z

x y z

x z

3. Eliminate y from the first and third equations (step 3 from algorithm)

10

3 2 5 20

2 2 2 20

3 2 5 20

5 7 40

x y z

x y z

x y z

x y z

x z

4. Solve the system of two equations formed by combining the equations that resulted from the

previous two steps (step 4 from algorithm)

407

4 7 24

5 7 40

16

16

4(16) 7 24

64 7 24

7 40

x z

x z

x

x

z

z

z

z

5. Substitute the values to find y (step 5 from algorithm)

407

40 701127 7 7

72 707 7

27

10

16 10

x y z

y

y

y

y

6. Check (step 6 from algorithm)

4027 7

10

16 10

16 6 10

10 10

x y z

4027 7

20047 7

287

2 2 5 4

2(16) 2( ) 5( ) 4

32 4

4

4 4

x y z

4027 7

20047 7

336 20047 7 7

3 2 5 20

3(16) 2( ) 5( ) 20

48 20

20

20 20

x y z

The solutions check out, and hence the solution is: 4027 7

16, , and x y z .

Chapter 6 Homework problems

Section 6.1 Homework

Use the Virtual TI-83 (or any graphing calculator) to find the point of intersection of the following lines.

1. 4 5

3 9

y x

y x

2. Note: For this problem you will need to manipulate the equation to isolate y, and you will need

to change the Window to:

Xmin = 70

Xmax = 80

Ymin = –30

Ymax = –40

2 168

2 128

y x

y x

3. Note: For this problem you will need to manipulate the equation to isolate y, and you will need

to change the Window back to the default values:

Xmin = –10

Xmax = 10

Ymin = –10

Ymax = 10

4 27.8 2

24 153.3 3

y x

y x

4. Enter the following two equations as written below, and graph them to try to determine the

point of intersection.

3 5

3 2

y x

y x

Can you explain what happened in this case?

Section 6.2 Homework

Use the Addition-Subtraction method to solve the following system of equations (note that the first 3

problems are the same as the preceding section and will have the same answers).

1. 4 5

3 9

y x

y x

2. 2 168

2 128

y x

y x

3. 4 27.8 2

24 153.3 3

y x

y x

4. 3 11 172

7 4 57

a b

a b

Section 6.3 Homework

Use the Substitution method to solve the following system of equations (note that the first 3 problems

are the same as the preceding sections and will have the same answers).

1. 4 5

3 9

y x

y x

2. 2 168

2 128

y x

y x

3. 4 27.8 2

24 153.3 3

y x

y x

4. 4 30 12

7 3 17

m n

m n

Section 6.4 Homework – use any of the three methods when solving the following problems.

1. E10 is a common gasohol blend, as typically no modifications need to be made to a vehicle’s

engine in order to use this mixture. E10 means the mixture would have 10% ethanol mixed with

90% gasoline.

If 30 liters of E10 are needed, but only E12 and E5 are on hand (these are common mixtures in

other countries), how much of the E12 must be mixed with the E5 in order to obtain the 30 liters

of E10?

Note: E12 would contain 12% ethanol and E5 would contain 5% ethanol.

2. A rectangular yard has been fenced using a total of 344m of fencing. Find the dimensions of the

yard if the length is 14m more than the width.

3. A plane travels 1400 miles with the wind in 5 hours. It makes the return trip in 6 hours.

Assuming the wind speed is constant, find the speed of the wind and the speed of the plane.

4. A circuit has the following relationships between two currents 1 2 and I I (currents are measured

in mA):

1 2

1 2

17.6 8 11.2

18 4 22

I I

I I

Find 1 2 and I I .

Section 6.5 Homework

Solve the following systems of equations.

1.

2 4 6 14

4 2 2 8

9 6 6 30

x y z

x y z

x y z

2.

3 2 20

2 6 24

3 4 4 28

x y

x y z

x y z

3.

3 2 4 14

10 5 4

5 4 5 2

x y z

x y z

x y z

Answers to Homework Problems

Chapter 6 Answers

Section 6.1 Homework

1. 2 and 3x y

2. 74 and 20x y

3. 1.5 and 6.2x y

4. The two lines are parallel and hence there is no point of intersection

Section 6.2 Homework

1. 2 and 3x y

2. 74 and 20x y

3. 1.5 and 6.2x y

4. 0.937 and 15.892a b

Section 6.3 Homework

1. 2 and 3x y

2. 74 and 20x y

3. 1.5 and 6.2x y

4. 2.135 and 0.685m n

Section 6.4 Homework

1. 21.4 L of E12 and 8.6 L of E10 are needed

2. Length = 93 m and width = 79 m

3. Plane speed = 256.7 mph and wind speed = 23.3 mph

4. 1 23mA and 8mAI I

Section 6.5 Homework

1. 2, 1, and 1x y z

2. 28 128 3017 17 17

, , and x y z

3. 452 139 35023 23 23

, , and x y z


Recommended