LINEAR ALGEBRA - CHAPTER 1: VECTORS

Size: px
Start display at page:

Download "LINEAR ALGEBRA - CHAPTER 1: VECTORS"

Transcription

1 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. Alternatively, there are quantities whose magnitude do not entirely determine their nature, velocity, acceleration and force all depend on the magnitude and their direction to be described fully. Geometrically these are represented as arrows or a directed line segment of a specific length. Originally introduced in the nineteenth century, vectors have a wide application outside of mathematics, in particular in physics,engineering, economics, computer science, statistics and the life and social sciences. In this chapter we will introduce vectors and consider their geometric and algebraic properties. As an alternative viewpoint we will introduce a non-geometric application with particular utility to computer science. However as a first introduction we examine the rules for a simple game played on graph paper. This game will be a racing game, and hence requires a track with starting and finishing lines, the track may be as complicated as one likes as long as it may accommodate each player at the starting line. As an example, we will play this game with two players A and B. To start, both players begin by drawing a point on the starting line to indicate where they are at time zero. They then take turns moving to a new point subject to the rules [1]: (1) Each point and the line segment connecting it to the previous point must lie entirely within the track. (2) No two players may occupy the same point on the same turn. (3) Each new move is related to the previous move as follows: If a player moves a units horizontally and b units vertically on one move, then on the next move the player must move between a 1 and a + 1 units horizontally and between b 1 and b + 1 units vertically. 1

2 2 LINEAR ALGEBRA - CHAPTER 1: VECTORS Figure 1. A sample game of Race track. To better understand this game, there are some questions we can ask about it: Question Use the notation [a, b] to denote a move that is a units horizontally and b units vertically. If [3, 4] has been made, what is the region containing the points that can be reached on the next move? Question What is the net effect of two successive moves? Question Assuming player A starts at the origin (0, 0) can we express their moves using the [a, b] notation? If the axes were translated so that player A begins at (2, 3) what is the coordinate of the final point on player A s trajectory? This game actually contains the core ideas of this section, as it contains an algebraic and geometric interpretation of vectors that may be generalized to higher dimensions than a two-dimensional plane. Vectors as geometric and algebraic objects Vectors in two-dimensions: the plane. To introduce the concepts of vectors, we start by considering a familiar example, the Cartesian plane. A vector is defined as a line between two points in the plane along with a direction, i.e, a directed line segment. The vector from A to B is denoted AB - the point A is called the initial point or tail, while B is the terminal point or head. Frequently the labels for the points are omited and instead we denote a vector in bold as v or v in the hand-written figures. The collection of all points in the plane is equivalent to the set of all vectors whose tails are at the origin O = (0, 0); for each point A, there is a corresponding vector a = OA and vice versa. It is always helpful to work with coordinates, one

3 LINEAR ALGEBRA - CHAPTER 1: VECTORS 3 may give a precise representation of vectors. For example, in the following figure A = (1, 3) while B = (4, 5) yielding the vector AB = [3, 2], alternatively the point C = ( 2, 2) gives the vector OC = [ 2, 2]. Although the zero vector cannot be drawn, it is perfectly acceptable to include it as a vector as the zero vector, 0 = OO = [0, 0]. Figure 2. Vectors or line segments - both are acceptable. The individual coordinates are called the components of the vector; the position of the components is vital as the vectors with [a, b] and [b, a] a, b R will generically be different except in the trivial case with a = b. We say two vectors are equal if and only if their corresponding components are equal. In calculations [ ] it will a be convenient to use column vectors instead of row vectors, i.e. instead b of [a, b]. These [ two representations are related through the transpose operation, a [a, b] T =, due to this fact we will use both representations. The set of all b] vectors with two components will be denoted as R 2 where R is the set of all real numbers (the rational and irrational numbers). Returning to the race track game, we can interpret vectors whose tails are not at the origin in the context of the game. A vector [a, b] may be interpreted as a players first move from the origin where they travel a units horizontally and b units vertically. The same displacement may be applied with a different starting point; the following figure (3) shows two equivalent displacements:

4 4 LINEAR ALGEBRA - CHAPTER 1: VECTORS Figure 3. A vector in standard position and the same vector at different points for its tail. We say two vectors are equal if they have the same length and direction. In figure (3) AB = CD. In a geometric sense, two vectors are equal if one can translate one vector so that it overlaps the other. We will say a vector such as OB with a tail at the origin is said to be in standard position. Furthermore we now know that every vector in the plane can be drawn as a vector in standard position and any standard position vector may be translated so that its tail is at any point. Example 0.1. Q: If A = ( 1, 1) and B = (2, 3), find AB and redraw this vector in standard position and with its tail at the point C = (2, 2) A: Calculating the difference in the components AB = [2 ( 1), 3 1] = [3, 2]. Translating AB to CD: D = (3 + 2, 2 + 2) = (5, 4). Figure 4. Addition of vectors

