Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Physics LibreTexts

4.1: Vector Arithmetic

( \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.

m0006_fCartesian.png Figure 4.1.1: Cartesian coordinate system. (CC BY SA 4.0; K. Kikkeri).

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.

m0006_fPositionFixed.png Figure 4.1.2: Position vectors. The vectors r1 and r2 are position-fixed and refer to particular locations. (CC BY SA 4.0; K. Kikkeri).

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.

m0006_fPositionFree.png Figure 4.1.3: Two particles exhibiting the same velocity. In this case, the velocity vectors v1 and v2 are position-free and equal. (CC BY SA 4.0; K. Kikkeri).

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.

m0006_fCartesianBasis.png Figure 4.1.4: Basis vectors in the Cartesian coordinate system. (CC BY SA 4.0; K. Kikkeri).

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|=AA2x+A2y+A2z=   ˆxAx(A2x+A2y+A2z)1/2   +ˆyAy(A2x+A2y+A2z)1/2   +ˆzAz(A2x+A2y+A2z)1/2

m0006_fVecCart.png Figure 4.1.5: Components of a vector A in the Cartesian coordinate system. (CC BY SA 4.0; K. Kikkeri).

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=AB=(ˆxAx+ˆyAy+ˆzAz)(ˆxBx+ˆyBy+ˆzBz)=ˆx(AxBx)+ˆy(AyBy)+ˆz(AzBz)

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: r12r2r1 Now |r12| is the distance between these points, and r12/|r12| is a unit vector indicating the direction to r2 from r1.

m0006_fRelativePosition.png Figure 4.1.6: Relative position (distance and direction) between locations identified by their position vector. (CC BY SA 4.0; K. Kikkeri).
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ˆx2ˆ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=r2r1=(12)ˆx+(23)ˆy+(31)ˆz=ˆx5ˆy+2ˆz

The distance between r1 and r2 is simply the magnitude of this vector:

|R|=(1)2+(5)2+(2)25.48 m

The unit vector ˆR is simply R normalized to have unit magnitude:

ˆR=R/|R|(ˆx5ˆy+2ˆz)/5.480.182ˆx0.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

m0006_fDotProductSpecialCases.png Figure 4.1.7: Special cases of the dot product. (CC BY SA 4.0; K. Kikkeri).

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.
m0006_fDotProduct.png Figure 4.1.8: Calculation of the dot product. (CC BY SA 4.0; K. Kikkeri).

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 AB and is given in general by the expression:

AB=ABcosψ

Note that this expression yields the special cases previously identified, which are ψ=π/2, ψ=0, and ψ=π, respectively. The dot product is commutative; i.e., AB=BA The dot product is also distributive; i.e.,

A(B+C)=AB+AC

The dot product has some other useful properties. For example, note:

AA=(ˆ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:

AA=A2x+A2y+A2z

This is the square of the magnitude of A, so we have discovered that

AA=|A|2=A2 Applying the same principles to the dot product of potentially different vectors A and B, we find:

AB=(ˆ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ˆx2ˆy+2ˆz, both expressed in units of meters. Find the angle between these vectors.

Solution

From Equation ???

CD=CDcosψ

where C=|C|, D=|D|, and ψ is the angle we seek. From Equation 4.1.20:

CD=CxDx+CyDy+CzDz=23+3(2)+12m2=2m2

also

C=C2x+C2y+C2z3.742mD=D2x+D2y+D2z4.123m

so

cosψ=CDCD0.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.

m0006_fCrossProduct.png Figure 4.1.9: The cross product A×B. (CC BY SA 4.0; K. Kikkeri).

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.

m0006_fCartesianBasisCrossProducts.png Figure 4.1.10: Cross products among basis vectors in the Cartesian system. The cross product of any two basis vectors is the third basis vector when the order of operands is counter-clockwise, as shown in the diagram, and is −1 times the third basis vector when the order of operands is clockwise with respect to the arrangement in the diagram. (CC BY SA 4.0; K. Kikkeri).

It is typically awkward to “manually” determine ˆn in Equation ???. However, in Cartesian coordinates the cross product may be calculated as:

A×B=    ˆx(AyBzAzBy)+ˆy(AzBxAxBz)+ˆz(AxByAyBx)

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.


This page titled 4.1: Vector Arithmetic is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Steven W. Ellingson (Virginia Tech Libraries' Open Education Initiative) .

Support Center

How can we help?