4.1 Distance and Length

Size: px
Start display at page:

Download "4.1 Distance and Length"

Transcription

1 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 in R and R where visualization is easy, then we will extend these geometric intuitions to R n for any n. The basic geometric concepts that we will look at involve measurable quantities such as length, angle, area and volume. We also take a closer look at the two main types of equations covered in this course: parametric-vector equations and linear equations. We begin with a reminder. We defined a vector in R n as an n-tuple, i.e., as an n matrix. This is an algebraic definition of a vector where a vector is just a list of numbers. The geometric objects we will look at in this chapter should be seen as geometric interpretations of this algebraic definition. One difficulty that students encounter at this stage is that there are many different geometric interpretations that can be given to a vector. For example, a vector in R n can be interpreted geometrically as an arrow starting at the origin. an arrow with a certain length and direction but no fixed location. a point (or more exactly, the coordinates of a point relative to some reference point). a directed line segment between two points. a displacement (i.e., a translation). This multiplicity of interpretations is a strength of the vector concept not a weakness. Vectors have many applications and depending on the application one geometric interpretation may be more relevant than another but no matter what geometric interpretation is chosen the underlying vector algebra remains the same. We will interpret a vector in R n as a position vector as described in section. of Lay s textbook. A position vector is just a pointer to a certain location in R n. When using position vectors it is not necessary to make a firm distinction between a vector and its endpoint. For example, when we say that a line is a set of vectors we mean that the endpoints of the vectors lie on the line. If we want to stress the direction of the vector we will usually represent it as an arrow. If we want to stress the particular location that the vector is pointing to we will usually represent it by a point. EXAMPLE.. If A = (x, x,..., x n) and B = (y, y,..., y n) are two points then the vector from A to B (represented by AB ) is defined as follows y x y x AB = 6. 5 y n x n You can think of this as letting A be the origin of a new coordinate system and then the entries in AB give the location of B relative to A. Or you can imagine translating both A and B by subtracting A from both points so that A is translated to the origin. Finally, you can think of AB as an arrow from A to B. So, for example, if we have P(,5, ) and Q(,,) then PQ = 55 = 6 5. The entries in this vector indicate that when you travel from P to Q you move 6 units in the x direction, units in the x direction and units in the negative x direction. These entries express the location of Q relative to P. If PQ is drawn with the intial point at the origin then the terminal point would be (6,, -). We will usually represent a vector as an n matrix but there is another standard way of representing vectors that is frequently used. In R we define» i =» j = It then follows that any vector in R can be written as»»» a a = + = ai + bj b b

2 Chapter. Vector Geometry Similarly in R we define i = 5 j = 5 k = 5 and then any vector in R can be written a b5 = ai + bj + ck c You should realize that in R the vectors i and j are just the vectors which we have called e and e, the standard basis of R. Similarly in R the vectors i, j and k are the standard basis of R.. Distance and Length The first geometric concept we want to look at is the the length of a vector. We define this to be the usual Euclidean distance from the intial point (the origin) to the end point of the vector. The length any vector v in R n will be represented by v. This quantity is also referred» to as the magnitude or norm of v. u Let u = be a vector in R u. The length of this vector would be the distance from the origin (, ) to the point (u, u ) and this is given by the Pythagorean Theorem as q u = u + u» 5 EXAMPLE.. Let u =. Figure. shows u and by the Pythagorean Theorem we can find the norm of u as q u = 5 + ( ) = In R a similar argument based on the Pythagorean Theorem gives q u = u + u + u for any vector u = u u 5. u We can extend the above formulas to R n by defining q u = u + u + + u n u u Notice that if u = 6. 5 is any vector in Rn then u n u u T u = ˆu u u u n 6. 5 = u + u + + u n u n We then have the following concise formula which is valid for vectors in R n for all n u = u T u EXAMPLE.. Let u be any vector in R n and k be a scalar then ku = ku T (ku) Taking square roots then gives = k u T u = k u ku = k u This shows that multiplying any vector in R n by a scalar k scales the length of the vector by k. We will sometimes make a distinction between the sense of a vector and the direction of a vector. When a vector is multiplied by a negative scalar the reversal of the arrow is described by saying the sense has been reversed but the direction has stayed the same. 5 6 Definition.. The distance between two vectors u and v in R n is defined as u v. EXAMPLE.. The distance between u = i + k and v = j k is q u v = i j + k = + ( ) + = 6 Unit Vectors Figure.. (5, ) A unit vector is a vector whose length is. If u is any non-zero vector in R n then u is a unit vector. u This can be seen by applying the formula v = v T v to the vector u. This gives: u

3 .. Distance and Length «T «u u u u = u ut u = u u = The process of multiplying a vector by the reciprocal of its length to obtain a unit vector is called normalization. Notice that this procedure doesn t alter the direction or sense of the vector. EXAMPLE.5. Normalize the vector v = 6 5. We have v = = 9 = so / 6 5 = 6 / 5 / is a unit vector parallel to v. Note: Just to avoid any possible confusion, when we say that two non-zero vectors, u and v, are parallel we mean that they have the same direction. Each one is a scalar multiple of the other.

4 Chapter. Vector Geometry Problems. If A = (, ) and» AB = what is B?. If B = (5,,) and AB = 6 5 what is A?. Find the length of the following vectors:» a. b. 5 c. 6 5» cos θ d. sinθ e. cos(s)sin(t) cos(s) cos(t) 5 sin(s) f. i + j + k g. i j k h. t i + tj + tk. Let v = 6. 5 be the vector in Rn all of whose entries are. What is v? 5. Find the lengths of the sides of triangle ABC where the vertices are given by 9. If AB = 5 and BC = what are the possible values for AC?»» cos(s) cos(t). Let u = and v =. These are two unit sin(s) sin(t) vectors p in R. Show that the distance from u to v is cos(s t). Prove that in R the length of v v 5 is given by v q v + v + v.. True or False: a. u = uu T b. u = u T u c. u = u T u d. u+v = u T u+v T v e. If u = v then u+ v = u + v. f. Au = u T A T Au. Under what conditions will u + v = u + v?. Suppose A is an n n matrix such that A T A = I. Let v be any vector in R n. Show Av = v» cos θ sinθ 5. Let A =. Show that if v is any vector in R sinθ cos θ then Av = v. a. A(, ), B(, ), C(5, ) b. A(, ), B(, 5), C(, ) c. A(,, ), B(,, ), 6. a. If» AB =», BC = 5 C(,,) d. A(,, ), B(,, ), C(,,), and A is the point (, ) what is C? Draw a diagram illustating this problem. b. If PQ = 5, QR = 5, and R is the point (, 5, ) what is P? k. Let u = 5 and v = k + 5. Use calculus to find the k + value of k for which the distance from u to v is a minimum. 8. Find a unit vector parallel to each of the following vectors:» a. b. 5 5 c. 6 5 d. i 5j + k» e. t f.» cos t + sint cos t sint

