Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Solving Systems of Linear Equations in Three Variables: A Step-by-Step Guide, Slides of Linear Algebra

A detailed explanation of how to solve systems of linear equations in three variables using the elimination-by-addition method. It includes an example with step-by-step instructions and solutions. Understanding this concept is crucial for students in mathematics, engineering, and other fields.

Typology: Slides

2021/2022

Uploaded on 09/12/2022

mjforever
mjforever ๐Ÿ‡บ๐Ÿ‡ธ

4.8

(25)

258 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Solving Systems of Linear Equations In Three Variables
The solution to systems of equations to this point involved two-dimensional intersections of at
least two lines. Recall that there were several possible outcomes:
1.) Intersection at a single point (an ordered pair).
2.) Infinite solutions because the lines were the same.
3.) No solution because the lines were parallel.
In systems of linear equations in three variables the desired solution is an ordered triple (x, y, z)
that exists in three-dimensional space. The best way to imagine this is to think of the point as a
corner of a box.
The outcomes for these systems of equations are:
1.) An intersection at one point (an ordered triple).
2.) An infinite set of solutions (Dependent). This occurs when:
a.) All three planes cross at a common line.
b.) All three planes are the same.
3.) No solution (Inconsistent). This occurs when:
a.) Two or more of the planes are parallel and/or are cut by the third plane.
b.) No planes are parallel but two intersect in a line that will be parallel to the third
plane.
The following example will show a method to use to determine which of these outcomes results
from the solving of the system. The key element to the procedure is the elimination-by-addition
method covered previously.
NOTE: Not all problems will have an ordered triple as a solution!!
Example 1: Solve the following system of equations.
4x + 8y + z = 2
x + 7y โ€“ 3z = โ€“14
2x โ€“ 3y + 2z = 3
Solution:
Step 1: Number the equations.
The equations are numbered to keep track of them during the solution process.
If this is not a problem for you than skip this step.
1) 4x + 8y + z = 2
2) x + 7y โ€“ 3z = โ€“14
3) 2x โ€“ 3y + 2z = 3
Math 0303
Student Learning Assistance Center - San Antonio College
1
pf3
pf4

Partial preview of the text

Download Solving Systems of Linear Equations in Three Variables: A Step-by-Step Guide and more Slides Linear Algebra in PDF only on Docsity!

Solving Systems of Linear Equations In Three Variables

The solution to systems of equations to this point involved two-dimensional intersections of at least two lines. Recall that there were several possible outcomes:

1.) Intersection at a single point (an ordered pair). 2.) Infinite solutions because the lines were the same. 3.) No solution because the lines were parallel.

In systems of linear equations in three variables the desired solution is an ordered triple (x, y, z) that exists in three-dimensional space. The best way to imagine this is to think of the point as a corner of a box.

The outcomes for these systems of equations are:

1.) An intersection at one point (an ordered triple). 2.) An infinite set of solutions (Dependent). This occurs when: a.) All three planes cross at a common line. b.) All three planes are the same. 3.) No solution (Inconsistent). This occurs when: a.) Two or more of the planes are parallel and/or are cut by the third plane. b.) No planes are parallel but two intersect in a line that will be parallel to the third plane.

The following example will show a method to use to determine which of these outcomes results from the solving of the system. The key element to the procedure is the elimination-by-addition method covered previously.

NOTE: Not all problems will have an ordered triple as a solution!!

Example 1: Solve the following system of equations.

4x + 8y + z = 2 x + 7y โ€“ 3z = โ€“ 2x โ€“ 3y + 2z = 3

Solution:

Step 1: Number the equations.

The equations are numbered to keep track of them during the solution process. If this is not a problem for you than skip this step.

  1. 4x + 8y + z = 2
  2. x + 7y โ€“ 3z = โ€“
  3. 2x โ€“ 3y + 2z = 3

Example 1 (Continued):

Step 2: Determine a variable to eliminate.

Unless otherwise directed, select a variable that is easy to eliminate if any two of the given equations are added together. Some helpful suggestions are selecting a variable that is missing from one or more of the given equations or one whose coefficient is one or finally one that appears as positive in one equation and negative in another. For this example, z is selected.

Step 3: Create an equivalent equation or equations whose sum eliminates the selected variable.

For this example equation 1 will be multiplied by the number three then added to equation 2 to achieve a sum that has no z term.

  1. 4x + 8y + z = 2 (3)(4x + 8y + z) = (2)(3) 12x + 24y + 3z = 6

This is the equivalent equation 1 that is now added to equation 2. Their sum will be known as equation 4.

  1. 12x + 24y + 3z = 6
  2. x + 7y โ€“ 3z = โ€“
  3. 13x + 3y = โ€“

Step 4: The equation not used in step 3 (in this example equation 3) must now be added to either equation 1 or 2 to eliminate the same variable. Use equivalent equations if necessary.

In this example an equivalent equation of equation 1 will be used. This equation is found by multiplying it by โ€“2. The equation will then be added to equation 3 to eliminate the z variable. The sum of these equations will be known as equation 5.

  1. 4x + 8y + z = 2 (-2)(4x + 8y + z) = (2)(-2) โ€“8x โ€“ 16y โ€“ 2z = โ€“

This is the equation equivalent to equation 1.

  1. โ€“8x โ€“ 16y โ€“ 2z = โ€“
  2. 2x โ€“ 3y + 2z = 3
  3. โ€“6x โ€“ 19y = โ€“

Example 1 (Continued):

Step 7: Solve for the remaining variable

The solutions from steps 5 and 6 ( x = -3, y = 1 ) are substituted into either equation 1, 2 or 3 to solve for the remaining variable, z in this case. Equation 1 will be used for this example.

  1. 4x + 8y + z = 2 x = โ€“3, y = 1 4(โ€“3) + 8(1) + z = 2 โ€“12 + 8 + z = 2 โ€“4 + z = 2 z = 6

Step 8: Verify the solution set.

Substitute the solution from steps 5, 6 and 7 into both equations not used in step 7 (in this case equations 2 and 3). This substitution must be made to verify the type of outcome this system represents.

x = โ€“3, y = 1, z = 6

  1. x + 7y โ€“ 3z = โ€“ (โ€“3) + 7(1) โ€“ 3(6) = โ€“ โ€“3 + 7 โ€“ 18 = โ€“ 4 โ€“ 18 = โ€“ โ€“14 = โ€“

  2. 2x โ€“ 3y + 2z = 3 2(โ€“3) โ€“ 3(1) + 2(6) = 3 โ€“6 โ€“ 3 + 12 = 3 โ€“9 + 12 = 3 3 = 3

Since the solutions in step 8 are both true, the solution is an ordered triple (-3, 1, 6).

If the outcome had been a false statement, such as 0 = 3, this would indicate an inconsistent system.

If, when finding an equivalent equation, one given equation is found to be the same as another, this represents a dependent system.