This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication.

Size: px
Start display at page:

Download "This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication."

Transcription

1 This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. Copyright Pearson Canada Inc. All rights reserved.

2 Copyright Pearson Canada Inc. All rights reserved

3 CHAPTER Euclidean Vector Spaces CHAPTER OUTLINE. Vectors in R and R. Vectors in R n. Length and Dot Products.4 Projections and Minimum Distance.5 Cross-Products and Volumes Some of the material in this chapter will be familiar to many students, but some ideas that are introduced here will be new to most. In this chapter we will look at operations on and important concepts related to vectors. We will also look at some applications of vectors in the familiar setting of Euclidean space. Most of these concepts will later be extended to more general settings. A firm understanding of the material from this chapter will help greatly in understanding the topics in the rest of this book.. Vectors in R and R We begin by considering the two-dimensional plane in Cartesian coordinates. Choose an origin O and two mutually perpendicular axes, called the x -axis and the -axis, as shown in Figure... Then a point P in the plane is identified by the -tuple (p, p ), where p is the distance from P to the -axis, with p positive if P is to the right of this axis and negative if P is to the left. Similarly, p is the distance from P to the x -axis, with p positive if P is above this axis and negative if P is below. You have already learned how to plot graphs of equations in this plane. p Figure.. O p P = (p, p ) x Coordinates in the plane. Copyright Pearson Canada Inc. All rights reserved For applications in many areas of mathematics, and in many subjects such as physics and economics, it is useful to view points more abstractly. In particular, we will view them as vectors and provide rules for adding them and multiplying them by constants.

4 Chapter Euclidean Vector Spaces Definition R Definition Addition and Scalar Multiplication in R R is the set of all vectors of the form [ x the components of the vector. Mathematically, we write {[ ] } R x = x, R Remark We shall use the notation x = [ x ], where x and are real numbers called ] to denote vectors in R. Although we are viewing the elements of R as vectors, [ ] we can still interpret p these geometrically as points. That is, the vector p = can be interpreted as the point P(p, p ). Graphically, this is often represented by drawing an arrow from (, ) to (p, p ), as shown in Figure... Note, however, that the points between (, ) and (p, p ) should not be thought of as points on the vector. The representation of a vector as an arrow is particularly common in physics; force and acceleration are vector quantities that can conveniently be represented by an arrow of suitable magnitude and direction. If x = [ x ], y = [ y y Figure.. O = (, ) p = p P = (p, p ) ] [ p p x Graphical representation of a vector. ], and t R, then we define addition of vectors by x + y = [ x ] + [ y y ] [ ] x + y = + y The scalar multiplication of a vector by a factor of t, called a scalar, is defined by x tx t x = t = t The addition of two vectors is illustrated in Figure..: construct a parallelogram with vectors x and y as adjacent sides; then x + y is the vector corresponding to the vertex of the parallelogram opposite to the origin. Observe that the components really are added according to the definition. This is often called the parallelogram rule for addition. Copyright Pearson Canada Inc. All rights reserved

5 Section. Vectors in R and R p + q R(p + q, p + q ) EXAMPLE q O 5 Let x = and y =. Then q Q(q, q ) + 5 x + y = = + 4 r = p + q p P(p, p ) p p + q Figure.. Addition of vectors p and q. (, ) O x (, 4) x (5, ) Similarly, scalar multiplication is illustrated in Figure..4. Observe that multiplication by a negative scalar reverses the direction of the vector. It is important to note that x y is to be interpreted as x + ( ) y. (.5) d d O ( ) d Copyright Pearson Canada Inc. All rights reserved x Figure..4 Scalar multiplication of the vector d.

6 4 Chapter Euclidean Vector Spaces EXAMPLE EXERCISE [ ] Let u =, v =, and w =. Calculate u + v, w, and v w. Solution: We get [ ] u + v = + = 4 w = = [ ] 4 4 v w = + ( ) = + = 6 7 [ ] Let u =, v =, and w =. Calculate each of the following and illustrate with a sketch. (a) u + w (b) v (c) ( u + w) v. The vectors e = and e = play a special role in our discussion of R.We will call the set { e, e } the standard basis for R. (We shall discuss the concept of a basis further [ ] in Section..) The basis vectors e and e are important because any v vector v = can be written as a sum of scalar multiples of e v and e in exactly one way: [ ] v v = = v + v = v e + v e v Remark In physics and engineering, it is common to use the notation i = and j = instead. We will use the phrase linear combination to mean sum of scalar multiples. So, we have shown above that any vector x R can be written as a unique linear combination of the standard basis vectors. [ ] One other vector in R deserves special mention: the zero vector, =.Some important properties of the zero vector, which are easy to verify, are that for any x R, Copyright Pearson Canada Inc. All rights reserved () + x = x () x + ( ) x = () x =

7 EXAMPLE The Vector Equation of a Line in R Section. Vectors in R and R 5 In Figure..4, it is apparent that the set of all multiples of a vector d creates a line through the origin. We make this our definition of a line in R :aline through the origin in R is a set of the form {t d t R} Often we do not use formal set notation but simply write the vector equation of the line: x = t d, t R The vector d is called the direction vector of the line. Similarly, we define the line through p with direction vector d to be the set which has vector equation { p + t d t R} x = p + t d, t R This line is parallel to the line with equation x = t d, t R because of the parallelogram rule for addition. As shown in Figure..5, each point on the line through p can be obtained from a corresponding point on the line x = t d by adding the vector p. We say that the line has been translated by p. More generally, two lines are parallel if the direction vector of one line is a non-zero multiple of the direction vector of the other line. line x = t d + p p d + p Figure..5 The line with vector equation x = t d + p. [ ] 4 A vector equation of the line through the point P(, ) with direction vector is 5 4 x = + t, t R 5 Copyright Pearson Canada Inc. All rights reserved d x

8 6 Chapter Euclidean Vector Spaces EXAMPLE 4 EXERCISE EXAMPLE 5 Write the vector equation of a line through P(, ) parallel to the line with vector equation [ ] x = t, t R Solution: Since they are parallel, they have the same direction vector. Hence, the vector equation of the line is x = + t, t R Write the vector equation of a line through P(, ) parallel to the line with vector equation 4 x = + t, t R Sometimes the components of a vector equation are written separately: x = p + td x = p + t d becomes t R = p + td, This is referred to as the parametric equation of the line. The familiar scalar form of the equation of the line is obtained by eliminating the parameter t. Provided that d, d, x p = t = p d d or = p + d (x p ) d What can you say about the line if d = ord =? Write the vector, parametric, [ and] scalar equations of the line passing through the point 5 P(, 4) with direction vector. 5 Solution: The vector equation is x = + t, t R. 4 x = 5t So, the parametric equation is t R. = 4 + t, The scalar equation is = 4 5 (x ). Copyright Pearson Canada Inc. All rights reserved

9 Section. Vectors in R and R 7 EXAMPLE 6 Directed Line Segments For dealing with certain geometrical problems, it is useful to introduce directed line segments. We denote the directed line segment from point P to point Q by PQ. We think of it as an arrow starting at P and pointing towards Q. We shall identify directed line segments from the origin O with the corresponding vectors; we write OP = p, OQ = q, and so on. A directed line segment that starts at the origin is called the position vector of the point. For many problems, we are interested only in the direction and length of the directed line segment; we are not interested in the point where it is located. For example, in Figure.., we may wish to treat the line segment QR as if it were the same as OP. Taking our cue from this example, for arbitrary points P, Q, R in R, we define QR to be equivalent to OP if r q = p. In this case, we have used one directed line segment OP starting from the origin in our definition. O Q Figure..6 A directed line segment from P to Q. More generally, for arbitrary points Q, R, S, T in R, we define QR to be equivalent to ST if they are both equivalent to the same OP for some P. That is, if r q = p and t s = p for the same p We can abbreviate this by simply requiring that r q = t s For points Q(, ), R(6, ), S (, 4), T(, ), QR is equivalent to ST because [ ] 6 5 r q = = = = t s 4 4 S (, 4) Q(, ) O T(, ) R(6, ) Copyright Pearson Canada Inc. All rights reserved P x x

10 8 Chapter Euclidean Vector Spaces EXAMPLE 7 In some problems, where it is not necessary to distinguish between equivalent directed line segments, we identify them (that is, we treat them as the same object) and write PQ = RS. Indeed, we identify them with the corresponding [ ] line segment starting at the origin, so in Example 6 we write QR = ST 5 =. 4 Remark Writing QR = ST is a bit sloppy an abuse of notation because QR is not really the same object as ST. However, introducing the precise language of equivalence classes and more careful notation with directed line segments is not helpful at this stage. By introducing directed line segments, we are encouraged to think about vectors that are located at arbitrary points in space. This is helpful in solving some geometrical problems, as we shall see below. Find a vector equation of the line through P(, ), and Q(, ). Solution: The direction of the line is [ ] PQ = q p = = Hence, a vector equation of the line with direction PQ that passes through P(, ) is x = p + tpq = + t, t R O P(, ) x Q(, ) Observe in the example above that we would have the same line if we started at the second point and moved toward the first point or even if we took a direction vector in the opposite direction. Thus, the same line is described by the vector equations x = + r, r R x = + s, s R x = + t, t R In fact, there are infinitely many descriptions of a line: we may choose any point on the line, and we may use any non-zero multiple of the direction vector. Copyright Pearson Canada Inc. All rights reserved EXERCISE Find a vector equation of the line through P(, ), and Q(, ).

11 Definition R Vectors and Lines in R Section. Vectors in R and R 9 Everything we have done so far works perfectly well in three dimensions. We choose an origin O and three mutually perpendicular axes, as shown in Figure..7. The x - axis is usually pictured coming out of the page (or blackboard), the -axis to the right, and the x -axis towards the top of the picture. x O x Figure..7 The positive coordinate axes in R. It should be noted that we are adopting the convention that the coordinate axes form a right-handed system. One way to visualize a right-handed system is to spread out the thumb, index finger, and middle finger of your right hand. The thumb is the x -axis, the index finger is the -axis, and the middle finger is the x -axis. See Figure..8. Figure..8 O x x Identifying a right-handed system. We now define R to be the three-dimensional analog of R. R is the set of all vectors of the form where x,, x are real numbers. Mathematically, we write R = x x x x Copyright Pearson Canada Inc. All rights reserved x,, x R

12 Chapter Euclidean Vector Spaces Definition Addition and Scalar Multiplication in R EXAMPLE 8 If x = x x, y = y y y, and t R, then we define addition of vectors by x + y = x x + y y y x + y = x + y x + y and the scalar multiplication of a vector by a factor of t by t x = t x x tx = tx tx Addition still follows the parallelogram rule. It may help you to visualize this if you realize that two vectors in R must lie within a plane in R so that the twodimensional picture is still valid. See Figure..9. x x O Figure..9 Two-dimensional parallelogram rule in R. Let u =, v =, and w =. Calculate v + u, w and v + w u. Solution: We have v + u = + = w = = v + w u = + = + + = Copyright Pearson Canada Inc. All rights reserved

13 Section. Vectors in R and R EXAMPLE 9 EXERCISE 4 It is useful to introduce standard basis for R just as we did for R. Define e =, e =, e = Then any vector v = Remark v v v can be written as the linear combination v = v x + v + v x In physics and engineering, it is common to use the notation i = e, j = e and k = e instead. The zero vector = in R has the same properties as the zero vector in R. Directed line segments are the same in three-dimensional space as in the twodimensional case. A line through the point P in R (corresponding to a vector p ) with direction vector d can be described by a vector equation: x = p + t d, t R It is important to realize that a line in R cannot be described by a single scalar linear equation, as in R. We shall see in Section. that such an equation describes a plane in R. Find a vector equation of the line that passes through the points P(, 5, ), and Q(4,, ). Solution: The direction vector is d = q p = 6. Hence a vector equation of the 5 line is x = 5 + t 6, t R 5 Note that the corresponding parametric equations are x = +t, = 5 6t, x = + 5t. Copyright Pearson Canada Inc. All rights reserved Find a vector equation of the line that passes through the points P(,, ), and Q(,, ).

14 Chapter Euclidean Vector Spaces PROBLEMS. Practice Problems A Compute each of the following linear combinations and[ illustrate ] [ ] with a sketch. 4 (a) + (b) 4 [ ] (c) (d) 4 A Compute each of the following linear combinations. 4 (a) + (b) 4 5 [ ] 4 (c) (d) + 6 /4 (e) (f) [ ] [ ] + / 6 A Compute each of the following linear combinations. 5 (a) (b) (c) 6 5 (d) + 6 / (e) / + (f) + π A4 Let v =, and w =. Determine (a) v w (b) ( v + w) + 5 v (c) u such that w u = v (d) u such that u v = u 5 A5 Let v =, and w =. Determine (a) v + w (b) ( v + w) ( v w) (c) u such that w u = v (d) u such that u + v = w A6 Consider the points P(,, ), Q(,, ), R(, 4, ), S ( 5,, 5). Determine PQ, PR, PS, QR, SRand verify that PQ + QR = PR = PS + SR. A7 Write a vector equation of the line passing through the given points [ with] the given direction vector. 5 (a) P(, 4), d = [ ] 4 (b) P(, ), d = 6 4 (c) P(,, 5), d = (d) P(4,, 5), d = A8 Write a vector equation for the line that passes through the given points. (a) P(, ), Q(, ) (b) P(4, ), Q(, ) (c) P(,, 5), Q(,, ) (d) P(,, ), Q(4,, ) (e) P (, 4, ), Q ( ),, A9 For each of the following lines in R, determine a vector equation and parametric equations. (a) = x + (b) x + = 5 A (a) A set of points in R n is collinear if they all lie on the same line. By considering directed line segments, give a general method for determining whether a given set of three points is collinear. (b) Determine whether the points P(, ), Q(4, ), and R( 5, 4) are collinear. Show how you decide. (c) Determine whether the points S (,, ), T(,, ), and U(, 4, ) are collinear. Show how you decide. Copyright Pearson Canada Inc. All rights reserved

