Vectors in 3D space are expressed in terms of components aligning with the coordinate axes, usually denoted by \(i, j,\) and \(k\). These basis vectors show movement along the x, y, and z axes respectively. Any vector can be broken down into its components in these directions.
For instance, in the given vectors \(p = 2i + 2j\) and \(q = 7k\), each is expressed in terms of its components along the axes:
- Vector \(p\) has components only along the x (2) and y axes (2), with no z component (0).
- Vector \(q\) moves solely along the z axis (7), with no x or y components (0).
These components are treated as separate influences along the axes and can greatly simplify calculations.
When finding the dot product, each corresponding component pair is multiplied and summed. If vectors share no common dimensions in space (like \(p\) and \(q\)), their dot product will naturally result in zero, confirming their orthogonality. Understanding these components keeps vector manipulations intuitive and ensures accurate geometric interpretations.