Lecture 3 Math 263 Calculus III Syllabus Fall 2021 NU
Lecture 3 Math 263 Calculus III Syllabus Fall 2021 NU
Previously:
We defined vectors.
We defined algebraic operations on vectors:
addition
subtraction
scalar multiplication
Today: We introduce one method for multiplying vectors with
each other.
Definition
Let u = hu1 , u2 i, v = hv1 , v2 i be vectors in 2-space. The dot
product u · v of u and v is defined as
u · v = u1 v1 + u2 v2 .
u · v = u1 v1 + u2 v2 + u3 v3 .
Theorem
If v is a vector in 2-space or 3-space, then
v · v = kvk2 .
You should note that this theorem is true for vectors in other
dimensions, as well. We won’t discuss this in this course.
Theorem
If u and v are non-zero vectors in 2- or 3-space, and if θ is the
angle between them, then
u · v = kukkvk cos θ.
u · v = kukkvk cos θ.
Since √
kuk = kvk = 2 6= 0,
then it must be the case that cos θ = 0, which happens only when
θ = 90◦ .
v · w1 = aw1 · w1 + bw1 · w2
v · w1 = aw1 · w1 = akw1 k2
kvk kvk
a= cos θ1 and b = cos θ2 ,
kw1 k kw2 k
Definition
Let v and w be vectors. We define the projection of v along w as
the vector
v·w
projw v = w.
kwk2
For w2 , we have
v · w2
projw2 v = w2
kw2 k2
1
= h1, −1i
2
1 1
= ,− .
2 2
We can then write v as
v = projw1 v + projw2 v
5 5 1 1
= , + ,−
2 2 2 2
= h3, 2i .