Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

11.8: Vectors

( \newcommand{\kernel}{\mathrm{null}\,}\)

As we have seen numerous times in this book, Mathematics can be used to model and solve real-world problems. For many applications, real numbers suffice; that is, real numbers with the appropriate units attached can be used to answer questions like “How close is the nearest Sasquatch nest?” There are other times though, when these kinds of quantities do not suffice. Perhaps it is important to know, for instance, how close the nearest Sasquatch nest is as well as the direction in which it lies. (Foreshadowing the use of bearings in the exercises, perhaps?) To answer questions like these which involve both a quantitative answer, or magnitude, along with a direction, we use the mathematical objects called vectors.1 A vector is represented geometrically as a directed line segment where the magnitude of the vector is taken to be the length of the line segment and the direction is made clear with the use of an arrow at one endpoint of the segment. When referring to vectors in this text, we shall adopt2 the ‘arrow’ notation, so the symbol v is read as ‘the vector v. Below is a typical vector v with endpoints P (1, 2) and Q (4, 6). The point P is called the initial point or tail of v and the point Q is called the terminal point or head of v. Since we can reconstruct v completely from P and Q, we write v=PQ, where the order of points P (initial point) and Q (terminal point) is important. (Think about this before moving on.)

Screen Shot 2022-06-09 at 10.52.00 AM.png

While it is true that P and Q completely determine v, it is important to note that since vectors are defined in terms of their two characteristics, magnitude and direction, any directed line segment with the same length and direction as v is considered to be the same vector as v, regardless of its initial point. In the case of our vector v above, any vector which moves three units to the right and four up3 from its initial point to arrive at its terminal point is considered the same vector as v. The notation we use to capture this idea is the component form of the vector, v=3,4, where the first number, 3, is called the x-component of v and the second number, 4, is called the y-component of v. If we wanted to reconstruct v=3,4 with initial point P(2,3), then we would find the terminal point of v by adding 3 to the x-coordinate and adding 4 to the y-coordinate to obtain the terminal point Q(1,7), as seen below.

Screen Shot 2022-06-09 at 5.33.36 PM.png

The component form of a vector is what ties these very geometric objects back to Algebra and ultimately Trigonometry. We generalize our example in our definition below.

Definition 11.5

Suppose v is represented by a directed line segment with initial point P(x0,y0) and terminal point Q(x1,y1). The component form of v is given by

v=PQ=x1x0,y1y0

Using the language of components, we have that two vectors are equal if and only if their corresponding components are equal. That is, v1,v2=v1,v2 if and only if v1=v1 and v2=v2. (Again, think about this before reading on.) We now set about defining operations on vectors. Suppose we are given two vectors v and w. The sum, or resultant vector v+w is obtained as follows. First, plot v. Next, plot w so that its initial point is the terminal point of v. To plot the vector v+w we begin at the initial point of v and end at the terminal point of w. It is helpful to think of the vector v+w as the ‘net result’ of moving along v then moving along w.

Screen Shot 2022-06-09 at 5.46.10 PM.png

Our next example makes good use of resultant vectors and reviews bearings and the Law of Cosines.4

Example 11.8.1

A plane leaves an airport with an airspeed5 of 175 miles per hour at a bearing of N40E. A 35 mile per hour wind is blowing at a bearing of S60E. Find the true speed of the plane, rounded to the nearest mile per hour, and the true bearing of the plane, rounded to the nearest degree.

Solution

For both the plane and the wind, we are given their speeds and their directions. Coupling speed (as a magnitude) with direction is the concept of velocity which we’ve seen a few times before in this textbook.6 We let v denote the plane’s velocity and w denote the wind’s velocity in the diagram below. The ‘true’ speed and bearing is found by analyzing the resultant vector, v+w. From the vector diagram, we get a triangle, the lengths of whose sides are the magnitude of v, which is 175, the magnitude of w, which is 35, and the magnitude of v+w, which we’ll call c. From the given bearing information, we go through the usual geometry to determine that the angle between the sides of length 35 and 175 measures 100.

Screen Shot 2022-06-09 at 5.56.34 PM.png

From the Law of Cosines, we determine c=3185012250cos(100)184, which means the true speed of the plane is (approximately) 184 miles per hour. To determine the true bearing of the plane, we need to determine the angle α. Using the Law of Cosines once more,7 we find cos(α)=c2+29400350c so that α11. Given the geometry of the situation, we add α to the given 40 and find the true bearing of the plane to be (approximately) N51E.

Our next step is to define addition of vectors component-wise to match the geometric action.8

Definition 11.6

Suppose v=v1,v2 and w=w1,w2. The vector v+w is defined by

v+w=v1+w1,v2+w2

Example 11.8.2

Let v=3,4 and suppose w=PQ where P(3,7) and Q(2,5). Find v+w and interpret this sum geometrically.

Solution

Before can add the vectors using Definition 11.6, we need to write w in component form. Using Definition 11.5, we get w=2(3),57=1,2. Thus

v+w=3,4+1,2=3+1,4+(2)=4,2

To visualize this sum, we draw v with its initial point at (0, 0) (for convenience) so that its terminal point is (3, 4). Next, we graph w with its initial point at (3, 4). Moving one to the right and two down, we find the terminal point of w to be (4, 2). We see that the vector v+w has initial point (0, 0) and terminal point (4, 2) so its component form is 4,2, as required.

Screen Shot 2022-06-09 at 6.17.22 PM.png

In order for vector addition to enjoy the same kinds of properties as real number addition, it is necessary to extend our definition of vectors to include a ‘zero vector’, 0=0,0. Geometrically, 0 represents a point, which we can think of as a directed line segment with the same initial and terminal points. The reader may well object to the inclusion of 0, since after all, vectors are supposed to have both a magnitude (length) and a direction. While it seems clear that the magnitude of 0 should be 0, it is not clear what its direction is. As we shall see, the direction of 0 is in fact undefined, but this minor hiccup in the natural flow of things is worth the benefits we reap by including 0 in our discussions. We have the following theorem.

Theorem 11.18. Properties of Vector Addition
  • Commutative Property: For all vectors v and w,v+w=w+v.
  • Associative Property: For all vectors u,v and w,(u+v)+w=u+(v+w).
  • Identity Property: The vector 0 acts as the additive identity for vector addition. That is, for all vectors v, v+0=0+v=v.
  • Inverse Property: Every vector v has a unique additive inverse, denoted v. That is, for every vector v, there is a vector v so that v+(v)=(v)+v=0

The properties in Theorem 11.18 are easily verified using the definition of vector addition.9 For the commutative property, we note that if v=v1,v2 and w=w1,w2 then

v+w=v1,v2+w1,w2=v1+w1,v2+w2=w1+v1,w2+v2=w+v

Geometrically, we can ‘see’ the commutative property by realizing that the sums v+w and w+v are the same directed diagonal determined by the parallelogram below.

Screen Shot 2022-06-09 at 6.35.17 PM.pngDemonstrating the commutative property of vector addition.

The proofs of the associative and identity properties proceed similarly, and the reader is encouraged to verify them and provide accompanying diagrams. The existence and uniqueness of the additive inverse is yet another property inherited from the real numbers. Given a vector v=v1,v2, suppose we wish to find a vector w=w1,w2 so that v+w=0. By the definition of vector addition, we have v1+w1,v2+w2=0,0, and hence, v1+w1=0 and v2+w2=0. We get w1=v1 and w2=v2 so that w=v1,v2. Hence, v has an additive inverse, and moreover, it is unique and can be obtained by the formula v=v1,v2. Geometrically, the vectors v=v1,v2 and v=v1,v2 have the same length, but opposite directions. As a result, when adding the vectors geometrically, the sum v+(v) results in starting at the initial point of v and ending back at the initial point of v, or in other words, the net result of moving v then v is not moving at all.

Screen Shot 2022-06-09 at 6.49.35 PM.png

Using the additive inverse of a vector, we can define the difference of two vectors, vw=v+(w). If v=v1,v2 and w=w1,w2 then

vw=v+(w)=v1,v2+w1,w2=v1+(w1),v2+(w2)=v1w1,v2w2

In other words, like vector addition, vector subtraction works component-wise. To interpret the vector vw geometrically, we note

w+(vw)=w+(v+(w)) Definition of Vector Subtraction =w+((w)+v) Commutativity of Vector Addition =(w+(w))+v Associativity of Vector Addition =0+v Definition of Additive Inverse =v Definition of Additive Identity 

This means that the ‘net result’ of moving along w then moving along vw is just v itself. From the diagram below, we see that vw may be interpreted as the vector whose initial point is the terminal point of w and whose terminal point is the terminal point of v as depicted below. It is also worth mentioning that in the parallelogram determined by the vectors v and w, the vector vw is one of the diagonals – the other being v+w.

Screen Shot 2022-06-09 at 7.05.49 PM.png

Next, we discuss scalar multiplication – that is, taking a real number times a vector. We define scalar multiplication for vectors in the same way we defined it for matrices in Section 8.3.

Definition 11.7

If k is a real number and v=v1,v2, we define kv by kv=kv1,v2=kv1,kv2

Scalar multiplication by k in vectors can be understood geometrically as scaling the vector (if k>0) or scaling the vector and reversing its direction (if k<0) as demonstrated below.

Screen Shot 2022-06-09 at 7.15.07 PM.png

Note that, by definition 11.7, (1)v=(1)v1,v2=(1)v1,(1)v2=v1,v2=v. This, and other properties of scalar multiplication are summarized below.

Theorem 11.19. Properties of Scalar Multiplication
  • Associative Property: For every vector v and scalars k and r, (kr)v=k(rv).
  • Identity Property: For all vectors v,1v=v.
  • Additive Inverse Property: For all vectors v,v=(1)v.
  • Distributive Property of Scalar Multiplication over Scalar Addition: For every vector v and scalars k and r, (k+r)v=kv+rv
  • Distributive Property of Scalar Multiplication over Vector Addition: For all vectors v and w and scalars k, k(v+w)=kv+kw
  • Zero Product Property: If v is vector and k is a scalar, then kv=0 if and only if k=0 or v=0

The proof of Theorem 11.19, like the proof of Theorem 11.18, ultimately boils down to the definition of scalar multiplication and properties of real numbers. For example, to prove the associative property, we let v=v1,v2. If k and r are scalars then

(kr)v=(kr)v1,v2=(kr)v1,(kr)v2 Definition of Scalar Multiplication =k(rv1),k(rv2) Associative Property of Real Number Multiplication =krv1,rv2 Definition of Scalar Multiplication =k(rv1,v2) Definition of Scalar Multiplication =k(rv)

The remaining properties are proved similarly and are left as exercises.

Our next example demonstrates how Theorem 11.19 allows us to do the same kind of algebraic manipulations with vectors as we do with variables – multiplication and division of vectors notwithstanding. If the pedantry seems familiar, it should. This is the same treatment we gave Example 8.3.1 in Section 8.3. As in that example, we spell out the solution in excruciating detail to encourage the reader to think carefully about why each step is justified.

Example 11.8.3

Solve 5v2(v+1,2)=0 for v.

Solution

5v2(v+1,2)=05v+(1)[2(v+1,2)]=05v+[(1)(2)](v+1,2)=05v+(2)(v+1,2)=05v+[(2)v+(2)1,2]=05v+[(2)v+(2)(1),(2)(2)]=0[5v+(2)v]+2,4=0(5+(2))v+2,4=03v+2,4=0(3v+2,4)+(2,4)=0+(2,4)3v+[2,4+(2,4)]=0+(1)2,43v+0=0+(1)(2),(1)(4)3v=2,413(3v)=13(2,4)[(13)(3)]v=(13)(2),(13)(4)1v=23,43v=23,43

A vector whose initial point is (0, 0) is said to be in standard position. If v=v1,v2 is plotted in standard position, then its terminal point is necessarary (v1,v2). (Once more, think about this before reading on.)

Screen Shot 2022-06-11 at 12.30.22 AM.png

Plotting a vector in standard position enables us to more easily quantify the concepts of magnitude and direction of the vector. We can convert the point (v1,v2) in rectangular coordinates to a pair (r,θ) in polar coordinates where r0. The magnitude of v, which we said earlier was length of the directed line segment, is r=v21+v22 and is denoted by v. From Section 11.4, we know v1=rcos(θ)=vcos(θ) and v2=rsin(θ)=vsin(θ). From the definition of scalar multiplication and vector equality, we get

v=v1,v2=vcos(θ),vsin(θ)=vcos(θ),sin(θ)

This motivates the following definition.

Definition 11.8

Suppose v is a vector with component form v=v1,v2. Let (r,θ) be a polar representation of the point with rectangular coordinates (v1,v2) with r0.

  • The magnitude of v, denoted v, is given by v=r=v21+v22
  • If v0, the (vector) direction of v, denoted ˆv is given by ˆv=cos(θ),sin(θ)

Taken together, we get v=vcos(θ),vsin(θ).

A few remarks are in order. First, we note that if v0 then even though there are infinitely many angles θ which satisfy Definition 11.8, the stipulation r>0 means that all of the angles are coterminal. Hence, if θ and θ both satisfy the conditions of Definition 11.8, then cos(θ)=cos(θ) and sin(θ)=sin(θ), and as such, cos(θ),sin(θ)=cos(θ),sin(θ) making ˆv is well-defined.10 If v=0, then v=0,0, and we know from Section 11.4 that (0,θ) is a polar representation for the origin for any angle θ. For this reason, ˆ0 is undefined. The following theorem summarizes the important facts about the magnitude and direction of a vector.

Theorem 11.20. Properties of Magnitude and Direction

Suppose v is a vector.

  • v0 and v=0 if and only if v=0
  • For all scalars k, kv=|k|v.
  • If v0 then v=vˆv, so that ˆv=(1v)v.

The proof of the first property in Theorem 11.20 is a direct consequence of the definition of v. If v=v1,v2, then v=v21+v22 which is by definition greater than or equal to 0. Moreover, v21+v22=0 if and only of v21+v22=0 if and only if v1=v2=0. Hence, v=0 if and only if v=0,0=0, as required.

The second property is a result of the definition of magnitude and scalar multiplication along with a propery of radicals. If v=v1,v2 and k is a scalar then

kv=kv1,v2=kv1,kv2 Definition of scalar multiplication =(kv1)2+(kv2)2 Definition of magnitude =k2v21+k2v22=k2(v21+v22)=k2v21+v22 Product Rule for Radicals =|k|v21+v22 Since k2=|k|=|k|v

The equation v=vˆv in Theorem 11.20 is a consequence of the definitions of v and ˆv and was worked out in the discussion just prior to Definition 11.8 on page 1020. In words, the equation v=vˆv says that any given vector is the product of its magnitude and its direction – an important concept to keep in mind when studying and using vectors. The equation ˆv=(1v)v is a result of solving v=vˆv for ˆv by multiplying11 both sides of the equation by 1v and using the properties of Theorem 11.19. We are overdue for an example.

Example 11.8.4
  1. Find the component form of the vector v with v=5 so that when v is plotted in standard position, it lies in Quadrant II and makes a 60 angle12 with the negative x-axis.
  2. For v=3,33, find v and θ, 0θ<2π so that v=vcos(θ),sin(θ).
  3. For the vectors v=3,4 and w=1,2, find the following.
    1. ˆv
    2. v2w
    3. v2w
    4. ˆw
Solution
  1. We are told that v=5 and are given information about its direction, so we can use the formula v=vˆv to get the component form of v. To determine ˆv, we appeal to Definition 11.8. We are told that v lies in Quadrant II and makes a 60 angle with the negative x-axis, so the polar form of the terminal point of v, when plotted in standard position is (5,120). (See the diagram below.) Thus ˆv=cos(120),sin(120)=12,32, so v=vˆv=512,32=52,532.

    Screen Shot 2022-06-11 at 1.52.19 AM.png

  2. For v=3,33, we get v=(3)2+(33)2=6. In light of Definition 11.8, we can find the θ we’re after by converting the point with rectangular coordinates (3,33) to polar form (r,θ) where r=v>0. From Section 11.4, we have tan(θ)=333=3. Since (3,33) is a point in Quadrant IV, θ is a Quadrant IV angle. Hence, we pick θ=5π3. We may check our answer by verifying v=3,33=6cos(5π3),sin(5π3).
    1. Since we are given the component form of v, we’ll use the formula ˆv=(1v)v. For v=3,4, we have v=32+42=25=5. Hence, ˆv=153,4=35,45.
    2. We know from our work above that v=5, so to find v2w, we need only find w. Since w=1,2, we get w=12+(2)2=5. Hence, v2w=525.
    3. In the expression v2w, notice that the arithmetic on the vectors comes first, then the magnitude. Hence, our first step is to find the component form of the vector v2w. We get v2w=3,421,2=1,8. Hence, v2w=1,8=12+82=65.
    4. To find ˆw, we first need ˆw. Using the formula ˆw=(1w)w along with w=5, which we found the in the previous problem, we get ˆw=151,2=15,25=55,255. Hence, ˆw=(55)2+(255)2=525+2025=1=1.

