Section 3.1 Introduction to Vectors
Subsection 3.1.1 Vectors
The term vector is used widely in mathematics, physics, and computer science. There are a variety of definitions, ranging from specific and applied to mathematically abstract. For now, a vector will simply mean an ordered list of real numbers. In linear algebra, we represent vectors most commonly as a column matrix, a matrix with dimensions i.e. a matrix with 1 row and โcolumnsโ. Similarly, a row vector is a matrix, a matrix which has 1 columns and โrowsโ.
Subsection 3.1.2 Vectors in
First, we will consider vectors that contain two numbers, of the form,
The physics perspective on vectors views them as directed line segments. That is, line segments with a direction, typically represented by an arrow. The point where the vector arrow โstartsโ is called its tail (or initial point), and the point where it ends the head (or terminal point).
With this perspective, vectors don't change if they are moved around in the plane, that is, they are unaffected by translation. This geometric perspective isn't very computational. To bridge this difference, we make the convention of viewing vectors with their tails fixed at the origin
The advantage to this convention is that a vector in standard position is completely determined by its terminal point. In particular, if the terminal point of a vector is then this ordered pair can be used to specific the vector.
Definition 3.1.2.
The vector from the origin to a pointIn this way, there is a one-to-one correspondence between geometric vectors, ordered pairs, and vectors. We identify a column vector with an ordered tuple of numbers. That is, we treat them as equivalent. For example,
This correspondence allows us to write vectors horizontally, which is sometimes convenient because it takes up less space. On the other hand, for technical reasons, it will be necessary to keep the vertical convention.
The numbers contained in a vectors are called its entries, or components, or sometimes its coordinates.
The set of all vectors with two entries is denoted by (read โr-squaredโ or simply โr-twoโ). Again, this can be thought of as the set of all two-dimensional vectors (geometrically), the set of all ordered pairs or the set of all column matrices of the form
Definition 3.1.3.
Two vectors in are equal if their corresponding entries are equal.
Next, we define the fundamental operations for combining vectors: addition and scalar multiplication.
Definition 3.1.4. Addition of vectors.
Let be vectors in Their sum is the vector obtained by adding the corresponding entries of and That is, for
Geometrically, the sum is obtained by aligning the tail of with the head of Then, the vector is the arrow from the tail of to the head of This is called the parallelogram rule for addition, or the tail-to-tip method.
Alternatively, if the tails of and are aligned together, and we form the parallelogram with sides and then is the vector formed by an arrow from their tails to the opposite vertex of the paralellogram.
Intuitively, if the vectors are thought of as representing motion, then is the resulting motion after movement corresponding to and then
Definition 3.1.5. Scalar multiplication of vectors.
Let be a vector, Then, the scalar multiple of by is the vector obtained by multiply each entry of by
The number is called a scalar. This is because, literally, multiplying a vector by a number scales the length of the vector. Geometrically, if then is the vector with the same direction as but scaled to be times as long. If then has the opposite direction as and is also times as long as
In fact, this is just an extension of addition of real numbers, represented on a number line. This is because real numbers can be thought of as 1-dimensional vectors
We can also define vector subtraction in the natural way,
However, is just that is, the sum of and the scalar multiple In other words, subtraction is not really a fundamental operation, because it is defined in terms of the other operations addition and scalar multiplication.
Definition 3.1.6.
The zero vector is the unique vector with no magnitude and no direction, and is denoted by
Subsection 3.1.3 Magnitude of a Vector
The physics definition of a vector is a quantity with magnitude and direction. The magnitude of a vector is denoted by or The first notation surrounds by โabsolute valueโ bars, intuitively denoting magnitude.
Geometrically, the magnitude of a vector is the length of its directed line segment in the plane. That is, the distance from initial point to its terminal point. Consider a vector in the plane in standard position, with terminal point The magnitude of is the distance from the origin to given by the distance formula in the plane.
Definition 3.1.7.
Subsection 3.1.4 Unit Vectors
A vector is called a unit vector if it has magnitude equal to 1. Given a vector there is a unit vector which is parallel to namely,
Also, this vector is unique, because if a vector is a unit vector ( ) and is in the direction of ( for some ), then it follows that is given by the above formula. This is because but also Thus, and so
Subsection 3.1.5 The Standard Basis Vectors
They are called the standard basis vectors in the plane. Then, any vector can be written in terms of a linear combination of these basis vectors,
Intuitively, โbasisโ means โunderlying support or foundationโ. The standard basis vectors provide a simple foundation from which all vectors can be represented in terms of.
Subsection 3.1.6 Vectors in
The algebra and geometry of vectors in the plane extends to 3D space. The set of vectors with three entries is denoted by
Again, these vectors can be represented geometrically as directed line segments, and as points in space
Similarly, we define addition and scalar multiplication in an analogous way.
Definition 3.1.8. Addition of vectors.
Definition 3.1.9. Scalar multiplication of vectors.
Definition 3.1.10.
Similarly, any vector can be represented as a linear combination of these basis vectors, as,
Subsection 3.1.7 Vectors in
The algebra of vectors can be generalized to vectors with elements, of the form,
Here, for it is more difficult to consider vectors geomtrically as directed line segments. However, the algebra and mathematics are not lost.
The set of all ordered -tuples of real numbers is denoted by (read as โr-nโ). Intuitively, this can be thought of as โ -dimensional spaceโ.
Again, we have the convention that,
Note that is not a row vector.
- The sum
is obtained by adding entries componentwise. - The zero vector, denoted by
is the unique vector with entries which are all zeros.
In the standard basis vectors are given by,
Subsection 3.1.8 Properties of Vector Arithmetic
The arithmetic of vectors satisfies many of the familiar laws of arithmetic with numbers.
Theorem 3.1.11. Properties of vector arithmetic.
- Addition commutative,
- Addition associative,
- Additive identity,
- Additive inverse,
- Scalar multiplication associative,
- Scalar multiplication distributes over addition,
- Vectors distribute over addition,
These properties all essentially follow from the corresponding properties of real numbers.
Subsection 3.1.9 Linear Combinations of Vectors
The fundamental operations combine to form linear combinations. Consider two vectors Adding them gives Multiplying them by (possibly different) scalars gives and Combining these two operations, we get a linear combination,