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.

  1. a + b = b + a
  2. (a + b) + c = a + (b + c)
  3. a + 0 = a
  4. a + (-a) = 0
  5. m (a + b) = ma + mb
  6. (m+ n)a = ma + na
  7. (mn)a = (nm)a
  8. 1 a = a
  9. 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 ab, is

ab=(a1,a2)(b,b2)=a1b1+a2b2.

The symbol ab is read “a dot b”.


 

 

Definition of Parallel and Orthogonal Vectors

Let θ Be the angle between two nonzero vectors u and v.

  1. u and v are parallel if θ=0,or θ=π.
  2. 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θ.