15 Section. Exercises Homework Problems B Compute each of the following linear combinations and[ illustrate ] [ with ] a sketch. 4 (a) + (b) [ ] 5 (c) (d) B Compute each of the following linear combinations (a) + (b) [ ] 4 (c) (d) 5 (e) [ ] + [ ] [ ] 6 / B Compute each of the following linear combinations. 5 4 (a) 4 (b) + (c) 4 5 (d) / (e) / + (f) ( + ) 5 B4 Let v = 5, and w =. Determine (a) v w (b) ( v w) w (c) u such that w u = v (d) u such that u + w = v 4 B5 Let v =, and w =. Determine (a) v w (b) v + 4 w (c) u such that v + u = v (d) u such that u w = v B6 (a) Consider the points P(, 4, ), Q(4,, ), R(, 4, ), S (8, 6, 5). Determine PQ, PR, PS, QR, SRand verify that PQ + QR = PR = PS + SR. (b) Consider the points P(,, ), Q(, 7, ), R(,, 5), S (, 4, ). Determine PQ, PR, PS, QR, SRand verify that PQ + QR = PR = PS + SR. B7 Write a vector equation of the line passing through the given points with [ the ] given direction vector. 4 (a) P(, 4), d = (b) P(, ), d = (c) P(,, ), d = 4 8 (d) P(,, ), d = B8 Write a vector equation for the line that passes through the given points. (a) P(, ), Q(, ) (b) P(,, ), Q(,, ) (c) P(, 6, ), Q(, 5, ) (d) P ( ) (,,, Q,, ) B9 For each of the following lines in R, determine a vector equation and parametric equations. (a) = x + (b) x + = B (You will need the solution from Problem A (a) to answer this.) (a) Determine whether the points P(,, ), Q(,, ), and R(4,, ) are collinear. Show how you decide. (b) Determine whether the points S (,, ), T(6,, ), and U( 4,, ) are collinear. Show how you decide. Copyright Pearson Canada Inc. All rights reserved

16 4 Chapter Euclidean Vector Spaces Computer Problems 6 C Let v = 46, v =, v = 8, and v 4 = 9. 4 Conceptual Problems D Let v =, and w =. (a) Find [ ] real numbers t and t such that t v +t w =. Illustrate with a sketch. (b) Find [ ] real numbers t and t such that t v +t w = x for any x, R. (c) Use your result in part (b) to find [ real ] numbers t and t such that t v + t v =. π D Let P, Q, R be points in R corresponding to vectors p, q, r respectively.. Vectors in R n Use computer software to evaluate each of the following. (a) 7 v + 5 v v + 4 v 4 (b) 44 v 4 v 99 v v 4 (a) Explain in terms of directed line segments why PQ + QR + RP = (b) Verify the equation of part (a) by expressing PQ, QR, RP in terms of p, q, r. D Let p and d be vectors in R. Prove that x = p + t d, t R, is a line in R passing through the origin if and only if p is a scalar multiple of d. D4 Let x and y be vectors in R and t R be a scalar. Prove that t( x + y ) = t x + t y We now extend the ideas from the previous section to n-dimensional Euclidean space R n. Students sometimes do not see the point in discussing n-dimensional space because it does not seem to correspond to any physical realistic geometry. But, in a number of instances, more than three dimensions are important. For example to discuss the motion of a particle, an engineer needs to specify its position ( variables) and its velocity ( more variables); she therefore has 6 variables. A scientist working in string theory works with dimensional space-time variables. An economist seeking to model the Canadian economy uses many variables: one standard model has more than 5 variables. Of course, calculations in such huge models are carried out by computer. Even so, understanding the ideas of geometry and linear algebra is necessary to decide which calculations are required and what the results mean. Copyright Pearson Canada Inc. All rights reserved

17 Definition R n Definition Addition and Scalar Multiplication in R n Theorem Section. Vectors in R n 5 Addition and Scalar Multiplication of Vectors in R n R n is the set of all vectors of the form., where x i R. Mathematically, x x x n x R n =. x,...,x n R If x =., y =., and t R, then we define addition of vectors by x n y y n x n x y x + y x + y =. +. =. x n y n x n + y n and the scalar multiplication of a vector by a factor of t by For all w, x, y R n and s, t R we have x tx t x = t. =. x n tx n () x + y R n (closed under addition) () x + y = y + x (addition is commutative) () ( x + y ) + w = x + ( y + w) (addition is associative) (4) There exists a vector R n such that z + = z for all z R n (zero vector) (5) For each x R n there exists a vector x R n such that x + ( x ) = (additive inverses) (6) t x R n (closed under scalar multiplication) (7) s(t x ) = (st) x (scalar multiplication is associative) (8) (s + t) x = s x + t x (a distributive law) (9) t( x + y ) = t x + t y (another distributive law) () x = x (scalar multiplicative identity) Copyright Pearson Canada Inc. All rights reserved Proof: We will prove properties () and () from Theorem and leave the other proofs to the reader.

18 6 Chapter Euclidean Vector Spaces For (), by definition, x + y x + y =. Rn x n + y n since x i + y i R for i n. For (), x + y y + x x + y =. =. = y + x x n + y n y n + x n EXERCISE Prove properties (5), (6), and (7) from Theorem. Definition Subspace Observe that properties (), (), (7), (8), (9), and () from Theorem refer only to the operations of addition and scalar multiplication, while the other properties, (), (4), (5), and (6), are about the relationship between the operations and the set R n. These facts should be clear in the proof of Theorem. Moreover, we see that the zero vector of R n is the vector =., and the additive inverse of x is x = ( ) x. Note that the zero vector satisfies the same properties as the zero vector in R and R. Students often find properties () and (6) a little strange. At first glance, it seems obvious that the sum of two vectors in R n or the scalar multiple of a vector in R n is another vector in R n. However, these properties are in fact extremely important. We now look at subsets of R n that have both of these properties. Subspaces A non-empty subset S of R n is called a subspace of R n if for all vectors x, y S and t R: () x + y S (closed under addition) () t x S (closed under scalar multiplication) The definition requires that a subspace be non-empty. A subspace always contains at least one vector. In particular, it follows from () that if we let t = that every subspace of R n contains the zero vector. This fact provides an easy method for disqualify any subsets that do not contain the zero vector as subspaces. For example, a line in R cannot be a subspace if it does not pass through the origin. Thus, when checking to determine if a set S is non-empty, it makes sense to first check if S. It is easy to see that the set { } consisting of only the zero vector in R n is a subspace of R; this is called the trivial subspace. Additionally, R n is a subspace of itself. We will see throughout the text that other subspaces arise naturally in linear algebra. Copyright Pearson Canada Inc. All rights reserved

19 Section. Vectors in R n 7 EXAMPLE EXAMPLE EXERCISE Show that S = x x x + x = is a subspace of R. Solution: We observe that, by definition, S is a subset of R and that = Let x = since taking x =, =, and x = satisfies x + x =. x x, y = y y y S S. Then they must satisfy the condition of the set, so x + x = and y y + y =. To show that S is closed under addition, we must show that x + y satisfies the condition of S.Wehave x + y x + y = x + y x + y and (x + y ) ( + y ) + (x + y ) = x + x + y y + y = + = Hence, x + y S. tx Similarly, for any t R, wehavet x = tx and tx (tx ) (t ) + (tx ) = t(x + x ) = t() = So, S is closed under scalar multiplication. Therefore, S is a subspace of R. Show that T = {[ x ] } x = is not a subspace of R. Solution: To show that T is not a subspace, we just need to give one example showing that T does not satisfy the definition of a subspace. We will show that T is not closed under [ ] addition. [ ] [ ] Observe that x = and y = are both in T, but x + y = T, since (). Thus, T is not a subspace of R. Show that S = {[ x not a subspace of R. ] } x = is a subspace of R and T = {[ x ] } x + = is Copyright Pearson Canada Inc. All rights reserved

20 8 Chapter Euclidean Vector Spaces Theorem Definition Span Spanning Set EXAMPLE Spanning Sets and Linear Independence One of the main ways that subspaces arise is as the set of all linear combinations of some spanning set. We next present an easy theorem and a bit more vocabulary. If { v,..., v k } is a set of vectors in R n and S is the set of all possible linear combinations of these vectors, then S is a subspace of R n. S = {t v + + t k v k t,...,t k R} Proof: By properties () and (6) of Theorem, t v + + t k v k R n, so S is a subset of R n. Taking t i = for i k, we get = v + + v k S, so S is non-empty. Let x, y S. Then, for some real numbers s i and t i, i k, x = s v + + s k v k and y = t v + + t k v k. It follows that x + y = s v + + s k v k + t v + + t k v k = (s + t ) v + + (s k + t k ) v k so, x + y S since (s i + t i ) R. Hence, S is closed under addition. Similarly, for all t R, t x = t(s v + + s k v k ) = (ts ) v + (ts k ) v k S So, S is closed under scalar multiplication. Therefore, S is a subspace of R n. If S is the subspace of R n consisting of all linear combinations of the vectors v,..., v k R n, then S is called the subspace spanned by B = { v,..., v k }, and we say that the set B spans S. The set B is called a spanning set for the subspace S. We denote S by S = Span{ v,..., v k } = Span B Let v R with v and consider the line L with vector equation x = t v, t R. Then L is the subspace spanned by { v}, and { v} is a spanning set for L. We write L = Span{ v}. Similarly, for v, v R, the set M with vector equation x = t v + t v is a subspace of R with spanning set { v, v }. That is, M = Span{ v, v }. Copyright Pearson Canada Inc. All rights reserved If v R with v, then we can guarantee that Span{ v} represents a line in R that passes through the origin. However, we see that the geometrical interpretation of Span{ v, v } depends on the choices of v and v. We demonstrate this with some examples.

21 Section. Vectors in R n 9 EXAMPLE 4 EXAMPLE 5 The set S = Span {}, has vector equation [ ] x = t + t = t, t R Hence, S is a line in R{[ that ] [ passes ]} through the origin. The set S = Span, has vector equation x = t + t = (t t ) = t where t = t t R. Hence, S represents the same line as S. That is, {[ ]} S = Span = S {} The set S = Span, has vector equation x = t + t = [ t t ], t, t R Hence, S = R. That is, S spans the entire two-dimensional plane. From these examples, we observe that { v, v } is a spanning set for R if and only if neither v nor v is a scalar multiple of the other. This also means that neither vector can be the zero vector. We now look at this in R. The set S = Span,, has vector equation Hence, x = t + t + t = ( t + t + t ), t, t, t R S = Span Copyright Pearson Canada Inc. All rights reserved

22 Chapter Euclidean Vector Spaces EXAMPLE 5 (continued) Theorem The set S = Span,, has vector equation x = t + t + t, t, t, t R which can be written as x = t + t + t + t = (t + t ) + (t + t ) So, S = Span,. We extend this to the general case in R n. Let v,..., v k be vectors in R n. If v k can be written as a linear combination of v,..., v k, then Span{ v,..., v k } = Span{ v,..., v k } Proof: We are assuming that there exists t,...,t k R such that t v + + t k v k = v k Let x Span{ v,..., v k }. Then, there exists s,...,s k R such that x = s v + + s k v k + s k v k = s v + + s k v k + s k (t v + + t k v k ) = (s + s k t ) v + + (s k + s k t k ) v k Thus, x Span{ v,..., v k }. Hence, Span{ v,..., v k } Span{ v,..., v k }. Clearly, we have Span{ v,..., v k } Span{ v,..., v k } and so as required. Span{ v,..., v k } = Span{ v,..., v k } In fact, any vector which can written as a linear combination of the other vectors in the set can be removed which changing the spanned set. It is important in linear algebra to identify when a spanning set can be simplified by removing a vector that can be written as a linear combination of the other vectors. We will call such sets linearly dependent. If a spanning set is as simple as possible, then we will call the set linearly independent. To identify whether a set is linearly dependent or linearly independent, we require a mathematical definition. Copyright Pearson Canada Inc. All rights reserved

23 Section. Vectors in R n Definition Linearly Dependent Linearly Independent Theorem 4 EXAMPLE 6 Assume that the set { v,..., v k } is linearly dependent. Then one of the vectors, say v i, is equal to a linear combination of some (or all) of the other vectors. Hence, we can find scalars t,...t k R such that t i v i = t v + + t i v i + t i+ v i+ + + t k v k where t i. Thus, a set is linearly dependent if the equation = t v + + t i v i t i v i + t i+ v i+ + + t k v k has a solution where at least one of the coefficients is non-zero. On the other hand, if the set is linearly independent, then the only solution to this equation must be when all the coefficients are. For example, if any coefficient is non-zero, say t i, then we can write t i v i = t v + + t i v i + t i+ v i+ + + t k v k Thus, v i Span{ v,..., v i, v i+,..., v n }, and so the set can be simplified by using Theorem. We make this our mathematical definition. A set of vectors { v,..., v k } is said to be linearly dependent if there exist coefficients t,...,t k not all zero such that = t v + + t k v k A set of vectors { v,..., v k } is said to be linearly independent if the only solution to = t v + + t k v k is t = t = = t k =. This is called the trivial solution. If a set of vectors { v,..., v k } contains the zero vector, then it is linearly dependent. Proof: Assume v i =. Then we have v + + v i + v i + v i+ + + v k = Hence, the equation = t v + + t k v k has a solution with one coefficient, t i, that is non-zero. So, by definition, the set is linearly dependent. 7 Show that the set 4, 5, is linearly dependent. 6 5/4 Solution: We consider 7 t 4 + t 5 + t = 6 5/4 Copyright Pearson Canada Inc. All rights reserved