5 .. The Dot Product 5. The Dot Product The Dot Product in R Suppose we have two vectors in R, u = illustrated in Figure. v u - v» u u» v and v = as v (This formula uses the standard convention of interpreting the matrix u T v as a scalar.)»» EXAMPLE.6. If u = and v = then and u v = ()() + ()() = 6 u = v = It then follows that if θ is the angle between u and v we have cos θ = 6 = 5 u θ and the angle between u and v is arccos(/5) 5.. The dot product is often useful in geometric problems involving angles. If the problem is stated in terms of points then it should be translated into vector terminology before using the dot product. Look at the following example: Figure.. EXAMPLE.. Draw the parabola y = x and let P be the point (, ) on this parabola. If O is the origin find another point Q on the parabola such that the angle between OP and OQ is. These two vectors determine a triangle whose third side would be u v translated. If we let θ be the angle between u and v then we can apply the law of cosines to the triangle. This gives u + v u v cos θ = u v = (u v ) + (u v ) = u + v u u v v Cancelling out common factors and terms we get Q u v cos θ = u v + u v The expression on the right hand side of the last line is given a special name. It is called the dot product of u and v and is written u v. Thus we have the following two formulas x.5. P and u v = u v + u v u v = u v cos θ where θ is the angle between u and v. Since θ is one angle of a triangle we have θ 8. This means that θ is the smallest positive angle between u and v.» u There is another way of indicating the dot product. If u = u» v and v = then v u T v = ˆu»v u = u v v + u v and so we have the nice formula u v = u T v Figure.. In terms of vectors we have» OP = and» x OQ =. x We also have OP OP = x + x, OP =, and OQ = x + x. If the angle between these vectors is the dot product formula gives x + x = p x + x cos Substituting cos = and squaring both sides gives x + x + x = `x + x We omit the algebra but you should be able to solve this equation and find two values of x that work x = + and x =.

6 6 Chapter. Vector Geometry The Dot Product in R n The dot product can be generalized to vectors in R n. Definition.. Let u and v be vectors in R n then their dot product is defined by u v = u T v u v u v The above definition implies that if u = 6. 5 and v = u n v n then u v = u v + u v + + u nv n The fundamental properties of the dot product are summarized by the following theorem. Theorem.. If x, y, and z are vectors in R n and c is a scalar then a. x y = y x b. x (y + z) = x y + x z c. (cx) y = c(x y) d. x x and x x = if and only if x =. Proof. The proof of part (a) is left as an exercise. Since u v = u T v parts (b) and (c) follow from the corresponding properties of matrix multiplication. The proof of part (d) is more complicated because it makes several claims. First it claims that the inner product of a vector with x x itself can never be negative. To see this let x = Then x n x x = x +x + +x n and this value can never be negative since it is the sum of squares. Next it says that the inner product of the zero vector with itself is. This is easy: if x = then x x = =. Finally part (d) claims that if the dot product of a vector with itself is then the vector must be the zero vector. To see this suppose x x =. Then x + x + +x n =. Since the left hand side of this equation has no negative terms the only way the terms can add up to is if each term is. So x =, x =,..., x n = and we have x =. This last property says that in R n the only vector with length is the zero vector. Orthogonal Vectors The formula u v = u v cos θ relates the dot product to the angle between vectors. If u and v are non-zero vectors then the right hand side of this expression is positive if θ < 9 and negative if 9 < θ 8. More importantly the dot product is if θ = 9. This means that two non-zero vectors are perpendicular if and only if their dot product is. This leads to the following definition. Definition.. Two vectors in R n are said to be orthogonal if their dot product is. This definition implies that the zero vector in R n is orthogonal to every vector in R n. EXAMPLE.8. Show that the triangle with vertices A(, ), B(5, 5), and C(, ) is a right triangle. We want to interpret the sides of this triangle as vectors. If we treat A as the origin then the vector from A to B would be AB =» 5 ( ) 5 =». Similarly AC =» ( ) =» Now notice that AB AC = () + ( ) =. Since AB AC = we have AB AC cos θ =. We can then conclude that cos θ = and so θ = 9.» k EXAMPLE.9. For what value(s) of k are the vectors u = k» k + and v = orthogonal? k We just have to determine any values of k which make u v =. u v = k(k + ) + k(k ) = k + k + k k = k k = k(k ) It should then be clear that the vectors are orthogonal for k = and k = /. We end this section with three theorems which state some important properties of vectors. Theorem.5. (Pythagorean Theorem) Let u and v be vectors in R n then u + v = u + v if and only if u and v are orthogonal. Proof. Note that the statement of this theorem is another if and only if statement. This means that the theorem is making two claims. These will be proved separately below. First we must show that if u and v are orthogonal then u + v = u + v. The argument is as follows u + v = (u + v) (u + v) (.). = u u + u v + v v (.) = u u + + v v (.) = u + v (.) Although this formula was proved only for vectors in R it is applicable in all R n. Justification for this will be given shortly.

7 .. The Dot Product Equation. is a consequence of the distributive and commutative properties of the dot product. Equation. is a consequence of u and v being orthogonal (their dot product is ). Next we must show that if u + v = u + v then u and v are orthogonal. The argument goes as follows u + v = u + v (.5) u u + u v + v v = u u + v v (.6) u v = (.) u v = (.8) The last line tells us that u and v are orthogonal. Theorem.6. ( Cauchy-Schwarz Theorem) If u and v are vectors in R n then u v u v Proof. If v is the zero vector then both sides of the inequality would be zero and the theorem would be true so we will assume that v is not the zero vector. Part d of Theorem. tells us that u u v v v v u u v v v v since the dot product of any vector with itself is always greater than or equal to. Simplifying the left hand side of the above gives u u v v v v u u v v v v = u u u v (u v) u v + v v (v v) v v = u u (u v) v v Replacing this last expression in the original inequality gives u Rearranging these terms gives (u v) v u v (u v) Taking the square root of both sides gives u v u v The Cauchy-Schwarz Theorem guarantees that u v u v for any non-zero vectors u and v in R n. This allows us to define the angle θ between any non-zero vectors u and v in R n by the formula cos θ = u v u v (where θ 8 ). EXAMPLE.. Find the angle between u = 6 5 and v = 6 5. We have u v = + =, u = = =, and v = =. Thus cos θ = u v u v =.86 which gives θ.5 Theorem.. ( Triangle Inequality) If u and v are vectors in R n then u + v u + v Proof. u + v = u u + u v + v v (.9) u u + u v + v v (.) u u + u v + v v (.) = ( u + v ) (.) Equation. follows from the Cauchy-Schwarz theorem The above shows that u + v ( u + v ). The theorem then follows by taking the square root of both sides. Direction Angles The dot product gives us a new way of looking at unit vectors. Any particular entry in a unit vector cannot be larger than or less than -. The entries in a unit vector turn out to have a very simple geometric interpretation. In R the angles between any vector v = v v 5 and the x, x v and x axes are called the direction angles of v and are represented by α, β, γ respectively. These are just the angles between v and the unit vectors i, j, and k. So we have cos α = v i v i = v v cos β = v j v j = v v cos γ = v k v k = v v We can now write v = v v cos α v 5 = v cos β5 = v cos α cos β5 v v cos γ cos γ The values cos α, cos β, and cos γ are called the direction cosines of v.

8 8 Chapter. Vector Geometry The last example can be generalized in the following way (we leave the details as an exercise). Let v be any non-zero vector in R n. If we normalize v then the entries in the normalized vector are just the cosines of the angles between v and the vectors in the standard basis of R n. That is, the entries in any unit vector are the direction cosines of that vector. EXAMPLE.. Let u = 6 5. If we normalize u we get 6 / /5. Now cos () = π/, cos (/) = π/, cos ( /) = / π/, and cos ( /) = π/. So u lies at an angle of 9 from e, at an angle of 6 from e, at an angle of from e, at an angle of 5 from e Note that for any non-zero vector v there are two unit vectors in the same direction as v. One has the same sense as v, the other has the opposite sanse of v.

9 Problems 9 Problems. For the following pairs of vectors u and v calculate u, v, u v, and the angle between u and v.»» a. u =, v = d. u = 6 5, v = 6 5»» b. u =, v = 5»» a b e. u =, v = b a c. u = 5, v = 5 f. u = i j + k, v = i + j + k. Use the dot product to find the angles of the triangles with the following vertices a. A(, ), B(, ), C(6, ) b. A(,,), B(,,), C(,, ) c. A(,,, ), B(,,, ), C(,,, ). Given the points A(, ), B(, ), and C(, k) find the values of k for which triangle ABC is a right triangle.. Let u = 5 and u = 5. Show that any vector in Span {u,u } is orthogonal to v = 5.»» a cos(θ) sin(θ) 5. Let x = and R =. Use the dot product to find the angle between x and Rx. b sin(θ) cos(θ)»» 6. Let u = and v =. For what value(s) of k k a. do u and v have the same length? b. are u and v orthogonal? c. are u and v parallel? d. is the distance from u to v one unit?. Let u = 5 and v = + k5. For what value(s) of k k a. do u and v have the same length? b. are u and v orthogonal? c. are u and v parallel? d. is the distance from u to v units?»» cos θ sinθ 8. Let u = and v =. For what value(s) of θ sinθ cos θ a. do u and v have the same length? b. are u and v orthogonal? c. are u and v parallel? 9. Normalize the following vectors and find the direction angles in each case: a. v = 5 b. v = 5 c. v = a. Suppose v is a vector in R and you know that this vector forms an angle of π/ with i. Is this enough information to determine vector v? What are the possible values for the angle between v and j? b. Suppose v is a vector in R which forms an angle of π/6 with i. What are the possible values for the angle between v and k? c. Suppose v is a vector in R which forms an angle of π/6 with i and an angle of π/6 with j. What are the possible values for the angle between v and k?. Use the dot product to prove that x + y + x y = ` x + y. Show that if u +v and u v have the same magnitude then u and v are orthogonal.. It was pointed out in this section that u T v = v T u for any two vectors u and v in R n. Is it also true that uv T = vu T? Prove this or give a counter-example.. Suppose x and y are vectors in R n that have the same length. Show that x + y bisects the angle between x and y. 5. Prove part a of Theorem.. 6. Let u and v be two vectors in R n. a. Justify the following steps u T v = (u T v) T = v T u b. The following chain of equalities resembles the above example but is not valid. What is wrong with the following? uv T = (uv T ) T = vu T

