SMA 202 Linear Algebra Notes
SMA 202 Linear Algebra Notes
KENYATTA UNIVERSITY
MATHEMATICS DEPARTMENT
BY
Published By:
INTRODUCTION
Linear Algebra is an important part of Mathematical background required not only for
Mathematicians but also for other Scientists.
This module introduces the learner to the foundations of Linear Algebra. It begins with the
background information on matrices and their basic operations, determinants and inverses.
Matrices are later used in solving systems of linear equations. The module also covers
vectors, their basic operations and their application to equations of lines and planes in three
dimensions. Other topics include Vector spaces, linear independence and Independence.
The content is divided into thirteen short lectures. Each lecture begins with a brief
introduction and objectives before discussing the main content. Each concept is followed by
an activity which is intended to help the student test their understanding. In addition, answers
to selected self help questions are given at the ended of the module. Further reading is
suggested at the end of each lecture. This is intended to help the learner get exposed to other
approaches to concepts and hopefully to more challenging exercises.
The learner is strongly advised to do all the activities in each lecture before proceeding to the
next lecture.
GENERAL OBJECTIVES
TABLE OF CONTENTS
3.3 Summary............................................................................................................................25
3.4 Activity 3...........................................................................................................................25
3.5 Further Reading.................................................................................................................26
3.6 Self Test Questions 3.........................................................................................................26
Introduction....................................................................................................................................27
Lecture Objectives.........................................................................................................................27
4.1 Properties of Determinants......................................................................................................28
4.2 9Summary................................................................................................................................29
4.3 Activity 4.................................................................................................................................29
4.4 Further Reading.......................................................................................................................30
4.5 Self Test Questions 4...............................................................................................................30
Introduction....................................................................................................................................31
Lecture Objectives........................................................................................................................31
5.1 Inverse of a 2 X 2 Matrix........................................................................................................32
5.2 Inverse of a 3 x 3 Matrix........................................................................................................33
5.3 Summary..................................................................................................................................34
5.4 Activity 5.................................................................................................................................34
Introduction....................................................................................................................................42
Lecture Objectives.........................................................................................................................42
7.1 Solution of Systems of Linear Equations:...............................................................................43
7.2 Gauss-Jordan Elimination Method..........................................................................................44
7.3 Summary..................................................................................................................................47
7.4 Activity 7.................................................................................................................................47
7.5 Further Reading.......................................................................................................................48
7.6 Self Test Questions 7...............................................................................................................48
Introduction....................................................................................................................................75
Lecture Objectives.........................................................................................................................75
12.1 Linear Dependence and Independence..............................................................................76
12.2 Basis and Dimension.........................................................................................................79
12.3 Summary............................................................................................................................81
12.4 Activity 12.........................................................................................................................81
12.5 Further Reading.................................................................................................................82
12.6 Self Test Questions 12.......................................................................................................82
Introduction....................................................................................................................................83
Lecture Objectives.........................................................................................................................83
13.1 The Vector Equation of a line............................................................................................84
13.2 Equation of a Plane...........................................................................................................86
13.3 Summary............................................................................................................................88
13.4 Activity 13.........................................................................................................................88
13.5 Further Reading.................................................................................................................89
13.6 Self Test Questions 13.......................................................................................................89
10
LECTURE ONE
MATRICES
LECTURE TITLE
INTRODUCTION
In the first subtopic, the learner is introduced to the concept of matrices. Basic definitions are
given including the order of a matrix, equal matrices, row matrix, column matrix e.t.c.
The second subtopic deals with operations on matrices. These include addition, subtraction,
scalar multiplication, dot product and matrix multiplication.
Answers to the self test questions in Section 1.6 have been provided at the end of the module.
For further understanding, the learner is encouraged to read the books recommended in
Section 1.5
LECTURE OBJECTIVE
By the end of this lecture, the learner should be able to perform basic operations on matrices
Including addition, subtraction, scalar multiplication and matrix multiplication.
11
1.1 DEFINITIONS
Matrices are used as a shorthand for keeping essential data arranged in rows and columns i.e
matrices are used to summarize data in tabular form.
Definition: A matrix is an ordered rectangular array of numbers, usually enclosed in
parenthesis or square brackets. Capital (Upper – case) letters are used to denote matrices.
Order of a Matrix
The size of a Matrix is specified by the number of rows (horizontal) and the number of
columns (vertical).
ù a11
úa
a12 ü a1n ù
ý a ij
a 22 ü a 22 úú
A ý ú 21 i ith row
ú ý ú
ú ú j jth column
ûa n1 an2 ü a mn û
A Square Matrix is a one with the same number of rows and columns i.e
m ô m matrix. Two matrices are of the same size if they have the same order.
A vector is a matrix with one row (1 ô n) or one column (n ô 1). A row vector is of the form
1 ô n, and a column vector is of the form m ô 1.
A zero matrix of order m ô n is the matrix with aij ý 0 i ý 1, ü m, j ý 1û n .
Similarly we talk of zero rows and column vector.
ù0 ù
ú0 ú
0 ý ø0,0, ü0ù or ú ú
úýú
ú ú
û0 û
Equal Matrices:
Two matrices A & B are said to be equal if they have the same order (size)
m ô n and aij ý bij i & j
12
Matrix Multiplication:
Let A ý aik be an m ô n matrix, and B ý ùûbkj ùû an n ô s matrix. The matrix product AB is
the m ô s matrix C ý ùûcij ùû where c ij the dot product of the ith row of A and the jth column of
B.
n
i.e. AB ý C , aik ùûbkj ùû = ùûcij ùû ; C ij ý Ai B j ý õa ik bkj
k ý1
Remark:
1.Let A ø m ô n ù , B ø s ô r ù be two matrices .
C ý AB exists iff n ý s & C is m ô n
C ý BA exists iff r ý m & C is s ô n
2. It’s possible for AB to be defined while BA is not defined. i.e. matrix multiplication is not
commutative.
13
ö1 2 3 ö ö 3 0 2ö
1. Let A ý ÷÷ ÷÷ and B ý ÷÷ ÷÷ . Then
ø 4 5 6ø ø 7 1 8ø
ö 1 û 3 2 û 0 3 û 2 ö ö 4 2 5ö
A û B ý ÷÷ ÷÷ ý ÷÷ ÷÷
ø 4 7 5 û 1 6 û 8ø ø 3 6 2 ø
ö 3 1 3 ø 2ù 33 ö ö 3 6 9 ö
2. 3A ý ÷÷ ÷ ý÷ ÷
ø3 4 35 3 ø 6ù÷ø ÷ø12 15 18 ÷ø
ö2 4 6 ö ö9 0 6 ö ö7 4 0 ö
3. 2 A 3B ý ÷÷ ÷÷ û ÷÷ ÷÷ ý ÷÷ ÷÷
ø 8 10 12 ø ø 21 3 24 ø ø 29 7 36 ø
ö 1 2 öö 1 1 ö ö 1 1 û 2 0 1 1 û 2 2 ö ö 1 5 ö
4. ÷÷ ÷÷÷÷ ÷÷ ý ÷÷ ÷÷ ý ÷÷ ÷÷
ø 3 4 øø 0 2 ø ø 3 1 û 4 0 3 1 û 4 2 ø ø 3 11ø
ö 1 1 öö 1 2 ö ö 11 û 1 3 1 2 û 1 4 ö ö 4 6 ö
÷÷ ÷÷÷÷ ÷÷ ý ÷÷ ÷÷ ý ÷÷ ÷÷
ø 0 2 øø 3 4 ø ø 0 1 û 2 3 0 2 û 2 4 ø ø 6 8 ø
The above example shows that matrix multiplication is not commutative, i.e.the products
AB and BA of matrices need not be equal.
14
1.3 SUMMARY.
In this lecture we have defined a matrix, the order of a matrix, equal matrices, row matrix,
column matrix and square matrix
We have also learnt how to perform addition, subtraction, scalar multiplication, dot product
and multiplication of matrices.
1.4 ACTIVITY 1
ö2 5 1 ö ö 1 2 3ö ö 0 1 2ö
5. Let A ý ÷÷ ÷÷ , B ý ÷÷ ÷÷ , C ý ÷÷ ÷÷ .Find 3 A û 4B 2C .
ø 3 0 4ø ø 0 1 5 ø ø 1 1 1 ø
öx yö ö x 6 ö ö 4 x û yö
6. Find x, y, z and w if 3÷÷ ÷÷ ý ÷÷ ÷÷ û ÷÷ ÷÷
ø z w ø ø 1 2 w ø ø z û w 3 ø
ö 1 2ö ö 3 1ö
7. Find AB and BA if (a) A = ÷÷ ÷÷ B= ÷÷ ÷÷
ø 5 4 ø ø 4 6 ø
ö 5 5 2ö ö 1 4ö
(b) A ý ÷÷ ÷÷ B ý ÷÷ ÷÷
ø 4 1 3 ø ø 1 2 ø
15
ö1 3 ö ö 2 0 4ö
1. Let A ý ÷÷ ÷÷ and B ý ÷÷ ÷÷ . Find (a) AB , (b) BA
ø 2 1ø ø3 2 6 ø
ö1 2 0 ö
2. Given A ý ø2,1ù and B ý ÷÷ ÷÷ , find (a) AB , (b) BA
ø 4 5 3ø
ö 2 1ö
÷ ÷ ö1 2 5ö
3. Given A ý ÷ 1 0 ÷ and B ý ÷÷ ÷ , find (a) AB , (b) BA
÷3 4 ÷ ø3 4 0 ÷ø
ø ø
16
LECTURE TWO
LECTURE TITLE
INTRODUCTION
In this lecture we deal with the transpose of a matrix ad also properties of matrix operations.
The subtopic introduces the learner to the transpose of a matrix. The definition is given,
followed by a number of properties.
The second subtopic deals with properties of matrix operations. These include additive
commutativity, of additive and multiplicative associativity, distributive laws etc.
Answers to the self test questions in Section 2.6 have been provided at the end of the module.
For further understanding, the learner is encouraged to read the books recommended in
Section 2.5
LECTURE OBJECTIVES
17
18
19
2.3 SUMMARY
In this lecture, we have learnt how to find the transpose of a given matrix and to identify and
verify their properties. We have also studied the properties of matrix operations including
additive commutativity, additive and multiplicative associativity and distributive laws.
2.4 ACTIVITY 2
ö1 2ö ö 2 1ö
1. Given A ý ÷ ÷,B ý÷ ÷ , show that ø AB ù ý B A .
T T T
ø3 5ø ø 1 3ø
ö 2 1ö ö1 2ö
2. Let A ý ÷ ÷, Bý÷ ÷
ø3 1 ø ø0 1ø
(a)Find AT
(b)Calculate AT BA
(c)Use your results in (b) above to determine whether or not AT BA is symmetric.
20
÷ 4 4 4 4÷
ø ø
ö1 2 0ö
2. Let A ý ÷÷ ÷÷ . Find (a) AAt , (b) At A
ø 3 1 4 ø LECTURE THREE
21
LECTURE THREE
DETERMINANTS OF 2 ô 2 AND 3ô 3 MATRICES
INTRODUCTION
The second subtopic deals with a general formula for finding the determinant of n ô n
matrices.
Answers to the self test questions in Section 3.6 have been provided at the end of the module.
For further understanding, the learner is encouraged to read the books recommended in
Section 3.5
LECTURE OBJECTIVES
3. Use the general formula for finding the determinant of n ô n matrices to find the
determinants of a 4 X 4 and 5 X 5 matrix
22
3ô 3 Matrices
ù a11 a12 a13 ù
Let A ý úúa 21 a 22 a 23 úú
úûa 31 a 32 a 33 úû
Note: This is a sum of 6 products, 3 positive and 3 negative. Each product has exactly one factor from
each row and column.
23
DETERMINANT OF AN n ô n MATRIX
3.2
For a large square matrix the determinant is a sum of products, half of which have minus
signs added. Each product will have exactly one factor from each row and one factor from
each column.
There are n! summations.
3 1 2
1. Evaluate 1 1 4
2 1 1
3 1 2
Solution: 1 1 4 ý 3[ø 1ù1 û 1ø 4 ù] 1[1(1) û 8] û 2[1 2] ý 0
2 1 1
1 3 1
2. Evaluate 2 1 2
1 1 2
1 3 1
1 2 2 2 2 1
Solution: 2 1 2 =1 3 û1 ý 1ø4ù 3ø2ù û 1ø 3ù ý 5
1 2 1 2 1 1
1 1 2
1 2 3 1
2 1 2 0
3. Evaluate
1 2 1 1
1 1 3 3
1 2 3 1
1 2 0 2 2 0 2 1 0 2 1 2
2 1 2 0
Solution: ý 1 2 1 1 2 1 1 1 û 3 1 2 1 1 1 2 1
1 2 1 1
1 3 3 1 3 3 1 1 3 1 1 3
1 1 3 3
ý 1ø4ù 2ø 4ù û 3 ø 6ù 1 ø 6ù ý 0
24
3.3 SUMMARY
In this lecture, we have learnt how to find the determinants of a 2 ô 2 matrix and a 3ô 3
matrix. We have also used the general formula for finding the determinant of n ô n matrices to
find the determinants of a 4 X 4 and 5 X 5 matrix
3.4 ACTIVITY 3
c 3c
1. Find the value of c such that ý 2
1 c
ùü ü ù
2. Find the value of ü if the matrix A ý ú
2úû
is singular.
û3 ü
2 3 4
3. Find 1 1 1
4 1 2
4. Determine the values of x for which the determinant of A is zero where
öx 2 4 3 ö
÷ ÷
A= ÷ 1 x û1 2 ÷
÷ 0 x 4 ÷ø
ø 0
2 3 4
5. Evaluate 0 4 2
1 1 5
ö 5 4 2 1 ö
÷ ÷
÷ 2 3 1 2÷
6. Compute the determinant of A ý ÷
5 7 3 9 ÷
÷ ÷
÷ 1 2 1 4 ÷
ø ø
25
ö 3 2ö öa b a ö
(a) ÷÷ ÷÷ , (b) ÷÷ ÷
ø4 5 ø ø b a û b ÷ø
3 2 ab a
(i) ý 3 5 ø 2ù 4 ý 23 (ii) ý øa b ùøa û b ù a a ý b 2
4 5 b aûb
k k
2. Determine those values of k for which ý 0.
4 2k
k k
ý 2k 2 4k ý 0 , or 2k øk 2ù ý 0 .Hence k ý 0 ;and k ý 2 .That is, if k ý 0 or k ý 2 , the
4 2k
determinant is zero.
3. Compute the determinant of each matrix:
ö 1 2 3ö ö2 0 1 ö ö2 0 1 ö
÷ ÷ ÷ ÷ ÷ ÷
(a) ÷ 4 2 3 ÷ (b) ÷ 4 2 3 ÷ (c) ÷ 3 2 3÷
÷ 2 5 1÷ ÷5 3 1 ÷ ÷1 3 5 ÷
ø ø ø ø ø ø
26
LECTURE FOUR
PROPERTIES OF DETERMINANTS
LECTURE TITLE
INTRODUCTION
The concept is illustrated by several examples. An activity in the form of an exercise is given
at the end of the lecture.
Answers to the self test questions in Section 4.5 have been provided at the end of the module.
For further understanding, the learner is encouraged to read the books recommended in
Section 4 .4
LECTURE OBJECTIVE
By the end of this lecture, the learner should be able to use properties of determinants of
matrices to find the determinant of a given matrix from the determinant of another matrix.
27
28
4.2 SUMMARY
In this lecture, we have learnt to use properties of determinants of matrices to find the
determinant of a given matrix from the determinant of another matrix.
4.3 ACTIVITY 4
2 3 4 18 21 6
1. (a) Evaluate 5 6 7 (b) Hence find 5 6 7
8 9 1 8 9 1
29
30
LECTURE FIVE
LECTURE TITLE
INTRODUCTION
The first subtopic deals with inverses of 2 x 2 of matrices while the second one covers the
inverses of 3 x 3 matrices.
However this lecture restricts itself to the method of using the adjoint of a matrix to find the
inverses. Row reduction method is covered in the following lecture.
Answers to the self test questions in Section 5.6 have been provided at the end of the module.
For further understanding, the learner is encouraged to read the books recommended in
Section 5.5
LECTURE OBJECTIVES
By the end of this lecture, the learner should be able to find the inverses of 2 x 2 and 3 x 3
matrices using the method of the adjoint of a matrix.
31
1
A 1 ý adj ø Aù
det ø Aù
ù a b ù ù a11 a12 ù
For a 2 x 2 matrix A ý ú úýú ú
û c d û û a21 a22 û
T
ù a11 ' a12 ù ù d bù ù d bù
T
ù d cù 1
Adj(A) = ú ú = ú ú = ú ú ; A 1 ý ú c a ú
ûa 21 ' a 22 'û û b d û û c a û ad bc û û
32
a11 a12 1
A33 ý ý a11 a 22 a12 a 21 ; Det A ý a11 A11 a12 A12 û a13 A13 ; A 1 ý adj(A)
a 21 a 22 det A
ù4 0 1ù
Examples: Find the inverse of A ý úú2 2 0úú
úû3 1 1úû
Solution:
2 0 2 0 2 2
Det A = 4 0 û1 ý 4ø2ù 0 û 1 ø2 6ù ý 8 4 ý 4 ; Therefore, A 1 exists.
1 1 3 1 3 1
T
ù A11 A12 A13 ù
ú ú
adj ( A) ý ú A21 A22 A23 ú 2 0 2 2
úû A31 A11 ý ý2 A13 ý ý 4
A32 A33 úû 1 1 2 0 3 1
;
; A12 ý ý 2; ;
3 1
0 1 4 1 4 0 0 1 4 1
A21 ý ý 1 ; A22 ý ý 1 ; A23 ý ý 4 ; A31 ý ý2 A32 ý ý 2
1 1 3 1 3 1 2 0 2 0
ù 2 2 4ù 12 ù
T
ù 2 1 2ù ù 12 1
4
33
5.3 SUMMARY
In this lecture we have learnt to find the inverses of 2 x 2 and 3 x 3 matrices using the
method of the adjoint of a matrix.
5.4 ACTIVITY 5
ö2 0 1ö
÷ ÷
1. Let A ý ÷ 4 2 3 ÷ .Find A1
÷5 3 1 ÷ø
ø
ö1 2 1ö
÷ ÷
2. Let A ý ÷ 3 4 2 ÷
÷5 3 5 ÷ø
ø
ùü ü ù
3. Find the value of ü if the matrix A ý ú
2úû
is singular.
û3 ü
ù2 5 2 ù
4. Let A= úú1 2 4úú
úû3 4 6úû
(a)Find det A
(b)Find Adj (A)
(c)Hence find A 1
ö1 2 3ö
÷ ÷
5. Let A = ÷ 6 5 4 ÷ Find A1
÷2 0 7÷
ø ø
34
35
LECTURE SIX
ROW-ECHELON FORM
LECTURE TITLE
INTRODUCTION
This lecture is divided into three sections, each section dealing with a specific subtopic.
The first subtopic covers the inverse of a matrix using row reduction method, while the
second one covers the general concept of reducing a matrix to echelon form.
Answers to the self test questions in Section 6.7 have been provided at the end of the module.
For further understanding, the learner is encouraged to read the books recommended in
Section 6.6
LECTURE OBJECTIVES
36
Example:
ù4 0 1ù
Find the inverse of A ý úú2 2 0úú
úû3 1 1úû
Solution:
ù 4 0 1 1 0 0ù ù4 0 1 1 0 0ù
ú ú ú ú
ú2 2 0 0 1 0ú 2 R2 R1 ú 0 4 1 1 2 0 ú
úû3 1 1 0 0 1úû 4 R3 3R1 úû 0 4 1 3 0 4 úû R3 R2
ù 4 0 1 1 0 0 ù 2 R1 R3 ù8 0 0 4 2 4 ù R1 8
ú ú ú ú
ú 0 4 1 1 2 0 ú 2 R2 û R3 ú0 8 0 4 2 4 ú R 2 8
úû 0 0 2 2 2 4 úû úû0 0 2 2 2 4 úû R 3 2
ù1 0 0 12 1
4 12 ù ù 12 1
4
12 ù
ú ú ú 1 ú
ú0 1 0 1 2 1 4 1 2 ú ; Inverse ú 12 14 2 ú
úû0 0 1 1 1 2 úû úû 1 1 2 úû
37
ú0 0 b33 ü b3n ú
ú ú
Býú ý ý ú if n þ m
ú0 0 0 ü bnn ú
ú ú
ú0 0 0 ü 0 ú
ú0 û û 0 úû
û 0
ú ý ú
Býú ú mýn
ú ý ú
ú üú
ú ú
ûú bnn ûú
Note:
For a matrix in echelon form, for subsequent rows, the non-zero entries occur in later and later
columns.
For a matrix in echelon form, all entries below the main diagonal are zero. Given any matrix B
(not in echelon form) we perform the following elementary row operations to change it to
echelon form:
1. Change the order of the rows (interchange some rows)
2. Multiply one row by a nonzero constant.
3. Add a multiple of one row to a nonzero multiple of another row.
38
ù3 4 1 1ù ù1 1 3 1 ù
Solution: úú1 1 3 1úú R1 R2 ú 3 4 1 1 ú R 3R
ú ú 2 1
ù1 0 117 7 ù
5
R1 117 R3 ù1 0 0 17 13
ù
ú 2ú ú 18 ú
ú0 1 7 7 ú R2 û 7 R3 ú0 1 0 17 ú
10 10
úû0 0 1 16 ú
17 û
úû0 0 1 17 16 ú
û
39
6.4 SUMMARY
In this lecture, we have learnt to find the inverse of a matrix using row reduction
method, reduce a given matrix to echelon form and to canonical form.
6.5 ACTIVITY 6
ö 1 2 3 1ö
÷ ÷
1. Reduce ÷ 2 1 2 2 ÷ to (a) echelon form (b) row-reduced echelon form
÷3 1 2 3 ÷
ø ø
ù1 2 3 1ù
2. Reduce matrix A ý úú 2 1 2 2 úú to row-reduced echelon form.
úû 3 1 2 3 úû
3. Which one of the following matrices are row-reduced and which one is not.
ö 2 3 2 0 4 5 6 ö
ö 1 2 3 0 1 ö ö 0 1 7 5 0 ö ÷ ÷
÷ ÷ ÷ ÷ ÷ 0 0 7 1 3 2 0 ÷
(a) ÷ 0 0 5 2 4 ÷ (b) ÷ 0 0 0 0 1 ÷ (c) (d)
÷0 0 0 7 4 ÷ ÷0 0 0 0 0÷ ÷0 0 0 0 0 6 2 ÷
ø ø ø ø ÷ ÷
ø0 0 0 0 0 0 0 ø
ö1 0 5 0 2ö
÷ ÷
÷0 1 2 0 4÷
÷0 0 0 1 7÷
ø ø
40
ö1 2 1 ö
÷ ÷
1. Reduce the matrix ÷ 2 1 1÷ to echelon form .
÷7 4 1 ÷
ø ø
ö2 0 1 ö
÷ ÷
2. Let A ý ÷ 4 2 3 ÷ .Find A1 using row-reduction method
÷5 3 1 ÷
ø ø
41
LECTURE SEVEN
SOLUTION OF SYSTEMS OF LINEAR EQUATIONS
INTRODUCTION
This lecture starts with a general introduction to the solution of a system of linear equations,
followed by a more detailed section on the solution of equations using Gauss Jordan method.
Several worked out examples have been included, and an activity in the form of an exercise
is given at the end of the lecture.
Answers to the self test questions in Section 7.6 have been provided at the end of the module.
For further understanding, the learner is encouraged to read the books recommended in
Section 7.5
LECTURE OBJECTIVE
By the end of this lecture, the learner should be able to solve a system of linear equations
using Gauss Jordan method.
42
43
Example:
Solve using Gauss-Jordan method
2 x1 4 x2 û 6 x3 ý 20
3x1 6 x2 û x 3 ý 22
2 x1 û 5x2 2 x3 ý 18
44
Solution:
Matrix form
ù 2 4 6 ù ù x1 ù ù 20 ù
ú 3 6 1 ú ú x ú = ú 22 ú
ú ú ú 2ú ú ú
úû 2 5 2úû úû x 3 úû úû 18úû
Augmented matrix
ù 2 4 6 20 ù
ú ú
ú 3 6 1 22 ú
úû 2 5 2 18úû
1
Divide row 1 by 2 i.e. 2
R1 and use it to reduce a 21 and a 31 to zeros
ù1 2 3 10 ù
ú ú
ú3 6 1 22 ú R2 3R1
úû 2 5 2 18úû R3 û 2 R1
ù1 2 3 10 ù
ú ú
ú0 0 8 8ú R2 R3
úû0 1 4 2 úû
ù1 2 3 10 ù
ú ú
ú0 1 4 2 ú R1 û 2 R2
úû0 0 8 8úû
ù1 0 11 14 ù 8R1 û 11R3 ù8 0 0 24 ù R1 / 8
ú ú ú ú
ú0 1 4 2 ú 2 R2 û R3 ú0 2 0 4 ú R2 / 2
úû0 0 8 8úû úû0 0 8 8úû R3 / 8
ù1 0 0 3 ù
ú ú
ú0 1 0 2ú Solution x1 ý 3, x2 ý 2, x3 ý 1
úû0 0 1 1 úû
45
A system of linear equations may have a unique solution, many solutions or no solution.
Unique solution: A b reduces to øI c ù
No solution: The last row is a form 00ûa 0
Many solutions: Some variables can be written in terms of others
46
7.3 SUMMARY.
In this lecture, we have learnt to solve a system of linear equations using Gauss Jordan
method.
7.4 ACTIVITY 7
Solve for x, y and z using Gauss-Jordan method
2x 5 y û 2z ý 7
1. x û 2 y 4 z ý 3
3x 4 y 6 z ý 5
xû yûz ý5
2. x û 2 y û 3z ý 10
2x û y û z ý 6
x1 û 2 x 2 x3 ý 1
3. 3x1 û 8 x 2 û 2 x3 ý 28
4 x1 û 9 x 2 x3 ý 14
4. X 1 û X 2 X 3 û 2 X 4 ý 4
2 X 1 û X 2 û 3X 3 û X 4 ý 5
X 1 û 2 X 2 û 2 X 3 û 3X 4 ý 6
47
2. x1 û x 2 û x3 û x 4 ý 4
x1 û 2 x2 x3 x4 ý 7
2 x1 x2 x3 x4 ý 8
x1 x2 û 2 x3 2 x4 ý 7
3. x1 û x2 û 2 x3 û x4 ý 3
LECTURE EIGHT
x1 û 2 x2 û x3 û x4 ý 2
x1 û x2 û x3 û 2 x4 ý 1
2 x1 û x2 û x3 û x4 RULE
CRAMER’S ý4 AND INVERSE MATRIX METHOD
4. X1 X 2 û 2X 3 ý 2
2 X 1 û 3 X 2 X 3 ý 14
3 X 1 û 2 X 2 û X 3 ý 16
X 1 û 4 X 2 3 X 3 ý 12
48
LECTURE EIGHT
CRAMER’S RULE AND INVERSE MATRIX METHOD
LECTURE TITLE
INTRODUCTION
In the first subtopic, the learner is introduced to the solution of a system of linear equations
using Cramer’s rule, or the method of determinants.
The second subtopic deals with the inverse matrix method of solving linear equations. Gauss
Jordan method is covered in the previous lecture.
Each method is illustrated using several examples. An activity in the form of an exercise is
given at the end of the lecture.
Answers to the self test questions in Section 8.6 have been provided at the end of the module.
For further understanding, the learner is encouraged to read the books recommended in
Section 8.5
LECTURE OBJECTIVES
49
1
Suppose det A 0 , A square matrix x ý A 1b, A 1 ý adj ( A)
det A
T
ù A11 A21 ù ù a11 a21 an1 ù
ú ú
1 ú A12 A22 ú 1 ú ú
; Let aij ý ø 1ù
iû j
1
A ý Aij ; A1 ý ú a12 a22 an 2 ú
det A ú ú det A ú ú
ú ú
û û ûú a1n a2 n ann ûú
ù x1 ù ù a11 a 21 ü a n1 ù ù b1 ù
úx ú ú ú úb ú
ú 2ú = 1 úa12 a 22 an2 ú ú 2ú
úýú det A ú ý ý ý ú úýú
ú ú ú ú ú ú
ûxn û úûa1n a 2 n a nn úû ûb n û
1
xj ý ùb1 a1 j û b2 a2 j û û bn anj ùû
det A û
50
For 3 ô 3 matrix Ax ý b
ù a11 a12 a13 ù ù x1 ù ù b1 ù
úa ú ú ú ú ú
ú 21 a 22 a 23 ú ú x 2 ú ý úb2 ú
úûa 31 a 32 a 33 úû úû x3 úû úûb3 úû
51
ù x1 ù ùú 2 1 ù
7
4 2ú ù3ù ù 3 ù
úx ú ý ú 1 3 1 ú ú 8 ú ý ú 2 ú ; x ý 3, x ý 2 , x ý 3
ú 2ú ú 4 2 ú ú ú ú ú 1 2 3
úû x3 úû ú 0 1 ú
1 úû10úû úû 3úû
û 4 2û
52
8.3 SUMMARY.
In this lecture, we have learnt to solve a system of linear equations using Cramer’s rule, or
the method of determinants and also by using inverse matrix method
8.4 ACTIVITY 8
x1 û 3x2 û 2 x3 ý 3
7. 2 x1 û 4 x2 û 2 x3 ý 8
x1 û 2 x2 x3 ý 10
53
x1 û 3x2 û 2 x3 ý 3
2. 2 x1 û 4 x2 û 2 x3 ý 8
x1 û 2 x2 x3 ý 10
Solve the following three equations using inverse matrix method
x û y û 2z ý 1 x û 2y û z ý 4
3. x û 2 y z ý 2 4. 3x 4 y 2 z ý 2
x û 3y û z ý 5 5 x û 3 y û 5 z ý 1
54
LECTURE NINE
VECTORS
This lecture covers the concept of vectors, their dot product and cross product. The application
of dot product in looking for the angle between vectors is included. Application of cross
product in the equations of lines and planes is covered in the last lecture in the module.
Each concept is illustrated by several examples. An activity in the form of an exercise is given
at the end of the lecture.
Answers to the self test questions in Section 9.6 have been provided at the end of the module.
For further understanding, the learner is encouraged to read the books recommended in
Section 9.5
LECTURE OBJECTIVES
55
56
Scalar multiplication
ù a1 ù ùñ a1 ù
úa ú úñ a ú
ñ ú 2 ú ý ú 2 ú Where ñ is real scalar or complex scalar.
úýú ú ý ú
ú ú ú ú
ûa n û ûñ a n û
Properties:
Let a, b, c be n-column vectors , ü , ý scalars
1. a û b ý bû a - Commutative law
ø ù
5. ü a û b ý ü aû ü b
6. ø ü û ý ù a ý ü aû ý a ; ø üý ù a ý ü ø ý a ù
Length/Magnitude of Vector:
Let a ý a1 , a2 , , an
a ý a12 û a22 û û an 2
aûb a û b ra ý r a
57
58
Exercise: Show that the vectors u = sin , cos and v= cos sin are orthogonal
Cross/vector product:
The cross product of a ý a1i û a2 j û a3k and b ý b1i û b2 j û b3k , denoted by a ô b is a vector
orthogonal to both a and b defined by
i j k
a2 a3 a1 a3 a1 a2
a ô b ý a1 a2 a3 ýi j ûk
b2 b3 b1 b2 b1 b2
b1 b2 b3
ø ù
Example: Let a ý 3i j û k ; b ý i û 2 j k ø ù
(a) Find a ô b
(b) Show that a ô b is orthogonal to a
(c) Show that a ô b is orthogonal to b
Solution:
i j k
ø ù ø ù
(a) 3i j û k ô i û 2 j k ý 3 1 1 ý i(1 2) j (3 1) û k (6 1) ý i û 4 j û 7k
1 2 1
ø ù
(b) a (a ô b) ý ø 3i j û k ù i û 4 j û 7k ý 3 4 û 7 ý 0 and therefore a ô b is orthogonal to a
59
i j k
ù b b3 b1 b3 b1 b2 ù
a (b ô c) ý (a1i û a2 j û a3k ) b1 b2 b3 ý (a1i û a2 j û a3k ) úi 2 j ûk ú
c c c û c2 c3 c1 c3 c1 c2 û
1 2 3
a1 a2 a3
b2 b3 b1 b3 b1 b2
ý a1 a2 û a3 = b1 b2 b3
c2 c3 c1 c3 c1 c2
c1 c2 c3
Properties of the cross product:
Let a , b , c be vectors, ñ , ò and y scalars
1. a ô b ý b ô a
2. a ô ø b û c ù ý ø a ô b ù û ø a ô c ù
ø a û bùô c ý a ô c û bô c
3. ñ ø a ô b ù ý øñ a ô b ù ý a ô ñ b
4. a ô a ý øaôaù
60
9.3 SUMMARY.
In this lecture, we have learnt performed addition, subtraction and scalar multiplication of
vectors. We have also learnt to find the magnitude of a given vector and the dot product and
cross product of vectors. Finally we have used the dot product to find the angle between
vectors .
9.4 ACTIVITY 9
1. Find the angle between the vectors a=3i-j+k and b=-i+j+3k
2. Use the vectors a ý i û j 3k , b ý 2i û j û 2k and c ý 3i 2 j k to prove that
a ô øb û c ù ý a ô b û a ô c
3. Find the angle between the vectors u ý i û 2 j û k and v ý 2i j û 2k
x ý x1i û x2 j û x3k
4. Let y ý y1i û y2 j û y3k be vectors. Find x y ô z ø ù
z ý z1i û z2 j û z3k
x ý x1i û x2 j û x3k x1 x2 x3
5. Let y ý y1i û y2 j û y3k be vectors. Show that x y ô z ý y1 ø ù y2 y3
z ý z1i û z2 j û z3k z1 z2 z3
6.Find the angle between the vector u ý 2i j û 3k and v ý i û 3 j k
7. For any three vectors a ý a1i û a2 j û a3k , b ý b1i û b2 j û b3k and c ý c1i û c2 j û c3k
Show that a ô ø b û c ù ý a ô b û a ô c
61
ù1 ù
1. Compute the length of the vector v ý úú2úú
úû3úû
ùu ù ùv ù
2. Let u ý ú 1 ú and v ý ú 1 ú .Find LECTURE TEN
the angle between u and v.
ûu 2 û û v2 û
VECTOR SPACES
ù2ù ù 4ù
3. Show that the vectors u ý ú ú and v ý ú ú are orthogonal
û 4û û 2û
62
LECTURE TEN
VECTOR SPACES
LECTURE TITLE
INTRODUCTION
In the first subtopic, the learner is introduced to the concept of a vector space.
Answers to the self test questions in Section 10.6 have been provided at the end of the
module.
For further understanding, the learner is encouraged to read the books recommended in
Section 10.5
LECTURE OBJECTIVES
63
64
Examples:
1. Show that the set n ý ø a1 , a2 , , an ù an þ is a vector space.
2. Show that M n,m øù , the set of all n ô m matrices is a vector space.
3. Show that p ø x ù , the set of all polynomials in x with real coefficients is a vector space.
4. Show that F ø ù ,the set of all functions f : ,is a vector space.
5. Define nû to be the set of n-tuples ø x1 , , xn ù such that xi þ 0 i
Define addition and scalar multiplication by:
ø x1, x2 , , xn ù õ ø y1, y2 , , yn ù ý ø x1 y1, , xn yn ù
ü ô ø x1 , ø
xn ù ý x1ü , ù
, xnü . Show that n û is a vector space.
Solution:
Condition 1
ø x1, x2 , , xn ù õ ø y1, y2 , , yn ù ý ø x1 y1, , xn yn ù þnû
Condition 2
ø
ü ô ø x1 , xn ù ý x1ü , , xnü þnû ù
Condition 3
ø
0 ô ø x1 , , xn ù ý x10 , ù
, xn0 ý ø1, ,1ù
ø x1, x2 , , xn ù õ ø1, ,1ù ý ø x1, , x2 ù ø1, ,1ù is the zero vector
Condition 4
ö ö ö ö ö ö ö ö öö
ø x1 , , xn ù õ ÷ 1 , , 1 ÷ = ÷÷ x1 ÷ 1 ÷ , x2 ÷ 1 ÷ , , xn ÷ 1 ÷ ÷÷ = (1, 1,…,1)
ø x1 xn ø ø ø x1 ø ø x2 ø ø xn ø ø
ö1 1ö
Then additive inverse of ø x1 , , xn ù is ÷ , , ÷ . Therefore n û is a vector space.
ø x1 xn ø
65
Examples:
1. The set of diagonal n ô n matrices is a subspace of M n , the set of (n ô n matrices).
2. Let W ü n with w ý øw1 û wn ù / Wi þ with
a) w1 ý 0
b) w1 even
c) w1 is divisible by k
Show that each of them is a vector space.
3. The set D of all differentiable functions from f : is a subspace of F, the set of all
functions f :
4. (a)The set of all functions f : R such that f ø0ù ý 1 is not a subspace of the set
f : .
(b) The set of all functions f : R such that f(1)=0 is a subspace of the set f : .
66
10.3 SUMMARY
In this lecture, we have defined a vector space and a subspace of a vector space.
We also have learnt to show that a given set is a vector space, or a sub space of a
vector space
10.4 ACTIVITY 10
1. Show that the set C 0,1 of continous functions mapping to 0,1 is a vector space.
67
68
LECTURE ELEVEN
LINEAR COMBINATIONS
LECTURE TITLE
INTRODUCTION
This lecture covers linear combinations and linear spans. Several examples have been given
on how to write a given vector as a linear combination of other vectors. The relationship
between linear spans, vector spaces and subspaces is also included.
Answers to the self test questions in Section 11.5 have been provided at the end of the
module.
For further understanding, the learner is encouraged to read the books recommended in
Section 11.4
LECTURE OBJECTIVES
2. Prove theorems on the relationship between linear spans, vector spaces and subspaces.
69
70
Example:
1. Let P øx ù be the set of all polynomials in x with real coefficients over .
ø ù
Span 1, x, x 2 ý a û bx û cx 2 / a, b, c þ = P2 ø x ù , set of all polynomials in P øx ù of
degree 2 .
Observe that
ø ù ø ù
1. Span 1, x, x 2 ,3 û 5 x ü Span 1 x, x 2
2. Span ø1,3 û 5x, x ù ü Span ø1, x, x ù
2 2
71
Definition: Let W1 ,W2 , ,Wn be subspaces of a vector space V. The set spanned by W1 ,W2 , ,Wn
is the sum of W1 , W2 , ,Wn , denoted W1 û W2 û û W2 and defined by
W1 û W2 û û W2 ý u1 û u 2 û ûu n / u i þWi
72
11.2 SUMMARY.
In this lecture we have learnt to write a given vector as a linear combination of a given set of
vectors and prove theorems on the relationship between linear spans, vector spaces and
subspaces.
11.3 ACTIVITY 11
1. Show that ø11,3,8ù is a linear combination of ø1,1, 0 ù and ø2,1,1ù
2. If W , W1 ,W2 are subspaces of V, prove that
(a) W û W ý W ,W û 0 ý W , W û V ý V
(b) If W1 ü W2 , then W1 û W2 ý W2
(c) W1 ü W2 û W1 û W2 ý W2
(d) W1 W2 is a subspace of V iff W1 ü W2 or W2 ü W1
3. For which value of m will the vector u ý ø1, 2, m ù in 3 be a linear combination of
v ý ø 3,0, 2 ù and w ý ø 2, 1, 5ù
73
2. For which value of k will the vector u ý ø1,2, k ù in 3 be a linear combination of the
vectors u ý ø3,0,2ù and w ý ø2,1,5ù ?
74
LECTURE TWELVE
LINEAR DEPENDENCE AND INDEPENDENCE
In the first subtopic, the learner is introduced to the concept of linear dependence and
independence.
The second subtopic deals with the application of linear dependence and independence in
finding the basis and dimension of a given vector space.
Each concept is illustrated by several worked out examples. An activity in the form of an
exercise is given at the end of the lecture.
Answers to the self test questions in Section12.6 have been provided at the end of the
module.
For further understanding, the learner is encouraged to read the books recommended in
Section 12.5
LECTURE OBJECTIVES
2. Use the concept of linear dependence and independence to find the basis and
dimension of a given vector space.
75
Note:
1. Any set of vectors including the zero vector is linearly dependent.
2. If none of the vectors is zero and a1v1 û a2 v2 û û û an vn ý 0 with vi ' s dependent, then at least
two of the ai ' s are non-zero.
76
ö1 2 3 1ö ù1 2 3 1 ù ù1 2 3 1 ù
÷ ÷ ú ú ú0 2 5 1ú
÷ 2 2 1 3 ÷ R2 2 R1 ú0 2 5 1ú ú ú
÷ 1 2 7 3 ÷ R û R úû0 4 10 2 úû R3 2 R2 úû0 0 0 0 úû
ø ø 1 3
OR
ö1 2 3 1 ö V1 ù1 2 3 1 ù V1
÷ ÷
÷2 2 1 3 ÷ V2 úú0 2 5 1úú V2 2V1
÷ 1 3 ÷ø V3 úû0 4 10 2 úû V1 û V3
ø 2 7
ù1 2 3 1ù V1
úú0 2 5 1ú ú V2 2V1
úû0 0 0 0 úû øV1 û V3 ù 2 øV2 2V1 ù
øV1 û V3 ù 2 øV2 2V1 ù ý 0 3V1 û 2V2 û V3 ý 0 but the coefficients of V1 ,V2 ,V3 are not
zero V1 ,V2 ,V3 are linearly dependent.
77
5. Show that the set 1,sin 2 x,cos 2 x is a linearly dependent set of functions in the vector
space F of all functions mapping to .
78
79
Definition: The dimension of a finitely generated vector space V is the number of elements in any basis of
V, denoted dim(V). We say V is an n-dimensional vector space.
Example: Find dimension of the subspace W ý Span ø1, 3,1ù , ø 2,6,2ù, ø2,1,4ù , ø 1,10,7ù of 3 .
Solution:
ù 1 3 1 ù ù1 3 1 ù ù1 3 1 ù
ú 2 6 2 ú ú0 0 0 ú ú ú
ú ú ú ú ú0 7 6ú ; W = span ø1,3,1ù, ø2,1,4ù Dim(W)=2.
ú 2 1 4 ú ú0 7 6 ú ú0 0 0ú
ú ú ú ú ú ú
û 1 10 7 û û0 7 6 û û0 0 0û
Theorem: Let V be an n-dimensional vector space and v1 , , vm a linearly independent set of vectors in
V.
(i) The set v1 , , vm is a basis for V iff m ý n .
(ii) Any linearly independent set of vectors of a finite dimensional space can be enlarged to a basis.
Proof:
(i) Suppose v1 , v2 , , vm is a basis for V. Any two basis for a finitely generated
vector space V have same number of elements called dim V. Hence m ý n .
ü Suppose m ý n . If u þV is not a linear combination of v1 , v2 , , vm . Then v1 , , vm , k ý S is a
linearly independent set with S ý n û 1 . But dim V = n is the maximum number of linearly independent
vectors in V. This is a contradiction and hence uþ Span øv1 , v2 ,ûvm ù and ø v1 , v2 , , vm ù is a basis of V.
(ii) Let v1 , v2 , , vk be a linearly independent set. If k=n, the proof follows from (i).
If k ü n take Vk û1 ÿ Span ø v1 , , vk ù .Then v1 , v2 , , vk , vk û1 is a linearly independent set. If k û1 ý n , we
have a basis from (i). If k û 1 ü n we can repeat the process. The process stops when the number of
elements in the enlarged set is n.
If V is an n-dimensional vector space and W a subspace of V, then W is finite dimensional, dim W ý dim V
and any basis of W can be extended to a basis of V.
W ý V iff dim W ý dimV .
Example: Let V ý 4 , W = Span {(1,0,0,0), (1,0,1,0)}. ø1,0,0,0ù, ø1,0,1,0ù is a basis for W. To enlarge
this basis to a basis of 4 , we start with U ý ø1,0,0,0 ù , ø1,0,1,0 ù , e1, e2 , e3 , e4 where { e1 , e2 , e3 , e4 } is the
usual basis for 4 . 4 = span (U)
We delete vectors in U that are a linear combination of (1,0,0,0) and (1,0,1,0).
e1 ý ø1,0,0,0 ù , e3 ý ø1,0,0,0 ù û ø1,0,1,0 ù
The set ø1,0,0,0ù , ø1,0,1,0ù , e is linearly independent.
2
80
12.3 SUMMARY.
In this lecture we have learnt to determine whether a given set of vectors is linearly dependent and
independent and to use the concept of linear dependence and independence to find the basis and
dimension of a given vector space.
12.4 ACTIVITY 12
ö 1 1ö ö1 0ö ö1 1ö
1. Determine whether or not the matrices A ý ÷ ÷, B ý ÷ ÷ and C ý ÷ ÷ are linearly
ø 1 1ø ø0 1ø ø 0 0ø
independent.
2. Determine whether or not the following vectors in 4 are linearly dependent {(1,3,-4,2),(3,8,-
5,7),(2,9,4,23)}
3. Let X be the subspace x ý ø x, y, w, z ù : y û w û z ý 0 . Find the dimension and the basis of X.
4. Find a basis and the dimension of the subspace W of 4 spanned by ø1, 4, 2,1ùø1, 3, 1, 2 ù and
ø 3, 8, 2,7 ù .Extend the basis of W to a basis of the whole space 4 .
5. Let U be the following subspace of 4 : W ý ø a, b, c, d ù a û b ý 0, c ý 2d . Find the dimension and a
basis of U.
6. Show that the vectors ø1,1,1,1ù , ø 0,1,1,1ù , ø0,0,1,1ù and ø 0, 0, 0,1ù form a basis for 4 .
7. Determine whether or not the vectors u ý ø 6, 2,3, 4 ù ,v ý ø 0,5, 3,1ù and w ý ø 0,0,7, 2 ù are linearly
independent.
8. Let V be the vector space of polynomials of degree 3 over .Determine whether or not the
polynomials u ý t 3 3t 2 û 5t û 1, v ý t 3 t 2 û 8t û 2 and w ý 2t 3 4t 2 û 9t û 5 are linearly dependent.
9. Let W be a subspace of 5 spanned by ø1, 2,0,0,3ù , ø 2, 5, 3, 2,6 ù , ø0,5,15,10,0 ù and
ø 2,6,18,8,6ù .Find the dimension and a basis of W.
10. Show that the vectors u ý ø1, 2,3ù , v ý ø 0,1, 2 ù and w ý ø 0,0,1ù span 3 .
11. Let U and W be the following subspaces of 4 : U ý ø a, b, c, d ù b x û d ý 0 ;
W ý ø a, b, c, d ù a ý d , b ý 2c . Find the dimension and a basis of: (a)U (b)W (c) U W
81
ö 1 2 3ö ö6 5 4 ö
(f) u ý ÷÷ ÷÷, v ý ÷÷ ÷÷ (g) u ý 2 5t û 6t 2 t 3 , v ý 3 û 2t 4t 2 û 5t 3
ø 6 5 4 ø ø 1 2 3 ø
3. Determine whether or not the following form a basis for the vector space 3 :
(b) ø1,2,3ù, ø1,0,1ù, ø3,1,0ù and ø2,1,2ù (d) ø1,1,2ù, ø1,2,5ù and ø5,3,4ù
82
LECTURE THIRTEEN
In the first subtopic, the learner is introduced to the vector equation of a line, while the
second subtopic covers the vector equation of a plane.
Answers to the self test questions in Section 13.6 have been provided at the end of the
module.
For further understanding, the learner is encouraged to read the books recommended in
Section 13.5
LECTURE OBJECTIVES
83
Solution:
ö 4 ö ö1 ö ö 3 ö
AB ý ÷ 4 ÷ ÷ 2 ÷ ý ÷ 2 ÷ ý 3i û 2 j û k
÷ 4 ÷ ÷ 3 ÷ ÷1 ÷
ø ø ø ø ø ø
Let R be any point on line AB, then
OR ý OA û t AB, where t is a scalar.
ö1ö ö 3ö
÷ ÷ ÷ ÷
r ý ÷ 2÷ û t ÷ 2÷ OR
÷ 3÷ ÷1÷
ø ø ø ø
ö 4ö ö 3 ö ö 4 ö ö 3 û 3t ö ö 1 ö ö 3 ö
÷ ÷ ÷ ÷ ÷ ÷ ÷ ÷ ÷ ÷ ÷ ÷
OR = OR + (1-t) BA ý ÷ 4 ÷ û ø1 t ù ÷ 2 ÷ ý ÷ 4 ÷ û ÷ 2 û 2t ÷ ý ÷ 2 ÷ û t ÷ 2 ÷
÷ 4÷ ÷ 1 ÷ ÷ 4 ÷ ÷ 1 û t ÷ ÷ 3 ÷ ÷ 1 ÷
ø ø ø ø ø ø ø ø ø ø ø ø
The line meets Z = 0 where the z-coordinate is 0. i.e. where 3 +t =0 t = -3.
ö 1 ö ö 3 ö ö 8 ö
÷ ÷ ÷ ÷ ÷ ÷
At this point, r ý ÷ 2 ÷ 3 ÷ 2 ÷ ý ÷ 4 ÷ . Point R has coordinates ø 8, 4,0 ù
÷ 3÷ ÷ 1÷ ÷ 0 ÷
ø ø ø ø ø ø
ö pö
÷ ÷
The equation of a line through a point Aøx1 , y0 , z 0 ù and parallel to vector ÷ q ÷ is given by
÷s÷
ø ø
ö x0 ö ö p ö ö x ö ö x0 ö ö p ö ö x ö ö x0 û tp ö
÷ ÷ ÷ ÷ ÷ ÷ ÷ ÷ ÷ ÷
r ý ÷ y0 ÷ û t ÷ q ÷ . i.e. ÷ y ÷ ý ÷ y0 ÷ û t ÷ q ÷ ÷ y ÷ ý ÷ y0 û tq ÷
÷z ÷ ÷s ÷ ÷ z ÷ ÷ z ÷ ÷ s ÷ ÷ z ÷ ÷ z û ts ÷
ø 0ø ø ø ø ø ø 0ø ø ø ø ø ø 0 ø
This can be written as
x x0 y y 0 z z 0
tý ý ý
p q s
84
85
x = 1 + 4m + 2n
y = 1- m +n
z = 1-m
Eliminate n from equation 1 and 2 to get
x – 2y = -1 + 6m
z = 1- m
Eliminate m to get
x – 2y + 6z = 5 which is the equation of the plane
86
87
13.3 SUMMARY.
In this lecture, we have learnt to find the parametric and symmetric equation of a line, the
equation of a plane and the line of intersection of two planes
13.4 ACTIVITY 13
1. Find the angle between the planes 2 x û y 2 z ý 1 and x 2 y 2 z ý 2 .
2. Find the equation of the plane through the points A ø1,1,1ù , B ø 2,0, 2 ù and C ø 1,1, 2 ù
3. Find the equation of the plane through ø 1, 2,3ù and perpendicular to the planes
2 x 3 y û 4 z ý 1and 3x 5 y û 2 z ý 3 .
x 1 y 3 z 4
4. Write the line û û in the form r ý a û tu and show that it passes
2 3 5
ö7ö
÷ ÷
through ÷ 12 ÷ .
÷ 19 ÷
ø ø
5. Find the distance between the parallel planes x û 2 y 2 z ý 3 and 2 x û 4 y 4 z ý 7
6. Find the equation of the plane passing through the points P ø 4, 1, 1ù , Q ø 2,0,1ù and
R ø 1, 2, 3ù .
7.Find the equation of the line of intersection for the planes 4x+3y + z=10 and x + y + z = 6
8.Find the point of intersection of the lines r ý ø1 û m ù i û ø 2 û m ù i û ø 4 û 2m ù k and
s ý ø1 û 3n ù i û 5nj û ø 3 û 7n ù k . Ans: (4,5,10)
88
2. Find the equation of the plane passing through the points P1 ø1,2,1ù, P2 ø2,3,1ù and P3 ø3,1,2ù .
3. Find The line through the point ø1,2,3ù and parallel to the vector v ý ø4,5,7ù has
parametric equations
4. (a)Find parametric equations for the line l passing through the points P1 ø2,4,1ù and P2 ø5,0,7ù .
5. Find parametric equations for the line of intersection of the planes 3x û 2 y 4 z 6 ý 0 and
x 3 y 2z 4 ý 0 .
89
ö11 6 14 ö
1 (a) AB ý ÷÷ ÷÷ 1(b) BA is not defined. 2. (a) AB ý ø6,1,3ù (b) BA is not defined.
ø 1 2 14 ø
ö 1 8 10 ö
÷ ÷ ö15 21ö
3. (a) AB ý ÷ 1 2 5 ÷ (b) BA ý ÷÷ ÷÷
÷ 9 22 15 ÷ ø 10 3 ø
ø ø
ö1 2 4ö
÷ ÷ ö1 3 ö ö 10 1 12 ö
÷0 3 4÷ ÷ ÷ ö 5 1 ö ÷ ÷
At ý ÷ ÷ 2. At ý ÷ 2 1÷ , Then AAt ý ý ÷÷ ÷÷ ; At A ý ÷ 1 5 4 ÷
÷
1 4 4
÷ ÷0 4 ÷ ø 1 26 ø ÷ 12 4 16 ÷
÷0 ÷ ø ø ø ø
ø 5 4ø
3 2 a b a
1. (a) ý 23 (b) ý b 2 2. k ý 0 ;and k ý 2 .That is, if k ý 0 or k ý 2
4 5 b aûb
1 2 3 2 0 1 2 0 1 1 0 0
3. (a) 4 2 3 ý 79 (b) 4 2 3 ý 24 (c) 3 2 3 ý 5 (d) 3 2 4 ý 10
2 5 1 5 3 1 1 3 5 4 1 3
1 2 3 5 0 9
1. 2 1 3 ý 2 1 3 ,obtained by adding twice the second row to the first row Det=4.
1 0 1 1 0 1
2. -120
90
ö 18 / 46 11 / 46 10 / 46 ö ö 9 / 23 11 / 46 5 / 23 ö
÷ ÷ ÷ ÷
1. A ý øadjA ù ý ÷ 2 / 46
1
1
14 / 46 4 / 46 ÷ ý ÷ 1 / 23 7 / 23 2 / 23 ÷
A ÷ 4 / 46
ø 5 / 46 8 / 46 ÷ø ÷ø 2 / 23 5 / 46 4 / 23 ÷ø
2.
ö1 2 1 ö
÷ ÷
1. ÷ 0 5 3 ÷
÷0 0 0 ÷ø
ø
2. b,e,f are in echelon form; a and f are in canonical form. c and d are not in echelon form.
1. x1 ý 132 , x2 ý 4, x3 ý 9 2 , x4 ý 3
2. x1 ý 41 x2 ý 1, x3 ý 3, x4 ý 2
3. x1 ý 2, x2 ý 0, x3 ý 1, x4 ý 1
x3 ý k , x 2 ý 2 û k , x, ý 4 k
4.
91
92
93