24 Chapter Euclidean Vector Spaces EXAMPLE 6 (continued) EXERCISE Definition Basis EXAMPLE 7 Using operations on vectors, we get 7t t t 4t + 5t 6t t = + t Since vectors are equal only if their corresponding entries are equal, this gives the three equations in three unknowns 7t t t = 4t + 5t = 6t t + t = Solving using substitution and elimination, we find that there are in fact infinitely many possible solutions. One is t = 7, t = 5, t =. Hence, the set is linearly dependent. Determine whether,, is linearly dependent or linearly independent. Remark Observe that determining whether a set { v,..., v k } in R n is linearly dependent or linearly independent requires determining solutions of the vector equation t v + + t k v k =. However, this equation actually represents n equations (one for each entry of the vectors) in k unknowns t,...,t k. In the next chapter, we will look at how to efficiently solve such systems of equations. What we have derived above is that the simplest spanning set for a subspace S is one that is linearly independent. Hence, we make the following definition. If { v,..., v k } is a spanning set for a subspace S of R n and { v,..., v k } is linearly independent, then { v,..., v k } is called a basis for S. Let v =, v =, v = 4 and let S be the subspace of R given by S = Span { } v, v, v. Find a basis for S. Solution: Observe that { } v, v, v is linearly dependent, since 4 = Copyright Pearson Canada Inc. All rights reserved

25 Section. Vectors in R n EXAMPLE 7 (continued) In particular, we can write v as a linear combination of v and v. Hence, by Theorem, Definition Standard Basis for R n EXAMPLE 8 S = Span{ v, v, v } = Span{ v, v } Moreover, observe that the only solution to t + t = is t = t = since neither v nor v is a scalar multiple of the other. Hence, { v, v } is linearly independent. Therefore, { v, v } is linearly independent and spans S and so is a basis for S. Bases (the plural of basis) will be extremely important throughout the remainder of the book. At this point, however, we just define the following very important basis. In R n, let e i represent the vector whose i-th component is and all other components are. The set { e,..., e n } is called the standard basis for R n. Observe that this definition matches that of the standard basis for R and R given in Section.. The standard basis for R is { e, e, e } =,,. It is linearly independent since the only solution to = t + t + t = is t = t = t =. Moreover, it is a spanning set for R since every vector x = R can be written as a linear combination of the basis vectors. In particular, x x = x + + x Copyright Pearson Canada Inc. All rights reserved Remark x Compare the result of Example 8 with the meaning of point notation P(a, b, c). When we say P(a, b, c) we mean the point P having a amount in the x-direction, b amount in the y-direction, and c amount in the y-direction. So, observe that the standard basis vectors represent our usual coordinate axes. t t t x x

26 4 Chapter Euclidean Vector Spaces EXERCISE 4 Definition Line in R n Definition Plane in R n Definition Hyperplane in R n EXAMPLE 9 EXAMPLE State the standard basis for R 5. Prove that it is linearly independent and show that it is a spanning set for R 5. Surfaces in Higher Dimensions We can now extend our geometrical concepts of lines and planes to R n for n >. To match what we did in R and R, we make the following definition. Let p, v R n with v. Then we call the set with vector equation x = p +t v, t R a line in R n that passes through p. From the definition of the standard basis, the set { e, e } spans the entire Cartesian plane. That is, the vector equation x = t e + t e, t, t R represents a plane. We extend this definition to R n. Let v, v, p R n, with { v, v } being a linearly independent set. Then the set with vector equation x = p + t v + t v, t, t R is called a plane in R n that passes through p. Let v,..., v n, p R n, with { v,..., v n } being linearly independent. Then the set with vector equation x = p + t v + + t n v n, t i R is called a hyperplane in R n that passes through p. The set Span,, is a hyperplane since,, is linearly independent in R 4. Show that the set Span,, defines a plane in R. Solution: Observe that the set is linearly dependent since + =. Hence, the simplified vector equation of the set spanned by these vectors is Copyright Pearson Canada Inc. All rights reserved

27 Section. Exercises 5 EXAMPLE (continued) PROBLEMS. Practice Problems A Compute each of the following linear combinations. (a) + (b) (c) + A For each of the following sets, show that the set is or is not a subspace of the appropriate R n. x (a) x x x = x x x (b) x x = x x {[ ] } x (c) x x + = x (d) x x = x x x = t + t, t, t R Since the set, is linearly independent, this is the vector equation of a plane passing through the origin in R. (e) x = + t + t 4 (f) Span A Determine whether the following sets are subspaces of R 4. Explain. (a) { x R 4 x + + x + x 4 = } (b) { v }, where v. (c) { x R 4 x + x = 5, x x 4 = } (d) { x R 4 x = x x 4, x 4 = } (e) { x R 4 x = x 4, 5x = } (f) { x R 4 x + = x 4, x = } A4 Show that each of the following sets is linearly dependent. Do so by writing a non-trivial linear combination of the vectors that equals the zero vector. (a),, (b),, 4 (c),, { [ ]} (d),, Copyright Pearson Canada Inc. All rights reserved

28 6 Chapter Euclidean Vector Spaces A5 Determine if the following sets represent lines, planes, or hyperplanes in R 4. Give a basis for each. (a) Span, (b) Span,, 6 (c) Span,, Homework Problems B Compute each of the following linear combinations. 4 (a) (b) (c) B For each of the following sets, show that the set is or is{[ not ] a subspace of } the appropriate R n. x (a) x x + = x (b) x x + x x (c) x x = x, x + = x x (d) x x = x x x (e) x = + t + t (d) Span,, A6 Let p, d R n. Prove that x = p + t d, t R is a subspace of R n if and only if p is a scalar multiple of d. A7 Suppose that B = { v,..., v k } is a linearly independent set in R n. Prove that any non-empty subset of B is linearly independent. (f) Span, B Determine whether the following sets are subspaces of R 4. Explain. (a) { } x R 4 x 5x 4 = 7, = x 4 (b) { x R 4 + x = x + } x 4 (c) { } x R 4 x + + x 4 =, x = x 4 (d) { x R 4 x + x =, x x 4 = } (e), (f) Span, B4 Show that each of the following sets is linearly dependent by writing a non-trivial linear combination of the vectors that equals the zero vector. (a), 6 (b),, (c), 4, 5 { [ ]} (d),, Copyright Pearson Canada Inc. All rights reserved

29 B5 Determine if the following sets represent lines, planes, or hyperplanes in R 4. Give a basis for each. (a) Span, (b) Span,, Computer Problems C Let v =, v. =, v =, and v 4 =...89 Conceptual Problems D Prove property (8) from Theorem. D Prove property (9) from Theorem. D Let U and V be subspaces of R n. (a) Prove that the intersection of U and V is a subspace of R n. (b) Give an example to show that the union of two subspaces of R n does not have to be a subspace of R n. (c) Define U + V = { u + v u U, v V}. Prove that U + V is a subspace of R n. D4 Pick vectors p, v, v, v in R 4 such that the vector equation x = p + t v + t v + t v (a) Is a hyperplane not passing through the origin (b) Is a plane passing through the origin (c) Is the point (,,, ) (d) Is a line passing through the origin D5 Let B = { v,..., v k } be a linearly independent set of vectors in R n. Prove that every vector in Span B can be written as a unique linear combination of the vectors in B. (c) Span,, (d) Span,, Section. Exercises 7 Use computer software to evaluate each of the following. (a) v v + 5 v v 4 (b).4 v. v + v v 4. D6 Let B = { v,..., v k } be a linearly independent set of vectors in R n and let x Span B. Prove that { v,..., v k, x } is linearly independent. D7 Let v, v R n and let s and t be fixed real numbers. Prove that Span{ v, v } = Span{ v, s v + t v } D8 Let v, v, v R n. State whether each of the following statements is true or false. If the statement is true, explain briefly. If the statement is false, give a counterexample. (a) If v = t v for some real number t, then { v, v } is linearly dependent. (b) If v is not a scalar multiple of v, then { v, v } is linearly independent. (c) If { v, v, v } is linearly dependent, then v can be written as a linear combination of v and v. (d) If v can be written as a linear combination of v and v, then { v, v, v } is linearly dependent. (e) { v } is not a subspace of R n. (f) Span{ v } is a subspace of R n. Copyright Pearson Canada Inc. All rights reserved

30 8 Chapter Euclidean Vector Spaces Definition Length in R If x = Definition If x = Length in R. Length and Dot Products In many physical applications, we are given measurements in terms of angles and magnitudes. We must convert these data into vectors so that we can apply the tools of linear algebra to solve problems. For example, we may need to find a vector representing the path (and speed) of a plane flying northwest at km/h. To do this, we need to identify the length of a vector and the angle between two vectors. In this section, we see how we can calculate both of these quantities with the dot product function. Length and Dot Products in R, and R The length of a vector in R is defined by the usual distance formula (that is, Pythagoras Theorem), as in Figure... [ x ] R, its length is defined to be O x = + x x p P(x, ) Figure.. Length in R. For vectors in R, the formula for the length can be obtained from a two-step calculation using the formula for R, as shown in Figure... Consider the point X(x,, x ) and let P be the point P(x,, ). Observe that OPX is a right triangle, so that x = OP + PX = ( + x ) + x x x R, its length is defined to be x = + x + x Copyright Pearson Canada Inc. All rights reserved One immediate application of this formula is to calculate the distance between two points. In particular, if we have points P and Q, then the distance between them is the length of the directed line segment PQ. x

31 Section. Length and Dot Products 9 x O + x + x X(x,, x ) x + x P(x,, ) Figure.. Length in R. EXAMPLE Find the distance between the points P(,, 4), Q(, 5, ) in R. Solution: We have PQ = points is ( ) 5 = 8. Hence, the distance between the two 4 PQ = + ( 8) + ( ) = 8 Angles and the Dot Product Determining the angle between two vectors in R leads to the important idea of the dot product of two vectors. Consider Figure... The Law of cosines gives Substituting OP = p = simplifying gives PQ = OP + OQ OP OQ cos θ (.) [ p p ], OQ = q = [ q q p q + p q = p q cos θ For vectors in R, a similar calculation gives p q + p q + p q = p q cos θ Observe that if p = q, then θ = radians, and we get p + p + p = p ] [ ], PQ p q = p q = into (.) and p q Copyright Pearson Canada Inc. All rights reserved

32 Chapter Euclidean Vector Spaces EXAMPLE O Figure.. P(p, p ) θ p q p q Q(q, q ) PQ = OP + OQ OP OQ cos θ. This matches our definition of length in R above. Thus, we see that the formula on the left-hand side of these equations defines the angle between vectors and also the length of a vector. x y Thus, we define the dot product of two vectors x =, y = in R by Similarly, the dot product of vectors x = x y = x y + y x x and y = x y = x y + y + x y y y y y x in R is defined by Thus, in R and R, the cosine of the angle between vectors x and y can be calculated by means of the formula x y cos θ = (.) x y where θ is always chosen to satisfy θ π. Find the angle in R between v = 4, w =. 4 Solution: We have Hence, v w = () + 4( ) + ( )(4) = 9 v = = w = = 6 cos θ = Copyright Pearson Canada Inc. All rights reserved So θ.966 radians. (Note that since cos θ is negative, θ is between π and π.)

33 Section. Length and Dot Products EXAMPLE EXERCISE Definition Dot Product Theorem Find the angle in R between v = and w =. Solution: We have v w = () + ( )() =. Hence, cos θ = =. Thus, θ = π v w radians. That is, v and w are perpendicular to each other. Find the angle in R between v = and w =. Length and Dot Product in R n O q = x [ ] p = We now extend everything we did in R and R to R n. We begin by defining the dot product. x Let x =., y =. be vectors in Rn. Then the dot product of x and y is Remark x n y y n x y = x y + y + + x n y n The dot product is also sometimes called the scalar product or the standard inner product. From this definition, some important properties follow. Let x, y, z R n and t R. Then, () x x and x x = if and only if x = () x y = y x () x ( y + z) = x y + x z (4) (t x ) y = t( x y ) = x (t y ) Copyright Pearson Canada Inc. All rights reserved [ ] Proof: We leave the proof of these properties to the reader. Because of property (i), we can now define the length of a vector in R n. The word norm is often used as a synonym for length when we are speaking of vectors.

34 Chapter Euclidean Vector Spaces Definition Norm EXAMPLE 4 EXERCISE Theorem x Let x =. x n. We define the norm or length of x by x = x x = / / Let x = and y =. Find x and y. / Solution: We have x = ( ) = x n y = (/) + ( /) + + ( /) = /9 + 4/ /9 = Let x = and let y = x. Determine x and y. x We now give some important properties of the norm in R n. Let x, y R n and t R. Then () x and x = if and only if x = () t x = t x () x y x y, with equality if and only if { x, y } is linearly dependent (4) x + y x + y Proof: Property () of Theorem follows immediately from property (i) of Theorem. () t x = (tx ) + + (tx n ) = t + + x n = t x. () Suppose that { x, y } is linearly dependent. Then, either y = or x = t y. If y is the zero vector, then both sides are equal to. If x = t y, then Copyright Pearson Canada Inc. All rights reserved x y = x (t x ) = t( x x ) = t x = x t x = x y Suppose that { x, y } is linearly independent. Then t x + y for any t R. Therefore, by property (),we have (t x + y ) (t x + y ) > for any t R. Use (iii) to expand, and we obtain ( x x )t + ( x y )t + ( y y ) >, for all t R (.)

35 Section. Length and Dot Products Note that x x > since x. Now a quadratic expression At + Bt + C with A > is always positive if and only if the corresponding equation has no real roots. From the quadratic formula, this is true if and only if B 4AC <. Thus, inequality (.) implies that 4( x y ) 4( x x )( y y ) < which can be simplified to the required inequality. (4) Observe that the required statement is equivalent to x + y ( x + y ) The squared form will allow us to use the dot product conveniently. Thus, we consider x + y ( x + y ) = ( x + y ) ( x + y ) ( x + x y + y ) = x x + x y + y x + y y ( x x + x y + y y ) = x y x y by() Remark EXERCISE Prove that the vector ˆx = Definition Unit Vector Definition Orthogonal Property () is called the Cauchy-Schwarz Inequality (or Cauchy-Schwarz- Buniakowski). Property (4) is the Triangle Inequality. x x is parallel to x and satisfies ˆx =. A vector x R n such that x = is called a unit vector. We will see that unit vectors can be very useful. Thus, we often want to find a unit vector that has the same direction as a given vector x. Using the result in Exercise, we see that this is the vector ˆx = x x We could now define the angle between vectors x and y in R n by matching equation (.). However, in linear algebra we are generally interested only in whether two vectors are perpendicular. To agree with the result of Example, we make the following definition. Copyright Pearson Canada Inc. All rights reserved Two vectors x and y in R n are orthogonal to each other if and only if x y =. Notice that this definition implies that is orthogonal to every vector in R n.