10 Chapter. Vector Geometry. Lines Lines in R We have already seen in Chapter of Lay s textbook that a line in R can be represented by an equation of the form x = x + tv. Such an equation represents the line through x parallel to v. This is called a parametric-vector equation of the line. We now want to look at another way of representing a line in R. How can we specify the direction of a line in R? One standard way is to give the slope of the line and another is to give a vector parallel to the line. There is a third way of specifying the direction of a line in R which is not so obvious and which at first might seem unnecessarily complicated. We can specify the direction by giving a vector perpendicular to the line. Such a vector is said to be a normal vector to the line. Figure.. normal vector (xo, yo)»» x x Suppose x = lies on the straight line through x y = y» a with normal n = then x x b is parallel to the line and is therefore perpendicular to n. We must then have n (x x ) =»» a x x = b y y a(x x ) + b(y y ) = ax + by ax by = The equation of the line can then be written as or more concisely ax + by = ax + by ax+by=c where c = ax + by. We will call this the normal equation of a straight line. Notice that this equation could be written in vector notation as n T x = n T x This is not the usual term for this equation. Most books would call it the standard equation or the Cartesian equation of a line. We are calling it the normal equation just to stress the fact that the coefficients give a normal vector to the line. Now you already knew that any straight line in R could be written in the form ax + by = c but what is new here is that in an equation of this form the coefficients of x and y give a normal vector to the line. EXAMPLE»».. Given the parametric-vector equation of a line x = + t find the normal equation of this line.» a We will use the following observation: If u = is any vector b» in R b then is orthogonal to u. This can be easily confirmed a by a simple dot product.»» a b = ab ab = b a Now it should be clear» that the direction of the given line is determined by the vector. We want a normal vector to this» line and the above comments show that n = would be such a vector. We now know that the normal equation of the line is x y = c with the value of» c yet to be determined. Now we use the fact that lies on the line and so these values must satisfy the equation. We then have () () = c. So c = 9 = 5 and the equation we are looking for is x y = 5 EXAMPLE.. Find an equation for the line through A(, 5) and B(6, ). The vector»» 6 AB = = is a direction vector for this 5» line. The line x = t would be a line through the origin parallel to the desired line. We only have to add a translation. A parametric-vector equation for this line would be»» x = t + 5 This is illustrated in Figure.5. But we can also find a normal vector to this line, n =». The line therefore has an equation of the form x+y = c. Substituting the coordinates of A gives Lines in R n x + y = In general a line in R n can be written in parametric-vector form x = u + tv where v determines the direction of the line and u lies on the line.

11 .. Lines. represented by normal or Cartesian equations only in R Figure.5. The line through A and B. EXAMPLE.. Find the equation of the line containing both p = 6 5 and q = 6 5. If we translate this line to pass through the origin by subtracting p from all points on the line then a direction vector for the line would be q p = = 6 5 The line x = t 6 5 would therefore be a line through the origin parallel to the line we are looking for. We just have to translate the line so that it passes through p and q and we do this by adding either one of these to our equation. So one possible answer would be x = t 6 5 You should understand that points on the line are generated by different values of the parameter t. In particular when t = in the above equation we have x = p and when t = we have x = q. In R n with n a vector that is orthogonal to a line can be pointing in infinitely many different directions. For example in R any vector in the x, y plane will be orthogonal to the z axis. This means that it is no longer possible to determine the direction of a line just by specifying a normal vector in these spaces. So parametric equations are more versatile since they can be used to represent lines in spaces of any dimension. Lines can be A. x B 6. EXAMPLE.5. Let L be the line defined by x = s 6 5 and L be the line defined by x = t 6 5 It should be obvious that these lines intersect at 6 5. The angle between the direction vectors of these lines is cos = cos 5.radians. This 5 is the angle formed by the two intersecting lines. Even though these are lines in R there is still a plane (a flat -dimensional surface) containing these lines. It should also be obvious that this plane is defined by the equation x = s t 6 5 Does 6 5 lie in this plane? This is equivalent to asking if the equation s t 6 5 = 6 5 has a solution. This vector equation gives us the augmented matrix 6 5 This augmented matrix reduces to So this point does lie in the plane. It corresponds to the values s = and t = 9 in the equation of the plane.

12 Chapter. Vector Geometry Problems. Write the following lines in parametric-vector form. a. x + x = 5 b. x 5x = c. x = d. x =. Write the following lines in normal form»»» a. x = + t c. x = t»» 5 b. x = + t. Given the line L : x = d. x = ti + ( t)j»» + t a. Find the value of x that corresponds to t =. Find the value of x that corresponds to t =.» b. Find the value of t that corresponds to x =.» c. Find all x on L that lie units from. d. Find all x on L that lie 5 units from the origin. e. Illustrate all the above with a picture.. Given the line x = 5 + t 5 a. Find the value of x that correspond to t =. Find the values of x that correspond to t =. b. Find the value of t that corresponds to x = / /5. / c. Is 5 on this line? For what value(s) of k is 5 on k this line? d. Find all x on the line that lie units from 5. e. Find all x on the line that lie units from the origin. 5. Find all values of a and b such that the following two equations represent the same line»» x = + t»» a b x = + t. Find all values of a and b such that the following two equations represent the same line x + x = x + ax = b 8. Let n and x be vectors in R. Show that the line through x normal to n can be written n T x = n T x. 9. Find a parametric vector equation of the line containing p and q where a. p = 5 q = 5 b. p = 6 5 q = In R find three different lines through the origin orthogonal to the vector k.. For what values of a and b do the following equations give the same line? x = a 5 + t 5 and x = s b 5 a + b +. a. Show that the line in R n which contains p and q can be represented by the equation x = ( t)p + tq.» b. Find the normal equation of the line x = ( t) + 5» t.. Let p and q be vectors in R n. Describe the difference between the following expressions (where the parameters s and t are assumed to range over all real numbers). a. sp + tq b. sp + ( s)q c. sp + q 6. Find all values of a and b such that the following two equations represent the same line»» x = + t»» a b x = + t

