Top Banner
100

Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Apr 18, 2020

Download

Documents

dariahiddleston
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: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair
Page 2: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Chapter 5. Linear Algebra

Sections 5.1 – 5.4

A linear (algebraic) equation in

n unknowns, x1, x2, . . . , xn, is

an equation of the form

a1x1 + a2x2 + · · · + anxn = b

where a1, a2, . . . , an and b are

real numbers.

1

Page 3: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

linear equations in one unknown

x: ax = b.

2

Page 4: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

ax = b

Exactly one of following holds:

(1) there is precisely one solution

x = a−1b =b

a, a 6= 0,

(2) there are no solutions

0x = b, b 6= 0

(3) there are infinitely many solu-

tions

0x = 0.

3

Page 5: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Linear equations in two unknowns

x, y:

ax + by = α.

A solution of the equation is an or-

dered pair of numbers (x, y).

Assuming a, b, not both 0, then

the set of all ordered pairs that sat-

isfy the equation is a straight line (in

the x, y-plane). The equation has

infinitely many solutions.

4

Page 6: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Example:

−3x + 2y = 6

-3 -2 -1 1 2 3x

-2

-1

1

2

3

4

5

y

5

Page 7: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

A system of two linear equations in

two unknowns:

ax + by = α

cx + dy = β

Find ordered pairs (x, y) that sat-

isfy both equations simultaneously.

6

Page 8: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Two lines in the plane either

(a) have a unique point of intersec-

tion (the lines have different slopes),

that is, the system has exactly one

solution

-4 -3 -2 -1 1 2 3

-2

2

4

6

8

10

12

7

Page 9: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

(b) are parallel (the lines have the

same slope but, for example, differ-

ent y-intercepts)

The system has NO solutions, there

is no point that lies on both lines

-3 -2 -1 1 2 3

1

2

3

8

Page 10: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

(c) coincide (same slope, same y-

intercept),

that is, the system has infinitely many

solutions.

-3 -2 -1 1 2 3

1

2

9

Page 11: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

That is, there is either a

(a) unique solution,

(b) no solution,

or

(c) infinitely many solutions.

10

Page 12: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

A system of three linear equations

in two unknowns:

ax + by = α

cx + dy = β

ex + fy = γ

Find ordered pairs (x, y) that sat-

isfy the three equations simultane-

ously.

11

Page 13: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

There is either a

(a) unique solution,

(b) no solution, (this is usually

what happens)

or

(c) infinitely many solutions.

12

Page 14: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Example:

x + y = 2−2x + y = 24x + y = 11

-1 1 2 3

5

10

13

Page 15: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

A linear equation in three unknowns

x, y, z:

ax + by + cz = α.

A solution of the equation is an or-

dered triple of numbers (x, y, z).

14

Page 16: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Assuming a, b, c, not all 0, then

the set of all ordered triples that

satisfy the equation is a plane (in

3-space).

-5 0 5

-5

0

5

-20

0

20

15

Page 17: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

A system of two linear equations in

three unknowns

a11x + a12y + a13z = b1

a21x + a22y + a23z = b2

• Either the two planes are parallel

(the system has no solutions),

• they coincide (infinitely many so-

lutions, a whole plane of solutions),

16

Page 18: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

• they intersect in a straight line

(again, infinitely many solutions.)

-5 0 5

-5

0

5

-20

0

20

17

Page 19: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

A system of three linear equations

in three unknowns.

a11x + a12y + a13z = b1

a21x + a22y + a23z = b2

a31x + a32y + a33z = b3

The system represents three planes

in 3-space.

18

Page 20: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

(a) The system has a unique solu-

tion; the three planes have a unique

point of intersection;

(b) The system has infinitely many

solutions; the three planes inter-

sect in a line, or the three planes

intersect in a plane.

(c) The system has no solution; there

is no point the lies on all three

planes.19

Page 21: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Systems of Linear Algebraic Equa-

tions

Example 1: Solve the system

x + 3y = −5

2x − y = 4

20

Page 22: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Equivalent system

x + 3y = −5

y = −2

Solution set:

x = 1, y = −2

21

Page 23: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Example 2: Solve the system

x − 2y + 4z = 122x − y + 5z = 18

−x + 3y − 3z = −8

22

Page 24: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Example 2 con’t

23

Page 25: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Equivalent system

x − 2y + 4z = 12y − z = −2

z = 3

Solution set:

x = 2, y = 1, z = 3

24

