Vectors
A
vector has both magnitude and direction. In
R2 we write
v=(xy) or
(x,y). The
zero vector 0 has magnitude 0 and no direction.
Theorem 1📌 Learn for exam
Vector Operations
For vectors a=(a1,a2) and b=(b1,b2), scalar k:
a+bka∥a∥=(a1+b1,a2+b2)=(ka1,ka2)=a12+a22 Theorem 2📌 Learn for exam
Dot Product
a⋅b=a1b1+a2b2=∥a∥∥b∥cosθ Key facts: a⋅b=0⟺a⊥b. The dot product is a scalar, not a vector.
Tip
When
a⋅b>0 the angle between them is acute. When
<0 it is obtuse. When
=0 they are perpendicular.
Worked Example
Dot product and angle
Given a=(3,−1) and b=(2,4), find a⋅b and the angle between them.