13 .. Planes and Hyperplanes. Planes and Hyperplanes Planes in R. We have already seen in Chapter of Lay s textbook that a plane in R can be expressed in parametric-vector form as x = x + su + tv It is the equation of a plane with normal vector 5 which contains the point 5. A plot of the plane and normal vector is shown in Figure.6. The expression su + tv corresponds to a plane through the origin generated by vectors u and v (also called the span of u and v). The addition of x to this expression translates this plane in R. Now a plane in R doesn t have a slope and a plane doesn t point in any particular direction but a plane does have an orientation and parallel planes have the same orientation. The orientation of a plane in R can be specified by giving two independent vectors parallel to the plane or by specifying one vector that is normal to the plane. Suppose we want to determine a condition on x = x y5 z that tells us when it is in the plane containing x = x y 5 with z y z x normal vector n = a b5. If both x and x lie in the plane then the c vector x x must be parallel to the plane and so we have n (x x ) = a b5 x x y y 5 = c z z a(x x ) + b(y y ) + c(z z ) = ax + by + cz ax by cz = This equation can be written ax + by + cz = ax + by + cz or just ax + by + cz = d where d = ax +by +cz. We will call this the normal equation of a plane in R. Note that this equation can be expressed in terms of the relevant vectors as n T x = n T x EXAMPLE.6. The equation x + y + z = can be expressed in the form n T x = n T x as ˆ x y5 = ˆ 5 z It is more common to call this the standard equation or the Cartesian equation of a plane. Figure.6. The plane x + y + z = and a normal vector. EXAMPLE.. Find a parametric-vector equation of the plane with normal equation x y + z = We can look at this equation as a very simple system of equations. It is just a system of one equation with three unknowns. The general solution will therefore require two free variables. The general solution will be x + s t y5 = s 5 = 5 + s 5 + t 5 z t and this is a parametric-vector equation of the plane. Notice that the equation x y+z = tell us that n = 5 is a normal vector to the plane. The parametric-vector equation tells us that the plane is a translation of the plane generated by the vectors 5 and 5. A couple of simple dot product calculations shows us that n is perpendicular to both of these vectors as we should expect.

14 Chapter. Vector Geometry EXAMPLE.8. Find the normal equation of the plane containing p = 5, q = 5 and r = 5. The equation that we are looking for has the form ax+by+cz = d. Since the plane contains p we know that x =, y = and z = must satisfy this equation. So we have a() + b() + c() = d. Repeating this procedure for q and r results in the system a + b d = a + c d = b + c d = This gives the the coefficient matrix 5 which reduces to /5 / a / The general solution of this system is 6b c5 = t 6/ /5. Choosing d t = gives the particular solution a = b = c =, d = and so one possible equation for the plane would be x + y + z = (There are infinitely many solutions to this system which means there are infinitely many equations for this plane, but they are all just scalar multiples of the above equation.) 6 x Figure.. Intersecting planes. EXAMPLE.9. Find the line of intersection of the planes x + y + z = and x + y z = 5. y It should be clear that these planes are not parallel since their normals are not parallel. Since they are not parallel they should intersect along a straight line. The planes and the line of intersection are illustrated in Figure.. The points of intersection are the points that satisfy both equations. So we want the solution of the system x + y + z = x + y z = 5 But this system can be written in the form Ax = b where the solutions are now represented as vectors. The augmented matrix and its reduce form would be» 5» 5 It should now be easy to write down the solution x = 5t + t5 = 5 + t 5 5 t This is a parametric vector representation of the line of intersection. The direction vector of this line is 5 5. This vector must be parallel to both planes. Why? It then follows that this vector should be orthogonal to the normals for both planes. Verify that this is the case. EXAMPLE.. Find the point of intersection between the plane x + y z = and the line x = 55 + t 5. The equation of the line can be written as x y5 = 55 + t 5 = + t 5 + t5 z + t This means that any point on the line must satisfy the equations x = + t, y = 5 + t, and z = + t for some value of the parameter t. If the point also lies on the plane it must satisfy the equation x + y z =. Substitution then gives x + y z = ( + t) + ( 5 + t) ( + t) = t 6 = t = The point of intersection occurs when t = so the point of intersection is x = + =, y = =, z = + 6 =, or in vector form x = 5.

15 .. Planes and Hyperplanes 5 Hyperplanes We have seen that in R the equation n T x = n T x defines a line through x with normal n and in R this equation defines a plane through x with normal n. In general, in R n the equation n T x = n T x defines what is called a hyperplane through x with normal n. This type of equation is a linear equation with n variables. There are then n free variables and this means that in R n a hyperplane will be an n dimensonal subspace that might or might not have been translated away from the origin. So in R a hyperplane is a (possibly translated) dimensional subspace, a line. In R a hyperplane is a dimensional subspace that has possibly been translated. EXAMPLE.. Let n = 6 5 and x = 6 55 then the normal equation of the hyperplane through x with normal n would be of R n. If we represent such a subspace by V then we can translate the line or plane to a new position by adding a vector to each vector in V. The translated line or plane can be represented by V + u. In other words V + u = {x : x = v + u,u V }. But there is no need to restrict ourselves to lines and planes. If V is any subspace of R n then V + u represents V translated by u to a new position. If V is -dimensional then V + u is a line. If V is -dimensional then V + u is a plane. If V is n dimensional then V + u is a hyperplane. In general if V is k dimensional then V + u is called a k-flat. n T x = n T x x ˆ 6x x 5 = ˆ 6 55 x x + x + x + x = This equation contains four variables so the general solution would involve three free variables. If we represent the free variables by parameters x = r, x = s, and x = t then the general solution would be x r s t 6x x 5 = 6 r s 5 x t = r s t 6 5 This would be a parametric-vector representation of the same hyperplane. This representation makes it clear that the hyperplane is a three dimensional subspace of R with basis 8 9 >< 6 5 >:, 6 5, 6 >= 5 >; that has been translated by the vector 6 5. Another notation for lines and planes A line through the origin in R n is a one-dimensional subspace of R n. A plane through the origin in R n is a two-dimensional subspace

