Refresher - Basic Definitions
Basic Definitions
Additions of Vectors
(a1,a2)+(b1,b2)=(a1+b1)(a2+b2)
Scalar Multiple of a Vector
m(a1,a2)=(ma1,ma2)
Properties of Addition and Scalar Multiplication of Vectors
Bold letters denote vectors.
- a + b = b + a
- (a + b) + c = a + (b + c)
- a + 0 = a
- a + (-a) = 0
- m (a + b) = ma + mb
- (m+ n)a = ma + na
- (mn)a = (nm)a
- 1 a = a
- 0 a = 0
For any vectors a, b, c and scalars m, n.
Where 0 = < 0, 0>
If the vector A and the angle θ are defined as above, then
Ax=||A||cosθandAy=||A||sinθ.
The Dot Product
Let a =(a1,a2)=a1i+a2 and b =(b1,b2)=bi+b2j. The dot product of a and b, denoted by a•b, is
a•b=(a1,a2)•(b,b2)=a1b1+a2b2.
The symbol a•b is read “a dot b”.
Definition of Parallel and Orthogonal Vectors
Let θ Be the angle between two nonzero vectors u and v.
- u and v are parallel if θ=0,or θ=π.
-
u and v are orthogonal if θ=π2. Alternatively, two vectors u and v are orthogonal if and only if u .v = 0
If θ is the angle between two nonzero vectors u and v, then
u .v =||u||||v||cosθ.