Vector Multiplication - Dot & Cross Product - Field Theory.


Vector Multiplication:


When two vectors are multiplied the result is either a scalar or a vector depending on how they are multiplied.


The two important types of vector multiplication are:
  • Dot Product/Scalar Product (A.B)
  • Cross product (A x B)

DOT PRODUCT (A . B):


- Dot product of two vectors A and B is given as:
A . B = |A| |B| cosθAB

Where θAB is the angle formed between A and B.
Also θ ranges from 0 to π i.e. 0 ≤ θAB ≤ π


- The result of A.B is a scalar, hence dot product is also known as Scalar Product.


- If A = (Ax, Ay, Az) and B = (Bx, By, Bz) then A.B = AxBx + AyBy + AzBz


- If A.B = |A| |B|, then obviously cosθAB =1 which means θAB = 0o
This shows that A and B are in the same direction or we can also say that A and B are parallel to each other.


- If A.B = - |A| |B|, then obviously cosθAB = -1 which means θAB = 180o.
This shows that A and B are in the opposite direction or we can also say that A and B are antiparallel to each other.


- Similarly if A.B = 0, then cosθAB =0 which means θAB =90o.
This shows that A and B are orthogonal or perpendicular to each other.


- Since we know the Cartesian base vectors are mutually perpendicular to each other, we have

ax . ax = ay . ay = az . az = 1
ax . ay = ay . az = az . ax = 0


CROSS PRODUCT ( A x B):

- Cross Product of two vectors A and B is given as:
A x B = |A| |B| sinθAB an

Where θAB is the angle formed between A and B and an is a unit vector normal to both A and B.
Also θ ranges from 0 to π i.e. 0 ≤ θAB ≤ π


- The cross product is an operation between two vectors and the output is also a vector.
If A = (Ax, Ay, Az) and B = (Bx, By, Bz) then,


- The resultant vector is always normal to both the vector A and B.


- If A x B = 0, then sin θAB = 0 which means θAB = 0o or 180o;
This shows that A and B are either parallel or antiparallel to each other.


- Since we know the Cartesian base vectors are mutually perpendicular to each other, we have
 ax x ax = ay x ay = az x az =0

ax x ay = az
ay x az = ax
az x ax = ay


SCALAR TRIPLE PRODUCT:


- A . (B x C) = B . (C x A) = C . (A x B)


- Volume of a parallelogram having A, B and C as edges is given by the Scalar Triple Product.


VECTOR TRIPLE PRODUCT:


- A x (B x C) = B (A . C) - C (A .B)


COMPONENT OF A VECTOR:


- Scalar Component AB of vector A along vector B
AB = AcosθAB = A |aB|cosθAB = A.aB


- Vector Component AB of vector A along vector B
is the scalar product multiplied by the unit vector along B
i.e.  AB = (A.aB) aB



To Prove : (A * B) . A = 0.









A * B = ax ( Ay Bz - Az By ) -  ay ( Ax Bz - Az Bx ) +  az ( Ax By - Ay Bx )

A = Ax ax + Ay ay + Az az

(A * B ) . A = Ax Ay Bz - Ax Az By - Ax Ay Bz + Ay Az Bx + Ax Az By - Ay Az Bx     =    0.



SOLVED EXAMPLES / NUMERICALS:

Q.1. Given vectors A = ax + 3az and B = 5ax + 2ay -6az, determine

a) |A+B|
B) 5A – B
c) Component of A along ay.
d) Unit vector parallel to 3A + B.              SOLUTION/ANSWER



Q.2 Given Points P (1, -3, 5), Q (2, 4, 6) and R (0, 3, 8) find
a) Position vectors of P and R.
b) Distance vector rQR.
c) Distance between Q and R.                   SOLUTION/ANSWER



Q. 3 Find the unit vector along the line joining point (2, 4, 4) to point (-3, 2, 2) ?               SOLUTION/ANSWER


Q. 4 Given that A = 3ax + 5ay – 7az and B = ax – 2ay + az ; find
a) | 2B + 0.4A |
b) A.B - | B |2
c) A x B                                   SOLUTION/ANSWER




ALSO READ:

- Scalars and Vectors.

- Unit Vectors.

- Position and Distance Vectors.

- Vector Multiplication.

- Components Of a Vector.

- Line , Surface and Volume Intergral.

- Del Operator - Definition and Significance.

- Gradient Of a Scalar (∇ V).

- Divergence Of a Vector ( ∇ . A ).

- Curl Of a Vector ( ∇ x A).

- Laplacian Of a Scalar ( ∇2 V).


Your suggestions and comments are welcome in this section. If you want to share something or if you have some stuff of your own, please do post them in the comments section.



Comments

  1. well i have a question is the product (a*b).a is always zero how can i prove that ????

    ReplyDelete
  2. Hello Friend,

    Thanks for visiting the blog.

    Your question has been solved above in the post.

    Kindly check it and let me know in case you have any problem.

    Thanks & Regards,
    Uttam Agrawal

    ReplyDelete

Post a Comment

Popular posts from this blog

Circular Cylindrical Coordinate System (ρ, φ, z) - Field Theory.

Electric Field Intensity (E) Due To a Circular Ring Charge - Field Theory.

Electric Potential (V) Due To A Uniformly Charged Circular Disc - Field Theory.