16 6 Chapter. Vector Geometry Problems. Find a normal equation of the plane or hyperplane containing x with normal n. a. n = 5, x = 5 b. n = 5, x = 5 5 c. n = i + j + k, x = i + 5j k d. n = 6 5, x = 6 5. Find a parametric-vector equation of each of the following planes or hyperplanes. a. x + x x = b. x + x + x = 5 c. x + x + x + x = d. x x + x x + 5x 5 =. The plane x + y z = is in fact a subspace of R. Find a basis for this subspace and find an equation for the line through the origin normal to this plane.. The hyperplane x +x x +x = is in fact a subspace of R. Find a basis for this subspace and find an equation for the line through the origin normal to this hyperplane. 5. Find an equation for the plane containing 5 parallel to the plane x y + z =. 6. Find an equation for the line which containins 5 5 and is also perpendicular to the plane x + y z =.. The angle between two hyperplanes is defined to be the smallest possible angle between normals of the hyperplanes. This angle must be between and π/ radians (why?). This means that you should choose normals such that their dot product is positive. Find the angle between the following hyperplanes: a. x + y + z =, x y z = b. x + x + x + x =, x + x + x + x = 8. In R n let n = 6. 5 and x = 6. Find the normal equation and the parametric-vector equation of the hyperplane. 5 containing x with normal n for a. R b. R c. R d. R 5 9. Find the point of intersection of the following planes and lines a. The plane x + y + z = 8 and the line x = 5 + t 5. b. The plane x y z = 5 and the line x = 5+t c. The plane x+y+z = and the line x = 5+t 5. d. The plane x+y+z = and the line x = 5+t 5 e. The hyperplane x + x x + x = and the line 8 x = t Let P be the plane x + y + z = 9 and let L be the line x = 5 + t k k + 5. For what value(s) of k a. are P and L orthogonal? b. are P and L parallel? 8 c. do P and L intersect at 5.. In R let P be the hyperplane with equation x +x +x + x =, P be the hyperplane with equation x x +x =, and P be the hyperplane with equation x x =. Find the parametric-vector equation for a. The intersection of P and P. b. The intersection of P and P. c. The intersection of P, P and P.. Let u = 5, v = 5, and w = 5. Let V = Span {u,v}. a. Find a normal equation for the plane V + w. b. Find a parametric vector equation for V + w.. Let p, q, and r be vectors in R n. Show that the plane which contains p, q and r can be represented by the equation x = ( s t)p + sq + tr.. Suppose you are told that the equations x + y z = 8 and x = 5 + s 5 + t 5 represent the same plane. Which equation would be easiest to use to answer each of the following problems?

17 Problems a. Does 65 lie in this plane? 5 b. Give 5 points which lie in this plane. 5. Suppose V + v and W + w represent the same plane then which of the following are true a. V = W. That is, V and W must be the same plane. b. v = w. c. If v then V + v does not contain the origin. d. V + v + w must also be the same plane as V + v and W + w.

18 8 Chapter. Vector Geometry.5 Projections Suppose u and v are vectors in R n with v. If we drop a perpendicular line from u onto the line determined by v as shown in Figure.8 we obtain a vector called the projection of u onto v which we will represent by Proj v u. proj u perp 5 Figure.8. The projection of u onto v. The projection of u onto v must be in the same direction as v so we have Proj v u = kv for some scalar k. We also know that u Proj v u is perpendicular to v so we can write (u Proj v u) v = (u kv) v = u v kv v = We then have kv v = u v and so k = u v v v and Proj v u = u v v v v As mentioned above the vector u Proj v u is perpendicular to v and is called the orthogonal component of the projection. We will denote this orthogonal component by Perp v u»» EXAMPLE.. Let u = and v = then and Proj v u = u v v v v =» =» Perp v u = u Proj v u = v» / /» / = /» / / Step. Translate the line and the point so that the line goes through the origin. The simplest way to do this is to subtract 5 from the line and the point. The translated line is just x = t 5 and the translated point would be u = 5 5 = 5. Step. Let v = 5 be the direction vector of the line and find Proj v u. This gives Proj v u = 5 5 = / 5 / Step. The distance is just the length of Perp v u. We have Perp v u = 5 / 5 = / 5 / / Thus the distance is q (/) + ( /) = p 5/ = Distance from a Point to a Plane The distance from a point to a plane (or hyperplane) can be found as illustrated in Figure.9 idea is that we project a vector onto a normal to the plane and the distance we want is just the length of this projection. distance n (normal) x Distance from a Point to a Line in R n The method we will use for finding the distance from a point to a line is illustrated by Figure.8. The distance will just be Perp v u. Figure.9. Distance to a Plane. EXAMPLE.. Find the distance from t 5. 5 to x = 5 + EXAMPLE.. Find the distance from v = 55 to the plane x + x + x = 6.

19 .5. Projections 9 We will need any point that lies on the given plane to use as a reference point. We can use the x intercept of the plane, x = 5. We will also need a normal to the plane, n = 5. Step. Translate the point and the plane so that the plane passes through the origin. We can do this by subtracting x from each. The normal to the plane would not change. The point v would be be translated to v x = 5 5. Step. Project v x onto n. Step. The distance we want is just the length of this projection. There is a simple formula for finding the distance from a point to a hyperplane. Suppose we have the hyperplane n T x = n T u and the point x. The point u lies on the hyperplane and so we can translate the hyperplane and point by subtracting u. The hyperplane then becomes n T x = and the point becomes x u. Next we project the point onto the normal to the hyperplane. This projection would be n T (x u) n T n n The distance is just the length of this projection and this length is n T (x u) nt n T n n = (x u) n n n T x n T u = n Now if we apply the above to a hyperplane» in R (that is a line) a with equation ax + by = c then n = and n b T u = c. If we let» x x = then the above formula gives us the distance y but to find the point on the plane that lies this distance from x requires that we go back to basics. A normal to the plane is given by n = 5. The x intercept of the plane is 5. If we treat this intercept as the origin the vector v = 5 5 = 5 is a vector from the plane to x. Then ( ) + () + () Proj nv = 5 = 8 5 = / 8/ /. It then follows that the point closest to x is / / x Proj nv = 5 8/ 5 = /5 / 9/ We will check this answer. Does / /5 lie on the plane? Substitution into the left hand side of the equation of the plane 9/ gives / + ( /) + (9/) = / / + / = 8/ = Further computation will confirm that the distance from / /5 9/ to x is 8/. A General Method for Finding Distances Every problem that involves finding a distance can be reduced to a situation as depicted in Figure.. ax + by c a + b If we apply the formula to a hyperplane in R with equation ax + by + cz = d then n = a b5 and n T u = d. If we let x = x y 5 c z then the above formula gives us the distance ax + by + cz d a + b + c (a)? (b)? EXAMPLE.5. Find the point on the plane x + y + z = closest to x = 5. It is easy to find the distance from x to the plane. The formula derived above tells us that this distance will be + () + () = 8 Figure.. Distance (a) to a line (b) to a plane. In Figure. (a) the distance you are looking for is the distance from one vector to the line generated by another vector. In Figure. (b) the distance is the distance from one vector to the plane generated by two other vectors. You should be able to see how this pattern could extend to higher dimensional situations with hyperplanes.

