Unit Vectors Along Cartesian Positive Axis Directions.
Unit vectors along Cartesian axes play important role in vector analysis. We will often denote these unit vectors by \(\hat u_x \text{,}\) \(\hat u_y \text{,}\) and \(\hat u_z \) respectively. At other times, we will denote them by their traditional symbols \(\hat i \text{,}\) \(\hat j \text{,}\) and \(\hat k \) respectively.
Figure3.8.1.
For instance, say, we want a position vector \(\vec r = ( x=2 \text{ m}, y=-5 \text{ m}) \) in the \(xy\)-plane. Then, you can see that this vector will be a sum of two vectors: \(\vec r_1 = 2 \text{ m} \hat i \) and \(\vec r_2 = -5 \text{ m} \hat j \text{.}\) We write this as
\begin{equation*}
\vec r = 2 \text{ m} \hat i - 5 \text{ m} \hat j.
\end{equation*}
Figure3.8.2.
In general, an arbitrary vector \(\vec A \) with coordinate components \(A_x, A_y, A_z\) is often written as a sum of vectors along the Cartesian axes.
\begin{equation*}
\vec A = A_x \hat i + A_y \hat j + A_z \hat k.
\end{equation*}
Subsection3.8.1Dot and Cross Products of Cartesian Unit Vectors
Since \(\hat i\text{,}\) \(\hat j\text{,}\) and \(\hat k\text{,}\) has unit magnitude, and are perpendicular to each other, we get the following dot and cross products.
\begin{align}
\text{Dot products: }\amp\hat i \cdot \hat i = 1,\ \ \hat j \cdot \hat j = 1,\ \ \hat k \cdot \hat k = 1,\tag{3.8.1}\\
\amp \hat i \cdot \hat j = 0,\ \ \hat j \cdot \hat k = 0,\ \ \hat k \cdot \hat i = 0,\tag{3.8.2}\\
\text{Cross products: }\amp\hat i \times \hat i = 0,\ \ \hat j \times \hat j = 0,\ \ \hat k \times \hat k = 0,\tag{3.8.3}\\
\amp \hat i \times \hat j = \hat k,\ \ \hat j \times \hat k = \hat i,\ \ \hat k \times \hat k = \hat j,\tag{3.8.4}
\end{align}
With these, you can easily see how the components of an arbitrary vector \(\vec A = \left( A_x, A_y, A_z\right)\) are just the dot product of \(\vec A \) with the unit vectors along the axex.
\begin{equation*}
A_x = \vec A \cdot \hat i,\ \ A_y = \vec A \cdot \hat j,\ \ A_z = \vec A \cdot \hat k.
\end{equation*}
The magnitude of \(\vec A \) is same as before
\begin{equation*}
A = \sqrt{\vec A \cdot \vec A} = \sqrt{A_x^2 + A_y^2 + A_z^2}.
\end{equation*}
Cosines of the angles \(\vec A\) makes with positive axes, called direction cosines of the vector, are
Consider two vectors expressed in terms of Cartesian unit vectors.
\begin{equation*}
\vec A = 3\hat i + 4\hat j - 12 \hat k,\ \ \vec A = -3\hat i + 4\hat j + 12 \hat k
\end{equation*}
Find (a) magnitudes \(A\) and \(B\text{,}\) (b) sum \(\vec A + \vec B\text{,}\) (c) difference \(\vec A - \vec B\text{,}\) (d) dot product \(\vec A \cdot \vec B\text{,}\) (e) cross product \(\vec A \times \vec B\text{,}\) (f) angle between the two vectors, and (g) direction cosines of \(\vec A\text{.}\)