The process exemplified by number 1 in Example 11.8.4 above by which we take information about the magnitude and direction of a vector and find the component form of a vector is called resolving a vector into its components. As an application of this process, we revisit Example 11.8.1 below.

Example 11.8.5

A plane leaves an airport with an airspeed of 175 miles per hour with bearing N40E. A 35 mile per hour wind is blowing at a bearing of S60E. Find the true speed of the plane, rounded to the nearest mile per hour, and the true bearing of the plane, rounded to the nearest degree.

Solution

We proceed as we did in Example 11.8.1 and let v denote the plane’s velocity and w denote the wind’s velocity, and set about determining v+w. If we regard the airport as being at the origin, the positive y-axis acting as due north and the positive x-axis acting as due east, we see that the vectors v and w are in standard position and their directions correspond to the angles 50 and 30, respectively. Hence, the component form of v=175cos(50),sin(50)=175cos(50),175sin(50) and the component form of w=35cos(30),35sin(30). Since we have no convenient way to express the exact values of cosine and sine of 50, we leave both vectors in terms of cosines and sines.13 Adding corresponding components, we find the resultant vector v+w=175cos(50)+35cos(30),175sin(50)+35sin(30). To find the ‘true’ speed of the plane, we compute the magnitude of this resultant vector v+w=(175cos(50)+35cos(30))2+(175sin(50)+35sin(30))2184 Hence, the ‘true’ speed of the plane is approximately 184 miles per hour. To find the true bearing, we need to find the angle θ which corresponds to the polar form (r,θ),r>0, of the point (x,y)=(175cos(50)+35cos(30),175sin(50)+35sin(30)). Since both of these coordinates are positive,14 we know θ is a Quadrant I angle, as depicted below. Furthermore, tan(θ)=yx=175sin(50)+35sin(30)175cos(50)+35cos(30), so using the arctangent function, we get θ39. Since, for the purposes of bearing, we need the angle between v+w and the positive y-axis, we take the complement of θ and find the ‘true’ bearing of the plane to be approximately N51E.

Screen Shot 2022-06-11 at 3.10.05 AM.png

In part 3d of Example 11.8.4, we saw that ˆw=1. Vectors with length 1 have a special name and are important in our further study of vectors.

Definition 11.9

Unit Vectors: Let v be a vector. If v=1, we say that v is a unit vector.

If v is a unit vector, then necessarily, v=vˆv=1ˆv=ˆv. Conversely, we leave it as an exercise15 to show that ˆv=(1v)v is a unit vector for any nonzero vector v. In practice, if v is a unit vector we write it as v as opposed to v because we have reserved the ‘ˆ’ notation for unit vectors. The process of multiplying a nonzero vector by the factor 1v to produce a unit vector is called ‘normalizing the vector,’ and the resulting vector v is called the ‘unit vector in the direction of v. The terminal points of unit vectors, when plotted in standard position, lie on the Unit Circle. (You should take the time to show this.) As a result, we visualize normalizing a nonzero vector v as shrinking16 its terminal point, when plotted in standard position, back to the Unit Circle.

Screen Shot 2022-06-11 at 3.25.43 AM.png

Of all of the unit vectors, two deserve special mention.

Definition 11.10. The Principal Unit Vectors
  • The vector ˆı is defined by ˆı=1,0
  • The vector ˆȷ is defined by ˆı=0,1

We can think of the vector ˆı as representing the positive x-direction, while ˆȷ represents the positive y-direction. We have the following ‘decomposition’ theorem.17

Theorem 11.21. Principal Vector Decomposition Theorem

Let v be a vector with component form v=v1,v2. Then v=v1ˆı+v2ˆȷ.

The proof of Theorem 11.21 is straightforward. Since ˆı=1,0 and ˆȷ=0,1, we have from the definition of scalar multiplication and vector addition that

v1ˆı+v2ˆȷ=v11,0+v20,1=v1,0+0,v2=v1,v2=v

Geometrically, the situation looks like this:

Screen Shot 2022-06-11 at 3.40.06 AM.png

We conclude this section with a classic example which demonstrates how vectors are used to model forces. A ‘force’ is defined as a ‘push’ or a ‘pull.’ The intensity of the push or pull is the magnitude of the force, and is measured in Netwons (N) in the SI system or pounds (lbs.) in the English system.18 The following example uses all of the concepts in this section, and should be studied in great detail.