20 Chapter. Vector Geometry Such problems can always be seen as finding the distance to a subspace from some vector not in the subspace. So now suppose we want to find the distance from u to the subspace spanned by v,v,...,v k (where these vectors are assumed to be linearly independent). We will illustrate a method for obtaining this information (and more) that seems almost magical. If you want an explanation of why this method works you will have to take a more advanced course in linear algebra. Here s the method: Let A = ˆv v v k u. Compute A T A (this is sometimes called the Gram matrix). Put the Gram matrix A T A in row echelon form using only addrow operations (no row swaps or multiplying rows by constants). This amounts to finding matrix U of the LU decomposition that we saw earlier. The square root of the entry in the lower right corner is the distance you are looking for!!! EXAMPLE.6. Find the distance from v = 6 to the plane 5 generated by u = 6 5 and u = 6 5. Let A = 6 5. Then AT A = 8 5. Now 8 9 row reduction gives 8 5 5/ /5 5/ /5 8 9 / 5/ /5 So the distance from v to the span of u and u is p /5. But there is more information given by this reduced matrix. The square root of the first diagonal entry is the distance of u from the origin. The square root of the second diagonal entry is the distance from u to the line generated by u. The square root of the third diagonal entry is the distance of v from the plane generated by u and u. Distance, distance, distance. Also the product of the three diagonal entries is the square of the volume of the parallelepiped formed by the columns of A. The product of the first two diagonal entries is the square of the area of the parallelogram formed by u and u. The first diagonal entry is is the square of the length of u. Length, area, volume!!! EXAMPLE.. Given the points A(,,,), B(,,, ), C(,,, ) in four dimensions find the distance from C to the line through A and B. The first step is to restate the problem in terms of vectors in R. It should be clear that the problem is equivalent to finding the distance from AC to the line generated by AB. Now AB = 6 5 and AC = 6 5. So let A = 6 5 and then AT A =». One elementary row operation is all that s needed to 6» put A T A in row echelon form giving so the distance 8/5 we are looking for is p 8/5. We can also see that (8/5) = 56 so the area of the parallelogram formed by AB and AC is 56. EXAMPLE.8. This example is trickier and it is left up to you to figure out why it works. Find the distance from the line x = t 6 5 to the plane x = r s 6 5. Let A = 6 5. So AT A = 6 5 which reduces to 6 5/ / / 8/5 /5 5. So the distance we want is / p /. There is actually a simple explanantion why this trick works but it a bit beyond the level of an introductory course. On the other hand if we look at the specific problem of finding the distance from a point to a line we can see why it works. Suppose we want to find the distance from v to the line generated by u. Then we would have A = ˆu v. The Gram matrix would be»» A T u T u u u v A = ˆu v = v T u v v v One row operation reduces this to» u u u v v v u v u u u v The entry in the bottom right can be written as v (u v) u = v v cos θ If you ve followed the reasoning so far you should be able to finish it yourself. Notice also the fact that the determinant of the Gram matrix gives the square of the volume implies the Cauchy-Scwarz theorem that was mentioned earlier in this chapter.

21 Problems Problems. Find Proj v u and Perp v u for»» a. u =, v = 5 b. u = 5 v = 5. Find the distance from x to the given line»» a. x =, x = t»»» b. x =, x = + t 5 c. x = 5, x = 5 + t 5 d. x = 6 5, x = t 6 5 c. u = 6 5, v = 6 5 d. u = i + j k, v = j 5k e. u = i + j, v = j + k. Find the distance from x to the given hyperplane» a. x =, x y = a. x = 5, x + y c. x = 6 5, x + x + z = b. x = x x = 5 5, x+y z = 6. Let v = 6 5, v = 6 5, v = 6 5, v = 6 5. Find the distance a. from v to the span of v. b. from v to the span of v and v. c. from v to the span of v, v and v. b. x = 5, x y z = c. x = 5, x + y + z = 9 d. x = 6 5, x + x + x + x =. Find the point on the given line that is closest to x»»» a. x =, x = + t b. x = 5, x = 5 + t 5 c. x = 5, x = 5 + t 5 5. Find the point on the given hyperplane that is closest to x

22 Chapter. Vector Geometry The Cross Product The cross product is defined only for vectors in R. Given vectors u = u u 5 and v = v v 5 then the cross product of these vectors, u v written u v, is defined by i j k u v = u u u v v v Expanding this determinant by cofactors along the first row we get v θ v sin (theta) u u v = (u v u v )i (u v u v )j + (u v u v )k 5 First of all notice that the cross product of two vectors in R is another vector in R. There are a few properties of the cross product that follow directly from this definition. Try to identify the property of determinants that result in the following. u u = for any u R. u v = v u. u (u v) = v (u v) =. u (kv) = ku v u (v + w) = u v + u w The first property implies that if two vectors in R are parallel then their cross product is. The second property says that changing the order of the factors reverses the sense of the cross product. The third property says that the cross product of two vectors is always orthogonal to both of the original factors. The right hand rule says that u v points in the direction of your right hand thumb if you point the fingers of your right hand along u so that the fingers curl in the direction of v. EXAMPLE.9. Let then u = 5 v = 5 5 i j k u v = = 8i + 5j + 9k 5 Notice that this cross product is orthogonal to each of the original factors as the following dot products show = = = = 9 Another important property of the cross product is u v = u v sin θ Figure.. where θ is the angle between u and v. The proof of this is left as an exercise. This formula means that the magnitude of the cross product of two vectors gives the area of the parallelogram determined by the two vectors. This is illustrated in Figure. EXAMPLE.. Given points A(,, ), B(5, 5, ) and C(, 5, ) find the area of triangle ABC. As usual, look at the sides of the triangle as vectors. The vectors AB = 5 and AC = 5 determine a parallelogram. The area of this parallelogram is AB AC = = 9 Triangle ABC is half of this parallelogram so the area of triangle ABC is 9. EXAMPLE.. We know that a plane in R can be represented by an equation of the form x = x + su + tv where u and v are linearly independent. Suppose we take the dot product of both sides of this equation with u v. We get x (u v) = (x + su + tv) (u v) = x (u v) + su (u v) + tv (u v) = x (u v) + + Let n = u v, this will be a normal vector to the plane. The above computations can then be written x n = x n or n T x = n T x, another familiar equation of the plane. There is another way of looking at the cross product. Let u = a b5 A = c b c a5 x = x x 5 c b a x

23 Problems then Ax = c b c a5 x x 5 = cx + bx cx ax 5 = u x b a x bx + ax So a cross product can be seen as a linear transformation. The scalar triple product Three linearly independent vectors u, v and w in R determine a parallelepiped as shown in Figure.. height v x w u This means that the absolute value of a determinant gives the volume of the parallepiped determined by the rows of the determinant (or the columns of the determinant since a matrix and its transpose have the same determinant). EXAMPLE.. Find the volume of the parallelepiped determined by u = 5, v = 5, w = 5. From the previous comments the volume can be easily computed using a determinant 5 with the given vectors as rows (or columns). = = 5 The volume is the absolute value of the determinant so the volume is. w Figure.. The parallelepiped determined by u, v and w. We want to find a formula for the volume of this parallelepiped. Basic geometry tells us that the volume is the area of the base times the height. Suppose the base is determined by vectors v and w. Then the area of the base is v w. To find the height of the parallelepiped we can project the third vector u onto a normal to the base. But v w is normal to the base so the height is the length of u (v w) Proj v w u = v w v w This means that the height is u (v w) v w The volume of the parallelpiped is therefore given by Volume = (area of base) u (v w) = v w v w = u (v w) v times (height) The value u (v w) is called the scalar triple product of u, v, and w. It s a bit surprising but the scalar triple product can be computed as a determinant. u (v w) = u i j k u 5 v v v u w w w = u u u v v v w w w EXAMPLE.. Find the distance from u to the plane generated by v and w where u = 5 v = 5 w = 5 There are several ways of solving this problem. The method we will use is based on the geometric insight that the distance we want is just the height of the parallelepiped with a base determined by v and w with the third side being u. The volume of this parallelepiped is u (v w) = = + 8 = 6 The area of the base is v w = = 8 The height is just the volume divided by the area of the base so the distance we are looking for is 6 8 = Another method would be to project u onto v w as illustrated in Fig.. This gives u (v w) (v w) (v w) v w = The distance we want is the length of this projection which is 6 9 = = 9 This is equivalent to the answer found above.

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

Solutions to Selected Questions from Denis Sevee s Vector Geometry. (Updated )

Solutions to Selected Questions from Denis Sevee s Vector Geometry. (Updated ) Solutions to Selected Questions from Denis Sevee s Vector Geometry. (Updated 24--27) Denis Sevee s Vector Geometry notes appear as Chapter 5 in the current custom textbook used at John Abbott College for

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

