Open Educational Resources

Vectors and their Operations: Cartesian vector notation

Cartesian coordinate systems

A convenient set of directions is a set of perpendicular directions called orthogonal axes. Orthogonal means perpendicular.  The positive direction of an axis sets a benchmark to determine the positive (or negative) direction of a vector along (parallel with) the axis. For example, considering an axis x shown in Fig. 2.14a, \bold P is in the positive direction and \bold Q is in the negative direction with respect to axis x.

Decomposing a vector in the two-dimensional plane needs two orthogonal axes (Fig. 2.14b). Decomposing a spatial vector (a vector in the three-dimensional space) needs three orthogonal axes (Fig. 2.14c). A set of orthogonal axes, intersecting at a point (the origin), is called a Cartesian coordinate system or Cartesian frame.

Fig. 2.14 (a) Definition of an axis with its positive direction. Two vectors in the positive and negative directions of the axis are demonstrated, (b) a two-dimensional Cartesian coordinate system, (b) a three-dimensional Cartesian coordinate system.

Unit vector

A Unit vector. A unit vector is a vector of magnitude 1. Any vector can be written as a scalar multiplication of a unit vector with the same direction as the original vector: \bold A = \vert \bold A \vert \bold u_{\bold A} such that the notation \bold u_{\bold A} indicates the unit vector (\vert \bold u_{\bold A}\vert = 1) in the direction of \bold A. Any vector \bold A\ne \bold 0 can become a unit vector if scaled by 1/\vert \bold A\vert meaning that \bold u_{\bold A}=\frac{\bold A}{\vert \bold A \vert}. The vector \bold u_{\bold A} is called the unit vector of \bold A. Making a unit vector out of a vector is called normalizing a vector. The unit vector of a vector has the same direction as the original vector.

Experiment with the following interactive tool to investigate how a vector is a scalar multiplicand of its unit vector.

Cartesian vector notation

The components of a vector along orthogonal axes are called rectangular components or Cartesian components. A vector decomposed (resolved) into its rectangular components can be expressed by using two possible notations namely the scalar notation (scalar components) and the Cartesian vector notation. Both notations are explained for the two-dimensional (planar) conditions, and then extended to three dimensions in the following sections.

Rectangular vector components of coplanar vectors

Consider a vector \bold F and its rectangular components resolved in a Cartesian system as shown in Fig. 2.15. The x and y vector components of \bold F are resolved and denoted by \bold F_x and \bold F_y respectively. The subscripts x and y denote the axes with which the components are parallel. The magnitude of the vector components are \vert \bold F_x \vert = \vert \bold F\vert \cos \theta and \vert \bold F_y \vert = \vert \bold F\vert \sin \theta. By definition, the magnitudes of a vector is a positive number. Therefore, the magnitude of a vector component does not hold any information about the sense of direction. To include the information about the directions of the vector components in a Cartesian system, scalar notation or scalar components are defined. Scalar components of a vector are signed magnitudes of its rectangular components. A scalar component is positive if the vector component is directed along the positive axis, and negative if the vector component is directed along the negative axis (opposite of the axis positive direction). For the vector components \bold F_x and \bold F_y shown in Fig. 2.15, the scalar components are denoted by F_x and F_y. Note the regular and italic font face used for the notation. The scalar components of the vector shown in Fig. 2.15a are F_x=\vert \bold F_x\vert and F_y=\vert \bold F_y\vert both being positive. The scalar components of the vector shown in Fig. 2.15b, however, are F_x=\vert \bold F_x\vert and F_y=-\vert \bold F_y\vert. The scalar component F_y is negative, because its vector component \bold F_y is directed along the negative direction of the y axis.

Fig. 2.15 Components of vectors \bold F resolved in the Cartesian system.

An axis has an associated unit vector showing the positive direction of the axis. Any vector parallel with an axis can be written as a scalar multiplier of the axis’ unit vector. The scalar multiplier is equal to the scalar component (signed magnitude) of the vector parallel with the axis. The scalar multiplier is positive if the vector is in the direction of the axis unit vector, and negative otherwise.

The unit vectors associated with Cartesian x and y axes are denoted by bold lower-case letters \bold i and \bold j respectively and their respective small arrows are displayed on the Cartesian axes (Fig. 2.16). Another possible notations are \hat i and \hat j.

 The planar Cartesian axes and their unit vectors.
