Lal7 9
Lal7 9
Lal7 9
Topic 2 — Lecture 7
This lecture will be used to finish off and/ or consolidate the material from Topic
2.
Exercise Let
a b c
|A| = d e f = 1 .
g h i
Evaluate the following determinants:
a b c a −b c d e f
g
h i , d −e f , 3g 3h 3i
e f g −h i a
d b c
2a 2b 2c a b c
2d 2e 2f , d + a e+b f + c
2g 2h 2i g − 2a h − 2b i − 2c
8. Topic 3 — Lecture 8
ai + bj + ck = (a, b, c)
This array is the standard notation for points in R3 , and is often referred to as a
row vector. The same array could be written
a
b
c
x1 e1 + x2 e2 + · · · + xn en = (x1 , x2 , . . . , xn )
Dot product Related to length is the notion of dot product. Let u = (u1 , . . . , un
and let v = (v1 , . . . , vn . The dot product of u and v is defined as
~u · ~v = u1 v1 + u2 v2 + · · · un vn .
9. Topic 3 — Lecture 9
9.1. Dot product and angle between two vectors. In the diagram θ is the
angle between the two vectors, and θ = φ − ρ. Recall u · · · v = as + bt. The aim is
to eliminate a, s, b, t in favour of ||u||, ||v|| and θ.
Here
a = ||u|| cos φ, b = ||u|| sin φ
Hence
u · v = ||u|| ||v|| cos φ cos ρ + sin φ sin ρ
9.3. Cross product. The cross product is a particular rule for multiplying vectors
in R3 . The rule can be written in the short hand notation
i j k
u × v = u1 u2 u3
v1 v2 v3
Here it is required that the determinant be expanded along the first row, so this
means
u u3 u u3 u u2
2 1 1
u × v = i − j + k
v2 v3 v1 v3 v1 v2