Vector Addition

  • The sum of two vectors is obtained by adding their corresponding components.
  • The resultant vector is also a vector of the same dimension.
Method:
Example:

Scalar Multiplication

  • Multiplying a vector by a scalar means multiplying each component of the vector by the scalar.
  • The resultant vector is in the same direction as the original vector but scaled by the scalar.
Method:
Example:

Dot Product

  • The dot product (also called scalar product) is an operation that takes two equal-length sequences of numbers (usually coordinate vectors) and returns a single number.
  • The dot product of two vectors is the sum of the products of their corresponding components.
Method:
Example:

Cross Product

  • The cross product of two vectors results in a third vector that is perpendicular to both of the original vectors.
  • It is only defined for three-dimensional vectors.
  • The magnitude of the cross product vector is equal to the area of the parallelogram that the vectors span.
Method:
Example:

Cross Product (Using Determinant Method)

  • The cross product of two vectors and can be found using the determinant of a matrix composed of the unit vectors on the top row and the components of and on the second and third rows, respectively.
  • This method simplifies remembering and computing the cross product by visualizing which components to multiply and subtract.
Method:
Example:

Given vectors and ,