Page 26: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Definition: Two systems of linear

equations S1 and S2 are equivalent

if they have exactly the same solu-

tion set.

25

Page 27: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

The Elementary Operations

The operations that produce equiv-

alent systems are called elementary

operations.

1. Multiply/divide an equation by

a nonzero number.

2. Interchange two equations.

3. Multiply an equation by a num-

ber and add it to another equation.

26

Page 28: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Example 3: Solve the system

3x − 4y − z = 32x − 3y + z = 1x − 2y + 3z = 2

27

Page 29: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Example 3 con’t

28

Page 30: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Equivalent system

x − 2y + 3z = 2y − 5z = −3

0z = 1

The system has no solution.

29

Page 31: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Example 4: Solve the system

x1 − 2x2 + x3 − x4 = −2

−2x1 + 5x2 − x3 + 4x4 = 1

3x1 − 7x2 + 2x3 + x4 = 9

30

Page 32: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Example 4 con’t

31

Page 33: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Equivalent system

x1 − 2x2 + x3 − x4 = −2

x2 + x3 + 2x4 = −3

x4 = 2

32

Page 34: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Solution set:

x1 = −14 − 3a,

x2 = −7 − a,

x3 = a,

x4 = 2, a any real number.

33

Page 35: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Matrix, Augmented Matrix, Ma-

trix of Coefficients

A matrix is a rectangular array of

numbers. A matrix with m rows and

n columns is an m × n matrix.

Matrix representation of a sys-

tem of linear equations

a11x1 + a12x2 + · · · + a1nxn = b1a21x1 + a22x2 + · · · + a2nxn = b2

... ... ... ... ...

am1x1 + am2x2 + · · · + amnxn = bm

34

Page 36: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Augmented matrix and matrix of

coefficients:

Augmented matrix:

a11 a12 · · · a1n b1a21 a22 · · · a2n b2... ... ... ... ...

am1 am2 · · · amn bm

Matrix of coefficients:

a11 a12 · · · a1na21 a22 · · · a2n... ... ...

am1 a32 · · · amn

35

Page 37: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Elementary row operations:

1. Interchange row i and row j

Ri ↔ Rj.

2. Multiply row i by a nonzero

number k

kRi → Ri.

3. Multiply row i by a number k

and add the result to row j

kRi + Rj → Rj.

36

Page 38: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Examples

5. Solve the system (same as Ex.

2)

x − 2y + 4z = 122x − y + 5z = 18

−x + 3y − 3z = −8

Augmented matrix:

1 −2 4 122 −1 5 18

−1 3 −3 −8

37

Page 39: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Row reduce

1 −2 4 122 −1 5 18

−1 3 −3 −8

38

Page 40: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair
Page 41: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

1 −2 4 120 1 −1 −20 0 1 3

Corresponding (equivalent) system

of equations:

x − 2y + 4z = 12

y − z = −2

z = 3

Solution set:

x = 2, y = 1, z = 3

39

Page 42: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

6. Solve the system (same as Ex.

3)

3x − 4y − z = 32x − 3y + z = 1x − 2y + 3z = 2

Augmented matrix:

3 −4 −1 32 −3 1 11 −2 3 2

.

40

Page 43: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Row reduce

3 −4 −1 32 −3 1 11 −2 3 2

41

Page 44: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Equivalent system

1 −2 3 20 1 −5 −30 0 0 1

Corresponding system of equations:

x − 2y + 3z = 20x + y − 5z = −3

0x + 0y + 0z = 1

That is

x − 2y + 3z = 2y − 5z = −3

0z = 1

Solution set: no solution.

42

Page 45: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair
Page 46: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

7. Solve the system

x + y − 3z = 12x + y − 4z = 0

−3x + 2y − z = 7

Augmented matrix:

1 1 −3 12 1 −4 0

−3 2 −1 7

43

Page 47: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Row reduce

1 1 −3 12 1 −4 0

−3 2 −1 7

44

Page 48: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Equivalent system:

1 1 −3 10 1 −2 20 0 0 0

.

Corresponding system of equations:

x + y − 3z = 10x + y − 2z = 2

0x + 0y + 0z = 0

or

x + y − 3z = 1y − 2z = 2

0z = 0

or

x + y − 3z = 1y − 2z = 2

45

Page 49: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

This system has infinitely many so-

lutions given by:

x = −1 + a,

y = 2 + 2a,

z = a, a any real number.

46

Page 50: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

8. Solve the system (same as Ex.

4)