36 4 Chapter Euclidean Vector Spaces EXAMPLE 5 Let v =, w =, and z =. Show that v is orthogonal to w but v is not orthogonal to z. Solution: We have v w = () + () + () + ( )() =, so they are orthogonal. v z = ( ) + ( ) + () + ( )() =, so they are not orthogonal. The Scalar Equation of Planes and Hyperplanes We saw in Section. that a plane can be described by the vector equation x = p + t v + t v, t, t R, where { v, v } is linearly independent. In many problems, it is more useful to have a scalar equation that represents the plane. We now look at how to use the dot product to find such an equation. Suppose that we want to find the equation of a plane that passes through the point P(p, p, p ). Suppose that we can find a vector n, called the normal vector of the plane, that is orthogonal to any directed line segment PQ lying in the plane. (That is, n is orthogonal to PQ for any point Q in the plane; see Figure...) To find the equation of this plane, let X(x,, x ) be any point on the plane. Then n is orthogonal to PX, so = n PX = n ( x p ) = n (x p ) + n ( p ) + n (x p ) This equation, which must be satisfied by the coordinates of a point X in the plane, can be written in the form n x + n + n x = d, where d = n p + n p + n p = n p This is the standard equation of this plane. For computational purposes, the form n ( x p ) = is often easiest to use. O x Q Copyright Pearson Canada Inc. All rights reserved P n Q Figure.. x The normal n is orthogonal to every directed line segment lying in the plane.

37 Section. Length and Dot Products 5 EXAMPLE 6 Find the scalar equation of the plane that passes through the point P(,, ) and has normal vector n = 4. Solution: The equation is x n ( x p ) = 4 x = x + or x 4 + x = () + ( 4) + ( )() = It is important to note that we can reverse the reasoning that leads to the equation of the plane in order to identify the set of points that satisfies an equation of the form n x + n + n x = d. Ifn, this can be written as x d/n n x d + n + n x =, or n x = where n = n n n. This equation describes a plane through the point P(d/n,, ), with normal vector n. If n, we could combine the d with the term and find that the plane passes through the point P(, d/n, ). In fact, we could find a point in the plane in many ways, but the normal vector will always be a non-zero scalar multiple of n. EXAMPLE 7 Describe the set of points in R that satisfies 5x 6 + 7x =. Solution: We wish to rewrite the equation in the form n ( x p ) =. Using our work above, we get (5x ) 6 + 7x = or ( 5 x ) 6( ) + 7(x ) = 5 5 Thus, we identify the set as a plane with normal vector n = 6, passing 7 through the point (/5,, ). Alternatively, if x = x =, we find that = /6, so the plane passes through (, /6, ). Copyright Pearson Canada Inc. All rights reserved Two planes are defined to be parallel if the normal vector to one plane is a nonzero scalar multiple of the normal vector of the other plane. Thus, for example, the plane x + y z = is parallel to the plane x + 4y z = 7. x

38 6 Chapter Euclidean Vector Spaces EXAMPLE 8 EXAMPLE 9 EXERCISE 4 Two planes are orthogonal to each other if their normal vectors are orthogonal. For example, the plane x + + x = is orthogonal to the plane x + x = since = Find a scalar equation of the plane that contains the point P(, 4, ) and is parallel to the plane x + 5x = 6. Solution: An equation of the plane must be of the form x + 5x = d since the planes are parallel. The plane must pass through P, so we find that a scalar equation of the plane is x + 5x = () + (4) + ( 5)( ) = Find a scalar equation of a plane that contains the point P(,, ) and is orthogonal to the plane x + 4x =. Solution: The normal vector must be orthogonal to, so we pick. Thus, an 4 equation of this plane must be of the form + x = d. Since the plane must pass through P, we find that a scalar equation of this plane is + x = () + ( ) + ()() = Find a scalar equation of the plane that contains the point P(,, ) and is parallel to the plane x x = 5. The Scalar Equation of a Hyperplane Repeating what we did above we can find the scalar equation of a hyperplane in R n. In particular, if we have a vector m that is orthogonal to any directed line segment PQ lying in the hyperplane, then for any point X(x,...,x n ) in the hyperplane, we have As before, we can rearrange this as = m PX Copyright Pearson Canada Inc. All rights reserved = m (x p, p, x p ) = m x m vp m x + + m n x n = m p Thus, we see that a single scalar equation in R n represents a hyperplane in R n.

39 Section. Exercises 7 EXAMPLE PROBLEMS. Practice Problems A Calculate [ ] the lengths of the given vectors. [ ] / 9 (a) (b) 5 5/ 9 (c) (d) / (e) /5 (f) / / (g) (h) A Find[ a unit ] vector in the direction of (a) 4 (c) (e) A Determine the distance from P to Q for (a) P(, ), and Q( 4, ) (b) P(,, ), and Q(,, ) (c) P(4, 6, ), and Q(, 5, ) (d) P(,,, 5), and Q(4, 6,, ) Find the scalar equation of the hyperplane in R 4 that has normal vector m = and passes through the point P(,,, ). Solution: The equation is x + x + x 4 = () + () + ( )() + ( ) = [ ] (b) (d) (f) A4 Verify the triangle inequality and the Cauchy- Schwarz inequality if 4 (a) x =, and y = 5 (b) x =, and y = 4 A5 Determine whether each pair of vectors is orthogonal. (a), (b), 7 4 (c), 4 4 (d), x / / / (e), (f), x / / x 4 A6 Determine all values of k for which each pair of vectors [ ] is[ orthogonal. ] k (a), (b), k k k (c), k k (d), k k 4 Copyright Pearson Canada Inc. All rights reserved

40 8 Chapter Euclidean Vector Spaces A7 Find a scalar equation of the plane that contains the given point with the given normal vector. (a) P(,, ), n = 4 (b) P(, 5, 4), n = 5 (c) P(,, ), n = 4 4 (d) P(,, ), n = A8 Determine a scalar equation of the hyperplane that passes through the given point with the given normal vector. (a) P(,, ), n = 4 (b) P(,,, ), n = Homework Problems B Calculate [ ] the lengths of the following vectors. [ ] (a) (b) 5/ (c) 6 (d) / / / / (e) / (f) / B Find[ a unit ] vector in the direction of (a) 4 / (c) / / (e) [ ] (b) (d) (f) 4 (c) P(,,, ), n = 5 (d) P(,,,, ), n = A9 Determine a normal vector for the hyperplane. (a) x + = inr (b) x + x = 7inR (c) 4x + 5x 6 = inr (d) x + x x 4 = 5inR 4 (e) x + x + x 4 x 5 = inr 5 A Find an equation for the plane through the given point and parallel to the given plane. (a) P(,, ), x + 5x = 7 (b) P(,, 4), = (c) P(,, ), x + x = 5 A Consider the statement If u v = u w, then v = w. (a) If the statement is true, prove it. If it is false, provide a counterexample. (b) If we specify u, does this change the result? B Determine the distance from P to Q for (a) P(, ), and Q(, ) (b) P(,, 5), and Q( 4,, 4) (c) P(,, ), and Q(, 4, 5) (d) P(5,,, 6), and Q(, 5, 4, ) B4 Verify the triangle inequality and the Cauchy- Schwarz inequality if (a) x = 6, and y = (b) x =, and y = 5 Copyright Pearson Canada Inc. All rights reserved B5 Determine whether each pair of vectors is orthogonal. 4 (a), (b), 6 4 (c) 4, (d), 4

41 (e), 5 (f), B6 Determine all values of k for which each pair of vectors [ ] [ is] orthogonal. k k (a), (b), k k k k (c), k (d), k 4 B7 Find a scalar equation of the plane that contains the given point with the given normal vector. (a) P(,, ), n = (b) P(6,, 5), n = (c) P(,, ), n = (d) P(,, ), n = B8 Determine a scalar equation of the hyperplane that passes through the given point with the given normal vector. Computer Problems C Let v = 7., v =.45, v =., and v 4 = k (a) P(,,, 5), n = 5 4 (b) P(,,, 7), n = (c) P(,,, ), n = (d) P(,,,, ), n = Section. Exercises 9 B9 Determine a normal vector for the hyperplane. (a) x + = inr (b) x + 5x = 7inR (c) x + 4 x 4 = inr 4 (d) x + + x x 4 = 5inR 4 (e) x x 5 = inr 5 (f) x + x + x 4 x 5 = inr 5 B Find an equation for the plane through the given point and parallel to the given plane. (a) P(,, 7), 5x x = 6 (b) P(,, 5), + x = 7 (c) P(,, ), x + x = 7 (d) P(,, ), x 5 + x = Use computer software to evaluate each of the following. (a) v v (b) v (c) v v 4 (d) v + v 4 Copyright Pearson Canada Inc. All rights reserved

42 4 Chapter Euclidean Vector Spaces Conceptual Problems D (a) Using geometrical arguments, what can you say about the vectors p, n, and d if the line with vector equation x = p + t d and the plane with scalar equation n x = k have no point of intersection? (b) Confirm your answer in part (a) by determining when it is possible to find a value of the parameter t that gives a point of intersection. D Prove that, as a consequence of the triangle inequality, x y x y. (Hint: x = x y + y ). D Let v and v be orthogonal vectors in R n. Prove that v + v = v + v. D4 Determine the equation of the set of points in R that are equidistant from points P and Q. Explain why the set is a plane and determine its normal vector. D5 Find the scalar equation of the plane such that each point of the plane is equidistant from the points P(,, 5), and Q(, 4, ) in two ways. (a) Write and simplify the equation PX = QX. (b) Determine a point on the plane and the normal vector by geometrical arguments. D6 Let u R n. Prove that the set of all vectors orthogonal to u is a subspace of R n. D7 Let S be any set of vectors in R n. Let S be the set of all vectors that are orthogonal to every vector in S. That is, S = { w R n v w = for all v S } Show that S is a subspace of R n. D8 Let { v,..., v k } be a set of non-zero vectors in R n such that all of the vectors are mutually orthogonal. That is, v i v j = for all i j. Prove that { v,..., v k } is linearly independent. D9 (a) Let n be a unit vector in R. Let α be the angle between n and the x -axis, let β be the angle between n and the -axis, and let γ be the angle between n and the x -axis. Explain why cos α n = cos β cos γ (Hint: Take the dot product of n with the standard basis vectors.) Because of this equation, the components n, n, n are sometimes called the direction cosines. (b) Explain why cos α + cos β + cos γ =. (c) Give a two-dimensional version of the direction cosines and explain the connection to the identity cos θ + sin θ =..4 Projections and Minimum Distance The idea of a projection is one of the most important applications of the dot product. Suppose that we want to know how much of a given vector y is in the direction of some other given vector x (see Figure.4.4). In elementary physics, this is exactly what is required when a force is resolved into its components along certain directions (for example, into its vertical and horizontal components). When we define projections, it is helpful to think of examples in two or three dimensions, but the ideas do not really depend on whether the vectors are in R, R,orR n. Copyright Pearson Canada Inc. All rights reserved Projections First, [ let] us consider the case where x = e in R. How much of an arbitrary [ vector ] y y y = points along x? Clearly, the part of y that is in the direction of x is = y y e = ( y x ) x. This will be called the projection of y onto x and is denoted proj x y.

43 Section.4 Projections and Minimum Distance 4 EXAMPLE O a b ( proj a b ) O x x b proj a ( b ) Figure.4.4 proj x y is a vector in the direction of x. Next, consider the case where x R has arbitrary direction and is a unit vector. First, draw the line through the origin with direction vector x. Now, draw the line perpendicular to this line that passes through the point (y, y ). This forms a righttriangle, as in Figure.4.4. The projection of y onto x is the portion of the triangle that lies on the line with direction x. Thus, the resulting projection is a scalar multiple of x. Using trigonometry to calculate the length of the projection gives Hence, proj x y = y cos θ = y x cos θ = y x proj x y = ( y x ) x [ ] [ ] / Find the projection of u = onto the unit vector v = /. Solution: We have x [ ] proj v u = ( u v) v u = / v = ( = + )[ ] / / / = [ ] / / [ ] [ ] proj v u = = If x R is an arbitrary non-zero vector, then the unit vector in the direction of x is ˆx = x. Hence, we find that the projection of y onto x is x ( ) x x y x proj x y = ( y ˆx)ˆx = y = x x x To match this result, we make the following definition for vectors in R n. Copyright Pearson Canada Inc. All rights reserved Definition Projection For any vectors y, x in R n, with x, we define the projection of y onto x by y x proj x y = x a x

44 4 Chapter Euclidean Vector Spaces EXAMPLE EXAMPLE EXERCISE 4 Let v =, and u = 5. Determine proj v u and proj u v. Solution: We have u v ( )(4) + 5() + ( ) proj v u = v = v = 4 4 8/ v ( ) 6 = 6/ / v u (4)( ) + (5) + ( )() proj u v = u = v = 4 4/9 5 u ( ) = /9 6/9 Remarks. This example illustrates that, in general, proj x y proj y x. Of course, we should not expect equality because proj x y is in the direction of x, whereas proj y x is in the direction of y.. Observe that for any x R n, we can consider proj x a function whose domain and codomain are R n. To indicate this, we can write proj x : R n R n. Since the output of this function is a vector, we call it a vector-valued function. / Let v = / 5 / and u =. Find proj v u. Solution: Since v =, we get u v proj v u = v v = ( u v) v = 6 / / / = Let v = and u =. Determine proj v u and proj u v. Copyright Pearson Canada Inc. All rights reserved

45 Definition Perpendicular of a Projection The Perpendicular Part Section.4 Projections and Minimum Distance 4 When you resolve a force in physics, you often not only want the component of the force in the direction of a given vector x, but also the component of the force perpendicular to x. In R, we could find the perpendicular part of the force by finding a vector in the direction perpendicular to x, using the same approach as above. However, to follow a similar strategy in R n for n > would require a lot more mathematical machinery. We now describe a much simpler approach. We begin by restating the problem. In R n, given a fixed vector x and any other y, express y as the sum of a vector parallel to x and a vector orthogonal to x. That is, write y = w + z, where w = c x for some c R and z x =. If this is possible, what can we say about w and z? To find out, we employ a very useful and common trick take the dot product of y with x : x y = x ( w + z) = x (c x + z) = c( x x ) + x z = c x + y x Therefore, c = x, so in fact, w = c x = proj x y, as we might have expected. One bonus of approaching the problem this way is that it is now clear that this is the only way to choose w to satisfy the problem. Next, since y = proj x y + z, it follows that z = y proj x y. Is this z really orthogonal to x? To check, calculate z x = ( y proj x y ) x ( ) y x = y x x x x ( ) y x = y x ( x x ) x ( ) y x = y x x x = y x y x = So, z is orthogonal to x, as required. Since it is often useful to construct a vector z in this way, we introduce a name for it. For any vectors x, y R n, with x, define the projection of y perpendicular to x to be perp x y = y proj x y Notice that perp x y is again a vector-valued function on R n. Also observe that y = proj x y + perp x y. See Figure.4.5. perp x ( y ) Copyright Pearson Canada Inc. All rights reserved θ y x ( ) proj x y O x Figure.4.5 perp x ( y ) is perpendicular to x, and proj x ( y ) + perp x ( y ) = y.

46 44 Chapter Euclidean Vector Spaces EXAMPLE 4 EXERCISE EXERCISE Let v =, u = 5. Determine proj v u and perp v u. Solution: u v proj v u = v v = 8 8/ 6 = 4/ 4/ 8/ 5/ perp v u = u proj v u = 5 4/ = / 4/ / Let v =, u =. Determine proj v u and perp v u. Some Properties of Projections Projections will appear several times in this book, and some of their special properties are important. Two of them are called the linearity properties: (L) proj x ( y + z) = proj x y + proj x z for all y, z R n (L) proj x (t y ) = t proj x y for all y R n and all t R Verify that properties (L) and (L) are true. It follows that perp x also satisfies the corresponding equations. We shall see that proj x and perp x are just two cases amongst the many functions that satisfy the linearity properties. proj x and perp x also have a special property called the projection property. We write it here for proj x, but it is also true for perp x : Minimum Distance proj x (proj x y ) = proj x y, for all y in R n Copyright Pearson Canada Inc. All rights reserved What is the distance from a point Q(q, q ) to the line with vector equation x = p +t d? In this and similar problems, distance always means the minimum distance. Geometrically, we see that the minimum distance is found along a line segment perpendicular

47 Section.4 Projections and Minimum Distance 45 EXAMPLE 5 to the given line through a point P on the line. A formal proof that minimum distance requires perpendicularity by using Pythagoras theorem. (See Problem D.) To answer the question, take any point on the line x = p + t d. The obvious choice is P(p, p ) corresponding to p. From Figure.4.6, we see that the required distance is the length perp d PQ. O P proj d PQ PQ Q perp d PQ x = (, ) + t(, ) d = (, ) Figure.4.6 The distance from Q to the line x = p + t d is perp d PQ. Find the distance from Q(4, ) to the line x = + t, t R. Solution: We pick [ the ] point [ ] P(, ) on the line. Then, PQ 4 = =. So, the distance is [ ] [ ] perp d PQ = PQ proj d PQ Q [ ] ( )[ = + P + ] = [ ] + = = O x Notice that in this problem and similar problems, we take advantage of the fact that the direction vector d can be thought of as starting at any point. When perp d AB is calculated, both vectors are located at point P. When projections were originally defined, it was implicitly assumed that all vectors were located at the origin. Now, it is apparent that the definitions make sense as long as all vectors in the calculation are located at the same point. We now want to look at the similar problem of finding the distance from a point Q(q, q, q ) to a plane in R with normal vector n. If P is any point in the plane, then proj n PQ is the directed line segment from the plane to the point Q that is perpendicular Copyright Pearson Canada Inc. All rights reserved x

48 46 Chapter Euclidean Vector Spaces to the plane. Hence, proj n PQ is the distance from the Q to the plane. Moreover, perp n PQ is a directed line segment lying in the plane. In particular, it is the projection of PQ onto the plane. See Figure.4.7. O x proj n PQ P x n PQ perp n PQ Figure.4.7 proj n PQ and perp n PQ, where n is normal to the plane. EXAMPLE 6 What is the distance from Q(q, q, q ) to a plane in R with equation n x + n + n x = d? Solution: Assuming that n, we pick P(d/n,, ) to be our point in the plane. Thus, the distance is proj n PQ = ( q p ) n n n = ( q p ) n n n = ( q p ) n n = (p d/n )n + p n + p n n + n + n = p n + p n + p n d n + n + n Copyright Pearson Canada Inc. All rights reserved This is a standard formula for this distance problem. However, the lengths of projections along or perpendicular to a suitable vector can be used for all of these problems. It is better to learn to use this powerful and versatile idea, as illustrated in the problems above, than to memorize complicated formulas. R Q

49 Section.4 Exercises 47 Finding the Nearest Point In some applications, we need to determine the point in the plane that is nearest to the point Q. Let us call this point R, as in Figure.4.7. Then we can determine R by observing that OR = OP + PR = OP + perp n PQ However, we get an easier calculation if we observe from the figure that OR = OQ + QR = OQ + proj n QP Notice that we need QP here instead of PQ. Problem D4 asks you to check that these two calculations of OR are consistent. If the plane in this problem passes through the origin, then we may take P = O, and the point in the plane that is closest to Q is given by perp n q. EXAMPLE 7 Find the point on the plane x + x = 5 that is closest to the point Q(,, ). PROBLEMS.4 Practice Problems A For each given pair of vectors v, u, determine proj v u and perp v u. Check your results by verifying that proj v u + perp v u = u and v perp v u =. (a) v =, u = 5 /5 4 (b) v =, u = 4/5 6 (c) v =, u = 5 / 4 (d) v = /, u = / (e) v =, u = Solution: We pick P(,, ) to be the point on the plane. Then QP =, and we find that the point on the plane closest to Q is OR = q + proj n QP QP = q + n n n = + 7/ 9 = / 5/ (f) v =, u = A Determine [ ] proj v u [ and ] perp v u where (a) v =, u = 4 (b) v =, u = 5 (c) v =, u = 4 (d) v =, u = (e) v =, u = Copyright Pearson Canada Inc. All rights reserved

50 48 Chapter Euclidean Vector Spaces A Consider the force represented by the vector F = 8 and let u = 6. 6 (a) Determine a unit vector in the direction of u. (b) Find the projection of F onto u. (c) Determine the projection of F perpendicular to u. A4 Follow the same instructions as in Problem A but with F = and u =. A5 For the given point and line, find by projection the point on the line that is closest to the given point and use perp to find the distance from the point to the line. (a) Q(, ), line x = + t, t R 4 (b) Q(, 5), line x = + t, t R 7 4 Homework Problems B For each given pair of vectors v, and u, determine proj v u and perp v u. Check your results by verifying that proj [ ] v u + [ perp ] v u = u and v perp v u =. 4 (a) v =, u = 4/5 (b) v =, u = /5 5 (c) v =, u = 4 7 (d) v =, u = (e) v =, u = 4 (f) v =, u = B Determine [ ] proj v [ u and ] perp v u where (a) v = u = (c) Q(,, ), line x = + t, t R (d) Q(,, ), line x = + t 4, t R A6 Use a projection to find the distance from the point to the plane. (a) Q(,, ), plane x + 4x = 5 (b) Q(,, ), plane x 5x = 5 (c) Q(,, ), plane x x = 5 (d) Q(,, ), plane x x = 4 A7 For the given point and hyperplane in R 4, determine by a projection the point in the hyperplane that is closest to the given point. (a) Q(,,, ), hyperplane x + x + x 4 = (b) Q(,,, ), hyperplane x + x = (c) Q(, 4,, 4), hyperplane x + 4x + x 4 = (d) Q(,,, ), hyperplane x + +x x 4 = 4 (b) v =, u = 5 (c) v =, u = 4 (d) v =, u = 4 6 (e) v =, u = 6 (f) v =, u = B Consider the force represented by the vector F = 5 and let u = 8. 4 (a) Determine a unit vector in the direction of u. (b) Find the projection of F onto u. (c) Determine the projection of F perpendicular to u. Copyright Pearson Canada Inc. All rights reserved

51 Section.4 Exercises 49 B4 Follow the same instructions as in Problem A but 5 with F =, u = 4. B5 For the given point and line, find by projection the point on the line that is closest to the given point and use perp to find the distance from the point to the line. (a) Q(, 5), line x = + t, t R 4 4 (b) Q(,, ), line x = + t, t R (c) Q(,, ), line x = + t, t R 4 (d) Q(,, ), line x = + t, t R 4 Computer Problems C Let v = 7., v =.45, v =., v 4 = Conceptual Problems D (a) Given u, v in R with u and v, verify that the composite map C : R R defined by C( x ) = proj u (proj v x ) also has the linearity properties (L) and (L). (b) (b) Suppose that C( x ) = for all x R, where C is defined as in part (a). What can you say about u and v? Explain. D By linearity property (L), we know that B6 Use a projection to find the distance from the point to the plane. (a) Q(,, ), plane x 5x = 7 (b) Q(,, ), plane x + 4x = 5 (c) Q(,, ), plane x x = 6 (d) Q(,, ), plane x + x = 5 B7 For the given point and hyperplane in R 4, determine by a projection the point in the hyperplane that is closest to the given point. (a) Q(,,, ), hyperplane x x + x 4 = (b) Q(,,, ), hyperplane x + x + x 4 = (c) Q(,,, 6), hyperplane x x + x 4 = (d) Q(5,,, 7), hyperplane x + + 4x + x 4 = 4 Use computer software to evaluate each of the following. (a) proj v v (b) perp v v (c) proj v v (d) proj v 4 v proj u ( x ) = proj u x. Check, and explain geometrically, that proj u x = proj u x. D (a) (Pythagoras theorem) Use the fact that x = x x to prove that x + y = x + y if and only if x y =. (b) Let l be the line in R n with vector equation x = t d and let P be any point that is not on l. Prove that for any point Q on the line, the smallest value of p q is obtained when Copyright Pearson Canada Inc. All rights reserved

52 5 Chapter Euclidean Vector Spaces q = projd ( p ) (that is, when p q is perpendicular to d). (Hint: Consider p q = p projd ( p ) + proj d ( p ) q.) D4 By using the definition of perp n and the fact that PQ = QP, show that OP + perp n PQ = OQ + proj n QP D5 (a) Let u = and x = 5. Show that proj u (perp u ( x )) =..5 Cross-Products and Volumes Given a pair of vectors u and v inr, how can we find a third vector w that is orthogonal to both u and v? This problem arises naturally in many ways. For example, to find the scalar equation of a plane whose vector equation is x = r u + s v, we must find the normal vector n orthogonal to u and v. In physics, it is observed that the force on an electrically charged particle moving in a magnetic field is in the direction orthogonal to the velocity of the particle and to the vector describing the magnetic field. Cross-Products Let u, v R.If w is orthogonal to both u and v, it must satisfy the equations u w = u w + u w + u w = v w = v w + v w + v w = In Chapter, we shall develop systematic methods for solving such equations for w, w, w. For the present, we simply give a solution: u v u v w = u v u v u v u v EXERCISE Verify that w u = and w v =. Definition Cross-Product Also notice from the form of the equations that any multiple of w would also be orthogonal to both u and v. The cross-product of vectors u = u u u and v = v v v u v u v u v = u v u v u v u v is defined by Copyright Pearson Canada Inc. All rights reserved

53 Section.5 Cross-Products and Volumes 5 EXAMPLE EXERCISE Calculate the cross-product of and Solution: = 5 4 = 9. 5 ( ) 5 Remarks. Unlike the dot product of two vectors, which is a scalar, the cross-product of two vectors is itself a new vector.. The cross-product is a construction that is defined only in R. (There is a generalization to higher dimensions, but it is considerably more complicated, and it will not be considered in this book.) The formula for the cross-product is a little awkward to remember, but there are many tricks for remembering it. One way is to write the components of u in a row above the components of v: u u u v v v Then, for the first entry in u v, we cover the first column and calculate the difference of the products of the cross-terms: u u v v u v u v For the second entry in u v, we cover the second column and take the negative of the difference of the products of the cross-terms: u u v v (u v u v ) Similarly, for the third entry, we cover the third column and calculate the difference of the products of the cross-terms: u u v v u v u v Note carefully that the second term must be given a minus sign in order for this procedure to provide the correct answer. Since the formula can be difficult to remember, we recommend checking the answer by verifying that it is orthogonal to both u and v. Calculate the cross-product of and. 7 Copyright Pearson Canada Inc. All rights reserved

54 5 Chapter Euclidean Vector Spaces EXERCISE Theorem By construction, u v is orthogonal to u and v, so the direction of u v is known except for sign: does it point up or down? The general rule is as follows: the three vectors u, v, and u v, taken in this order, form a right-handed system. Let us see how this works for simple cases. Let e, e, e be the standard basis vectors in R. Verify that but e e = e, e e = e, e e = e e e = e, e e = e, e e = e Check that in every case, the three vectors taken in order form a right-handed system. These simple examples also suggest some of the general properties of the crossproduct. For x, y, z R and t R, we have () x y = y x () x x = () x ( y + z) = x y + x z (4) (t x ) y = t( x y ) Proof: These properties follow easily from the definition of the cross-product and are left to the reader. One rule we might expect does not in fact hold. In general, x ( y z) ( x y ) z This means that the parentheses cannot be omitted in a cross-product. (There are formulas available for these triple-vector products, but we shall not need them. See Problem F4 in Further Problems at the end of this chapter.) The Length of the Cross-Product Given u and v, the direction of their cross-product is known. What is the length of the cross-product of u and v? We give the answer in the following theorem. Theorem Let u, v R and θ be the angle between u and v, then u v = u v sin θ. Copyright Pearson Canada Inc. All rights reserved Proof: We give an outline of the proof. We have u v = (u v u v ) + (u v u v ) + (u v u v )

55 Section.5 Cross-Products and Volumes 5 EXAMPLE Expand by the binomial theorem and then add and subtract the term (u v +u v +u v ). The resulting terms can be arranged so as to be seen to be equal to Thus, and the result follows. (u + u + u )(v + v + v ) (u v + u v + u v ) u v = u v ( u v) = u v u v cos θ = u v ( cos θ) = u v sin θ To interpret this formula, consider Figure.5.8. Assuming that u v, the vectors u and v determine a parallelogram. Take the length of u to be the base of the parallelogram; the altitude is the length of perp u v. From trigonometry, we know that this length is v sin θ, so that the area of the parallelogram is (base) (altitude) = u v sin θ = u v θ v height v sin θ length u Figure.5.8 The area of the parallelogram is u v sin θ. Find the area of the parallelogram determined by u = and v =. Solution: By Theorem, we find that the area is Copyright Pearson Canada Inc. All rights reserved u v = (,, ) = u x

56 54 Chapter Euclidean Vector Spaces EXAMPLE EXERCISE 4 EXAMPLE 4 Find the area of the parallelogram determined by u = and v =. Solution: By Theorem, the area is u v = (,, ) = 4 Find the area of the parallelogram determined by u = and v =. Some Problems on Lines, Planes, and Distances The cross-product allows us to answer many questions about lines, planes, and distances in R. Finding the Normal to a Plane In Section., the vector equation of a plane was given in the form x = p + s u + t v, where { u, v} is linearly independent. By definition, the normal vector n must be perpendicular to u and v. Therefore, it will be given by n = u v. The lines x = + s and x = + t must lie in a common plane since they have the point (,, ) in common. Find a scalar equation of the plane that contains these lines. Solution: The normal to the plane is 4 n = = Therefore, since the plane passes through P(,, ), we find that an equation of the plane is 4x + x = ( 4)() + ( )() + () = 9 Copyright Pearson Canada Inc. All rights reserved

57 Section.5 Cross-Products and Volumes 55 EXAMPLE 5 Find a scalar equation of the plane that contains the three points P(,, ), Q(,, ), R(4,, ). Solution: Since P, Q, R lie in the plane, then so do the directed line segments PQ, PR. Hence, the normal to the plane is given by 6 n = PQ PR = = 6 Since the plane passes through P, we find that an equation of the plane is 6x 6 + x = (6)() + ( 6)( ) + () =, or x + x = 7 Finding the Line of Intersection of Two Planes Unless two planes in R are parallel, their intersection will be a line. The direction vector of this line lies in both planes, so it is perpendicular to both of the normals. It can therefore be obtained as the cross-product of the two normals. Once we find a point that lies on this line, we can write the vector equation of the line. EXAMPLE 6 Find a vector equation of the line of intersection of the two planes x + x = EXERCISE 5 and x + x = 6. Solution: The normal vectors of the planes are and. Hence, the direction vector of the line of intersection is d = = 7 One easy way to find a point on the line is to let x = and then solve the remaining equations x + = and x = 6. The solution is x = and =. Hence, a vector equation of the line of intersection is x = + t 7, t R Find a vector equation of the line of intersection of the two planes x + x = and x + x =. Copyright Pearson Canada Inc. All rights reserved The Scalar Triple Product and Volumes in R The three vectors u, v, and w in R may be taken to be the three adjacent edges of a parallelepiped

58 56 Chapter Euclidean Vector Spaces EXAMPLE 7 (see Figure.5.9). Is there an expression for the volume of the parallelepiped in terms of the three vectors? To obtain such a formula, observe that the parallelogram determined by u and v can be regarded as the base of the solid of the parallelepiped. This base has area u v. With respect to this base, the altitude of the solid is the length of the amount of w in the direction of the normal vector n = u v to the base. That is, w n w ( u v) altitude = proj n w = = n u v Thus, to get the volume of the parallelepiped, multiply this altitude by the area of the base to get w ( u v) volume of the parallelepiped = u v = w ( u v) u v The product w ( u v) is called the scalar triple product of w, u, and v. Notice that the result is a real number (a scalar). Figure.5.9 u v w v altitude proj n w O u base area u v The parallelepiped with adjacent edges u, v, w has volume given by w ( u v). The sign of the scalar triple product also has an interpretation. Recall that the ordered triple of vectors { u, v, u v} is right-handed; we can think of u v as the upwards normal vector to the plane with vector equation x = s u + t v. Some other vector w is then upwards, and { u, v, w} (in that order) is right-handed, if and only if the scalar triple product is positive. If the triple scalar product is negative, then { u, v, w} is a left-handed system. It is often useful to note that w ( u v) = u ( v w) = v ( w u) This is straightfoward but tedious to verify. Find the volume of the parallelepiped determined by the vectors,,. Solution: The volume V is V = 4 = 7 = Copyright Pearson Canada Inc. All rights reserved

59 PROBLEMS.5 Practice Problems A Calculate the following cross-products. 4 (a) 5 (b) (c) 4 (d) 5 4 (e) (f) 6 A Let u = 4, v = and w =. Check by calculation that the following general properties hold. (a) u u = (b) u v = v u (c) u w = ( u w) (d) u ( v + w) = u v + u w (e) u ( v w) = w ( u v) (f) u ( v w) = v ( u w) A Calculate the area of the parallelogram determined by each pair of vectors. (a), (b), 4 4 (c), 5 (d), (Hint: For (d), think of these vectors as and 4 in R.) A4 Determine the scalar equation of the plane with vector equation 4 (a) x = 4 + s + t 7 (b) x = + s + t (c) x = + s + t (d) x = s + t 4 Section.5 Exercises 57 A5 Determine the scalar equation of the plane that contains each set of points. (a) P(,, 5), Q(4,, ), R(, 6, ) (b) P(,, 4), Q(,, ), R(, 4, ) (c) P(, 4, ), Q(,, ), R(,, ) (d) P(,, ), Q(,, ), R(,, ) A6 Determine a vector equation of the line of intersection of the given planes. (a) x + x = 5 and x 5 + x = 7 (b) x x = 7 and + x = 4 A7 Find the volume of the parallelepiped determined by each set of vectors. (a),, 4 (b), 5, 6 (c),, 5 (d) 5,, 4 (e), 4, Copyright Pearson Canada Inc. All rights reserved

60 58 Chapter Euclidean Vector Spaces Homework Problems B Calculate the following cross-products (a) (b) (c) (d) 5 (e) 4 (f) / 4 B Let u =, v = 4, and w =. Check by calculation that the following general properties hold. (a) u u = (b) u v = v u (c) u w = ( u w) (d) u ( v + w) = u v + u w (e) u ( v w) = w ( u v) (f) u ( v w) = v ( u w) B Calculate the area of the parallelogram determined by each pair of vectors. 5 (a), (b), (c), (d), 5 5 (Hint: For (d), think of these vectors as and in R.) B4 Determine the scalar equation of the plane with vector equation 4 (a) x = + s + t Conceptual Problems D Show that if X is a point on the line through P and Q, then x ( q p ) = p q, where x = OX, p = OP, and q = OQ. D Consider the following statement: If u, and u v = u w, then v = w. If the statement is true, prove it. If it is false, give a counterexample. (b) x = + s + t (c) x = 4 + s + t 5 (d) x = s + t B5 Determine the scalar equation of the plane that contains each set of points. (a) P(5,, ), Q(,, 4), R(8,, 6) (b) P(5,, ), Q(,, 4), R(,, ) (c) P(,, ), Q(,, ), R(,, ) (d) P(, 5, ), Q(, 6, ), R(,, ) B6 Determine a vector equation of the line of intersection of the given planes. (a) x x = 5 and x 7 x = 6 (b) x x = 4 and x + + x = B7 Find the volume of the parallelepiped determined by each set of vectors. 5 (a), 4, 6 (b),, (c),, (d),, Copyright Pearson Canada Inc. All rights reserved D Explain why u ( v w) must be a vector that satisfies the vector equation x = s v + t w. D4 Give an example of distinct vectors u, v, and w in R such that (a) u ( v w) = ( u v) w (b) u ( v w) ( u v) w

61 CHAPTER REVIEW Suggestions for Student Review Organizing your own review is an important step towards mastering new material. It is much more valuable than memorizing someone else s list of key ideas. To retain new concepts as useful tools, you must be able to state definitions and make connections between various ideas and techniques. You should also be able to give (or, even better, create) instructive examples. The suggestions below are not intended to be an exhaustive checklist; instead, they suggest the kinds of activities and questioning that will help you gain a confident grasp of the material. Find some person or persons to talk with about mathematics. There s lots of evidence that this is the best way to learn. Be sure you do your share of asking and answering. Note that a little bit of embarrassment is a small price for learning. Also, be sure to get lots of practice in writing answers independently. Draw pictures to illustrate addition of vectors, subtraction of vectors, and multiplication of a vector by a scalar (general case). (Section.) Explain how you find a vector equation for a line and make up examples to show why the vector equation of a line is not unique. (Albert Einstein once said, If you can t explain it simply, you don t understand it well enough. ) (Section.) 4 State the definition of a subspace of R n. Give examples of subspaces in R that are lines, planes, and all of R. Show that there is only one subspace in R that does not have infinitely many vectors in it. (Section.) 5 Show that the subspace spanned by three vectors in R can either be a point, a line, a plane, or all of R, Chapter Quiz Note: Your instructor may have different ideas of an appropriate level of difficulty for a test on this material. Determine a vector equation of the line passing through points P(,, 4), and Q(5,, ). Determine the scalar equation of the plane that contains the points P(,, ), Q(,, ), and R( 4,, 6). Section.5 Chapter Review Student Review 59 by giving examples. Explain how this relates with the concept of linear independence. (Section.) 6 Let { v, v } be a linearly independent spanning set for a subspace S of R. Explain how you could construct other spanning sets and other linearly independent spanning sets for S. (Section.) 7 State the formal definition of linear independence. Explain the connection between the formal definition of linear dependence and an intuitive geometric understanding of linear dependence. Why is linear independence important when looking at spanning sets? (Section.) 8 State the relation (or relations) between the length in R and the dot product in R. Use examples to illustrate. (Section.) 9 Explain how projection onto a vector v is defined in terms of the dot product. Illustrate with a picture. Define the part of a vector x perpendicular to v and verify (in the general case) that it is perpendicular to v. (Section.4) Explain with a picture how projections help us to solve the minimum distance problem. (Section.4) Discuss the role of the normal vector to a plane in determining the scalar equation of the plane. Explain how you can get from a scalar equation of a plane to a vector equation for the plane and from a vector equation of the plane to the scalar equation. (Sections. and.5) State the important algebraic and geometric properties of the cross-product. (Section.5) {} Show that, is a basis for R. x 4 Prove that S = x R a + a + a x = d Copyright Pearson Canada Inc. All rights reserved x is a subspace of R for any real numbers a, a, a if and only if d =.

62 6 Chapter Euclidean Vector Spaces 5 Determine the cosine of the angle between v = and each of the coordinate axes. 6 Find the point on the line x = t, t R that is closest to the point P(,, 4). Illustrate your method of calculation with a sketch. 7 Find the point on the hyperplane x + + x + x 4 = that is closest to the point P(,,, ) and determine the distance from the point to the plane. 8 Determine a non-zero vector that is orthogonal to both and. 9 Prove that the volume of the parallelepiped determined by u, v, and w has the same volume as the parallelepiped determined by ( u + k v), v, w. Further Problems These problems are intended to be a little more challenging than the problems at the end of each section. Some explore topics beyond the material discussed in the text. F Consider the statement If u, and both u v = u w and u v = u w, then v = w. Either prove the statement or give a counterexample. F Suppose that u and v are orthogonal unit vectors in R. Prove that for every x R, perp u v ( x ) = proj u ( x ) + proj v ( x ) F In Problem.5 D, you were asked to show that u ( v w) = s v + t w for some s, t R. (a) By direct calculation, prove that u ( v w) = ( u w) v ( u v) w. (b) Prove that u ( v w)+ v ( w u)+ w ( u v) =. F4 Prove that (a) u v = 4 u + v 4 u v (b) u + v + u v = u + v Each of the following statements to be interpreted in R. Determine whether each statement is true, and if so, explain briefly. If false, give a counterexample. (i) Any three distinct points lie in exactly one plane. (ii) The subspace spanned by a single non-zero vector is a line passing through the origin. (iii) The set Span{ v,..., v k } is linearly dependent. (iv) The dot product of a vector with itself cannot be zero. (v) For any vectors x and y, proj x y = proj y x. (vi) For any vectors x and y, the set {proj x y, perp x y } is linearly independent. (vii) The area of the parallelogram determined by u and v is the same as the area of the parallelogram determined by u and ( v + u). (c) Interpret (a) and (b) in terms of a parallelogram determined by vectors u, and v. F5 Show that if P, Q, and R are collinear points and OP = p, OQ = q, and OR = r, then ( p q ) + ( q r) + ( r p ) = F6 In R, two lines fail to have a point of intersection only if they are parallel. However, in R, a pair of lines can fail to have a point of intersection even if they are not parallel. Two such lines in R are called skew. (a) Observe that if two lines are skew, then they do not lie in a common plane. Show that two skew lines do lie in parallel planes. (b) Find the distance between the skew lines x = 4 +s, s R and x = +t, t R Copyright Pearson Canada Inc. All rights reserved Visit the text s website at for practice quizzes, additional applications, and an essay on linearity and superposition in physics.

