Top Banner
Solving Systems of Three Linear Equations in Three Variables The Elimination Method SPI 3103.3.8 Solve systems of three linear equations in three variables.
20

Systemsof3 equations

Aug 10, 2015

Download

Education

JITENDRA THAKOR
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Systemsof3 equations

Solving Systems of Three Linear Equations in Three

VariablesThe Elimination Method

SPI 3103.3.8      Solve systems of three linear equations in three variables.

Page 2: Systemsof3 equations

Solutions of a system with 3 equations

The solution to a system of three linear equations in three variables is an ordered triple.

(x, y, z)

The solution must be a solution of all 3 equations.

Page 3: Systemsof3 equations

Is (–3, 2, 4) a solution of this system?

3x + 2y + 4z = 112x – y + 3z = 45x – 3y + 5z = –1

3(–3) + 2(2) + 4(4) = 112(–3) – 2 + 3(4) = 45(–3) – 3(2) + 5(4) = –1

Yes, it is a solution to the system because it is a solution to all 3

equations.

Page 4: Systemsof3 equations

Methods Used to Solve Systems in 3 Variables

1. Substitution

2. Elimination

3. Cramer’s Rule

4. Gauss-Jordan Method

….. And others

Page 5: Systemsof3 equations

Why not graphing?

While graphing may technically be used as a means to solve a system of three linear equations in three variables, it is very tedious and very difficult to find an accurate solution.

The graph of a linear equation in three variables is a plane.

Page 6: Systemsof3 equations

This lesson will focus on the

Elimination Method.

Page 7: Systemsof3 equations

Use elimination to solve the following system of equations.

x – 3y + 6z = 213x + 2y – 5z = –302x – 5y + 2z = –6

Page 8: Systemsof3 equations

Step 1

Rewrite the system as two smaller systems, each containing two of the three equations.

Page 9: Systemsof3 equations

x – 3y + 6z = 213x + 2y – 5z = –302x – 5y + 2z = –6

x – 3y + 6z = 21 x – 3y + 6z = 213x + 2y – 5z = –30 2x – 5y + 2z = –6

Page 10: Systemsof3 equations

Step 2

Eliminate THE SAME variable in each of the two smaller systems.

Any variable will work, but sometimes one may be a bit easier to eliminate.

I choose x for this system.

Page 11: Systemsof3 equations

(x – 3y + 6z = 21) 3x + 2y – 5z = –30

–3x + 9y – 18z = –63 3x + 2y – 5z = –30

11y – 23z = –93

(x – 3y + 6z = 21) 2x – 5y + 2z = –6

–2x + 6y – 12z = –42 2x – 5y + 2z = –6

y – 10z = –48

(–3) (–2)

Page 12: Systemsof3 equations

Step 3

Write the resulting equations in two variables together as a system of equations.

Solve the system for the two remaining variables.

Page 13: Systemsof3 equations

11y – 23z = –93 y – 10z = –48

11y – 23z = –93 –11y + 110z = 528

87z = 435 z = 5

y – 10(5) = –48 y – 50 = –48

y = 2

(–11)

Page 14: Systemsof3 equations

Step 4

Substitute the value of the variables from the system of two equations in one of the ORIGINAL equations with three variables.

Page 15: Systemsof3 equations

x – 3y + 6z = 213x + 2y – 5z = –302x – 5y + 2z = –6

I choose the first equation.

x – 3(2) + 6(5) = 21x – 6 + 30 = 21 x + 24 = 21

x = –3

Page 16: Systemsof3 equations

Step 5

CHECK the solution in ALL 3 of the original equations.

Write the solution as an ordered triple.

Page 17: Systemsof3 equations

x – 3y + 6z = 213x + 2y – 5z = –302x – 5y + 2z = –6

–3 – 3(2) + 6(5) = 213(–3) + 2(2) – 5(5) = –302(–3) – 5(2) + 2(5) = –6

The solution is (–3, 2, 5).

Page 18: Systemsof3 equations

It is very helpful to neatly organize yourwork on your paper in the following manner.

(x, y, z)

Page 19: Systemsof3 equations

Try this one.

x – 6y – 2z = –8–x + 5y + 3z = 23x – 2y – 4z = 18

(4, 3, –3)

Page 20: Systemsof3 equations

Here’s another one to try.

–5x + 3y + z = –1510x + 2y + 8z = 1815x + 5y + 7z = 9

(1, –4, 2)