x1 − 2x2 + x3 − x4 = −2

−2x1 + 5x2 − x3 + 4x4 = 1

3x1 − 7x2 + 2x3 + x4 = 9

Augmented matrix:

1 −2 1 −1 −2−2 5 −1 4 13 −7 2 1 9

47

Page 51: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Row Reduce

1 −2 1 −1 −2−2 5 −1 4 13 −7 2 1 9

48

Page 52: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

1 −2 1 −1 −20 1 1 2 −30 0 0 1 2

Equivalent system

x1 − 2x2 + x3 − x4 = −2

x2 + x3 + 2x4 = −3

x4 = 2

49

Page 53: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Row echelon form:

1. Rows consisting entirely of ze-

ros are at the bottom of the matrix.

2. The first nonzero entry in a

nonzero row is a 1. It is called the

leading 1.

3. If row i and row i + 1 are

nonzero rows, then the leading 1 in

row i+1 is to the right of the leading

1 in row i.50

Page 54: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

1 −2 4 120 1 −1 −20 0 1 3

(Example 5)

1 −2 3 20 1 −5 −30 0 0 1

(Example 6)

1 1 −3 10 1 −2 20 0 0 0

(Example 7)

1 −2 1 −1 −20 1 1 2 −30 0 0 1 2

(Example 8)

51

Page 55: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

NOTE:

1. All the entries below a leading

1 are zero.

2. The number of leading 1’s is

less than or equal to the number of

rows.

3. The number of leading 1’s is

less than or equal to the number of

columns.

52

Page 56: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Solution method for systems of

linear equations:

1. Write the augmented matrix

(A|b) for the system.

2. Use elementary row operations

to transform the augmented matrix

to row echelon form.

3. Write the system of equa-

tions corresponding to the row ech-

elon form.53

Page 57: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

4. Back substitute to find the

solution set.

This method is called Gaussian elim-

ination with back substitution.

54

Page 58: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Consistent/Inconsistent systems:

A system of linear equations is con-

sistent if it has at least one solu-

tion.

That is, a system is consistent if it

has either a unique solution or in-

finitely many solutions.

A system that has no solutions is

inconsistent.

55

Page 59: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Consistent systems:

A consistent system is said to be

independent if it has a unique so-

lution.

A system with infinitely many solu-

tions is called dependent.

56

Page 60: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

8. Solve the system of equations

2x1 + 5x2 − 5x3 − 7x4 = 8x1 + 2x2 − 3x3 − 4x4 = 2

−3x1 − 6x2 + 11x3 + 16x4 = 0

Augmented matrix:

2 5 −5 −7 81 2 −3 −4 2

−3 −6 11 16 0

.

57

Page 61: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Transform to row echelon form:

2 5 −5 −7 81 2 −3 −4 2

−3 −6 11 16 0

.

58

Page 62: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Equivalent system:

1 2 −3 −4 20 1 1 1 40 0 1 2 3

.

Corresponding system of equations:

x1 + 2x2 − 3x3 − 4x4 = 2

x2 + x3 + x4 = 4

x3 + 2x4 = 3

59

Page 63: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Solution set:

x1 = 9 − 4a,

x2 = 1 + a,

x3 = 3 − 2a,

x4 = a, a any real number.

60

Page 64: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

9. Solve the system of equations

x1 − 3x2 + 2x3 − x4 + 2x5 = 2

3x1 − 9x2 + 7x3 − x4 + 3x5 = 7

2x1 − 6x2 + 7x3 + 4x4 − 5x5 = 7

Augmented matrix:

1 −3 2 −1 2 23 −9 7 −1 3 72 −6 7 4 −5 7

61

Page 65: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Transform to row echelon form:

1 −3 2 −1 2 23 −9 7 −1 3 72 −6 7 4 −5 7

62

Page 66: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Equivalent system:

1 −3 2 −1 2 20 0 1 2 −3 10 0 0 0 0 0

.

Corresponding system of equations:

x1 − 3x2 + 2x3 − x4 + 2x5 = 20x1 + 0x2 + x3 + 2x4 − 3x5 = 1

0x1 + 0x2 + 0x3 + 0x4 + 0x5 = 0.

which is

x1 − 3x2 + 2x3 − x4 + 2x5 = 2x3 + 2x4 − 3x5 = 1

63

Page 67: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Solution set:

x1 = 3a + 5b − 8c,

x2 = a,

x3 = 1 − 2b + 3c,

