Vector dot product and cross product
¶¶¶Dot product produces a scalar result, cross product produces a vector result. Another consideration is dot product produces a zero value if the vectors are perpendicular whereas cross product produces a zero result when they are parallel...
Vector dot product and cross product
**Vector Dot Product**
The dot product, also known as the scalar product or inner product, is an operation that takes two vectors and returns a scalar quantity. It is defined for vectors in both two-dimensional and three-dimensional spaces and is denoted by the symbol "·" or a dot between the vectors.
**Calculation Formula**
The dot product of two vectors A and B can be calculated using the following formula:
A · B = |A| |B| cos(θ)
Where |A| and |B| are the magnitudes of vectors A and B, respectively, and θ is the angle between them.
**Geometrical Interpretation**
The dot product of two vectors can be interpreted geometrically as the product of their magnitudes and the cosine of the angle between them. It gives us information about the alignment of the vectors.
- If the dot product is positive, it means the vectors are pointing in a similar direction (0° to 90° angle).
- If the dot product is negative, it means the vectors are pointing in opposite directions (180° angle).
- If the dot product is zero, it means the vectors are perpendicular to each other (90° angle).
**Applications**
The dot product finds various applications in mathematics, physics, and engineering. Some of its uses include:
- Finding the angle between two vectors.
- Calculating the work done by a force on an object.
- Determining if two vectors are orthogonal (perpendicular).
- Projecting one vector onto another.
- Solving problems related to vectors in mechanics, such as calculating torque or finding the net force acting on an object.
**Vector Cross Product**
The cross product, also known as the vector product, is an operation that takes two vectors and returns a new vector that is perpendicular to both input vectors. It is only defined for vectors in three-dimensional space and is denoted by the symbol "×" or a cross between the vectors.
**Calculation Formula**
The cross product of two vectors A and B can be calculated using the following formula:
A × B = |A| |B| sin(θ) n
Where |A| and |B| are the magnitudes of vectors A and B, respectively, θ is the angle between them, and n is a unit vector perpendicular to both A and B in accordance with the right-hand rule.
**Geometrical Interpretation**
The cross product of two vectors can be interpreted geometrically as the product of their magnitudes, the sine of the angle between them, and a unit vector perpendicular to the plane formed by the two input vectors. The magnitude of the resulting vector represents the area of the parallelogram formed by the two input vectors.
- The direction of the resulting vector follows the right-hand rule.
- If the two input vectors are parallel or anti-parallel, the cross product is zero.
- If the two input vectors are perpendicular, the cross product is a vector with maximum magnitude.
**Applications**
The cross product finds various applications in physics, engineering, and computer graphics. Some of its uses include:
- Calculating torque or moment of a force.
- Determining the direction of angular momentum.
- Finding the normal vector to a plane.
- Solving problems related to lines and planes in 3D geometry.
- Generating 3D graphics by calculating surface normals and lighting effects.
To make sure you are not studying endlessly, EduRev has designed Class 11 study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in Class 11.