Tuesday 19 February 2019

4.1. INTRODUCTION TO DOT PRODUCT

A simple way to differentiate dot product from cross product is that it results to only a number while cross product will always end up in a vector with both magnitude and direction.

ALGEBRAIC INTERPRETATION




Consider vectors a and b. They have the following Cartesian representation:



                                                 
                                                 

With these spatial dimensions, dot product of the vectors is defined as the summation of the corresponding components multiplied together.

                                        

PROPERTIES OF DOT PRODUCT

1. It is commutative:    

2. It is distributive:       

3. Scalars can be moved between vectors:  

4. The dot product of a vector with itself is the square of the length of the vector: 
                                                  


GEOMETRIC INTERPRETATION

Dot product can also be defined geometrically with the introduction of the angle between the vectors:


                                                 

It is quite obvious that from this equation, we can solve for the angle between two vectors using Dot Product.

Also, by focusing on the angle, the value of  is maximum when theta is  and :

at         :  the dot product will be positive
at       :  the dot product will be zero
at      :  the dot product will be negative

In summary, we can say that the Dot Product measures how parallel vectors travel together.

PROJECTION

Dot product is also of help if we desire to measure how similar vectors travel together. We can measure the projection of one vector onto the other. Projection can simply be imagined as the shadow of a vector if you project light on one vector to another. It is the component of one vector along the axis of the other.

Projection of a vector is done by taking the dot product of the Cartesian representation of the vector and the unit vector of the axis:


1 comment: