7.1 Vectors in 2-Space
INTRODUCTION
In science, mathematics, and engineering, we distinguish two important quantities: scalars and vectors. A scalar is simply a real number or a quantity that has magnitude. For example, length, temperature, and blood pressure are represented by numbers such as 80 m, 20°C, and the systolic/diastolic ratio 120/80, respectively. A vector, on the other hand, is usually described as a quantity that has both magnitude and direction.
Geometric Vectors
Geometrically, a vector can be represented by a directed line segment—that is, by an arrow—and is denoted either by a boldface symbol or by a symbol with an arrow over it; for example, v, , or . Examples of vector quantities shown in FIGURE 7.1.1 are weight w, velocity v, and the retarding force of friction Ff.
Notation and Terminology
A vector whose initial point (or end) is A and whose terminal point (or tip) is B is written . The magnitude of a vector is written . Two vectors that have the same magnitude and same direction are said to be equal. Thus, in FIGURE 7.1.2, we have = . Vectors are said to be free, which means that a vector can be moved from one position to another provided its magnitude and direction are not changed. The negative of a vector , written − , is a vector that has the same magnitude as but is opposite in direction. If k ≠ 0 is a scalar, the scalar multiple of a vector, , is a vector that is |k| times as long as . If k > 0, then has the same direction as the vector ; if k < 0, then has the direction opposite that of . When k = 0, we say is the zero vector. Two vectors are parallel if and only if they are nonzero scalar multiples of each other. See FIGURE 7.1.3.
The question of what is the direction of 0 is usually answered by saying that the zero vector can be assigned any direction. More to the point, 0 is needed in order to have a vector algebra.
Addition and Subtraction
Two vectors can be considered as having a common initial point, such as A in FIGURE 7.1.4(a). Thus, if nonparallel vectors and are the sides of a parallelogram as in Figure 7.1.4(b), we say the vector that is the main diagonal, or , is the sum of and . We write
= + .
The difference of two vectors and is defined by
− = + (−).
As seen in FIGURE 7.1.5(a), the difference − can be interpreted as the main diagonal of the parallelogram with sides and − . However, as shown in Figure 7.1.5(b), we can also interpret the same vector difference as the third side of a triangle with sides and . In this second interpretation, observe that the vector difference = − points toward the terminal point of the vector from which we are subtracting the second vector. If = , then
− = 0.
Vectors in a Coordinate Plane
To describe a vector analytically, let us suppose for the remainder of this section that the vectors we are considering lie in a two-dimensional coordinate plane or 2-space. We shall denote the set of all vectors in the plane by R2. The vector shown in FIGURE 7.1.6, with initial point the origin O and terminal point P(x1, y1), is called the position vector of the point P and is written
Components
In general, a vector a in R2 is any ordered pair of real numbers,
The numbers a1 and a2 are said to be the components of the vector a.
As we shall see in the first example, the vector a is not necessarily a position vector.
EXAMPLE 1 Position Vector
The displacement from the initial point P1(x, y) to the terminal point P2(x + 4, y + 3) in FIGURE 7.1.7(a) is 4 units to the right and 3 units up. As seen in Figure 7.1.7(b), the position vector of a = ⟨4, 3〉 emanating from the origin is equivalent to the displacement vector from P1(x, y) to P2(x + 4, y + 3). ≡
Addition and subtraction of vectors, multiplication of vectors by scalars, and so on, are defined in terms of their components.
DEFINITION 7.1.1 Addition, Scalar Multiplication, Equality
Let a = 〈a1, a2〉 and b = 〈b1, b2〉 be vectors in R2.
- Addition: a + b = 〈a1 + b1, a2 + b2〉 (1)
- Scalar multiplication: ka = 〈ka1, ka2〉 (2)
- Equality: a = b if and only if a1 = b1, a2 = b2 (3)
Subtraction
Using (2), we define the negative of a vector b by
−b = (−1)b = 〈−b1, −b2〉.
We can then define the subtraction, or the difference, of two vectors as
a − b = a + (−b) = 〈a1 − b1, a2 − b2〉. (4)
In FIGURE 7.1.8(a) on page 331, we have illustrated the sum of two vectors and . In Figure 7.1.8(b), the vector , with initial point P1 and terminal point P2, is the difference of position vectors
= − = 〈x2 − x1, y2 − y1〉.
As shown in Figure 7.1.8(b), the vector can be drawn either starting from the terminal point of and ending at the terminal point of , or as the position vector whose terminal point has coordinates (x2 − x1, y2 − y1). Remember, and are considered equal, since they have the same magnitude and direction.
EXAMPLE 2 Addition and Subtraction of Two Vectors
If a = 〈1, 4〉 and b = 〈−6, 3〉, find a + b, a − b, and 2a + 3b.
SOLUTION
We use (1), (2), and (4):
Properties
The component definition of a vector can be used to verify each of the following properties of vectors in R2:
THEOREM 7.1.1 Properties of Vectors
- a + b = b + a ← commutative law
- a + (b + c) = (a + b) + c ← associative law
- a + 0 = a ← additive identity
- a + (−a) = 0 ← additive inverse
- k(a + b) = ka + kb, k a scalar
- (k1 + k2)a = k1a + k2a, k1 and k2 scalars
- k1(k2a) = (k1k2)a, k1 and k2 scalars
- 1a = a
- 0a = 0 ← zero vector
The zero vector 0 in properties (iii), (iv), and (ix) is defined as
0 = 〈0, 0〉.
Magnitude
The magnitude, length, or norm of a vector a is denoted by . Motivated by the Pythagorean theorem and FIGURE 7.1.9, we define the magnitude of a vector
Clearly, ≥ 0 for any vector a, and = 0 if and only if a = 0. For example, if a = 〈6, −2〉, then =
Unit Vectors
A vector that has magnitude 1 is called a unit vector. We can obtain a unit vector u in the same direction as a nonzero vector a by multiplying a by the positive scalar k = (reciprocal of its magnitude). In this case we say that is the normalization of the vector a. The normalization of the vector a is a unit vector because
Note: It is often convenient to write the scalar multiple u = as
.
EXAMPLE 3 Unit Vectors
Given a = 〈2, −1〉, form a unit vector in the same direction as a. In the opposite direction of a.
SOLUTION
The magnitude of the vector a is = . Thus a unit vector in the same direction as a is the scalar multiple
A unit vector in the opposite direction of a is the negative of u:
≡
If a and b are vectors and c1 and c2 are scalars, then the expression c1a + c2b is called a linear combination of a and b. As we see next, any vector in R2 can be written as a linear combination of two special vectors.
The i, j Vectors
In view of (1) and (2), any vector a = 〈a1, a2〉 can be written as a sum:
〈a1, a2〉 = 〈a1, 0〉 + 〈0, a2〉 = a1〈1, 0〉 + a2〈0, 1〉. (5)
The unit vectors 〈1, 0〉 and 〈0, 1〉 are usually given the special symbols i and j. See FIGURE 7.1.10(a). Thus, if
i = 〈1, 0〉 and j = 〈0, 1〉,
then (5) becomes a = a1i + a2j. (6)
The unit vectors i and j are referred to as the standard basis for the system of two-dimensional vectors, since any vector a can be written uniquely as a linear combination of i and j. If a = a1i + a2j is a position vector, then Figure 7.1.10(b) shows that a is the sum of the vectors a1i and a2j, which have the origin as a common initial point and which lie on the x- and y-axes, respectively. The scalar is called the horizontal component of a, and the scalar is called the vertical component of a.
EXAMPLE 4 Vector Operations Using i and j
- 〈4, 7〉 = 4i + 7j
- (2i − 5j) + (8i + 13j) = 10i + 8j
- =
- 10(3i − j) = 30i − 10j
- a = 6i + 4j and b = 9i + 6j are parallel, since b is a scalar multiple of a. We see that b = a. ≡
EXAMPLE 5 Graphs of Vector Sum/Vector Difference
Let a = 4i + 2j and b = −2i + 5j. Graph a + b and a − b.
SOLUTION
The graphs of a + b = 2i + 7j and a − b = 6i − 3j are given in FIGURE 7.1.11(a) and 7.1.11(b), respectively.
7.1 Exercises Answers to selected odd-numbered problems begin on page ANS-15.
In Problems 1–8, find (a) 3a, (b) a + b, (c) a − b, (d) , and (e) .
- a = 2i + 4j, b = −i + 4j
- a = 〈1, 1〉, b = 〈2, 3〉
- a = 〈4, 0〉, b = 〈0, −5〉
- a = i − j, b = i + j
- a = −3i + 2j, b = 7j
- a = 〈1, 3〉, b = −5a
- a = −b, b = 2i − 9j
- a = 〈7, 10〉, b = 〈1, 2〉
In Problems 9–14, find (a) 4a − 2b and (b) −3a − 5b.
- a = 〈1, −3〉, b = 〈−1, 1〉
- a = i + j, b = 3i − 2j
- a = i − j, b = −3i + 4j
- a = 〈2, 0〉, b = 〈0, −3〉
- a = 〈4, 10〉, b = −2〈1, 3〉
- a = 〈3, 1〉 + 〈−1, 2〉, b = 〈6, 5〉 − 〈1, 2〉
In Problems 15–18, find the vector . Graph and its corresponding position vector.
- P1(3, 2), P2(5, 7)
- P1(−2, −1), P2(4, −5)
- P1(3, 3), P2(5, 5)
- P1(0, 3), P2(2, 0)
- Find the terminal point of the vector = 4i + 8j if its initial point is (−3, 10).
- Find the initial point of the vector = 〈−5, −1〉 if its terminal point is 〈4, 7〉.
- Determine which of the following vectors are parallel to a = 4i + 6j.
- −4i − 6j
- −i − j
- 10i + 15j
- 2(i − j) − 3(i − j)
- 8i + 12j
- (5i + j) − (7i + 4j)
- Determine a scalar c so that a = 3i + cj and b = −i + 9j are parallel.
In Problems 23 and 24, find a + (b + c) for the given vectors.
- a = 〈5, 1〉, b = 〈−2, 4〉, c = 〈3, 10〉
- a = 〈1, 1〉, b = 〈4, 3〉, c = 〈0, −2〉
In Problems 25–28, find a unit vector (a) in the same direction as a, and (b) in the opposite direction of a.
- a = 〈2, 2〉
- a = 〈−3, 4〉
- a = 〈0, −5〉
- a = 〈1, −〉
In Problems 29 and 30, a = 〈2, 8〉 and b = 〈3, 4〉. Find a unit vector in the same direction as the given vector.
- a + b
- 2a − 3b
In Problems 31 and 32, find a vector b that is parallel to the given vector and has the indicated magnitude.
- a = 3i + 7j, = 2
- a = i − j, = 3
- Find a vector in the opposite direction of a = 〈4, 10〉 but as long.
- Given that a = 〈1, 1〉 and b = 〈−1, 0〉, find a vector in the same direction as a + b but five times as long.
In Problems 35 and 36, use the given figure to draw the indicated vector.
- 3b − a
- a + (b + c)
In Problems 37 and 38, express the vector x in terms of the vectors a and b.
In Problems 39 and 40, use the given figure to prove the given result.
- a + b + c = 0
- a + b + c + d = 0
In Problems 41 and 42, express the vector a = 2i + 3j as a linear combination of the given vectors b and c.
- b = i + j, c = i − j
- b = −2i + 4j, c = 5i + 7j
A vector is said to be tangent to a curve at a point if it is parallel to the tangent line at the point. In Problems 43 and 44, find a unit tangent vector to the given curve at the indicated point.
- y = x2 + 1, (2, 2)
- y = −x2 + 3x, (0, 0)
- When walking, a person’s foot strikes the ground with a force F at an angle θ from the vertical. In FIGURE 7.1.18, the vector F is resolved into vector components Fg, which is parallel to the ground, and Fn, which is perpendicular to the ground. In order that the foot does not slip, the force Fg must be offset by the opposing force Ff of friction; that is, Ff = −Fg.
- Use the fact that = µ, where µ is the co-efficient of friction, to show that tan θ = µ. The foot will not slip for angles less than or equal to θ.
- Given that µ = 0.6 for a rubber heel striking an asphalt sidewalk, find the “no-slip” angle.
- A 200-lb traffic light supported by two cables hangs in equilibrium. As shown in FIGURE 7.1.19(b), let the weight of the light be represented by w and the forces in the two cables by F1 and F2. From Figure 7.1.19(c), we see that a condition of equilibrium is
w + F1 + F2 = 0. (7)
See Problem 39. If
use (7) to determine the magnitudes of F1 and F2. [Hint: Reread (iii) of Definition 7.1.1.]
- An electric charge Q is uniformly distributed along the y-axis between y = −a and y = a. See FIGURE 7.1.20. The total force exerted on the charge q on the x-axis by the charge Q is F = Fxi + Fyj, where
Determine F.
- Using vectors, show that the diagonals of a parallelogram bisect each other. [Hint: Let M be the midpoint of one diagonal and N the midpoint of the other.]
- Using vectors, show that the line segment between the midpoints of two sides of a triangle is parallel to the third side and half as long.
- An airplane starts from an airport located at the origin O and flies 150 miles in the direction 20° north of east to city A. From A, the airplane then flies 200 miles in the direction 23° west of north to city B. From B, the airplane flies 240 miles in the direction 10° south of west to city C. Express the location of city C as a vector r as shown in FIGURE 7.1.21. Find the distance from O to C.