5 LINEAR ALGEBRA - CHAPTER 1: VECTORS 5 One vector, two vector: new vector. If one is playing the race track game, at each turn, one must follow one vector by another. If one were to combine two moves in terms of vector notation, can we add them to get another vector? The answer is yes, in fact vector addition is one of the most basic vector operations. As an example consider u = [1, 3] and v = [3, 2] as two moves in the game, we can determine the total displacement as a third vector u + v. In figure (5) we see that the sum will be u + v = [4, 5] which may be seen geometrically From this example we may derive a simple formula for the vector sum in terms of the components: u + v = [u + v 1, u 2 + v 2 ]. Alternatively by translating u and v parallel to themselves we produce a parallelogram. Moving the vectors to standard position we have the parallelogram determined by u and v. Theorem 0.2. The Parallelogram Rule Given vectors u and v in R 2, their sum u + v is the vector in standard position along the diagonal of the parallelogram determined by the vectors. Figure 5. The Parallelogram Rule - when it looks like a square. Example 0.3. Q: If u = [2, 3] and v = [4, 2] computer their sum and draw it. A: Adding the components of the vectors, u + v = [2 + 4, 3 + ( 2)] = [6, 1]. Using the parallelogram rule we have: Figure 6. The sum of u and v.

6 6 LINEAR ALGEBRA - CHAPTER 1: VECTORS The next vector operation is scalar multiplication; given a vector v and a real number c, the scalar multiple cv. This is computed by multiplying each component of the vector by c: cv = c[v 1, v 2 ] = [cv 1, cv 2 ] 1 Example 0.4. Q: If v = [1, 3] what is 2v, 2 v and 1 2v. Draw these. A: These quantities are easily calculated using coordinates, 2v = [2, 6], 1 2 v = [1 2, 3 2 ], 1 2 v = [ 1 2, 3 2 ]. Figure 7. Scalar multiples of v. Notice that cv has the same direction as the original vector if c > 0 and the opposite direction if c < 0; furthermore cv is c times as long as v. In the context of vectors, constants will be called scalars. Taking into account that we may always translate vectors, we say they are parallel if and only if they are scalar multiples of each other. Combining these two operations we may now define vector subtractions as u v = u + ( 1)v Figure (8) in the following example shows u v will be the other diagonal of the parallelogram determined by u and v. Example 0.5. Q: If u = [3, 1] and v = [2, 3] what is u v? A: Choosing coordinates the sum will be u + ( v) = [3 2, 1 3] = [1, 2].

7 LINEAR ALGEBRA - CHAPTER 1: VECTORS 7 Figure 8. Geometric derivative of u v. Vectors in R n. By adding another component to our vectors we may extend the work done to three dimensions, by considering the ordered triples of real numbers denoted as R 3 Points and vectors may now be defined by choosing coordinates and identifying their position on the x, y and z axes. One may verify that vector addition and scalar multiplication behave as one would expect by actually drawing the usual two-dimensional immersion of R 3. If we want to work in spaces like R n with n > 3, we can no longer resort to drawing the vectors and points in space. Instead, we must resort to more symbolic calculations, we define R n as the set of all ordered n-tuples of real numbers written as either row or column vectors, [v 1, v 2,..., v n ] or v 1 v v n If i [1, n] we say v i is the i-th component. Then the addition of two vectors u and v consists of adding each component, u i + v i, while scalar multiplication is then cu i. As we can no longer draw n-dimensional vectors, we must have some sure way to calculate with vectors. To do so we explore their algebraic properties. As an example, we notice that addition is commutative that is u + v = v + u for any two vectors. In two and three dimensions this may be seen and verified directly, in higher dimensions one must resort to the formulas to prove this fact. In this manner we may prove the following theorem listing the algebraic properties of vectors. Theorem 0.6. Let u, v and w be vectors in R n, and c and d be scalars. (1) u+v= v+u(commutativity) (2) (u+ v)+w= u+(v+w) (Associativity) (3) u+ 0 = u (4) u+ (-u) = 0 (5) c(u+v)=cu+ cv(distributivity) (6) (c+d)u= cu+ du(distributivity) (7) c(du) = cd u (8) 1u= u