Vector Geometry. Chapter 5

Vector Geometry. Chapter 5 Chapter 5 Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at

More information

4.1 Distance and Length

4.1 Distance and Length Chapter Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at vectors

More information

Vector Calculus. Lecture Notes

Vector Calculus. Lecture Notes Vector Calculus Lecture Notes Adolfo J. Rumbos c Draft date November 23, 211 2 Contents 1 Motivation for the course 5 2 Euclidean Space 7 2.1 Definition of n Dimensional Euclidean Space........... 7 2.2

More information

Matrix Algebra: Vectors

Matrix Algebra: Vectors A Matrix Algebra: Vectors A Appendix A: MATRIX ALGEBRA: VECTORS A 2 A MOTIVATION Matrix notation was invented primarily to express linear algebra relations in compact form Compactness enhances visualization

More information

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date April 29, 23 2 Contents Motivation for the course 5 2 Euclidean n dimensional Space 7 2. Definition of n Dimensional Euclidean Space...........

More information

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date May 9, 29 2 Contents 1 Motivation for the course 5 2 Euclidean n dimensional Space 7 2.1 Definition of n Dimensional Euclidean Space...........

More information

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound

Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound Abstract & Applied Linear Algebra (Chapters 1-2) James A. Bernhard University of Puget Sound Copyright 2018 by James A. Bernhard Contents 1 Vector spaces 3 1.1 Definitions and basic properties.................

More information

Linear Algebra I. Ronald van Luijk, 2015

Linear Algebra I. Ronald van Luijk, 2015 Linear Algebra I Ronald van Luijk, 2015 With many parts from Linear Algebra I by Michael Stoll, 2007 Contents Dependencies among sections 3 Chapter 1. Euclidean space: lines and hyperplanes 5 1.1. Definition

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional Plots Programming in

More information

Definition: A vector is a directed line segment which represents a displacement from one point P to another point Q.

Definition: A vector is a directed line segment which represents a displacement from one point P to another point Q. THE UNIVERSITY OF NEW SOUTH WALES SCHOOL OF MATHEMATICS AND STATISTICS MATH Algebra Section : - Introduction to Vectors. You may have already met the notion of a vector in physics. There you will have

More information

EUCLIDEAN SPACES AND VECTORS

EUCLIDEAN SPACES AND VECTORS EUCLIDEAN SPACES AND VECTORS PAUL L. BAILEY 1. Introduction Our ultimate goal is to apply the techniques of calculus to higher dimensions. We begin by discussing what mathematical concepts describe these

More information

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS chapter MORE MATRIX ALGEBRA GOALS In Chapter we studied matrix operations and the algebra of sets and logic. We also made note of the strong resemblance of matrix algebra to elementary algebra. The reader

More information

MATH 12 CLASS 4 NOTES, SEP

MATH 12 CLASS 4 NOTES, SEP MATH 12 CLASS 4 NOTES, SEP 28 2011 Contents 1. Lines in R 3 1 2. Intersections of lines in R 3 2 3. The equation of a plane 4 4. Various problems with planes 5 4.1. Intersection of planes with planes or

More information

3 Scalar Product. 3.0 The Dot Product. ~v ~w := v 1 w 1 + v 2 w v n w n.

3 Scalar Product. 3.0 The Dot Product. ~v ~w := v 1 w 1 + v 2 w v n w n. 3 Scalar Product Copyright 2017, Gregory G. Smith 28 September 2017 Although vector products on R n are rare, every coordinate space R n is equipped with a binary operation that sends two vectors to a

More information

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems To locate a point in a plane, two numbers are necessary. We know that any point in the plane can be represented as an ordered pair (a, b) of real numbers, where a is the x-coordinate and b is the y-coordinate.

More information

The geometry of least squares

The geometry of least squares The geometry of least squares We can think of a vector as a point in space, where the elements of the vector are the coordinates of the point. Consider for example, the following vector s: t = ( 4, 0),

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

Cambridge University Press The Mathematics of Signal Processing Steven B. Damelin and Willard Miller Excerpt More information

Cambridge University Press The Mathematics of Signal Processing Steven B. Damelin and Willard Miller Excerpt More information Introduction Consider a linear system y = Φx where Φ can be taken as an m n matrix acting on Euclidean space or more generally, a linear operator on a Hilbert space. We call the vector x a signal or input,

More information

LINEAR ALGEBRA - CHAPTER 1: VECTORS

LINEAR ALGEBRA - CHAPTER 1: VECTORS LINEAR ALGEBRA - CHAPTER 1: VECTORS A game to introduce Linear Algebra In measurement, there are many quantities whose description entirely rely on magnitude, i.e., length, area, volume, mass and temperature.

More information

y 2 . = x 1y 1 + x 2 y x + + x n y n 2 7 = 1(2) + 3(7) 5(4) = 3. x x = x x x2 n.

y 2 . = x 1y 1 + x 2 y x + + x n y n 2 7 = 1(2) + 3(7) 5(4) = 3. x x = x x x2 n. 6.. Length, Angle, and Orthogonality In this section, we discuss the defintion of length and angle for vectors and define what it means for two vectors to be orthogonal. Then, we see that linear systems

More information

Section 8.1 Vector and Parametric Equations of a Line in

Section 8.1 Vector and Parametric Equations of a Line in Section 8.1 Vector and Parametric Equations of a Line in R 2 In this section, we begin with a discussion about how to find the vector and parametric equations of a line in R 2. To find the vector and parametric

More information

HOW TO THINK ABOUT POINTS AND VECTORS WITHOUT COORDINATES. Math 225

HOW TO THINK ABOUT POINTS AND VECTORS WITHOUT COORDINATES. Math 225 HOW TO THINK ABOUT POINTS AND VECTORS WITHOUT COORDINATES Math 225 Points Look around. What do you see? You see objects: a chair here, a table there, a book on the table. These objects occupy locations,

More information

The Geometry of R n. Supplemental Lecture Notes for Linear Algebra Courses at Georgia Tech

The Geometry of R n. Supplemental Lecture Notes for Linear Algebra Courses at Georgia Tech The Geometry of R n Supplemental Lecture Notes for Linear Algebra Courses at Georgia Tech Contents Vectors in R n. Vectors....................................... The Length and Direction of a Vector......................3

More information

which are not all zero. The proof in the case where some vector other than combination of the other vectors in S is similar.

which are not all zero. The proof in the case where some vector other than combination of the other vectors in S is similar. It follows that S is linearly dependent since the equation is satisfied by which are not all zero. The proof in the case where some vector other than combination of the other vectors in S is similar. is

More information

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction MAT4 : Introduction to Applied Linear Algebra Mike Newman fall 7 9. Projections introduction One reason to consider projections is to understand approximate solutions to linear systems. A common example

More information

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124 Matrices Math 220 Copyright 2016 Pinaki Das This document is freely redistributable under the terms of the GNU Free Documentation License For more information, visit http://wwwgnuorg/copyleft/fdlhtml Contents

More information

45. The Parallelogram Law states that. product of a and b is the vector a b a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1. a c. a 1. b 1.

45. The Parallelogram Law states that. product of a and b is the vector a b a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1. a c. a 1. b 1. SECTION 10.4 THE CROSS PRODUCT 537 42. Suppose that all sides of a quadrilateral are equal in length and opposite sides are parallel. Use vector methods to show that the diagonals are perpendicular. 43.

More information

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 Math 127 Introduction and Review (1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 MATH 127 Introduction to Calculus III

More information

v = ( 2)

v = ( 2) Chapter : Introduction to Vectors.. Vectors and linear combinations Let s begin by saying what vectors are: They are lists of numbers. If there are numbers in the list, there is a natural correspondence

More information

VECTORS AND THE GEOMETRY OF SPACE

VECTORS AND THE GEOMETRY OF SPACE VECTORS AND THE GEOMETRY OF SPACE VECTORS AND THE GEOMETRY OF SPACE A line in the xy-plane is determined when a point on the line and the direction of the line (its slope or angle of inclination) are given.

More information

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications.

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications. The Cross Product In this section, we will learn about: Cross products of vectors and their applications. THE CROSS PRODUCT The cross product a x b of two vectors a and b, unlike the dot product, is a

More information

Chapter 2. Vectors and Vector Spaces

Chapter 2. Vectors and Vector Spaces 2.1. Operations on Vectors 1 Chapter 2. Vectors and Vector Spaces Section 2.1. Operations on Vectors Note. In this section, we define several arithmetic operations on vectors (especially, vector addition

More information

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: Tutorial 1 will be online later today TA sessions for questions start next week Practicals: Exams: Make sure to find a team partner very

More information

Math 51 Tutorial { August 10

Math 51 Tutorial { August 10 SSEA Summer 7 Math 5 Tutorial { August. The span of a set of vectors {v, v,..., v } is given by span (v, v,..., v k ) {c v + c v + + c k v k c, c,..., c k R}. This set can be viewed algebraically as an

More information

Review of Coordinate Systems

Review of Coordinate Systems Vector in 2 R and 3 R Review of Coordinate Systems Used to describe the position of a point in space Common coordinate systems are: Cartesian Polar Cartesian Coordinate System Also called rectangular coordinate

More information

Vectors a vector is a quantity that has both a magnitude (size) and a direction

Vectors a vector is a quantity that has both a magnitude (size) and a direction Vectors In physics, a vector is a quantity that has both a magnitude (size) and a direction. Familiar examples of vectors include velocity, force, and electric field. For any applications beyond one dimension,

More information

which has a check digit of 9. This is consistent with the first nine digits of the ISBN, since

which has a check digit of 9. This is consistent with the first nine digits of the ISBN, since vector Then the check digit c is computed using the following procedure: 1. Form the dot product. 2. Divide by 11, thereby producing a remainder c that is an integer between 0 and 10, inclusive. The check

More information

Euclidean Spaces. Euclidean Spaces. Chapter 10 -S&B

Euclidean Spaces. Euclidean Spaces. Chapter 10 -S&B Chapter 10 -S&B The Real Line: every real number is represented by exactly one point on the line. The plane (i.e., consumption bundles): Pairs of numbers have a geometric representation Cartesian plane

More information

12.5 Equations of Lines and Planes

12.5 Equations of Lines and Planes 12.5 Equations of Lines and Planes Equation of Lines Vector Equation of Lines Parametric Equation of Lines Symmetric Equation of Lines Relation Between Two Lines Equations of Planes Vector Equation of

More information

Math Linear Algebra

Math Linear Algebra Math 220 - Linear Algebra (Summer 208) Solutions to Homework #7 Exercise 6..20 (a) TRUE. u v v u = 0 is equivalent to u v = v u. The latter identity is true due to the commutative property of the inner

More information

1.2 LECTURE 2. Scalar Product

1.2 LECTURE 2. Scalar Product 6 CHAPTER 1. VECTOR ALGEBRA Pythagean theem. cos 2 α 1 + cos 2 α 2 + cos 2 α 3 = 1 There is a one-to-one crespondence between the components of the vect on the one side and its magnitude and the direction

More information

v = v 1 2 +v 2 2. Two successive applications of this idea give the length of the vector v R 3 :

v = v 1 2 +v 2 2. Two successive applications of this idea give the length of the vector v R 3 : Length, Angle and the Inner Product The length (or norm) of a vector v R 2 (viewed as connecting the origin to a point (v 1,v 2 )) is easily determined by the Pythagorean Theorem and is denoted v : v =

More information

6.1.1 Angle between Two Lines Intersection of Two lines Shortest Distance from a Point to a Line

6.1.1 Angle between Two Lines Intersection of Two lines Shortest Distance from a Point to a Line CHAPTER 6 : VECTORS 6. Lines in Space 6.. Angle between Two Lines 6.. Intersection of Two lines 6..3 Shortest Distance from a Point to a Line 6. Planes in Space 6.. Intersection of Two Planes 6.. Angle

More information

LB 220 Homework 2 (due Tuesday, 01/22/13)

LB 220 Homework 2 (due Tuesday, 01/22/13) LB 220 Homework 2 (due Tuesday, 01/22/13) Directions. Please solve the problems below. Your solutions must begin with a clear statement (or re-statement in your own words) of the problem. You solutions

More information

Introduction to Statics

Introduction to Statics Introduction to Statics.PDF Edition Version 0.95 Unit 7 Vector Products Helen Margaret Lester Plants Late Professor Emerita Wallace Starr Venable Emeritus Associate Professor West Virginia University,

More information

Vectors and Plane Geometry

Vectors and Plane Geometry Vectors and Plane Geometry Karl Heinz Dovermann Professor of Mathematics University of Hawaii January 7, 0 Preface During the first week of the semester it is difficult to get started with the course

More information

11.1 Vectors in the plane

11.1 Vectors in the plane 11.1 Vectors in the plane What is a vector? It is an object having direction and length. Geometric way to represent vectors It is represented by an arrow. The direction of the arrow is the direction of

More information

Inner Product and Orthogonality

Inner Product and Orthogonality Inner Product and Orthogonality P. Sam Johnson October 3, 2014 P. Sam Johnson (NITK) Inner Product and Orthogonality October 3, 2014 1 / 37 Overview In the Euclidean space R 2 and R 3 there are two concepts,

More information

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem.

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Dot Products K. Behrend April 3, 008 Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Contents The dot product 3. Length of a vector........................

More information

LINEAR ALGEBRA W W L CHEN

LINEAR ALGEBRA W W L CHEN LINEAR ALGEBRA W W L CHEN c W W L Chen, 1997, 2008. This chapter is available free to all individuals, on the understanding that it is not to be used for financial gain, and may be downloaded and/or photocopied,

More information

Chapter 2: Vector Geometry

Chapter 2: Vector Geometry Chapter 2: Vector Geometry Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 2: Vector Geometry Semester 1 2018 1 / 32 Goals of this chapter In this chapter, we will answer the following geometric

More information

Vector Spaces. Chapter 1

Vector Spaces. Chapter 1 Chapter 1 Vector Spaces Linear algebra is the study of linear maps on finite-dimensional vector spaces. Eventually we will learn what all these terms mean. In this chapter we will define vector spaces

More information

The Cross Product of Two Vectors

The Cross Product of Two Vectors The Cross roduct of Two Vectors In proving some statements involving surface integrals, there will be a need to approximate areas of segments of the surface by areas of parallelograms. Therefore it is

More information

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

More information

Euclidean Space. This is a brief review of some basic concepts that I hope will already be familiar to you.

Euclidean Space. This is a brief review of some basic concepts that I hope will already be familiar to you. Euclidean Space This is a brief review of some basic concepts that I hope will already be familiar to you. There are three sets of numbers that will be especially important to us: The set of all real numbers,

More information

Introduction to Vectors

Introduction to Vectors Introduction to Vectors K. Behrend January 31, 008 Abstract An introduction to vectors in R and R 3. Lines and planes in R 3. Linear dependence. 1 Contents Introduction 3 1 Vectors 4 1.1 Plane vectors...............................

More information

13 Spherical geometry

13 Spherical geometry 13 Spherical geometry Let ABC be a triangle in the Euclidean plane. From now on, we indicate the interior angles A = CAB, B = ABC, C = BCA at the vertices merely by A, B, C. The sides of length a = BC

More information

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS NAME: PERIOD: DATE: MATH ANALYSIS 2 MR. MELLINA CHAPTER 12: VECTORS & DETERMINANTS Sections: v 12.1 Geometric Representation of Vectors v 12.2 Algebraic Representation of Vectors v 12.3 Vector and Parametric

More information

Solution to Homework 1

Solution to Homework 1 Solution to Homework 1 Olena Bormashenko September, 0 Section 1.1:, 5b)d), 7b)f), 8a)b), ; Section 1.:, 5, 7, 9, 10, b)c), 1, 15b), 3 Section 1.1. In each of the following cases, find a point that is two-thirds

