Considering two vectors A and B,
the cross product is always perpendicular to the plane in which A, B and A+B lies.
This can be found out by using the Right Hand Thumb Rule.
Given: A x B
Rules:
- Use your right hand.
- Place your hand along the direction of the first vector (here, A).
- Rotate your fingers along the smaller angle between A and B.
- The direction of your thumb will point outwards or inwards, which denotes perpendicular to the plane of the two vectors.
Thanks!