Example 11.8.6

A 50 pound speaker is suspended from the ceiling by two support braces. If one of them makes a 60 angle with the ceiling and the other makes a 30 angle with the ceiling, what are the tensions on each of the supports?

Solution

We represent the problem schematically below and then provide the corresponding vector diagram.

Screen Shot 2022-06-11 at 3.42.05 AM.png

We have three forces acting on the speaker: the weight of the speaker, which we’ll call w, pulling the speaker directly downward, and the forces on the support rods, which we’ll call T1 and T2 (for ‘tensions’) acting upward at angles 60 and 30, respectively. We are looking for the tensions on the support, which are the magnitudes T1 and T2. In order for the speaker to remain stationary,19 we require w+T1+T2=0. Viewing the common initial point of these vectors as the origin and the dashed line as the x-axis, we use Theorem 11.20 to get component representations for the three vectors involved. We can model the weight of the speaker as a vector pointing directly downwards with a magnitude of 50 pounds. That is, w=50 and ˆw=ˆȷ=0,1. Hence, w=500,1=0,50. For the force in the first support, we get T1=T1cos(60),sin(60)=T12,T132 For the second support, we note that the angle 30 is measured from the negative x-axis, so the angle needed to write T2 in component form is 150. Hence T2=T2cos(150),sin(150)=T232,T22 The requirement w+T1+T2=0 gives us this vector equation. w+T1+T2=00,50+T12,T132+T232,T22=0,0T12T232,T132+T2250=0,0 Equating the corresponding components of the vectors on each side, we get a system of linear equations in the variables T1 and T2. {(E1)T12T232=0(E2)T132+T2250=0 From (E1), we get T1=T23. Substituting that into (E2) gives (T23)32+T2250=0 which yields 2T250=0. Hence, T2=25 pounds and T1=T23=253 pounds.

1 The word ‘vector’ comes from the Latin vehere meaning ‘to convey’ or ‘to carry.’

2 Other textbook authors use bold vectors such as v. We find that writing in bold font on the chalkboard is inconvenient at best, so we have chosen the ‘arrow’ notation.

3 If this idea of ‘over’ and ‘up’ seems familiar, it should. The slope of the line segment containing v is 43.

4 If necessary, review page 905 and Section 11.3.

5 That is, the speed of the plane relative to the air around it. If there were no wind, plane’s airspeed would be the same as its speed as observed from the ground. How does wind affect this? Keep reading!

6 See Section 10.1.1, for instance.

7 Or, since our given angle, 100, is obtuse, we could use the Law of Sines without any ambiguity here.

8 Adding vectors ‘component-wise’ should seem hauntingly familiar. Compare this with how matrix addition was defined in section 8.3. In fact, in more advanced courses such as Linear Algebra, vectors are defined as 1×n or n×1 matrices, depending on the situation.

9 The interested reader is encouraged to compare Theorem 11.18 and the ensuing discussion with Theorem 8.3 in Section 8.3 and the discussion there.

10 If this all looks familiar, it should. The interested reader is invited to compare Definition 11.8 to Definition 11.2 in Section 11.7.

11 Of course, to go from v=vˆv to ˆv=(1v)v, we are essentially ‘dividing both sides’ of the equation by the scalar v. The authors encourage the reader, however, to work out the details carefully to gain an appreciation of the properties in play.

12 Due to the utility of vectors in ‘real-world’ applications, we will usually use degree measure for the angle when giving the vector’s direction. However, since Carl doesn’t want you to forget about radians, he’s made sure there are examples and exercises which use them.

13 Keeping things ‘calculator’ friendly, for once!

14 Yes, a calculator approximation is the quickest way to see this, but you can also use good old-fashioned inequalities and the fact that 455060.

15 One proof uses the properties of scalar multiplication and magnitude. If v0, consider ˆv=(1v)v. Use the fact that v0 is a scalar and consider factoring.

16 . . . if v>1. . .

17 We will see a generalization of Theorem 11.21 in Section 11.9. Stay tuned!

18 See also Section 11.1.1.

19 This is the criteria for ‘static equilbrium’.


This page titled 11.8: Vectors is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Carl Stitz & Jeff Zeager via source content that was edited to the style and standards of the LibreTexts platform.

  • Was this article helpful?

Support Center

How can we help?