(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

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

This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. 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. Copyright Pearson

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

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

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

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

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

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

Course Notes Math 275 Boise State University. Shari Ultman

Course Notes Math 275 Boise State University. Shari Ultman Course Notes Math 275 Boise State University Shari Ultman Fall 2017 Contents 1 Vectors 1 1.1 Introduction to 3-Space & Vectors.............. 3 1.2 Working With Vectors.................... 7 1.3 Introduction

More information

Study guide for Exam 1. by William H. Meeks III October 26, 2012

Study guide for Exam 1. by William H. Meeks III October 26, 2012 Study guide for Exam 1. by William H. Meeks III October 2, 2012 1 Basics. First we cover the basic definitions and then we go over related problems. Note that the material for the actual midterm may include

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

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

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

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

Lecture 2: Vector-Vector Operations

Lecture 2: Vector-Vector Operations Lecture 2: Vector-Vector Operations Vector-Vector Operations Addition of two vectors Geometric representation of addition and subtraction of vectors Vectors and points Dot product of two vectors Geometric

More information

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra 1/33

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra 1/33 Linear Algebra 1/33 Vectors A vector is a magnitude and a direction Magnitude = v Direction Also known as norm, length Represented by unit vectors (vectors with a length of 1 that point along distinct

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

Solutions to Math 51 First Exam October 13, 2015

Solutions to Math 51 First Exam October 13, 2015 Solutions to Math First Exam October 3, 2. (8 points) (a) Find an equation for the plane in R 3 that contains both the x-axis and the point (,, 2). The equation should be of the form ax + by + cz = d.

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

Introduction to Linear Algebra, Second Edition, Serge Lange

Introduction to Linear Algebra, Second Edition, Serge Lange Introduction to Linear Algebra, Second Edition, Serge Lange Chapter I: Vectors R n defined. Addition and scalar multiplication in R n. Two geometric interpretations for a vector: point and displacement.

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

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34 Linear Algebra /34 Vectors A vector is a magnitude and a direction Magnitude = v Direction Also known as norm, length Represented by unit vectors (vectors with a length of 1 that point along distinct axes)

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

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

Linear Algebra I for Science (NYC)

Linear Algebra I for Science (NYC) Element No. 1: To express concrete problems as linear equations. To solve systems of linear equations using matrices. Topic: MATRICES 1.1 Give the definition of a matrix, identify the elements and the

More information

Linear Algebra Homework and Study Guide

Linear Algebra Homework and Study Guide Linear Algebra Homework and Study Guide Phil R. Smith, Ph.D. February 28, 20 Homework Problem Sets Organized by Learning Outcomes Test I: Systems of Linear Equations; Matrices Lesson. Give examples of

More information

Name: ID: Math 233 Exam 1. Page 1

Name: ID: Math 233 Exam 1. Page 1 Page 1 Name: ID: This exam has 20 multiple choice questions, worth 5 points each. You are allowed to use a scientific calculator and a 3 5 inch note card. 1. Which of the following pairs of vectors are

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

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

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

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

MAC Module 5 Vectors in 2-Space and 3-Space II

MAC Module 5 Vectors in 2-Space and 3-Space II MAC 2103 Module 5 Vectors in 2-Space and 3-Space II 1 Learning Objectives Upon completing this module, you should be able to: 1. Determine the cross product of a vector in R 3. 2. Determine a scalar triple

More information

1.1 Bound and Free Vectors. 1.2 Vector Operations

1.1 Bound and Free Vectors. 1.2 Vector Operations 1 Vectors Vectors are used when both the magnitude and the direction of some physical quantity are required. Examples of such quantities are velocity, acceleration, force, electric and magnetic fields.

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

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

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

Chapter 2 - Vector Algebra

Chapter 2 - Vector Algebra A spatial vector, or simply vector, is a concept characterized by a magnitude and a direction, and which sums with other vectors according to the Parallelogram Law. A vector can be thought of as an arrow

More information

Review: Linear and Vector Algebra

Review: Linear and Vector Algebra Review: Linear and Vector Algebra Points in Euclidean Space Location in space Tuple of n coordinates x, y, z, etc Cannot be added or multiplied together Vectors: Arrows in Space Vectors are point changes

More information

11.4 Dot Product Contemporary Calculus 1

11.4 Dot Product Contemporary Calculus 1 11.4 Dot Product Contemporary Calculus 1 11.4 DOT PRODUCT In the previous sections we looked at the meaning of vectors in two and three dimensions, but the only operations we used were addition and subtraction

More information

CHAPTER 4 VECTORS. Before we go any further, we must talk about vectors. They are such a useful tool for

CHAPTER 4 VECTORS. Before we go any further, we must talk about vectors. They are such a useful tool for CHAPTER 4 VECTORS Before we go any further, we must talk about vectors. They are such a useful tool for the things to come. The concept of a vector is deeply rooted in the understanding of physical mechanics

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

Exam 1 Review SOLUTIONS

Exam 1 Review SOLUTIONS 1. True or False (and give a short reason): Exam 1 Review SOLUTIONS (a) If the parametric curve x = f(t), y = g(t) satisfies g (1) = 0, then it has a horizontal tangent line when t = 1. FALSE: To make

More information

1. Vectors and Matrices

1. Vectors and Matrices E. 8.02 Exercises. Vectors and Matrices A. Vectors Definition. A direction is just a unit vector. The direction of A is defined by dir A = A, (A 0); A it is the unit vector lying along A and pointed like

More information

Linear Algebra. Min Yan

Linear Algebra. Min Yan Linear Algebra Min Yan January 2, 2018 2 Contents 1 Vector Space 7 1.1 Definition................................. 7 1.1.1 Axioms of Vector Space..................... 7 1.1.2 Consequence of Axiom......................

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

7. Dimension and Structure.

7. Dimension and Structure. 7. Dimension and Structure 7.1. Basis and Dimension Bases for Subspaces Example 2 The standard unit vectors e 1, e 2,, e n are linearly independent, for if we write (2) in component form, then we obtain

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

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

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

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

MAT 1339-S14 Class 8

MAT 1339-S14 Class 8 MAT 1339-S14 Class 8 July 28, 2014 Contents 7.2 Review Dot Product........................... 2 7.3 Applications of the Dot Product..................... 4 7.4 Vectors in Three-Space.........................

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 Using MATLAB

Linear Algebra Using MATLAB Linear Algebra Using MATLAB MATH 5331 1 May 12, 2010 1 Selected material from the text Linear Algebra and Differential Equations Using MATLAB by Martin Golubitsky and Michael Dellnitz Contents 1 Preliminaries

More information

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Calculus Vector Principia Mathematica Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Defining a vector Vectors in the plane A scalar is a quantity that can be represented by a

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

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction.

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction. EQT 101-Engineering Mathematics I Teaching Module CHAPTER 3 : VECTORS 3.1 Introduction Definition 3.1 A ector is a quantity that has both magnitude and direction. A ector is often represented by an arrow

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

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

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 21

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 21 EECS 16A Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 21 21.1 Module Goals In this module, we introduce a family of ideas that are connected to optimization and machine learning,

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

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

4.3 - Linear Combinations and Independence of Vectors

4.3 - Linear Combinations and Independence of Vectors - Linear Combinations and Independence of Vectors De nitions, Theorems, and Examples De nition 1 A vector v in a vector space V is called a linear combination of the vectors u 1, u,,u k in V if v can be

More information

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 1. HW 1: Due September 4 1.1.21. Suppose v, w R n and c is a scalar. Prove that Span(v + cw, w) = Span(v, w). We must prove two things: that every element

More information

1 Review of the dot product

1 Review of the dot product Any typographical or other corrections about these notes are welcome. Review of the dot product The dot product on R n is an operation that takes two vectors and returns a number. It is defined by n u

More information

12.1. Cartesian Space

12.1. Cartesian Space 12.1. Cartesian Space In most of your previous math classes, we worked with functions on the xy-plane only meaning we were working only in 2D. Now we will be working in space, or rather 3D. Now we will

More information

Linear Algebra. Ben Woodruff. Compiled July 17, 2010

Linear Algebra. Ben Woodruff. Compiled July 17, 2010 Linear Algebra Ben Woodruff Compiled July 7, i c This work is licensed under the Creative Commons Attribution-Share Alike 3. United States License. You may copy, distribute, display, and perform this copyrighted

More information

Chapter 6: Orthogonality

Chapter 6: Orthogonality Chapter 6: Orthogonality (Last Updated: November 7, 7) These notes are derived primarily from Linear Algebra and its applications by David Lay (4ed). A few theorems have been moved around.. Inner products

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

Final Examination 201-NYC-05 - Linear Algebra I December 8 th, and b = 4. Find the value(s) of a for which the equation Ax = b

Final Examination 201-NYC-05 - Linear Algebra I December 8 th, and b = 4. Find the value(s) of a for which the equation Ax = b Final Examination -NYC-5 - Linear Algebra I December 8 th 7. (4 points) Let A = has: (a) a unique solution. a a (b) infinitely many solutions. (c) no solution. and b = 4. Find the value(s) of a for which

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

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 Matrices

Vectors and Matrices Vectors and Matrices Scalars We often employ a single number to represent quantities that we use in our daily lives such as weight, height etc. The magnitude of this number depends on our age and whether

More information

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R.

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R. Multivariable Calculus Lecture # Notes This lecture completes the discussion of the cross product in R and addresses the variety of different ways that n mathematical objects can be described via equations,

More information

Linear Algebra. Alvin Lin. August December 2017

Linear Algebra. Alvin Lin. August December 2017 Linear Algebra Alvin Lin August 207 - December 207 Linear Algebra The study of linear algebra is about two basic things. We study vector spaces and structure preserving maps between vector spaces. A vector

More information

Chapter 8. Rigid transformations

Chapter 8. Rigid transformations Chapter 8. Rigid transformations We are about to start drawing figures in 3D. There are no built-in routines for this purpose in PostScript, and we shall have to start more or less from scratch in extending

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Vectors. September 2, 2015

Vectors. September 2, 2015 Vectors September 2, 2015 Our basic notion of a vector is as a displacement, directed from one point of Euclidean space to another, and therefore having direction and magnitude. We will write vectors in

More information

BASIC NOTIONS. x + y = 1 3, 3x 5y + z = A + 3B,C + 2D, DC are not defined. A + C =

BASIC NOTIONS. x + y = 1 3, 3x 5y + z = A + 3B,C + 2D, DC are not defined. A + C = CHAPTER I BASIC NOTIONS (a) 8666 and 8833 (b) a =6,a =4 will work in the first case, but there are no possible such weightings to produce the second case, since Student and Student 3 have to end up with

More information

Math 302 Test 1 Review

Math 302 Test 1 Review Math Test Review. Given two points in R, x, y, z and x, y, z, show the point x + x, y + y, z + z is on the line between these two points and is the same distance from each of them. The line is rt x, y,

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

11.1 Three-Dimensional Coordinate System

11.1 Three-Dimensional Coordinate System 11.1 Three-Dimensional Coordinate System In three dimensions, a point has three coordinates: (x,y,z). The normal orientation of the x, y, and z-axes is shown below. The three axes divide the region into

More information

October 25, 2013 INNER PRODUCT SPACES

October 25, 2013 INNER PRODUCT SPACES October 25, 2013 INNER PRODUCT SPACES RODICA D. COSTIN Contents 1. Inner product 2 1.1. Inner product 2 1.2. Inner product spaces 4 2. Orthogonal bases 5 2.1. Existence of an orthogonal basis 7 2.2. Orthogonal

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

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

Distance in the Plane

Distance in the Plane Distance in the Plane The absolute value function is defined as { x if x 0; and x = x if x < 0. If the number a is positive or zero, then a = a. If a is negative, then a is the number you d get by erasing

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

HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION)

HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION) HOMEWORK PROBLEMS FROM STRANG S LINEAR ALGEBRA AND ITS APPLICATIONS (4TH EDITION) PROFESSOR STEVEN MILLER: BROWN UNIVERSITY: SPRING 2007 1. CHAPTER 1: MATRICES AND GAUSSIAN ELIMINATION Page 9, # 3: Describe

More information

Inner product spaces. Layers of structure:

Inner product spaces. Layers of structure: Inner product spaces Layers of structure: vector space normed linear space inner product space The abstract definition of an inner product, which we will see very shortly, is simple (and by itself is pretty

More information

Lecture 23: 6.1 Inner Products

Lecture 23: 6.1 Inner Products Lecture 23: 6.1 Inner Products Wei-Ta Chu 2008/12/17 Definition An inner product on a real vector space V is a function that associates a real number u, vwith each pair of vectors u and v in V in such

More information

Further Mathematical Methods (Linear Algebra) 2002

Further Mathematical Methods (Linear Algebra) 2002 Further Mathematical Methods (Linear Algebra) 22 Solutions For Problem Sheet 3 In this Problem Sheet, we looked at some problems on real inner product spaces. In particular, we saw that many different

More information

1. Vectors.

1. Vectors. 1. Vectors 1.1 Vectors and Matrices Linear algebra is concerned with two basic kinds of quantities: vectors and matrices. 1.1 Vectors and Matrices Scalars and Vectors - Scalar: a numerical value denoted

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

Detailed objectives are given in each of the sections listed below. 1. Cartesian Space Coordinates. 2. Displacements, Forces, Velocities and Vectors

Detailed objectives are given in each of the sections listed below. 1. Cartesian Space Coordinates. 2. Displacements, Forces, Velocities and Vectors Unit 1 Vectors In this unit, we introduce vectors, vector operations, and equations of lines and planes. Note: Unit 1 is based on Chapter 12 of the textbook, Salas and Hille s Calculus: Several Variables,

More information

Introduction. Chapter Points, Vectors and Coordinate Systems

Introduction. Chapter Points, Vectors and Coordinate Systems Chapter 1 Introduction Computer aided geometric design (CAGD) concerns itself with the mathematical description of shape for use in computer graphics, manufacturing, or analysis. It draws upon the fields

More information

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay Linear Algebra Summary Based on Linear Algebra and its applications by David C. Lay Preface The goal of this summary is to offer a complete overview of all theorems and definitions introduced in the chapters

More information

Vectors Year 12 Term 1

Vectors Year 12 Term 1 Vectors Year 12 Term 1 1 Vectors - A Vector has Two properties Magnitude and Direction - A vector is usually denoted in bold, like vector a, or a, or many others. In 2D - a = xı + yȷ - a = x, y - where,

More information

Distance Formula in 3-D Given any two points P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ) the distance between them is ( ) ( ) ( )

Distance Formula in 3-D Given any two points P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ) the distance between them is ( ) ( ) ( ) Vectors and the Geometry of Space Vector Space The 3-D coordinate system (rectangular coordinates ) is the intersection of three perpendicular (orthogonal) lines called coordinate axis: x, y, and z. Their

More information