More information

Definitions and Properties of R N

Definitions and Properties of R N Definitions and Properties of R N R N as a set As a set R n is simply the set of all ordered n-tuples (x 1,, x N ), called vectors. We usually denote the vector (x 1,, x N ), (y 1,, y N ), by x, y, or

More information

P1 Chapter 11 :: Vectors

P1 Chapter 11 :: Vectors P1 Chapter 11 :: Vectors jfrost@tiffin.kingston.sch.uk www.drfrostmaths.com @DrFrostMaths Last modified: 21 st August 2017 Use of DrFrostMaths for practice Register for free at: www.drfrostmaths.com/homework

More information

x 1 x 2. x 1, x 2,..., x n R. x n

x 1 x 2. x 1, x 2,..., x n R. x n WEEK In general terms, our aim in this first part of the course is to use vector space theory to study the geometry of Euclidean space A good knowledge of the subject matter of the Matrix Applications

More information

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2 MATH 12 CLASS 2 NOTES, SEP 23 2011 Contents 1. Dot product: definition, basic properties 1 2. Dot product: determining the angle between two vectors 2 Quick links to definitions/theorems Dot product definition

More information

Exercises for Unit I (Topics from linear algebra)

Exercises for Unit I (Topics from linear algebra) Exercises for Unit I (Topics from linear algebra) I.0 : Background Note. There is no corresponding section in the course notes, but as noted at the beginning of Unit I these are a few exercises which involve

More information

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

More information

web: HOMEWORK 1

web:   HOMEWORK 1 MAT 207 LINEAR ALGEBRA I 2009207 Dokuz Eylül University, Faculty of Science, Department of Mathematics Instructor: Engin Mermut web: http://kisideuedutr/enginmermut/ HOMEWORK VECTORS IN THE n-dimensional

More information

Exercises for Unit I (Topics from linear algebra)

Exercises for Unit I (Topics from linear algebra) Exercises for Unit I (Topics from linear algebra) I.0 : Background This does not correspond to a section in the course notes, but as noted at the beginning of Unit I it contains some exercises which involve

More information

MATH 167: APPLIED LINEAR ALGEBRA Least-Squares

MATH 167: APPLIED LINEAR ALGEBRA Least-Squares MATH 167: APPLIED LINEAR ALGEBRA Least-Squares October 30, 2014 Least Squares We do a series of experiments, collecting data. We wish to see patterns!! We expect the output b to be a linear function of

More information

Linear Geometry. Paul L. Bailey. Department of Mathematics, BASIS Scottsdale address: Date: February 26, 2019

Linear Geometry. Paul L. Bailey. Department of Mathematics, BASIS Scottsdale  address: Date: February 26, 2019 Linear Geometry Paul L. Bailey Department of Mathematics, BASIS Scottsdale E-mail address: paul.bailey@basised.com Date: February 26, 2019 (Version 2.55 Updated Tuesday, February 26, 2019) i Contents

More information

Vector Spaces, Orthogonality, and Linear Least Squares

Vector Spaces, Orthogonality, and Linear Least Squares Week Vector Spaces, Orthogonality, and Linear Least Squares. Opening Remarks.. Visualizing Planes, Lines, and Solutions Consider the following system of linear equations from the opener for Week 9: χ χ

More information

Projection Theorem 1

Projection Theorem 1 Projection Theorem 1 Cauchy-Schwarz Inequality Lemma. (Cauchy-Schwarz Inequality) For all x, y in an inner product space, [ xy, ] x y. Equality holds if and only if x y or y θ. Proof. If y θ, the inequality

More information

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2012/2013, 4th quarter. Lecture 2: vectors, curves, and surfaces

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2012/2013, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: TA sessions for tutorial 1 start today Tutorial 2 will go online after lecture 3 Practicals: Make sure to find a team partner very soon

More information

Sums of Squares (FNS 195-S) Fall 2014

Sums of Squares (FNS 195-S) Fall 2014 Sums of Squares (FNS 195-S) Fall 014 Record of What We Did Drew Armstrong Vectors When we tried to apply Cartesian coordinates in 3 dimensions we ran into some difficulty tryiing to describe lines and

More information

(arrows denote positive direction)

(arrows denote positive direction) 12 Chapter 12 12.1 3-dimensional Coordinate System The 3-dimensional coordinate system we use are coordinates on R 3. The coordinate is presented as a triple of numbers: (a,b,c). In the Cartesian coordinate

More information

MATH 22A: LINEAR ALGEBRA Chapter 1

MATH 22A: LINEAR ALGEBRA Chapter 1 MATH 22A: LINEAR ALGEBRA Chapter 1 Steffen Borgwardt, UC Davis original version of these slides: Jesús De Loera, UC Davis January 10, 2015 Vectors and Matrices (1.1-1.3). CHAPTER 1 Vectors and Linear Combinations

More information

Inner Product Spaces 6.1 Length and Dot Product in R n

Inner Product Spaces 6.1 Length and Dot Product in R n Inner Product Spaces 6.1 Length and Dot Product in R n Summer 2017 Goals We imitate the concept of length and angle between two vectors in R 2, R 3 to define the same in the n space R n. Main topics are:

More information

LINEAR ALGEBRA KNOWLEDGE SURVEY

LINEAR ALGEBRA KNOWLEDGE SURVEY LINEAR ALGEBRA KNOWLEDGE SURVEY Instructions: This is a Knowledge Survey. For this assignment, I am only interested in your level of confidence about your ability to do the tasks on the following pages.

More information

Law of Trichotomy and Boundary Equations

Law of Trichotomy and Boundary Equations Law of Trichotomy and Boundary Equations Law of Trichotomy: For any two real numbers a and b, exactly one of the following is true. i. a < b ii. a = b iii. a > b The Law of Trichotomy is a formal statement

More information

Functional Analysis MATH and MATH M6202

Functional Analysis MATH and MATH M6202 Functional Analysis MATH 36202 and MATH M6202 1 Inner Product Spaces and Normed Spaces Inner Product Spaces Functional analysis involves studying vector spaces where we additionally have the notion of

More information

Linear algebra. S. Richard

Linear algebra. S. Richard Linear algebra S. Richard Fall Semester 2014 and Spring Semester 2015 2 Contents Introduction 5 0.1 Motivation.................................. 5 1 Geometric setting 7 1.1 The Euclidean space R n..........................

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Vectors and the Geometry of Space Many quantities in geometry and physics, such as area, volume, temperature, mass, and time, can be characterized by a single real number scaled to appropriate units of

More information

MTAEA Vectors in Euclidean Spaces

MTAEA Vectors in Euclidean Spaces School of Economics, Australian National University January 25, 2010 Vectors. Economists usually work in the vector space R n. A point in this space is called a vector, and is typically defined by its

More information

VECTORS IN COMPONENT FORM

VECTORS IN COMPONENT FORM VECTORS IN COMPONENT FORM In Cartesian coordinates any D vector a can be written as a = a x i + a y j + a z k a x a y a x a y a z a z where i, j and k are unit vectors in x, y and z directions. i = j =

More information

Rigid Geometric Transformations

Rigid Geometric Transformations Rigid Geometric Transformations Carlo Tomasi This note is a quick refresher of the geometry of rigid transformations in three-dimensional space, expressed in Cartesian coordinates. 1 Cartesian Coordinates

More information

58. The Triangle Inequality for vectors is. dot product.] 59. The Parallelogram Law states that

58. The Triangle Inequality for vectors is. dot product.] 59. The Parallelogram Law states that 786 CAPTER 12 VECTORS AND TE GEOETRY OF SPACE 0, 0, 1, and 1, 1, 1 as shown in the figure. Then the centroid is. ( 1 2, 1 2, 1 2 ) ] x z C 54. If c a a, where a,, and c are all nonzero vectors, show that

More information

Vectors Coordinate frames 2D implicit curves 2D parametric curves. Graphics 2008/2009, period 1. Lecture 2: vectors, curves, and surfaces

Vectors Coordinate frames 2D implicit curves 2D parametric curves. Graphics 2008/2009, period 1. Lecture 2: vectors, curves, and surfaces Graphics 2008/2009, period 1 Lecture 2 Vectors, curves, and surfaces Computer graphics example: Pixar (source: http://www.pixar.com) Computer graphics example: Pixar (source: http://www.pixar.com) Computer

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

MAT1035 Analytic Geometry

MAT1035 Analytic Geometry MAT1035 Analytic Geometry Lecture Notes R.A. Sabri Kaan Gürbüzer Dokuz Eylül University 2016 2 Contents 1 Review of Trigonometry 5 2 Polar Coordinates 7 3 Vectors in R n 9 3.1 Located Vectors..............................................

More information

CSCI 239 Discrete Structures of Computer Science Lab 6 Vectors and Matrices

CSCI 239 Discrete Structures of Computer Science Lab 6 Vectors and Matrices CSCI 239 Discrete Structures of Computer Science Lab 6 Vectors and Matrices This lab consists of exercises on real-valued vectors and matrices. Most of the exercises will required pencil and paper. Put

More information

Topic 14 Notes Jeremy Orloff

Topic 14 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 Row reduction and subspaces 4. Goals. Be able to put a matrix into row reduced echelon form (RREF) using elementary row operations.. Know the definitions of null and column

More information

Vectors. The standard geometric definition of vector is as something which has direction and magnitude but not position.

Vectors. The standard geometric definition of vector is as something which has direction and magnitude but not position. Vectors The standard geometric definition of vector is as something which has direction and magnitude but not position. Since vectors have no position we may place them wherever is convenient. Vectors

More information

Linear Algebra Massoud Malek

Linear Algebra Massoud Malek CSUEB Linear Algebra Massoud Malek Inner Product and Normed Space In all that follows, the n n identity matrix is denoted by I n, the n n zero matrix by Z n, and the zero vector by θ n An inner product

More information

which arises when we compute the orthogonal projection of a vector y in a subspace with an orthogonal basis. Hence assume that P y = A ij = x j, x i

which arises when we compute the orthogonal projection of a vector y in a subspace with an orthogonal basis. Hence assume that P y = A ij = x j, x i MODULE 6 Topics: Gram-Schmidt orthogonalization process We begin by observing that if the vectors {x j } N are mutually orthogonal in an inner product space V then they are necessarily linearly independent.

More information

Data representation and classification

Data representation and classification Representation and classification of data January 25, 2016 Outline Lecture 1: Data Representation 1 Lecture 1: Data Representation Data representation The phrase data representation usually refers to the

More information

Linear Algebra. The Manga Guide. Supplemental Appendixes. Shin Takahashi, Iroha Inoue, and Trend-Pro Co., Ltd.

Linear Algebra. The Manga Guide. Supplemental Appendixes. Shin Takahashi, Iroha Inoue, and Trend-Pro Co., Ltd. The Manga Guide to Linear Algebra Supplemental Appendixes Shin Takahashi, Iroha Inoue, and Trend-Pro Co., Ltd. Copyright by Shin Takahashi and TREND-PRO Co., Ltd. ISBN-: 978--97--9 Contents A Workbook...

More information

Chapter 1E - Complex Numbers

Chapter 1E - Complex Numbers Fry Texas A&M University Math 150 Spring 2015 Unit 4 20 Chapter 1E - Complex Numbers 16 exists So far the largest (most inclusive) number set we have discussed and the one we have the most experience with

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 1: Vectors, Representations Algebra and Linear Algebra Algebra: numbers and operations on numbers 2 + 3 = 5 3 7 = 21 Linear Algebra: tuples, triples... of numbers

More information

n=0 ( 1)n /(n + 1) converges, but not

n=0 ( 1)n /(n + 1) converges, but not Math 07H Topics for the third exam (and beyond) (Technically, everything covered on the first two exams plus...) Absolute convergence and alternating series A series a n converges absolutely if a n converges.

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information