x4 = b,

x5 = c,

a, b, c arbitrary real numbers

64

Page 68: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

10. For what value(s) of k, if

any, does the system

x + y − z = 1

2x + 3y + kz = 3

x + ky + 3z = 2

have:

(a) a unique solution?

(b) infinitely many solutions?

(c) no solution?

65

Page 69: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

1 1 −1 12 3 k 31 k 3 2

66

Page 70: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

1 1 −1 10 1 k + 2 10 0 (k + 3)(k − 2) k − 2

(a) Unique solution: k 6= 2,−3.

(b) Infinitely many solns: k = 2.

(c) No solution: k = −3.

67

Page 71: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

11. For what value(s) of k, if

any, does the system

x + 2y + 3z = 4

y + 5z = 9

2x + 3y + (k2 − 8)z = k + 2

have:

(a) a unique solution?

(b) infinitely many solutions?

(c) no solution?

68

Page 72: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

1 2 3 40 1 5 9

2 3 k2 − 8 k + 2

69

Page 73: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

1 2 3 40 1 5 9

0 0 k2 − 9 k + 3

(a) Unique solution: k 6= −3,3.

(b) Infinitely many solns: k = −3.

(c) No solution: k = 3.

70

Page 74: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair
Page 75: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

If an m × n matrix A is reduced to

row echelon form, then the number

of non-zero rows in its row echelon

form is called the rank of A.

Equivalently, the rank of a matrix is

the number of leading 1’s in its row

echelon form.

71

Page 76: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Note:

1. The rank of a matrix is less

than or equal to the number of rows.

(Obvious)

2. The rank of a matrix is also

less than or equal to the number of

columns.

72

Page 77: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Consistent/Inconsistent Systems

Case 1: If the last nonzero row in

the row echelon form of the aug-

mented matrix is

(0 0 0 · · · 0 |1),

then that row corresponds to the

equation

0x1 + 0x2 + 0x3 + · · · + 0xn = 1,

which has no solutions. Therefore,

the system has no solutions.73

Page 78: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

The augmented matrix looks like this

Note: In this case, rank of aug-

mented matrix > rank of coefficient

matrix

74

Page 79: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Case 2: If the last nonzero row has

the form

(0 0 0 · · · 1 ∗ · · · ∗ | b),

where the “1” is in the kth, k < n

column, then the row corresponds

to the equation

0x1+· · ·+0xk−1+xk+(∗)xk+1+· · ·+(∗)xn = b

and the system infinitely many so-

lutions.

75

Page 80: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

The augmented matrix looks like this

NOTE: In this case, rank of aug-

mented matrix = the rank of coef-

ficient matrix

76

Page 81: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Case 3: If the last nonzero row has

the form

(0 0 0 · · · 0 1| b),

where the “1” is in the nth column,

then the row corresponds to the equa-

tion

0x1+ · · ·+0x2+ · · ·+0xn−1+xn = b

and the system has either a unique

solution or infinitely many solutions.

77

Page 82: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

The augmented matrix looks like this

NOTE: Again, the rank of augmented

matrix = the rank of coefficient ma-

trix

78

Page 83: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Theorem: A system of linear equa-

tions is consistent if and only if the

rank of the coefficient matrix equals

the rank of the augmented matrix.

79

Page 84: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

5.4. Reduced Row Echelon Form

Examples

1. Solve the system (See Example

5, pg. 35)

x − 2y + 4z = 122x − y + 5z = 18

−x + 3y − 3z = −8

Augmented matrix:

1 −2 4 122 −1 5 18

−1 3 −3 −8

80

Page 85: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Row reduce to:

1 −2 4 120 1 −1 −20 0 1 3

Corresponding (equivalent) system

of equations

x − 2y + 4z = 12

y − z = −2

z = 3

Back substitute to get:

x = 2, y = 1, z = 3.

Page 86: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Or, continue row operations:

1 −2 4 120 1 −1 −20 0 1 3

Corresponding system of equations

x = 2y = 1z = 3

81

Page 87: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

2. Solve the system (c.f. Example

8, pg. 52)

2x1 + 5x2 − 5x3 − 7x4 = 8

x1 + 2x2 − 3x3 − 4x4 = 2

−3x1 − 6x2 + 11x3 + 16x4 = 0

Augmented matrix:

2 5 −5 −7 81 2 −3 −4 2

−3 −6 11 16 0

.

Row echelon form:

1 2 −3 −4 20 1 1 1 40 0 1 2 3

