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 = (A x , A y , A z ) and B = (B x , B y , B z ) then A.B = A x B x + A y B y + A z B z - If A.B = |A| |B|, then obviously cosθ AB =1 which means θ AB = 0 o 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 = 180 o . This shows that A and B are in the opposite direction or we can also say that A and B ar...