
Vector addition subtraction dot and cross product formulas with examples
A vector is an object with both magnitude and direction. A vector can be visualized geometrically as a guided line segment with an arrow indicating the direction and a length equal to the magnitude of the vector. If two vectors have the same magnitude and direction, they are the same.
Vector Operations
Vector algebra refers to the algebraic operations in vector calculus that are defined for a vector space and then applied globally to a vector field. The following are the basic vector algebraic operations:
Vector addition
Vector subtraction
Scalar multiplication
Dot product
Cross product
The vector calculation rules of various vector operations are discussed below.
Vector Addition
The resultant vector can be computed by adding two vectors together. Vector addition is the method of combining two or more vectors.
Assume that a and b are not inherently identical vectors and that their magnitudes and directions can vary. The resultant of a and b equals
a + b = (a1 + b1) e1 + (a2 + b2) e2 +(a3 + b3) e3
Place the tail of the arrow b at the head of the arrow a, and then draw an arrow from the tail of a to the head of b to show the addition graphically. The vector a + b is represented by the new arrow drawn, as shown below.
[Image will be Uploaded Soon]
Because a and b are the sides of a parallelogram, and a + b is one of the diagonals, this vector addition method is sometimes referred to as the parallelogram rule. This point would also be the base point of a + b if a and b are connected vectors with the same base point.
Associative Law of Vector Addition
The associative law of vectors states that regardless of the order or grouping in which vectors are grouped, the number of vectors remains the same.
To prove vector addition is associative consider three vectors \[\bar{A}\], \[\bar{B}\] and \[\bar{C}\] .
[Image will be Uploaded Soon]
To obtain the resultant vector apply head to tail rule that is (\[\bar{A}\] + \[\bar{B}\]) and (\[\bar{B}\] + \[\bar{C}\])
From the diagram, the resultant vector will be
\[\bar{OR}\] = \[\bar{OP}\] + \[\bar{PR}\]
\[\bar{R}\] = \[\bar{A}\] + (\[\bar{B}\] + \[\bar{C}\]) ………….(1)
and
\[\bar{OR}\] = \[\bar{OQ}\] + \[\bar{QR}\]
\[\bar{R}\] = (\[\bar{A}\] + \[\bar{B}\]) + \[\bar{C}\] ………….(2)
Now equating equations (1) and (2)
\[\bar{A}\] + (\[\bar{B}\] + \[\bar{C}\]) = (\[\bar{A}\] + \[\bar{B}\]) + \[\bar{C}\]
This is known as the associative law of vector addition.
Vector Subtraction
The difference of a vector can be computed by subtracting one vector from another.
Assume that a and b are not inherently identical vectors and that their magnitudes and directions can vary. The difference of the vectors a and b is
a - b = (a1 - b1) e1 + (a2 - b2) e2 +(a3 - b3) e3
[Image will be Uploaded Soon]
The geometric representation of subtracting two vectors is as follows: to subtract b from a, align the tails of a and b at the same location, and then draw an arrow from the head of b to the head of a. The vector (-b) + a is represented by this new arrow, with (-b) being the inverse of b and
(-b) + a = a - b.
Vector Multiplication
Vector multiplication is a term that refers to one of many methods for multiplying two or more vectors by themselves.
The various vector multiplication rules are as follows:
Dot Product
The dot product, also known as the scalar product, is a mathematical operation that returns a scalar quantity from two vectors. The product of the magnitudes of the two vectors and the cosine of the angle between them is known as the dot product of two vectors. It is also known as the product of the first vector's projection onto the second vector and the magnitude of the second vector. The vector multiplication rules for the dot product is as follows:
A . B =|A| |B| Cos θ
Cross Product
The cross product, also known as the vector product, is a binary operation that produces another vector from two vectors. The vector perpendicular to the plane determined by the cross product of two vectors in 3-space is defined as the vector whose magnitude is the product of the magnitudes of the two vectors and the sine of the angle between the two vectors. As a result, if n̂ is the perpendicular unit vector to the plane defined by vectors A and B as
A x B =|A| |B| Sin θ n̂
Triple Product
A triple product is a three-dimensional vector product, typically Euclidean vectors. The scalar-valued scalar triple product and, less often, the vector-valued vector triple product are both referred to as triple products.
Scalar Triple Product
The scalar triple product is defined as the dot product of one vector with the cross product of the other two. It is also known as the mixed product, box product, or triple scalar product. Scalar triple product is given as
a . (b x c) = det (a, b, c)
Vector Triple Product
The cross product of one vector with the cross product of the other two is known as the vector triple product.
The vector triple product is given as follows:
a x (b x c) = (a . c)b - (a . b)c
Conclusion
The laws of elementary algebra are extended to vectors by vector operations. Addition, subtraction, and three forms of multiplication are among them. The diagonal of the parallelogram built with the two initial vectors as sides are the sum of two vectors, which is defined as a third vector. When a vector is multiplied by a positive scalar, its magnitude is multiplied by the scalar, and its direction is unchanged; however, if the scalar is negative, the direction is reversed. The dot product, written a b, and the cross product, written a b, are the results of multiplying a vector by another vector b. For vector addition and the dot product, the associative and commutative laws apply. The cross product is not commutative, but it is associative.
FAQs on Understanding Vector Operations in Mathematics
1. What are vector operations in mathematics?
Vector operations are mathematical operations performed on vectors, such as addition, subtraction, scalar multiplication, dot product, and cross product. In vector algebra, these operations allow you to combine or compare vectors in 2D and 3D space. Common vector operations include:
- Vector addition – combining two vectors
- Vector subtraction – finding the difference between vectors
- Scalar multiplication – multiplying a vector by a number
- Dot product – producing a scalar value
- Cross product – producing another vector (in 3D)
2. How do you add two vectors?
To add two vectors, add their corresponding components to get a new vector. If A = (a₁, a₂) and B = (b₁, b₂), then:
A + B = (a₁ + b₁, a₂ + b₂).
- Example: If A = (2, 3) and B = (4, −1)
- Add components: (2 + 4, 3 + (−1))
- Result: (6, 2)
3. What is scalar multiplication of a vector?
Scalar multiplication is the process of multiplying a vector by a real number (scalar), which scales its magnitude. If k is a scalar and v = (x, y), then:
k v = (kx, ky).
- Example: If v = (3, −2) and k = 4
- Multiply each component: (4×3, 4×(−2))
- Result: (12, −8)
4. What is the dot product of two vectors?
The dot product of two vectors is a scalar obtained by multiplying corresponding components and adding them. For A = (a₁, a₂) and B = (b₁, b₂):
A · B = a₁b₁ + a₂b₂.
- Example: A = (2, 3), B = (4, 5)
- Compute: (2×4) + (3×5) = 8 + 15
- Result: 23
5. What is the cross product of two vectors?
The cross product of two 3D vectors is a vector perpendicular to both, found using a determinant formula. For A = (a₁, a₂, a₃) and B = (b₁, b₂, b₃):
A × B = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁).
- Example: A = (1, 0, 0), B = (0, 1, 0)
- A × B = (0, 0, 1)
6. How do you find the magnitude of a vector?
The magnitude (length) of a vector is found using the square root of the sum of the squares of its components. For v = (x, y):
|v| = √(x² + y²).
- Example: v = (3, 4)
- |v| = √(3² + 4²) = √(9 + 16)
- Result: 5
7. What is the difference between dot product and cross product?
The dot product gives a scalar result, while the cross product gives a vector result (in 3D). Key differences include:
- Dot product: A · B = a₁b₁ + a₂b₂ (+ a₃b₃ in 3D)
- Result is a scalar
- Uses cosθ
- Cross product: A × B gives a new vector
- Result is a vector
- Uses sinθ and applies only in 3D
8. How do you know if two vectors are perpendicular?
Two vectors are perpendicular if their dot product equals zero. Mathematically, if A · B = 0, then the angle between them is 90°.
- Example: A = (1, 2), B = (2, −1)
- A · B = (1×2) + (2×−1) = 2 − 2
- Result: 0, so the vectors are perpendicular.
9. What is a unit vector and how do you find it?
A unit vector is a vector with magnitude equal to 1, found by dividing a vector by its magnitude. If v is a vector, its unit vector is:
v̂ = v / |v|.
- Example: v = (3, 4)
- |v| = 5
- Unit vector = (3/5, 4/5)
10. What are the basic properties of vector addition?
Vector addition satisfies the commutative, associative, and identity properties. These key properties are:
- Commutative: A + B = B + A
- Associative: (A + B) + C = A + (B + C)
- Additive identity: A + 0 = A
- Additive inverse: A + (−A) = 0





