.

82

Page 88: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Corresponding system of equations:

x1 + 2x2 − 3x3 − 4x4 = 2

x2 + x3 + x4 = 4

x3 + 2x4 = 3

Solution set:

x1 = 9 − 4a,

x2 = 1 + a,

x3 = 3 − 2a,

x4 = a, a any real number.

83

Page 89: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Alternative solution: Continue the

row operations

1 2 −3 −4 20 1 1 1 40 0 1 2 3

84

Page 90: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

1 0 0 4 90 1 0 −1 10 0 1 2 3

Corresponding system of equations:

x1 + 4x4 = 9

x2 − x4 = 1

x3 + 2x4 = 3

x1 = 9−4a, x2 = 1+a, x3 = 3−2a, x4 = a,

a any real number.

85

Page 91: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

3. Solve the system of equations

2x1 +3x2 −5x3 −2x4 = 2−2x1 −4x2 +4x3 −3x4 = 6

x1 +2x2 −2x3 +3x4 = 0

2 3 −5 −2 2−2 −4 4 −3 61 2 −2 3 0

1 2 −2 3 0−2 −4 4 −3 62 3 −5 −2 2

1 2 −2 3 00 0 0 3 60 −1 −1 −8 2

1 2 −2 3 00 1 1 8 −20 0 0 1 2

row echelon form

86

Page 92: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

1 2 −2 3 00 1 1 8 −20 0 0 1 2

1 2 −2 0 −60 1 1 0 −180 0 0 1 2

1 0 −4 0 300 1 1 0 −180 0 0 1 2

87

Page 93: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Reduced Row Echelon Form

1. Rows consisting entirely of zeros

are at the bottom of the matrix.

2. The first nonzero entry in a

nonzero row is a 1.

3. The leading 1 in row i + 1 is to

the right of the leading 1 in row i.

4. The leading 1 is the only nonzero

entry in its column.

88

Page 94: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Examples

Example 1

1 −2 4 120 1 −1 −20 0 1 3

1 0 0 20 1 0 10 0 1 3

Example 2

1 2 −3 −4 20 1 1 1 40 0 1 2 3

1 0 0 4 90 1 0 −1 10 0 1 2 3

Example 3

1 2 −2 3 00 1 1 8 −20 0 0 1 2

1 0 −4 0 300 1 1 0 −180 0 0 1 2

89

Page 95: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Homogeneous Systems

The system of linear equations

a11x1 + a12x2 + · · · + a1nxn = b1a21x1 + a22x2 + · · · + a2nxn = b2

... = ...am1x1 + am2x2 + · · · + amnxn = bm

is homogeneous if

b1 = b2 = · · · = bm = 0,

otherwise, the system is nonhomo-

geneous.

C.f. Linear differential equations.90

Page 96: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

A homogeneous system

a11x1 + a12x2 + · · · + a1nxn = 0

a21x1 + a22x2 + · · · + a2nxn = 0... ... ... ... ...

am1x1 + am2x2 + · · · + amnxn = 0

ALWAYS has at least one solution,

namely

x1 = x2 = · · · = xn = 0,

called the trivial solution

That is, homogeneous systems are

always CONSISTENT.

91

Page 97: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

3. Solve the homogeneous system

x − 2y + 2z = 0

4x − 7y + 3z = 0

2x − y + 2z = 0

Augmented matrix:

1 −2 2 04 −7 3 02 −1 2 0

Row echelon form:

1 −2 2 00 1 −5 00 0 1 0

92

Page 98: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Corresponding system of equations:

x − 2y + 2z = 0

y − 5z = 0

z = 0.

This system has the unique solution

x = 0,

y = 0,

z = 0.

The trivial solution is the only solu-

tion.

93

Page 99: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

4. Solve the homogeneous system

3x − 2y + z = 0

x + 4y + 2z = 0

7x + 4z = 0

Augmented matrix:

3 −2 1 01 4 2 07 0 4 0

Row echelon form:

1 4 2 00 1 5/14 00 0 0 0

94

Page 100: Chapter 5. Linear Algebra - math.uh.eduetgen/Ch5-slides-Part1-Sp20notes.pdf · Linear equations in two unknowns x, y: ax + by = α. A solution of the equation is an or-dered pair

Corresponding system of equations:

x + 4y + 2z = 0

y +5

14z = 0

This system has infinitely many so-

lutions:

x = −2

7a,

y = −5

14a,

z = a, a any real number.

95