systems of linear equations solving linear systems algebraically

21
SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Upload: carlos-emery

Post on 27-Mar-2015

245 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

SYSTEMS OF LINEAR EQUATIONS

Solving Linear Systems Algebraically

Page 2: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Solving Systems of Equations Algebraically

1. When you graph, sometimes you cannot find the exact point of intersection. We can use algebra to find the exact point.

2. Also, we do not need to put every equation in slope-intercept form in order to determine if the lines are parallel or the same line. Algebraic methods will give us the same information.

Page 3: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Methods of Solving Systems Algebraically

We will look at TWO methods to solve systems algebraically:

1) Substitution

2) Elimination

Page 4: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 1: SubstitutionSteps:

1. Choose one of the two equations and isolate one of the variables.

2. Substitute the new expression into the other equation for the variable.

3. Solve for the remaining variable.

4. Substitute the solution into the other equation to get the solution to the second variable.

Page 5: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 1: Substitution

Example:

Equation ‘a’: 3x + 4y = - 4

Equation ‘b’: x + 2y = 2

Isolate the ‘x’ in equation ‘b’:

x = - 2y + 2

Page 6: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 1: SubstitutionExample, continued:

Equation ‘a’: 3x + 4y = - 4

Equation ‘b’: x + 2y = 2

Substitute the new expression,

x = - 2y + 2 for x into equation ‘a’:

3(- 2y + 2) + 4y = - 4

Page 7: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 1: SubstitutionExample, continued:

Equation ‘a’: 3x + 4y = - 4

Equation ‘b’: x + 2y = 2

Solve the new equation:

3(- 2y + 2) + 4y = - 4

- 6y + 6 + 4y = - 4

- 2y + 6 = - 4

- 2y = - 10

y = 5

Page 8: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 1: SubstitutionExample, continued:

Equation ‘a’: 3x + 4y = - 4

Equation ‘b’: x + 2y = 2

Substitute y = 5 into either equation ‘a’ or ‘b’:

x + 2 (5) = 2

x + 10 = 2

x = - 8

The solution is (-8, 5).

Page 9: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 2: EliminationSteps: 1. Line up the two equations using

standard form (Ax + By = C).

2. GOAL: The coefficients of the same variable in both equations should have the same value but opposite signs.

3. If this doesn’t exist, multiply one or both of the equations by a number that will make the same variable coefficients opposite values.

Page 10: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 2: EliminationSteps, continued:

4. Add the two equations (like terms).

5. The variable with opposite coefficients should be eliminated.

6. Solve for the remaining variable.

7. Substitute that solution into either of the two equations to solve for the other variable.

Page 11: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 2: EliminationExample:

Equation ‘a’: 2x - 4y = 13Equation ‘b’: 4x - 5y = 8

Multiply equation ‘a’ by –2 to eliminate the x’s:

Equation ‘a’: -2(2x - 4y = 13)Equation ‘b’: 4x - 5y = 8

Page 12: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 2: EliminationExample, continued:

Equation ‘a’: -2(2x - 4y = 13) ------> -4x + 8y = -26Equation ‘b’: 4x - 5y = 8 ------> 4x - 5y = 8

Add the equations (the x’s are eliminated):

-4x + 8y = -26 4x - 5y = 8 3y = -18 y = -6

Page 13: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 2: Elimination

-224

-11

2

Example, continued:

Equation ‘a’: -2(2x - 4y = 13) ------> -4x + 8y = -26Equation ‘b’: 4x - 5y = 8 ------> 4x - 5y = 8

Substitute y = -6 into either equation:

Solution: ( , -6)-11

2

4x - 5(-6) = 84x + 30 = 8

4x = -22x = x =

Page 14: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Method 2: EliminationExample 2:

Equation ‘a’: -9x + 6y = 0Equation ‘b’: -12x + 8y = 0

Multiply equation ‘a’ by –4 and equation ‘b’ by 3 to eliminate the x’s:

Equation ‘a’: - 4(-9x + 6y = 0)Equation ‘b’: 3(-12x + 8y = 0)

Page 15: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

36x - 24y = 0

-36x + 24y = 0

0 = 0

Method 2: EliminationExample 2, continued:

Equation ‘a’: - 4(-9x + 6y = 0)Equation ‘b’: 3(-12x + 8y = 0)

What does this answer mean?

Is it true?

Page 16: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

36x - 24y = 0

-36x + 24y = 0

0 = 0

Method 2: EliminationExample 2, continued:

When both variables are eliminated, if the statement is TRUE (like 0 = 0), then

they are the same lines and there are infinite solutions.

if the statement is FALSE (like 0 = 1), then they are parallel lines and there is no solution.

Page 17: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

36x - 24y = 0

-36x + 24y = 0

0 = 0

Method 2: EliminationExample 2, continued:

Since 0 = 0 is TRUE, there are infinite solutions.

Page 18: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Assignment

Pg 128, #1-27 every 3rd. 1,4,7,10,13,etc.

Page 19: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Solving Systems of Three Equations Algebraically

1. When we have three equations in a system, we can use the same two methods to solve them algebraically as with two equations.

2. Whether you use substitution or elimination, you should begin by numbering the equations!

Page 20: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Solving Systems of Three Equations

Substitution Method 1. Choose one of the three equations and

isolate one of the variables.

2. Substitute the new expression into each of the other two equations.

3. These two equations now have the same two variables. Solve this 2 x 2 system as before.

4. Find the third variable by substituting the two known values into any equation.

Page 21: SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically

Solving Systems of Three Equations

Linear Combination Method1. Choose two of the equations and eliminate

one variable as before.

2. Now choose one of the equations from step 1 and the other equation you didn’t use and eliminate the same variable.

3. You should now have two equations (one from step 1 and one from step 2) that you can solve by elimination.

4. Find the third variable by substituting the two known values into any equation.