condition that vector a dot vector b whole square equal to vector a square cross vector b square is satisfied when
Answers
Answered by
4
Cross product of two vectors gives us the vector perpendicular to both the vectors.
a vector * b vector = |a|.|b|.sin(X)
X is the angle between a vector and b vector.
In the same way, dot product of two vectors,
a vector . b vector = |a|.|b|.cos(X)
(a vector * b vector)^2 + (a vector . b vector)^2
= (|a|^2)(|b|^2)
{ As sin^(X) + cos(X)^2 = 1 }
Similar questions