8 8 LINEAR ALGEBRA - CHAPTER 1: VECTORS * Here is an example to illustrate the utility of Theorem (0.6) for algebraic computations of vectors Example 0.7. Q: Let uand vand wdenote vectors in R n. Simplify the expression, 3u + (5v 2u) + 2(v u) and solve for w from the expression 5w u = 2(u + 2w). A: In the first case by applying the above rules we find this may be written as 7v u. In the second case this first becomes 3w = 3u, then dividing by 3 yields w = u. Linear Combinations of vectors. If a vector may be expressed as a sum of scalar multiples of other known vectors, we say this is a linear combination of those vectors. More formally we have the definition Definition 0.8. A vector v is a linear combination of vectors v 1, v 2,..., v n if there are scalars c 1, c 2,..., c n such that v = c 1 v 1 + c 2 v c n v n. The scalars c i are called the coefficients of the vectors in the linear combination. Example 0.9. The vector 1 3 is a linear combination of 0 1, 2 3 and 1 3 as: = [ [ 2 1 Example If u = and v = we can express any vector in R 1] 4] 2 in terms [ [ 1 0 of u and v, instead of the usual vector basis e 1 = and e 0] 2 =. For example 1] if we suppose w = 2u + v we see that [ ] 3 w = = 3e e 2 Modular Arithmetic and Binary Vectors. In computer science one often encounters a vector which has no geometric interpretation. As a computer represents data in terms of 1s and 0s, binary vectors are vectors each of whose components is a 0 or a 1. In this setting the usual rules of arithmetic must be changed as any calculation must yield a 0 or a 1. The group tables for addition and multiplication are simply: Notice here that = 0, this may appear odd, however if we say 0 corresponds to even and 1 to odd these tables summarize the fact the usual parity

9 LINEAR ALGEBRA - CHAPTER 1: VECTORS * rules. i.e. the sum of two odd or even numbers is even, or the sum of an even and odd number is odd. With these rules and the set {0, 1} is denoted by Z 2 and we call this the set of integers modulo 2. More generally we call the order n-tuples with components in Z 2 binary vectors of length n and denote this as Z n 2. Example The vectors in Z 2 2 consist of [0, 0], [0, 1], [1, 0] and [1, 1]. For Z n 2 we have n 2 vectors. This idea can be extended to produce ordered n-tuples whose components are from a finite set {0, 1, 2,...k}, k > 1. To do so we recall the concept of a remainder, for any integer n we may write n = mk + l where m is some integer and 0 l < k; by ignoring the mk term, the binary operations of addition and multiplication produce elements in the original set - the operations are closed. We will denote this as Z k and call it the integers modulo k. For technical reasons which will not be stated here, we will restrict k to prime numbers to discuss vectors whose components belong to Z k, called k-ary vector of length n. Example Consider the integers modulo 3, Z 3 = {0, 1, 2} with addition and multiplication tables: Example Q: is the 1928th prime, what is its value in Z 3? A: Since = 5553*3+2, we conclude that this number is equivalent to 2 in Z 3. Example Q: In Z 5 3, let u = [1, 1, 2, 1, 2] and v = [0, 1, 2, 2, 0], computer their sum. A: Adding each component and using the addition and multiplication tables, u+v = [1, 2, 1, 0, 2]. Length and Angle via the Dot Product Since vectors have a magnitude and a direction, the familiar ideas of length, distance and angle may be expressed in terms of vectors. In fact by generalizing these ideas from two and three dimensions we may define these quantities independent of dimension.

10 10 LINEAR ALGEBRA - CHAPTER 1: VECTORS The dot product of two vectors. The vector equivalent of length, distance and angle depend on the concept of a dot product Definition If u T = [u 1, u 2,..., u n ] and v T = [v 1, v 2,..., v n ] then the dot product u v of u and v is defined as u v = u 1 v 1 + u 2 v u n v n. So the dot product of u and v is the sum of the products of the components of these two vectors. Unlike addition and scalar multiplication this operation takes two vectors and produces a scalar. Furthermore this operation is defined only for vectors with the same number of components. Example Q: Compute u v where u = 1 1, v = 3 5. A: u v = 2 4 1( 3) + ( 1)5 + 2(4) = 0. The dot product is commutative, as the dot product of v and u in this case because v u = 0. However, this will happen if u v 0 because the components belong to R which is commutative. Again, knowing the properties of the dot product will facilitate calculations with vectors. Theorem Let u, v and w be vectors in R n and let c be a scalar. The dot product satisfies: (1) u v = v u (2) u (v + w) = u v + u w (3) (cu) v = c(u v) (4) u u 0 and u u = 0 if and only if u = 0 Example The dot product of the sum of two vectors may be simplified: (u + v) (u + v) = (u + v) u + (u + v) v = u u + v u + u v + v v = u u + u v + u v + v v = u u + 2u v + v v Length. To illustrate how an idea of length may be derived from the dot product, we return to R 2 and the Pythagoras theorem. Here, the length of a vector u T = [a, b] is the distance from the origin to the head of the vector at (a, b). Using Pythagoras, we see that the distance is a 2 + b 2. Noting that u u = a 2 + b 2 we have a simple definition for distance Definition The length or norm of a vector u T = [u 1, u 2,..., u n ] in R n is the non-negative scalar u given by u = u u = u u u2 n Example Consider the length of the vector u T = [0, 0, 4, 3], u = = 25 = 5 Using the properties of the dot product we have two helpful facts for the length of an arbitrary vector:

11 LINEAR ALGEBRA - CHAPTER 1: VECTORS 11 Theorem Let u be a vector in R n and c a scalar. (1) u = 0 if and only if u = 0 (2) cu = c u We call any vector of length 1 a unit vector, in R 2 and R 3 the set of all unit vectors can be identified with the unit circle and unit sphere respectively (i.e. with radius 1 centered at the origin). Given any non-zero vector u, we may produce a unit vector v by taking the norm of the vector and dividing each component, i.e. v = 1 u u. It is easily verified that this is indeed a unit vector u = 1 u u = 1 Notice that v is in the same direction as the original vector as u > 0 We call this procedure normalizing a vector. Figure 9. Unit vectors in the plane. Example Q: Normalize the vector, u T = [0, 3, 4] A: The norm of u is u = 5 and so v = u u = 1 [0, 3, 4]. 5

12 12 LINEAR ALGEBRA - CHAPTER 1: VECTORS Figure 10. Normalizing a vector As the rule describing length and its change under scalar multiplication, one wonders if length and vector addition produce a similar rule. For example, when is the identity u + v = u + v true? For almost any choice of u and v this identity will not hold. Instead if we replace the equality for an inequality: u + v u + v this identity holds true, and is called the Triangle inequality. In two and three dimensions the triangle inequality may be checked visually using geometry. To prove this rigorously for any dimension, we must introduce another inequality Theorem The Cauchy-Schwarz Inequality: For all vectors u and v in R n, Invoking this inequality we have u v u v Theorem The Triangle Inequality: For all vectors u and v in R n, u + v u + v Proof. Both sides of the inequality are non-negative, implying that the square of one side is less than or equal to the square of the other side. Thus we may compute u + v 2 = (u + v) (u + v) = u u + 2u v + v v u u v + v 2 Taking the square root completes the proof. u u v + v 2 = ( u + v ) 2 Distance. Just as how vectors are directed line segments between points, distance between two vectors is the direct analogue of the distance between two points on the real number line R or two points in R 2. In R the distance between points A and B is simply B A (distances must be positive, so we must use the absolute value).