Fig. 2.16 Planar Cartesian axes and their associated unit vectors.

The rectangular components of any vector \bold F can be now expressed in terms of the Cartesian axis unit vectors,

(2.1a)   \[\bold F =\bold F_x + \bold F_y = F_x\bold i + F_y\bold j\]

where F_x and F_y are the scalar components.

As a general rule any vector \bold F can be written as,

(2.1b)   \[\bold F = \pm\vert \bold F_x\vert \bold i \pm\vert \bold F_y\vert \bold j=F_x\bold i + F_y\bold j \]

Remark: using CVN is equivalent to resolving a vector in a Cartesian coordinate system.

Remark: in CVN, capital letters (non-bold), such as, F_x and F_y, represent scalar components. Their values can be negative or positive, depending on the directions of the components relative to \bold i, \bold j, and \bold k. In the formulations of later chapter, where CVN is not used, capital letters represent the magnitudes of vector or vector components, for simplicity.

Remark: components of a vector are vectors, whereas the scalar components (vector coordinates) are scalar (i.e. signed magnitudes).

Using the following interactive tool, you can observe the (vector) components and scalar components of a vector. Observe how the vector is represented in CVN. Change the direction of the vector by the angle slider and observe the values of the scalar components. When do the scalar components attain negative values?

EXAMPLE 2.4.1

Determine the scalar components of \bold F shown in the figure below and write the the vector \bold F in CVN.

SOLUTION

    \[\begin{split}|\bold F_x|&=2\cos{30^{\circ}}=1.73\\|\bold F_y|&=2\sin{30^{\circ}}=1.00\\\therefore F_x&=-1.73, \quad F_y=-1.00\implies \bold F =-1.73\bold i-1.00\bold j\end{split}\]

Remark: the location of a vector with respect to the origin of the Cartesian coordinate system does not affect its Cartesian components. You can always consider (draw) parallel axes with the Cartesian axes at the tail of a vector and calculate its components.

It is worthy to note the relationships among the scalar components, the magnitude, and the direction of a vector. Consider a Cartesian coordinate system in which angles are measured counterclockwise from the positive x axis as demonstrated in Fig. 2.17. Then the following equations hold,

(2.2)   \[\begin{split}|\bold F|^2&=F_x^2 + F_y^2 \quad \text{or}\quad |\bold F| =\sqrt {F_x^2 + F_y^2}\\\tan \theta &= \frac{F_y}{F_x},\quad \sin\theta=\frac{F_y}{|\bold F|},\quad\cos\theta=\frac{F_x}{|\bold F|}\quad\text{for }0^\circ\le \theta < 360^\circ \end{split}\]

Figure 16. The relationship between the scalar components of a vector and its magnitude, and direction.
Fig. 2.17 The relationships among the scalar components, magnitude, and direction of a vector.

To facilitate calculations, specifying the direction of a planar vector in the Cartesian frame can also use the (acute) angle that the vector makes with any of the Cartesian axes. If 0^\circ \le \alpha\le 90^\circ and 0^\circ \le \beta\le 90^\circ are angles of a vector with x and y axes respectively, the following equations hold,

(2.3)   \[\begin{split}|\bold F|^2 =F_x^2 + F_y^2 \quad &\text{or}\quad \vert \bold F\vert =\sqrt {F_x^2 + F_y^2}\\\text{ for }\quad 0^\circ\le &\alpha,\beta < 90^\circ\\\tan \alpha = \frac{| F_y|}{| F_x|}&,\quad \tan \beta = \frac{|F_x|}{|F_y|}\\\sin\alpha=\cos \beta=\frac{|F_y|}{|\bold F|}&,\quad\sin\beta=\cos \alpha=\frac{|F_x|}{|\bold F|} \end{split}\]

Note that the absolute values of the scalar components, which are the magnitudes of the vector Cartesian components, are used in the trigonometry functions. Fig. 2.18a demonstrates three cases of vector decomposition based on the defined angles \alpha and \beta. Pay attention to the signs of the scalar components based on the Cartesian components of the vectors.

Another possible way of specifying the direction of a planar vector is by a small slope triangle. The small slope triangle conveys the information on \sin\theta, \cos\theta, and \tan\theta of the angle that the vector makes with an axis (Fig. 2.18b).

