G383content 2
G383content 2
Vector Analysis
2020
Table of Contents
Introduction..................................................................................................................................... 1
Vector Decomposition .................................................................................................................... 1
Cartesian Coordinate System...................................................................................................... 1
Components of a Vector ................................................................................................................. 3
Properties of a Vector ..................................................................................................................... 6
Addition ...................................................................................................................................... 6
Commutative Property ............................................................................................................ 6
Associative Property ............................................................................................................... 6
Scalar Multiplication................................................................................................................... 6
Commutative Property ............................................................................................................ 6
Associative Property ............................................................................................................... 7
Distributive Property............................................................................................................... 7
Identity Vector and Zero Vector ............................................................................................. 7
Dot Product ..................................................................................................................................... 7
Applications of the Dot Product ................................................................................................. 9
Angle formed Between Two Vectors ..................................................................................... 9
Projection of a vector onto a Line........................................................................................... 9
Cross Product .................................................................................................................................. 9
Computation of the Cross Product............................................................................................ 11
Cross Product by Multiplying Components.......................................................................... 11
Cross Product by Matrix Method.......................................................................................... 12
Properties of the cross product.............................................................................................. 12
Triple Product ........................................................................................................................... 13
Summary ....................................................................................................................................... 13
References..................................................................................................................................... 14
Introduction
Mechanics is the science of motion and the study of the action of forces on bodies. Mechanics is
a physical science incorporating mathematical concepts directly applicable to many fields of
engineering such as mechanical, civil, structural and electrical engineering.
Vector analysis is a mathematical tool used in mechanics to explain and predict physical
phenomena. The word “vector” comes from the Latin word vectus (or vehere – meaning to
carry). A vector is a depiction or symbol showing movement or a force carried from point A to
point B.
A scalar is a quantity, like mass (14 kg), temperature (25°C), or electric field intensity (40 N/C)
that only has magnitude and no direction. On the other hand, a vector has both magnitude and
direction. Physical quantities that have magnitude and direction can be represented by the length
and direction of an arrow. The typical notation for a vector is as follows:
A or simply A
Vectors play an important role in physics (specifically in kinematics) when discussing velocity
and acceleration. A velocity vector contains a scalar (speed) and a given direction. Acceleration,
also a vector, is the rate of change of velocity.
Vector Decomposition
Cartesian Coordinate System
Consider a 3-dimensional Cartesian coordinate system:
A Cartesian (or rectangular) coordinate system has three mutually perpendicular axes: x, y and z.
A vector in this coordinate system will have components along each axes.
A unit vector is a vector along an axes (x, y or z) with a length of one. Let the unit vector along
the x-axis be i and the unit vector along the y-axis be j and the unit vector along the z-axis be k.
The Cartesian coordinate system with three unit vectors is shown in Figure 3.
Components of a Vector
In a Cartesian coordinate system the components of a vector are the projections of the vector
along the x, y and z axes. Consider the vector A. The vector A can be broken down into its
components along each axis: Ax, Ay and Az in the following manner:
A = Ax i + Ay j + Az k
Note that the vectors i, j and k are the unit vectors along each corresponding axis. The unit
vectors i, j and k each have a length of one, and the magnitudes along each direction are given by
Ax, Ay and Az.
Trigonometry is utilized to compute the vector components Ax, Ay and Az. Consider a vector in
2-dimensional space:
The components of this 2-dimensional vector are computed with respect to the angle θ as
follows:
Ax = Acosθ
and
Ay = Asinθ
Where A is the magnitude of A given by
A= A x2 + A y2
As a result of the Pythagorean Theorem from trigonometry the magnitude of a vector may be
calculated by
A = A x2 + A y2 + A z 2
The components of this 3-dimensional vector are computed with respect to the angles θx, θy and
θz as follows:
Ax = Acosθx
Ay = Acosθy
Az = Acosθz
A = A x2 + A y2 + A z 2
where is the magnitude of A and
A unit vector can be constructed along a vector by dividing the vector by its magnitude. The
result is a vector along the same direction as the original vector with magnitude 1. Consider the
unit vector a:
Properties of a Vector
Addition
Vector addition is accomplished by adding the components (Ax, Ay and Az) of one vector to the
associated components (Bx, By and Bz) of another vector:
B B B
Commutative Property
Vector addition follows the commutative property:
A+B=B+A
Associative Property
Vector addition also follows the associative property:
(A + B) + C = A + (B + C)
Scalar Multiplication
Vectors can be multiplied by real numbers (called scalars). To accomplish this the vector
components (Ax, Ay and Az) are each multiplied by the real number (n):
nA = nAxi + nAyj + nAzk
For example, let n = 5, and
A = i + 2j + 5k
then
nA = 5i + 10j + 25k
Commutative Property
Scalar multiplication of a vector follows the commutative property:
nA = An
(where n is a scalar)
Associative Property
Scalar multiplication of a vector follows the associative property:
(ab)A = a(bA)
= (ba)A
= b(aA)
(where a and b are scalars)
Distributive Property
Scalar multiplication of a vector follows the distributive property:
(a + b)A = aA + bA
a(A + B) = aA + aB
(where a and b are scalars)
Dot Product
The dot product (or scalar product, or inner product) is a vector operation that takes two vectors
and generates a scalar quantity (a single number). The dot product is used to obtain the cosine of
the angle between two vectors.
The dot product is denoted by the following notation:
A•B
Figure 8 shows two vectors in space with an angle θ between the two vectors:
A = A x2 + A y2 + A z 2
and
B = B x2 + B y2 + B z 2
or generally as
A • B = ΣAiBi B
Since the base unit vectors i, j and k are orthogonal (or perpendicular):
i•i=1 i•j=0
j•j=1 i•k=0
k•k=1 j•k=0
then the dot product reduces to
A • B = AxBx + AyBy + AzBz
B B B
Setting these two equalities equal to each other provides the following result:
ABcosθ = AxBx + AyBy + AzBz
B B B
or
cosθ = AxBx + AyBy + AzBz
AB
Cross Product
The cross product (or vector product, or outer product) of two vectors results in a vector
perpendicular to both vectors. The magnitude of the resulting vector is equal to the area of the
parallelogram generated by the two vectors. The area of a parallelogram equals the height times
the base, which is a magnitude of the cross product.
The right-hand rule is used to determine the direction of the resulting vector. The vectors A and
B form a plane. The vector formed from the resulting cross product A × B is in a direction
perpendicular to the plane of the two vectors. Using the right-hand rule will determine if the
direction of the vector is above the plane of the vectors or below the plane. Using your right
hand, place your hand above the plane of the vectors at their vertex. Curl your fingers in the
direction from A to B. If necessary, turn your hand over so that your thumb points down through
the plane in order to curl your fingers from A to B. The resulting vector points in the direction of
your thumb, either up or down.
Using this method, take two consecutive unit vectors and their cross product is the next vector.
For example, i × j = k and j × k = i. Going to the right (in the direction of the arrow) the resulting
vector is positive. Alternatively, going to the left (against the arrow) the resulting vector is
positive. For example, j × i = –k and i × k = –j.
or
A × B = (AyBz – AzBy) i + (AzBx – AxBz) j + (AxBy – AyBx) k
B B B B B B
Triple Product
The triple product is the dot product of a vector with the result of the cross product of two other
vectors.
A • (B × C)
The triple product may be computed by taking the determinant of the following matrix:
Summary
Vector mechanics is the application of vectors in the science of mechanics. Mechanics is the
science of motion and the study of the action of forces on bodies. Vector analysis is very
important in many fields of engineering such as mechanical, civil, structural and electrical
engineering.
Scalar values, such as mass and temperature convey only a magnitude, but vectors such as
velocity employ both a magnitude and a direction. The dot product is a vector operation on two
vectors that produces a scalar value. The dot product is used to find the angle between two
vectors or to find the projection of a vector onto a line. The cross product is a vector operation on
two vectors that produces another vector. The cross product may be used to calculate the moment
of a force around a point at a given radius.
References
1. Beer, Ferdinand P. and Johnston, E Russell Jr. Vector Mechanics for Engineers: Statics,
Fifth Edition. New York, New York: McGraw-Hill Book Company, 1988.
3. Davis, Harry F. and Snider Arthur David. Introduction to Vector Analysis, Seventh
Edition. Dubuque, IA: Wm C. Brown Publishers: 1995.