SLIDE 1 Math 221: LINEAR ALGEBRA
Chapter 1. Systems of Linear Equations §1-3. Homogeneous Equations
Le Chen1
Emory University, 2020 Fall
(last updated on 10/21/2020) Creative Commons License (CC BY-NC-SA) 1Slides are adapted from those by Karen Seyffarth from University of Calgary.
SLIDE 2
Definition
A homogeneous linear equation is one whose constant term is equal to zero. A system of linear equations is called homogeneous if each equation in the system is homogeneous. A homogeneous system has the form a11x1 + a12x2 + · · · + a1nxn = a21x1 + a22x2 + · · · + a2nxn = . . . am1x1 + am2x2 + · · · + amnxn = where aij are scalars and xi are variables, 1 ≤ i ≤ m, 1 ≤ j ≤ n.
SLIDE 3 Definition
A homogeneous linear equation is one whose constant term is equal to zero. A system of linear equations is called homogeneous if each equation in the system is homogeneous. A homogeneous system has the form a11x1 + a12x2 + · · · + a1nxn = a21x1 + a22x2 + · · · + a2nxn = . . . am1x1 + am2x2 + · · · + amnxn = where aij are scalars and xi are variables, 1 ≤ i ≤ m, 1 ≤ j ≤ n.
Remark
- 1. Notice that x1 = 0, x2 = 0, · · · , xn = 0 is always a solution to a
homogeneous system of equations. We call this the trivial solution.
- 2. We are interested in finding, if possible, nontrivial solutions (ones with
at least one variable not equal to zero) to homogeneous systems.
SLIDE 4
Example
Solve the system x1 + x2 − x3 + 3x4 = −x1 + 4x2 + 5x3 − 2x4 = x1 + 6x2 + 3x3 + 4x4 =
SLIDE 5
Example
Solve the system x1 + x2 − x3 + 3x4 = −x1 + 4x2 + 5x3 − 2x4 = x1 + 6x2 + 3x3 + 4x4 =
Solution
1 1 −1 3 −1 4 5 −2 1 6 3 4
SLIDE 6
Example
Solve the system x1 + x2 − x3 + 3x4 = −x1 + 4x2 + 5x3 − 2x4 = x1 + 6x2 + 3x3 + 4x4 =
Solution
1 1 −1 3 −1 4 5 −2 1 6 3 4 → · · · → 1 −9/5 14/5 1 4/5 1/5
SLIDE 7 Example
Solve the system x1 + x2 − x3 + 3x4 = −x1 + 4x2 + 5x3 − 2x4 = x1 + 6x2 + 3x3 + 4x4 =
Solution
1 1 −1 3 −1 4 5 −2 1 6 3 4 → · · · → 1 −9/5 14/5 1 4/5 1/5 The system has infinitely many solutions, and the general solution is x1 =
9 5s − 14 5 t
x2 = − 4
5s − 1 5t
x3 = s x4 = t
SLIDE 8 Example
Solve the system x1 + x2 − x3 + 3x4 = −x1 + 4x2 + 5x3 − 2x4 = x1 + 6x2 + 3x3 + 4x4 =
Solution
1 1 −1 3 −1 4 5 −2 1 6 3 4 → · · · → 1 −9/5 14/5 1 4/5 1/5 The system has infinitely many solutions, and the general solution is x1 =
9 5s − 14 5 t
x2 = − 4
5s − 1 5t
x3 = s x4 = t
x1 x2 x3 x4 =
9 5s − 14 5 t
− 4
5s − 1 5t
s t , ∀s, t ∈ R.
SLIDE 9
Theorem
If a homogeneous system of linear equations has more variables than equations, then it has a nontrivial solution (in fact, infinitely many).
SLIDE 10
Definition
If X1, X2, . . . , Xp are columns with the same number of entries, and if a1, a2, . . . ap ∈ R (are scalars) then a1X1 + a2X2 + · · · + apXp is a linear combination of columns X1, X2, . . . , Xp.
SLIDE 11 Definition
If X1, X2, . . . , Xp are columns with the same number of entries, and if a1, a2, . . . ap ∈ R (are scalars) then a1X1 + a2X2 + · · · + apXp is a linear combination of columns X1, X2, . . . , Xp.
Example (continued)
In the previous example, x1 x2 x3 x4 =
9 5s − 14 5 t
− 4
5s − 1 5t
s t
SLIDE 12 Definition
If X1, X2, . . . , Xp are columns with the same number of entries, and if a1, a2, . . . ap ∈ R (are scalars) then a1X1 + a2X2 + · · · + apXp is a linear combination of columns X1, X2, . . . , Xp.
Example (continued)
In the previous example, x1 x2 x3 x4 =
9 5s − 14 5 t
− 4
5s − 1 5t
s t =
9 5s
− 4
5s
s + − 14
5 t
− 1
5t
t
SLIDE 13 Definition
If X1, X2, . . . , Xp are columns with the same number of entries, and if a1, a2, . . . ap ∈ R (are scalars) then a1X1 + a2X2 + · · · + apXp is a linear combination of columns X1, X2, . . . , Xp.
Example (continued)
In the previous example, x1 x2 x3 x4 =
9 5s − 14 5 t
− 4
5s − 1 5t
s t =
9 5s
− 4
5s
s + − 14
5 t
− 1
5t
t = s 9/5 −4/5 1 + t −14/5 −1/5 1
SLIDE 14
Example (continued)
This gives us x1 x2 x3 x4 = s 9/5 −4/5 1 + t −14/5 −1/5 1 = sX1 + tX2, with X1 = 9/5 −4/5 1 and X2 = −14/5 −1/5 1 .
SLIDE 15
Example (continued)
This gives us x1 x2 x3 x4 = s 9/5 −4/5 1 + t −14/5 −1/5 1 = sX1 + tX2, with X1 = 9/5 −4/5 1 and X2 = −14/5 −1/5 1 . The columns X1 and X2 are called basic solutions to the original homogeneous system.
SLIDE 16
Example (continued)
Notice that x1 x2 x3 x4 = s 9/5 −4/5 1 + t −14/5 −1/5 1 = s 5 9 −4 5 + t 5 −14 −1 5 = r 9 −4 5 + q −14 −1 5 = r(5X1) + q(5X2) where r, q ∈ R.
SLIDE 17
Example (continued)
The columns 5X1 = 9 −4 5 and 5X2 = −14 −1 5 are also basic solutions to the original homogeneous system.
SLIDE 18
Example (continued)
The columns 5X1 = 9 −4 5 and 5X2 = −14 −1 5 are also basic solutions to the original homogeneous system.
Remark
In general, any nonzero multiple of a basic solution (to a homogeneous system of linear equations) is also a basic solution.
SLIDE 19 What does the rank tell us in the homogeneous case?
Suppose A is the augmented matrix of an homogeneous system of m linear equations in n variables, and rank A = r.
m
∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ → 1 ∗ ∗ ∗ 1 ∗ 1
There is always a solution, and the set of solutions to the system has parameters, so if , there is at least one parameter, and the system has infjnitely many solutions; if , there are no parameters, and the system has a unique solution, the trivial solution.
SLIDE 20 What does the rank tell us in the homogeneous case?
Suppose A is the augmented matrix of an homogeneous system of m linear equations in n variables, and rank A = r.
m
∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ → 1 ∗ ∗ ∗ 1 ∗ 1
There is always a solution, and the set of solutions to the system has n − r parameters, so if , there is at least one parameter, and the system has infjnitely many solutions; if , there are no parameters, and the system has a unique solution, the trivial solution.
SLIDE 21 What does the rank tell us in the homogeneous case?
Suppose A is the augmented matrix of an homogeneous system of m linear equations in n variables, and rank A = r.
m
∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ → 1 ∗ ∗ ∗ 1 ∗ 1
There is always a solution, and the set of solutions to the system has n − r parameters, so ◮ if r < n, there is at least one parameter, and the system has infjnitely many solutions; if , there are no parameters, and the system has a unique solution, the trivial solution.
SLIDE 22 What does the rank tell us in the homogeneous case?
Suppose A is the augmented matrix of an homogeneous system of m linear equations in n variables, and rank A = r.
m
∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ → 1 ∗ ∗ ∗ 1 ∗ 1
There is always a solution, and the set of solutions to the system has n − r parameters, so ◮ if r < n, there is at least one parameter, and the system has infjnitely many solutions; ◮ if r = n, there are no parameters, and the system has a unique solution, the trivial solution.
SLIDE 23 Theorem
Let A be an m × n matrix of rank r, and consider the homogeneous system in n variables with A as coefficient matrix. Then:
- 1. The system has exactly n − r basic solutions, one for each parameter.
- 2. Every solution is a linear combination of these basic solutions.
SLIDE 24
Problem
Find all values of a for which the system x + y = ay + z = x + y + az = has nontrivial solutions, and determine the solutions.
SLIDE 25
Problem
Find all values of a for which the system x + y = ay + z = x + y + az = has nontrivial solutions, and determine the solutions.
Solution
Non-trivial solutions occur only when a = 0, and the solutions when a = 0 are given by (rank r = 2, n − r = 3 − 2 = 1 parameter) x y z = s 1 −1 , ∀s ∈ R.