Fig. 2.18. The relationships among the scalar components, magnitude, and direction of a vector when the angles of a planar vector with the Cartesian axes are used.
Fig. 2.18 The relationships among the scalar components, magnitude, and direction of a vector when the angles of a planar vector with the Cartesian axes are used.

Remark: be cautious about the way the direction of a vector is specified and the proper formulation you should use for the calculations.

Remark: using the angles 0^\circ \le \alpha, \beta\le 90^\circ (which a vector makes with the Cartesian axes) to specify the direction of the vector has a calculation advantage that 0^\circ\le\theta\le 90^\circ is in the domain of the inverse trigonometric functions \sin^{-1}, \cos^{-1} and \tan^{-1}.

Rectangular vector components of spatial vectors

To treat a vector in three dimensions, a three-dimensional Cartesian coordinate system is to be defined. A common three-dimensional Cartesian coordinate system is a right-handed coordinate system. A coordinate system of three orthogonal axes is said to be right-handed if your right-hand thumb points in the positive z direction when fingers curl from the (positive) x axis to the (positive) y axis (Fig. 2.19a). Another way to define a right-handed Cartesian coordinate system is to follow the right-hand three-finger rule as demonstrated Fig. 2.19b. In three dimensions, the unit vectors of the axes are denoted by \bold i, \bold j, and \bold k as demonstrated in Fig. 2.19c.

Fig. 2.19 (a), (b) A right-handed Cartesian coordinate system, (c) unit vectors of a right-handed Cartesian coordinate system.

Right-click and rotate the following three-dimensional right-handed Cartesian coordinate system to observe its different orientations.

Any vector in three dimensions can be resolved into three rectangular components. A vector expressed in CVN (three dimensions) is written as,

(2.4)   \[\bold A = \bold A_x + \bold A_y + \bold A_z = A_x\bold i + A_y\bold j + A_z\bold k\]

where \bold A_x, \bold A_y and \bold A_z are the vector (rectangular or Cartesian) components, and A_x, A_y and A_z are the scalar components (Fig. 2.20a). The magnitude of \bold A is | \bold A|=\sqrt{A_x^2 + A_y^2 + A_z^2}. This can be proved by considering the shaded triangles in Fig. 2.20b and twice using the Pythagoras’ theorem.

Figure 19. Components of a 3D vector in the 3D Cartesian coordinate system.
Fig. 2.20 Components of a vector in a three-dimensional Cartesian coordinate system.

The direction of \bold A in a three-dimensional Cartesian coordinate system can be defined by the coordinate direction angles \alpha, \beta, and \gamma measured from the positive x, y, and z axes respectively to the vector (Fig. 2.20c). These angles are limited as 0^\circ \le \alpha, \beta,\gamma \le 180^\circ. The following relationship holds between the vector magnitude, the scalar components and the coordinate direction angles,

(2.5)   \[A_x=|\bold A|\cos \alpha\quad A_y=|\bold A|\cos \beta\quad A_z=|\bold A|\cos \gamma\]

The following interactive example illustrates the rectangular components of a vector in three dimensions. Change the scalar components (coordinates of the head point) by the sliders to observe how the vector is expressed in CVN.

The coordinate direction angles of a vector are demonstrated by the following interactive example.

The three coordinate direction angles are not independent and they are related by this equation,

(2.6)   \[\cos^2\alpha + \cos^2\beta + \cos^2\gamma=1 \]

which means that knowing two of the angles, the third one is readily obtainable.

To prove Eq. 2.6, a vector \bold A is expressed by its Cartesian components \bold A = A_x\bold i + A_y\bold j + A_z\bold k and divided by its magnitude,

    \[\bold u_A = \frac{\bold A}{|\bold A|} = \frac{A_x}{|\bold A|}\bold i + \frac{A_y}{A}\bold j + \frac{A_z}{|\bold A|}\bold k\]

which, by Eq. 2.5, is written as:

    \[\bold u_A=\cos\alpha\bold i + \cos\beta\bold j + \cos\gamma\bold k\]

and leads to,

    \[\begin{split}|\bold u_A|^2&=|\cos\alpha\bold i + \cos\beta\bold j + \cos\gamma\bold k|^2\\\implies 1&=\cos^2\alpha + \cos^2\beta + \cos^2\gamma\end{split}\]

which proves Eq. 2.6.

Videos

Cartesian Vector Notation:

Magnitude and Direction (Unit Vector) of a Vector:

Coordinate Direction Angles: