4.1: Vector Arithmetic
- Last updated
- Jul 7, 2024
- Save as PDF
- Page ID
- 97111
( \newcommand{\kernel}{\mathrm{null}\,}\)
In mathematical notation, a real-valued vector A is said to have a magnitude A=|A| and direction ˆa such that A=Aˆa where ˆa is a unit vector (i.e., a real-valued vector having magnitude equal to one) having the same direction as A. If a vector is complex-valued, then A is similarly complex-valued.
Cartesian Coordinate System
Fundamentals of vector arithmetic are most easily grasped using the Cartesian coordinate system. This system is shown in Figure 4.1.1. Note carefully the relative orientation of the x, y, and z axes. This orientation is important. For example, there are two directions that are perpendicular to the z=0 plane (in which the x- and y-axes lie), but the +z axis is specified to be one of these in particular.

Position-Fixed vs. Position-Free Vectors
It is often convenient to describe a position in space as a vector for which the magnitude is the distance from the origin of the coordinate system and for which the direction is measured from the origin toward the position of interest. This is shown in Figure 4.1.2. These position vectors are “position-fixed” in the sense that they are defined with respect to a single point in space, which in this case is the origin. Position vectors can also be defined as vectors that are defined with respect to some other point in space, in which case they are considered position-fixed to that position.

Position-free vectors, on the other hand, are not defined with respect to a particular point in space. An example is shown in Figure 4.1.2. Particles 1 m apart may both be traveling at 2 m/s in the same direction. In this case, the velocity of each particle can be described using the same vector, even though the particles are located at different points in space.

Position-free vectors are said to be equal if they have the same magnitudes and directions. Position-fixed vectors, on the other hand, must also be referenced to the same position (e.g., the origin) to be considered equal.
Basis Vectors
Each coordinate system is defined in terms of three basis vectors which concisely describe all possible ways to traverse three-dimensional space. A basis vector is a position-free unit vector that is perpendicular to all other basis vectors for that coordinate system. The basis vectors ˆx, ˆy, and ˆz of the Cartesian coordinate system are shown in Figure 4.1.4. In this notation, ˆx indicates the direction in which x increases most rapidly, ˆy indicates the direction in which y increases most rapidly, and ˆz indicates the direction in which z increases most rapidly. Alternatively, you might interpret ˆx, ˆy, and ˆz as unit vectors that are parallel to the x-, y-, and z-axes and point in the direction in which values along each axis increase.

Vectors in the Cartesian Coordinate System
In Cartesian coordinates, we may describe any vector A as follows:
A=ˆxAx+ˆyAy+ˆzAz
where Ax, Ay, and Az are scalar quantities describing the components of A in each of the associated directions, as shown in Figure 4.1.5. This description makes it clear that the magnitude of A is:
|A|=√A2x+A2y+A2z and therefore, we can calculate the associated unit vector as
ˆa=A|A|=A√A2x+A2y+A2z= ˆxAx(A2x+A2y+A2z)−1/2 +ˆyAy(A2x+A2y+A2z)−1/2 +ˆzAz(A2x+A2y+A2z)−1/2

Vector Addition and Subtraction
It is common to add and subtract vectors. For example, vectors describing two forces A and B applied to the same point can be described as a single force vector C that is the sum of A and B; i.e., C=A+B. This addition is quite simple in the Cartesian coordinate system:
C=A+B=(ˆxAx+ˆyAy+ˆzAz)+(ˆxBx+ˆyBy+ˆzBz)=ˆx(Ax+Bx)+ˆy(Ay+By)+ˆz(Az+Bz)
In other words, the ˆx component of C is the sum of the ˆx components of A and B, and similarly for ˆy and ˆz. From the above example, it is clear that vector addition is commutative; i.e.,
A+B=B+A
In other words, vectors may be added in any order. Vector subtraction is defined similarly:
D=A−B=(ˆxAx+ˆyAy+ˆzAz)−(ˆxBx+ˆyBy+ˆzBz)=ˆx(Ax−Bx)+ˆy(Ay−By)+ˆz(Az−Bz)
In other words, the ˆx component of D is the difference of the ˆx components of A and B, and similarly for ˆy and ˆz. Like scalar subtraction, vector subtraction is not commutative.
Relative Positions and Distances
A common task in vector analysis is to describe the position of one point in space relative to a different point in space. Let us identify those two points using the position vectors r1 and r2, as indicated in Figure 4.1.6. We may identify a third vector r12 as the position of r2 relative to r1: r12≜r2−r1 Now |r12| is the distance between these points, and r12/|r12| is a unit vector indicating the direction to r2 from r1.

Example 4.1.1: Direction and distance between positions.
Consider two positions, identified using the position vectors r1=2ˆx+3ˆy+1ˆz and r2=1ˆx−2ˆy+3ˆz, both expressed in units of meters. Find the direction vector that points from r1 to r2, the distance between these points, and the associated unit vector.
Solution
The vector that points from r1 to r2 is
R=r2−r1=(1−2)ˆx+(−2−3)ˆy+(3−1)ˆz=−ˆx−5ˆy+2ˆz
The distance between r1 and r2 is simply the magnitude of this vector:
|R|=√(−1)2+(−5)2+(2)2≅5.48 m
The unit vector ˆR is simply R normalized to have unit magnitude:
ˆR=R/|R|≅(−ˆx−5ˆy+2ˆz)/5.48≅−0.182ˆx−0.913ˆy+0.365ˆz
Multiplication of a Vector by a Scalar
Let’s say a particular force is specified by a vector F. What is the new vector if this force is doubled? The answer is simply 2F – that is, twice the magnitude applied in the same direction. This is an example of scalar multiplication of a vector. Generalizing, the product of the scalar α and the vector A is simply αA.
Scalar ("Dot") Product of Vectors

Another common task in vector analysis is to determine the similarity in the direction in which two vectors point. In particular, it is useful to have a metric which, when applied to the vectors A=ˆaA and B=ˆbB, has the following properties (Figure 4.1.7):
- If A is perpendicular to B, the result is zero.
- If A and B point in the same direction, the result is AB.
- If A and B point in opposite directions, the result is −AB.
- Results intermediate to these conditions depend on the angle ψ between A and B, measured as if A and B were arranged “tail-to-tail” as shown in Figure 4.1.8.

In vector analysis, this operator is known as the scalar product (not to be confused with scalar multiplication) or the dot product. The dot product is written A⋅B and is given in general by the expression:
A⋅B=ABcosψ
Note that this expression yields the special cases previously identified, which are ψ=π/2, ψ=0, and ψ=π, respectively. The dot product is commutative; i.e., A⋅B=B⋅A The dot product is also distributive; i.e.,
A⋅(B+C)=A⋅B+A⋅C
The dot product has some other useful properties. For example, note:
A⋅A=(ˆxAx+ˆyAy+ˆzAz)⋅(ˆxAx+ˆyAy+ˆzAz)= ˆx⋅ˆxA2x+ˆx⋅ˆyAxAy+ˆx⋅ˆzAxAz +ˆy⋅ˆxAxAy+ˆy⋅ˆyA2y+ˆy⋅ˆzAyAz +ˆz⋅ˆxAxAz+ˆz⋅ˆyAyAz+ˆz⋅ˆzA2z
which looks pretty bad until you realize that
ˆx⋅ˆx=ˆy⋅ˆy=ˆz⋅ˆz=1 and any other dot product of basis vectors is zero. Thus, the whole mess simplifies to:
A⋅A=A2x+A2y+A2z
This is the square of the magnitude of A, so we have discovered that
A⋅A=|A|2=A2 Applying the same principles to the dot product of potentially different vectors A and B, we find:
A⋅B=(ˆxAx+ˆyAy+ˆzAz)⋅(ˆxBx+ˆyBy+ˆzBz)=AxBx+AyBy+AzBz
This is a particularly easy way to calculate the dot product, since it eliminates the problem of determining the angle ψ. In fact, an easy way to calculate ψ given A and B is to first calculate the dot product using Equation 4.1.20 and then use the result to solve Equation ??? for ψ.
Example 4.1.2: Angle between two vectors
Consider the position vectors C=2ˆx+3ˆy+1ˆz and D=3ˆx−2ˆy+2ˆz, both expressed in units of meters. Find the angle between these vectors.
Solution
From Equation ???
C⋅D=CDcosψ
where C=|C|, D=|D|, and ψ is the angle we seek. From Equation 4.1.20:
C⋅D=CxDx+CyDy+CzDz=2⋅3+3⋅(−2)+1⋅2m2=2m2
also
C=√C2x+C2y+C2z≅3.742mD=√D2x+D2y+D2z≅4.123m
so
cosψ=C⋅DCD≅0.130
Taking the inverse cosine, we find ψ=82.6∘.
Cross Product
The cross product is a form of vector multiplication that results in a vector that is perpendicular to both of the operands. The definition is as follows:
A×B=ˆnABsinψAB
As shown in Figure 4.1.9, the unit vector ˆn is determined by the “right hand rule.” Using your right hand, curl your fingers to traverse the angle ψAB beginning at A and ending at B, and then ˆn points in the direction of your fully-extended thumb.

It should be apparent that the cross product is not commutative but rather is anticommutative; that is, A×B=−B×A You can confirm this for yourself using either Equation ??? or by applying the right-hand rule.
The cross product is distributive: A×(B+C)=A×B+A×C
There are two useful special cases of the cross product that are worth memorizing. The first is the cross product of a vector with itself, which is zero: A×A=0 The second is the cross product of vectors that are perpendicular; i.e., for which ψAB=π/2. In this case:
A×B=ˆnAB Using these principles, note: ˆx׈x=ˆy׈y=ˆz׈z=0
whereas
ˆx׈y=ˆz
ˆy׈z=ˆx
ˆz׈x=ˆy
A useful diagram that summarizes these relationships is shown in Figure 4.1.10.

It is typically awkward to “manually” determine ˆn in Equation ???. However, in Cartesian coordinates the cross product may be calculated as:
A×B= ˆx(AyBz−AzBy)+ˆy(AzBx−AxBz)+ˆz(AxBy−AyBx)
This may be easier to remember as a matrix determinant:
A×B=|ˆxˆyˆzAxAyAzBxByBz|
Similar expressions are available for other coordinate systems.
Vector analysis routinely requires expressions involving both dot products and cross products in different combinations. Often, these expressions may be simplified, or otherwise made more convenient, using the vector identities listed in Appendix B3.