firmfunda
  maths > vector-algebra

Vector Dot Product : Component Form


    what you'll learn...

Overview

Vector Dot Product : Component Form

 »  sum of product of individual components
    →  pq=pxqx+pyqy+pzqz

simple in component form

Given the two vectors
p=pxi+pyj+pzk

q=qxi+qyj+qzk The vector dot product is defined as |p||q|cosθ

How will one compute the angle θ from the given component forms of vectors?

vector dot product formula derivation

Consider this as triangle in coordinate plane. The triangle is made of 3 sides having scalar quantities p=|p|, q=|q| and r=|q-p|. The cosine rule of triangle is applicable.
r2=p2+q2-2pqcosθ

r2=(qx-px)2+(qy-py)2+(qz-pz)2,
p2=px2+py2+pz2,
q2=qx2+qy2+qz2,

With algebraic manipulations on this, we can derive that
cosθ=pxqx+pyqy+pzqz|p||q|
Substituting the above in the vector dot product we get.
pq
    =|p||q|cosθ
    =|p||q|pxqx+pyqy+pzqz|p||q|
    =pxqx+pyqy+pzqz

That derives the component form of vector dot product as
pq
    =pxqx+pyqy+pzqz

This proof requires one to recall the cosine rule of triangles. A simpler proof, that a student can easily derive, is given below.

easier proof

Bilinear Property : For any vector p,q,rV and λ
(λp+q)r=λ(pr)+(qr)
This is explained and proven in properties of the dot product. For now, consider this to be true.

A vector p=pxi+pyj+pzk is sum of scalar multiple of vectors. i,j,k are unit vectors, and the scalar multiples are px,py,pz.

The same applies to q=qxi+qyj+qzk Sum of multiple of vectors.

Proof for component form of vector dot product using bilinear property of dot product.

pq
    =(pxi+pyj+pzk)
        (qxi+qyj+qzk)
Apply bilinear property of dot product
    =pxi(qxi+qyj+qzk)
        +pyj(qxi+qyj+qzk)
        +pzk(qxi+qyj+qzk)
Apply ii=i,jj=j, kk=k
ij=0, jk=0, ki=0
    =pxqx+pyqy+pzqz

Given p=2i+1.2j-k and q=i-j+k what is pq?

The answer is '-.2'

summary

Vector Dot Product in Component Form: For given two vectors p=pxi+pyj+pzk and
q=qxi+qyj+qzk

pq=pxqx+pyqy+pzqz

For given two vectors in component forms, the dot product is the sum of product of corresponding components of the vectors.

Outline

The outline of material to learn vector-algebra is as follows.

Note: Click here for detailed outline of vector-algebra.

•   Introduction to Vectors

    →   Introducing Vectors

    →   Representation of Vectors

•   Basic Properties of Vectors

    →   Magnitude of Vectors

    →   Types of Vectors

    →   Properties of Magnitude

•   Vectors & Coordinate Geometry

    →   Vectors & Coordinate Geometry

    →   Position Vector of a point

    →   Directional Cosine

•   Role of Direction in Vector Arithmetics

    →   Vector Arithmetics

    →   Understanding Direction of Vectors

•   Vector Addition

    →   Vector Additin : First Principles

    →   Vector Addition : Component Form

    →   Triangular Law

    →   Parallelogram Law

•   Multiplication of Vector by Scalar

    →   Scalar Multiplication

    →   Standard Unit Vectors

    →   Vector as Sum of Vectors

    →   Vector Component Form

•   Vector Dot Product

    →   Introduction to Vector Multiplication

    →   Cause-Effect-Relation

    →   Dot Product : First Principles

    →   Dot Product : Projection Form

    →   Dot Product : Component Form

    →   Dot Product With Direction

•   Vector Cross Product

    →   Vector Multiplication : Cross Product

    →   Cross Product : First Principles

    →   Cross Product : Area of Parallelogram

    →   Cross Product : Component Form

    →   Cross Product : Direction Removed