13 LINEAR ALGEBRA - CHAPTER 1: VECTORS 13 Figure 11. Normalizing a vector u. In R 2 the distance between A = (a 1, a 2 ) and B = (b 1, b 2 ) is simply d = (b 1 a (b 2 a 2 ) 2 Figure 12. Distance on the plane. In terms of vectors u T = [a 1, a 2 ] and v T = [b 1, b 2 ] then the distance will just be the length of the vector u v. Definition The distance d(u, v) between two vectors in R n is defined by d(u, v) = u v. Example Q: Find the distance between u T = [ 3, 1, 3] and v T = [0, 1, 2] A: Computing (u v) T = [ 3, 0, 1] we find that d(u, v) = = 2. Angles. Just as the dot product is used to calculate length and distances in terms of vectors, it may be used to calculate the angle between a pair of vectors. In two and three dimensions, the angle between two non-zero vectors will refer to the angle θ [0, 2π] between the two vectors.

14 14 LINEAR ALGEBRA - CHAPTER 1: VECTORS Figure 13. The angle between u and v. Figure 14. Always look for the angle θ [0, π] Consider the triangle with sides u, v and u v given in figure (13), we denote the angle between u and v as θ. Applying the law of cosines to this triangle we find u v 2 = u 2 + v 2 2 u v cosθ then by expanding the left hand side and noting v 2 = v v we obtain u 2 2(u v) + v 2 = u 2 + v 2 2 u v cosθ. Simplifying we find that u v = u v cosθ, we have found a simple formula for θ in terms of dot products of vectors. Definition For any two non-zero vectors u and v in Rn the angle between them is defined as cosθ = u v u v Example Q: Compute the angle between the vectors ut = [1, 1, 0] and vt = [1, 0, 0]. A: Calculating u v = 1, u = 2 and v = 1. Therefore cosθ = 12 implying that θ = π4.

15 LINEAR ALGEBRA - CHAPTER 1: VECTORS 15 θ 0 π 6 π 4 π 3 π cosθ 1 Table 1. Cosines of Special Angles Orthogonal vectors. So far we have seen that vectors which are parallel to each other must be scalar multiples of each other. With the dot product we say that these vectors have θ = 0 or π. What about perpendicular vectors? This is an important tool in geometry, and so it will be helpful to generalize this concept to vectors in R n. In two and three dimensions two non-zero vectors u and v are perpendicular if the angle between them is a right angle, θ = π 2. Applying the formula for θ this implies u v u v = 0 Thus the dot product of u and v must vanish. Definition Two vectors u and v in R n are orthogonal if u v = 0 Notice that 0 u = 0, so that every vector in R n is orthogonal to the zero vector. Example Consider the basis vectors in R 3, e T 1 = [1, 0, 0] and e T 2 = [0, 1, 0], clearly the dot product of these two is zero. What of u = e 1 e 2 and v = e 1 + e 2? To illustrate the utility of orthogonal vectors, we easily prove Pythagoras theorem in arbitrary dimension, Theorem For all vectors u and v in R n, u + v 2 = u 2 + v 2 if and only if u and v are orthogonal. Proof. Noting that u+v 2 = u 2 +2(u v)+ v 2, if these vectors are orthogonal the term, u v = 0 giving the desired equality. As an application of this idea, we use this to find the distance from a line to a point in R n. Projection of a Vector onto Another. In two dimensions, figure (15) summarizes the problem of finding the distance from a point B to a line L. This can always be reduced to finding the length of the perpendicular line segment from P to B, or alternatively the length of the vector AB. Picking another point A on L we may draw a right-angled triangle AP B with two new vectors AP and AB. We say AP is the projection of AB onto the line L. We will now interpret this in terms of n-dimensional vectors.

16 16 LINEAR ALGEBRA - CHAPTER 1: VECTORS Figure 15 Given two non-zero vectors u and v, let p be the vector obtained by dropping a perpendicular from the head of v onto u and denote θ as the angle between u p u, furthermore using simple and v as in figure (16). We may express p as p = u u v trigonometry, p = v cosθ where cosθ = u v. Combining these facts we find u v p= u, u u from this derivation we now have a helpful tool. Definition If u and v are vectors in Rn and u 6= 0 then the projection of v onto u is the vector proju (v) defined by u v proju (v) = u. u u Returning to the question of the distance from the point B to a line `, we see that the shortest distance between B and ` is the magnitude of the vector or directed line segment between B and P in figure (16); if we could calculate its magnitude we would have the distance. Since we know v and can calculate p = AP = projd (v), The vector PB will be the difference: PB = v p, and taking the magnitude gives us the distance. Figure 16 Definition The distance d(b, `) between a point B and a line ` in R2 is defined as the magnitude of the vector: d(b, `) = projd (v)

17 LINEAR ALGEBRA - CHAPTER 1: VECTORS 17 where v = AB is the directed line segment between B and another point on l and d is the direction vector of l. References [1] D. Poole, Linear Algebra: A modern introduction - 3rd Edition, Brooks/Cole (2012).

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

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

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

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

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

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

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

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

Linear Equations and Vectors

Linear Equations and Vectors Chapter Linear Equations and Vectors Linear Algebra, Fall 6 Matrices and Systems of Linear Equations Figure. Linear Algebra, Fall 6 Figure. Linear Algebra, Fall 6 Figure. Linear Algebra, Fall 6 Unique

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

Notes: Vectors and Scalars

Notes: Vectors and Scalars A particle moving along a straight line can move in only two directions and we can specify which directions with a plus or negative sign. For a particle moving in three dimensions; however, a plus sign

More information

VECTORS vectors & scalars vector direction magnitude scalar only magnitude

VECTORS vectors & scalars vector direction magnitude scalar only magnitude VECTORS Physical quantities are classified in two big classes: vectors & scalars. A vector is a physical quantity which is completely defined once we know precisely its direction and magnitude (for example:

More information

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

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

Vector Spaces 4.1 Vectors in n Spaces

Vector Spaces 4.1 Vectors in n Spaces Vector Spaces 4.1 Vectors in n Spaces September 27 Goals Get familar with real n spaces R n, like R 2, R 3. Get familiar with some of the properties of the real n spaces R n. Justify why points in R n

More information

Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1)

Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1) Math 20C Multivariable Calculus Lecture 1 1 Coordinates in space Slide 1 Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1) Vector calculus studies derivatives and

More information

9.1. Basic Concepts of Vectors. Introduction. Prerequisites. Learning Outcomes. Learning Style

9.1. Basic Concepts of Vectors. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Vectors 9.1 Introduction In engineering, frequent reference is made to physical quantities, such as force, speed and time. For example, we talk of the speed of a car, and the force in

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

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

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

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools PRE-CALCULUS 40 Pre-Calculus 40 BOE Approved 04/08/2014 1 PRE-CALCULUS 40 Critical Areas of Focus Pre-calculus combines the trigonometric, geometric, and algebraic

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

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

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

Linear Algebra. 1.1 Introduction to vectors 1.2 Lengths and dot products. January 28th, 2013 Math 301. Monday, January 28, 13

Linear Algebra. 1.1 Introduction to vectors 1.2 Lengths and dot products. January 28th, 2013 Math 301. Monday, January 28, 13 Linear Algebra 1.1 Introduction to vectors 1.2 Lengths and dot products January 28th, 2013 Math 301 Notation for linear systems 12w +4x + 23y +9z =0 2u + v +5w 2x +2y +8z =1 5u + v 6w +2x +4y z =6 8u 4v

More information

6. Vectors. Given two points, P 0 = (x 0, y 0 ) and P 1 = (x 1, y 1 ), a vector can be drawn with its foot at P 0 and

6. Vectors. Given two points, P 0 = (x 0, y 0 ) and P 1 = (x 1, y 1 ), a vector can be drawn with its foot at P 0 and 6. Vectors For purposes of applications in calculus and physics, a vector has both a direction and a magnitude (length), and is usually represented as an arrow. The start of the arrow is the vector s foot,

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

9.4 Polar Coordinates

9.4 Polar Coordinates 9.4 Polar Coordinates Polar coordinates uses distance and direction to specify a location in a plane. The origin in a polar system is a fixed point from which a ray, O, is drawn and we call the ray the

More information

SECTION 6.3: VECTORS IN THE PLANE

SECTION 6.3: VECTORS IN THE PLANE (Section 6.3: Vectors in the Plane) 6.18 SECTION 6.3: VECTORS IN THE PLANE Assume a, b, c, and d are real numbers. PART A: INTRO A scalar has magnitude but not direction. We think of real numbers as scalars,

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

3 Vectors. 18 October 2018 PHY101 Physics I Dr.Cem Özdoğan

3 Vectors. 18 October 2018 PHY101 Physics I Dr.Cem Özdoğan Chapter 3 Vectors 3 Vectors 18 October 2018 PHY101 Physics I Dr.Cem Özdoğan 2 3 3-2 Vectors and Scalars Physics deals with many quantities that have both size and direction. It needs a special mathematical

More information

AP Physics C Mechanics Vectors

AP Physics C Mechanics Vectors 1 AP Physics C Mechanics Vectors 2015 12 03 www.njctl.org 2 Scalar Versus Vector A scalar has only a physical quantity such as mass, speed, and time. A vector has both a magnitude and a direction associated

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

We know how to identify the location of a point by means of coordinates: (x, y) for a point in R 2, or (x, y,z) for a point in R 3.

We know how to identify the location of a point by means of coordinates: (x, y) for a point in R 2, or (x, y,z) for a point in R 3. Vectors We know how to identify the location of a point by means of coordinates: (x, y) for a point in R 2, or (x, y,z) for a point in R 3. More generally, n-dimensional real Euclidean space R n is the

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

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

Vector Basics, with Exercises

Vector Basics, with Exercises Math 230 Spring 09 Vector Basics, with Exercises This sheet is designed to follow the GeoGebra Introduction to Vectors. It includes a summary of some of the properties of vectors, as well as homework exercises.

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

Precalculus. Precalculus Higher Mathematics Courses 85

Precalculus. Precalculus Higher Mathematics Courses 85 Precalculus Precalculus combines the trigonometric, geometric, and algebraic techniques needed to prepare students for the study of calculus, and strengthens students conceptual understanding of problems

More information

CLASS-IX MATHEMATICS. For. Pre-Foundation Course CAREER POINT

CLASS-IX MATHEMATICS. For. Pre-Foundation Course CAREER POINT CLASS-IX MATHEMATICS For Pre-Foundation Course CAREER POINT CONTENTS S. No. CHAPTERS PAGE NO. 0. Number System... 0 3 0. Polynomials... 39 53 03. Co-ordinate Geometry... 54 04. Introduction to Euclid's

More information

Introduction to Vectors Pg. 279 # 1 6, 8, 9, 10 OR WS 1.1 Sept. 7. Vector Addition Pg. 290 # 3, 4, 6, 7, OR WS 1.2 Sept. 8

Introduction to Vectors Pg. 279 # 1 6, 8, 9, 10 OR WS 1.1 Sept. 7. Vector Addition Pg. 290 # 3, 4, 6, 7, OR WS 1.2 Sept. 8 UNIT 1 INTRODUCTION TO VECTORS Lesson TOPIC Suggested Work Sept. 5 1.0 Review of Pre-requisite Skills Pg. 273 # 1 9 OR WS 1.0 Fill in Info sheet and get permission sheet signed. Bring in $3 for lesson

More information

Main Ideas in Class Today

Main Ideas in Class Today Main Ideas in Class Today After today, you should be able to: Understand vector notation Use basic trigonometry in order to find the x and y components of a vector (only right triangles) Add and subtract

More information

Vector Algebra II: Scalar and Vector Products

Vector Algebra II: Scalar and Vector Products Chapter 2 Vector Algebra II: Scalar and Vector Products We saw in the previous chapter how vector quantities may be added and subtracted. In this chapter we consider the products of vectors and define

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

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

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

10.1 Vectors. c Kun Wang. Math 150, Fall 2017

10.1 Vectors. c Kun Wang. Math 150, Fall 2017 10.1 Vectors Definition. A vector is a quantity that has both magnitude and direction. A vector is often represented graphically as an arrow where the direction is the direction of the arrow, and the magnitude

More information

Mathematical review trigonometry vectors Motion in one dimension

Mathematical review trigonometry vectors Motion in one dimension Mathematical review trigonometry vectors Motion in one dimension Used to describe the position of a point in space Coordinate system (frame) consists of a fixed reference point called the origin specific

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

Vectors Part 1: Two Dimensions

Vectors Part 1: Two Dimensions Vectors Part 1: Two Dimensions Last modified: 20/02/2018 Links Scalars Vectors Definition Notation Polar Form Compass Directions Basic Vector Maths Multiply a Vector by a Scalar Unit Vectors Example Vectors

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

Mathematics for Graphics and Vision

Mathematics for Graphics and Vision Mathematics for Graphics and Vision Steven Mills March 3, 06 Contents Introduction 5 Scalars 6. Visualising Scalars........................ 6. Operations on Scalars...................... 6.3 A Note on

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

Vectors. Vector Practice Problems: Odd-numbered problems from

Vectors. Vector Practice Problems: Odd-numbered problems from Vectors Vector Practice Problems: Odd-numbered problems from 3.1-3.21 After today, you should be able to: Understand vector notation Use basic trigonometry in order to find the x and y components of a

More information

Chapter 8 Vectors and Scalars

Chapter 8 Vectors and Scalars Chapter 8 193 Vectors and Scalars Chapter 8 Vectors and Scalars 8.1 Introduction: In this chapter we shall use the ideas of the plane to develop a new mathematical concept, vector. If you have studied

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

Department of Physics, Korea University

Department of Physics, Korea University Name: Department: Notice +2 ( 1) points per correct (incorrect) answer. No penalty for an unanswered question. Fill the blank ( ) with (8) if the statement is correct (incorrect).!!!: corrections to an

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

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

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

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

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

For more information visit here:

For more information visit here: The length or the magnitude of the vector = (a, b, c) is defined by w = a 2 +b 2 +c 2 A vector may be divided by its own length to convert it into a unit vector, i.e.? = u / u. (The vectors have been denoted

More information

MATH 2030: MATRICES ,, a m1 a m2 a mn If the columns of A are the vectors a 1, a 2,...,a n ; A is represented as A 1. .

MATH 2030: MATRICES ,, a m1 a m2 a mn If the columns of A are the vectors a 1, a 2,...,a n ; A is represented as A 1. . MATH 030: MATRICES Matrix Operations We have seen how matrices and the operations on them originated from our study of linear equations In this chapter we study matrices explicitely Definition 01 A matrix

More information

Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations.

Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations. 1. Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations. x + y = 5, z = 4 Choose the correct description. A. The circle with center (0,0, 4)

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

GEOMETRY AND VECTORS

GEOMETRY AND VECTORS GEOMETRY AND VECTORS Distinguishing Between Points in Space One Approach Names: ( Fred, Steve, Alice...) Problem: distance & direction must be defined point-by-point More elegant take advantage of geometry

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

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

CE 201 Statics. 2 Physical Sciences. Rigid-Body Deformable-Body Fluid Mechanics Mechanics Mechanics

CE 201 Statics. 2 Physical Sciences. Rigid-Body Deformable-Body Fluid Mechanics Mechanics Mechanics CE 201 Statics 2 Physical Sciences Branch of physical sciences 16 concerned with the state of Mechanics rest motion of bodies that are subjected to the action of forces Rigid-Body Deformable-Body Fluid

More information

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true?

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true? chapter vector geometry solutions V. Exercise A. For the shape shown, find a single vector which is equal to a)!!! " AB + BC AC b)! AD!!! " + DB AB c)! AC + CD AD d)! BC + CD!!! " + DA BA e) CD!!! " "

More information

Vector components and motion

Vector components and motion Vector components and motion Objectives Distinguish between vectors and scalars and give examples of each. Use vector diagrams to interpret the relationships among vector quantities such as force and acceleration.

More information

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1 OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1 (37) If a bug walks on the sphere x 2 + y 2 + z 2 + 2x 2y 4z 3 = 0 how close and how far can it get from the origin? Solution: Complete

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

(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

Page 52. Lecture 3: Inner Product Spaces Dual Spaces, Dirac Notation, and Adjoints Date Revised: 2008/10/03 Date Given: 2008/10/03

Page 52. Lecture 3: Inner Product Spaces Dual Spaces, Dirac Notation, and Adjoints Date Revised: 2008/10/03 Date Given: 2008/10/03 Page 5 Lecture : Inner Product Spaces Dual Spaces, Dirac Notation, and Adjoints Date Revised: 008/10/0 Date Given: 008/10/0 Inner Product Spaces: Definitions Section. Mathematical Preliminaries: Inner

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

Kinematics in Two Dimensions; Vectors

Kinematics in Two Dimensions; Vectors Kinematics in Two Dimensions; Vectors Vectors & Scalars!! Scalars They are specified only by a number and units and have no direction associated with them, such as time, mass, and temperature.!! Vectors

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

Chapter 1: Introduction to Vectors (based on Ian Doust s notes)

Chapter 1: Introduction to Vectors (based on Ian Doust s notes) Chapter 1: Introduction to Vectors (based on Ian Doust s notes) Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 1: Introduction to Vectors Semester 1 2018 1 / 38 A typical problem Chewie points

More information

Mathematics Standards for High School Precalculus

Mathematics Standards for High School Precalculus Mathematics Standards for High School Precalculus Precalculus is a rigorous fourth-year launch course that prepares students for college and career readiness and intended specifically for those students

More information

Chapter 3 Kinematics in Two Dimensions; Vectors

Chapter 3 Kinematics in Two Dimensions; Vectors Chapter 3 Kinematics in Two Dimensions; Vectors Vectors and Scalars Units of Chapter 3 Addition of Vectors Graphical Methods Subtraction of Vectors, and Multiplication of a Vector by a Scalar Adding Vectors

More information

Vectors. Vectors. Vectors. Reminder: Scalars and Vectors. Vector Practice Problems: Odd-numbered problems from

Vectors. Vectors. Vectors. Reminder: Scalars and Vectors. Vector Practice Problems: Odd-numbered problems from Vectors Vector Practice Problems: Odd-numbered problems from 3.1-3.21 Reminder: Scalars and Vectors Vector: Scalar: A number (magnitude) with a direction. Just a number. I have continually asked you, which

More information

Vector Algebra II: Scalar and Vector Products

Vector Algebra II: Scalar and Vector Products Chapter 2 Vector Algebra II: Scalar and Vector Products ------------------- 2 a b = 0, φ = 90 The vectors are perpendicular to each other 49 Check the result geometrically by completing the diagram a =(4,

More information

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b vectors and POLAR COORDINATES LEARNING OBJECTIVES In this section, ou will: View vectors geometricall. Find magnitude and direction. Perform vector addition and scalar multiplication. Find the component

More information

Regent College. Maths Department. Core Mathematics 4. Vectors

Regent College. Maths Department. Core Mathematics 4. Vectors Regent College Maths Department Core Mathematics 4 Vectors Page 1 Vectors By the end of this unit you should be able to find: a unit vector in the direction of a. the distance between two points (x 1,

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

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

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

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

PRECALCULUS. Changes to the original 2010 COS is in red. If it is red and crossed out, it has been moved to another course.

PRECALCULUS. Changes to the original 2010 COS is in red. If it is red and crossed out, it has been moved to another course. PRECALCULUS Precalculus is a course designed for students who have successfully completed the Algebra II With Trigonometry course. This course is considered to be a prerequisite for success in calculus

More information

Rotational motion of a rigid body spinning around a rotational axis ˆn;

Rotational motion of a rigid body spinning around a rotational axis ˆn; Physics 106a, Caltech 15 November, 2018 Lecture 14: Rotations The motion of solid bodies So far, we have been studying the motion of point particles, which are essentially just translational. Bodies with

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

What is the purpose of this document? What is in the document? How do I send Feedback?

What is the purpose of this document? What is in the document? How do I send Feedback? This document is designed to help North Carolina educators teach the Common Core (Standard Course of Study). NCDPI staff are continually updating and improving these tools to better serve teachers. Number

More information

Lecture 2: Vector Spaces, Metric Spaces

Lecture 2: Vector Spaces, Metric Spaces CCS Discrete II Professor: Padraic Bartlett Lecture 2: Vector Spaces, Metric Spaces Week 2 UCSB 2015 1 Vector Spaces, Informally The two vector spaces 1 you re probably the most used to working with, from

More information

Georgia Tech High School Math Competition

Georgia Tech High School Math Competition Georgia Tech High School Math Competition Multiple Choice Test February 28, 2015 Each correct answer is worth one point; there is no deduction for incorrect answers. Make sure to enter your ID number on

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

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Prepared by: M. S. KumarSwamy, TGT(Maths) Page Prepared by: M S KumarSwamy, TGT(Maths) Page - 119 - CHAPTER 10: VECTOR ALGEBRA QUICK REVISION (Important Concepts & Formulae) MARKS WEIGHTAGE 06 marks Vector The line l to the line segment AB, then a

More information