Ch 1.1 Slides 210 SJ
Ch 1.1 Slides 210 SJ
Ch 1.1 Slides 210 SJ
3
Linear Equations in n Variables
4
Linear Equations in n Variables (1 of 1)
The coefficients a1, a2, a3, ... , an are real numbers, and
the constant term b is a real number. The number a1 is
the leading coefficient, and x1 is the leading variable.
5
Example 1 – Linear and Nonlinear Equations
6
Solutions and Solution Sets
7
Solutions and Solution Sets (1 of 2)
A solution of a linear equation in n variables is a sequence
of n real numbers s1, s2, s3, ... , s n that satisfy the equation
when you substitute the values
x1 = s1, x2 = s2, x3 = s3, ..., xn = sn
into the equation.
8
Solutions and Solution Sets (2 of 2)
The set of all solutions of a linear equation is its solution
set.
9
Example 3 – Parametric Representation of a Solution Set
Solution:
Choosing y and z to be the free variables, solve for x to
obtain
3x = 3 − 2y + z
10
Example 3 – Solution
Letting y = s and z = t, you obtain the parametric
representation
y = s, z = t
x = 1, y = 0, z = 0 and x = 1, y = 1, z = 2.
11
Systems of Linear Equations
12
Systems of Linear Equations (1 of 4)
A system of m linear equations in n variables is a set of
m equations, each of which is linear in the same n variables:
13
Systems of Linear Equations (2 of 4)
A system of linear equations is also called a linear system.
A solution of a linear system is a sequence of numbers s1,
s2, s3, ... , sn that is a solution of each equation in the
system.
14
Example 4 – Systems of Two Equations in Two Variables
b. x + y = 3
2x + 2y = 6
c. x + y = 3
x+y=1
15
Example 4 – Solution (1 of 4)
a. This system has exactly one solution, x = 1 and y = 2.
One way to obtain the solution is to add the two equations
to give 2x = 2, which implies x = 1 and so y = 2.
Figure 1.1
16
Example 4 – Solution (2 of 4)
b. This system has infinitely many solutions because the
second equation is the result of multiplying both sides of
the first equation by 2.
17
Example 4 – Solution (3 of 4)
The graph of this system is two coincident lines, as
shown in Figure 1.1(b).
Figure 1.1
18
Example 4 – Solution (4 of 4)
c. This system has no solution because the sum of two
numbers cannot be 3 and 1 simultaneously. The graph of
this system is two parallel lines, as shown in
Figure 1.1(c).
Figure 1.1
19
Systems of Linear Equations (3 of 4)
Number of Solutions of a System of Linear Equations
For a system of linear equations, precisely one of the
statements below is true.
1. The system has exactly one solution (consistent
system).
2. The system has infinitely many solutions (consistent
system).
3. The system has no solution (inconsistent system).
20
Example 7 – Using Elimination to Rewrite a System in Row-Echelon Form
x − 2y + 3z = 9
−x + 3y = −4
2x − 5y + 5z = 17
21
Example 7 – Solution (1 of 2)
Work from the upper left corner of the system, saving the x
at the upper left and eliminating the other x-terms from the
first column.
x − 2y + 3z = 9 Adding the first equation to
y + 3z = 5 ← the second equation produces
a new second equation.
2x − 5y + 5z = 17
x − 2y + 3z = 9
Adding −2 times the first
y + 3z = 5 equation to the third equation
−y − z = −1 ← produces a new third equation.
22
Example 7 – Solution (2 of 2)
Now that you have eliminated all but the first x from the first
column, work on the second column.
x − 2y + 3z = 9
Adding the second equation to
y + 3z = 5 the third equation produces
2z = 4 ← a new third equation.
x − 2y + 3z = 9
Multiplying the third equation
y + 3z = 5 by produces a new third
z=2 ← equation.
23
Systems of Linear Equations (4 of 4)
Each of the three equations in Example 7 represents a
plane in a three-dimensional coordinate system.
Figure 1.2
24