Roberto s Notes on Linear Algebra Chapter 1: Geometric vectors Section 8. The dot product

Size: px
Start display at page:

Download "Roberto s Notes on Linear Algebra Chapter 1: Geometric vectors Section 8. The dot product"

Transcription

1 Roberto s Notes on Linear Algebra Chapter 1: Geometric ectors Section 8 The dot product What you need to know already: What a linear combination of ectors is. What you can learn here: How to use two ectors to obtain a scalar that contains important information about the two ectors. So far we hae seen how to add ectors and how to multiply a ector by a scalar, two operations that combine to generate linear combinations. But there is also a ery useful way of multiplying two ectors together, useful in that it will allow us to perform all kinds of computations and explore all kinds of interesting concepts and applications. It is a strange product, though, in the sense that it produces something that is different from both of the two items that we multiply together. Definition The scalar product, or dot product of two 2D ectors u and is denoted by u and is computed as the sum of the products of the components in corresponding positions. In formula: u u u u u Of course the idea can be easily extended to 3D ectors. Definition The scalar product, or dot product of two 3D ectors u and is denoted by u and is computed as the sum of the products of the components in corresponding positions. In formula: u u u u u u u Knot on your finger Notice that the dot product of any two ectors is always a scalar. Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 1

2 Is it called a scalar product because it creates a scalar from two ectors? Yes, although I will most often use the expression dot product, so as to aoid confusion with the scalar multiplication, which combines not two ectors, but a scalar and a ector. (You may remember that I pointed to this issue in Section 1.6) And what is the dot product good for? The dot product has many interesting and useful applications that in a short time will become second nature to you, if you don t know them already from other courses. But watch out, because soon we shall inestigate not only the dot product, but its ery properties. So, pay attention not only to the mechanical side of the formulae, but also to their meaning and workings. Here are some simple and familiar algebraic properties to get us started: Technical fact: Algebraic properties of the dot product The dot product is commutatie, meaning that if we multiply the two ectors in reerse order we obtain the same result: u u The dot product is distributie with respect to ector addition, meaning that the FOIL process applies to it: a + b u + = a u + a + b u + b The dot product is associatie with respect to scalar multiplication, meaning that a scalar multiple can be attached to any factor of the product: u u u c c c The dot product is positie definite, meaning that if is any non-zero ector, then 0, while Proof Commutatiity is a consequence of the fact that the dot product is based on the usual addition and multiplication, both of which are commutatie. I will leae to you the proof of the distributiity with respect to ector addition, which goes along the same lines as the other one, coming up To proe that the dot product is associatie with respect to scalar multiplication, all we need to do is look at what the three combinations of operations presented do on the components. I will do so in 2D, since the 3D case is exactly the same, just longer: u u u c c u u cu cu c cu cu cu cu c u u c c u c u c and since the usual product of scalars is commutatie, all three combinations do proide the same thing. The proof of the positie definite property follows immediately from the definition and you may want to check it as an exercise. Snore, snore snore I suggest you wake up, as there may be some tricky details to consider, such as the following. Knot on your finger The dot product is associatie with respect to the scalar multiplication, but it is NOT associatie by itself. What do you mean by itself? Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 2

3 Associatiity is usually a property of a single operation and it refers to how we can combine three objects by using the operation twice. For the dot product that does not work, as you will discoer in the Checkpoint. But I must agree that this algebraic gymnastic is rather boring unless math is your hobby or profession. These properties will become more releant later, but let us now look at some ery simple and useful geometric properties whose alue should be rather clear. Technical fact: Geometric properties of the dot product The length of any geometric ector is gien by: If u and are any two geometric ectors and is the angle between them, that is, the smaller angle between two of their representatie arrows with the same tail, then: u u cos If u and are any two geometric ectors and is the angle between them, then: cos u u Two geometric ectors u and are orthogonal (that is, perpendicular) if and only if their dot product is 0. Before I gie you the formal proof of these statements, let us see how they work in some familiar cases. Example: The ectors 2 0 and 33 form a 45º angle (check it thou out!), so the ratio that is purported to equal the cosine of the angle should equal cos 45. Let s see: u u Yep! It works! The ectors and ratio that is purported to equal the cosine of the angle should equal cos90º, which is 0. Let s see: u u It works again! form a 90º angle (check it out!), so the Hopefully these examples hae already gien you a glimpse of why the statements are true in general. But remember that a big part of linear algebra is checking proofs, and this is one situation where the needed proofs are simple enough that you can follow them, but require enough different ideas and are general enough that your undiided attention is needed. Proof Length: First we need to show that simply by checking: Angle: 2 2 for any ector. This is done Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 3

4 To show that u = u cos we shall use the law of cosines, which states that if a, b and c are the three sides of any triangle and is the angle between a and b, then c a b 2ab cos. Now let us use representatie arrows of u and starting at the same point and consider the representatie arrow for -u that starts at the tip of u. Because of the triangle rule, this configuration creates a triangle, as shown in the figure. We now apply the law of cosines to it and obtain: u = u u cos But the preious property of the dot product implies that the square of the length of a ector equals the dot product of the ector with itself. Therefore: -u -u = u u u cos We can now use the algebraic properties of the dot product to change the appearance of the left side: By distributiity: By associatiity: -u -u = + -u + -u + -u -u By commutatiity: u u = u u + u u = u u + u u And by regular algebra of scalars: = 2u +u u We are almost there! If we now use this expression as the left side of the law of cosines equation, we obtain: 2u + u u = u u u cos And by cancelling the two pairs of like terms we obtain: 2u = -2 u cos u = u cos Just the property that we needed to proe! Notice that although the picture that I used suggests a proof in 2D, exactly the same proof works in 3D, since the cosine law applies to any triangle in any plane! If we moe the product of the two lengths in the last equation to the left side, we obtain the formula for the cosine of the angle between two ectors (and hence the angle itself). Notice that this formula generates the cosine by using only the components of the two ectors: trigonometry by using only addition and multiplication! Ain t it neat? Orthogonality: Two geometric ectors are perpendicular if and only if the angle between them is /2 (90 if you prefer, since here we are dealing with static angles). But the cosine of this angle is 0, hence the property. Do you see now why I presented the algebraic properties of the dot product first? Because you needed them to proe the geometric properties! Yes, and this is another example of how algebra, boring as it may seem, is behind many useful applications. Too bad that people see and enjoy the applications, but refuse to see the releance of the tools that make them possible. But I am digressing, let s see two more examples. Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 4

5 Example: The ectors and form a 30º angle. It is possible to proe this by using the fact that the second ector is straight aboe the first and its length is twice its third component, but that is somewhat inoled (see if you can do it, though). But if we use the relation between dot product and cosine we get: cos u u But if the cosine has this alue, the angle must be 30º. Very simple eh? And after seeing something ery effectie, let me show you something really weird. Do you remember that we agreed that the zero ector is parallel to any ector? Well, look at this: Technical fact The zero ector is perpendicular to any ector, both in 2D and 3D. The proof of this fact is practically obious, but notice that it tells us that the zero ector is a ery special ector, since it is both parallel and perpendicular to any ector. This will pop up again in the future. Example: What is the angle between out geometrically is mind-boggling, but look: cos u u and 2 1 5? Figuring this one If we now want the angle, we use our friendly calculator to obtain: cos Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 5

6 Summary The dot product uses a simple arithmetic formula that only inoles the components of the two ectors inoled. The dot product can proide useful information about both lengths and angles of the ectors inoled. According to our definitions, the zero ector is both parallel and perpendicular to any other ector. Common errors to aoid The formulae that proide lengths and angles in terms of the dot product are simple, but not triial: make sure to memorize and use them properly. You may think that the proofs of the key properties shown in the section need not be understood. Think again! They contain important steps and properties with which you need to become familiar, so do not underestimate their importance and make sure you do understand them. Learning questions for Section LA 1-8 Reiew questions: 1. Describe how to perform the dot product of two ectors. 2. Explain how the dot product proides information about the length of a ector. 3. Explain how the dot product proides information about the angle between two ectors. Memory questions: 1. Which formula defines the dot product for 2D ectors? 2. Which formula defines the dot product for 3D ectors? 3. Which formula proides the connection between dot product and the length of a ector? 4. Which formula proides the connection between dot product and the angle between two ectors? 5. What is the dot product of two perpendicular ectors? Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 6

7 Computation questions: Compute the dot products presented in questions Determine whether the ectors and to each other. 6. Determine whether the ectors and to each other. are perpendicular are perpendicular 7. Find all alues of k for which the ectors k k 2, 3 k 1 parallel and those for which they are perpendicular, if any! u are 8. Determine the alue(s) of k for which the ectors a k b, parallel and those for which they are perpendicular, if any! 9. Find all alues of k (if any) for which the ectors 3 1 2, 2 k 1 u form an angle of: a) /4 b) /2 c k k are 10. Find all alues of k (if any) for which the ectors uk 4 2, 3 k 1 form an angle of: a) /4 b) /2 11. Find all alues of k (if any) for which the ectors u k 4 2, 10 k 10 form an angle of: a) /3 b) /2 12. Find all alues of k, if any, for which the ectors u 2 k k 2, 3 k 1 are: a) at a /4 angle b) orthogonal 13. Gien the ectors u 12kand for which, respectiely: a) u and are parallel; b) u and are perpendicular; c) the projection of u on has length Gien that u 13, 21and w 2 3 2u wu w is perpendicular to w., determine the alues of k, determine if the ector 15. Determine whether the ectors u and form an acute or an obtuse. 16. Construct a linear combination of the ectors that is orthogonal to explain why such a ector does not exist. 17. Construct a ector perpendicular to Construct a ector perpendicular to 23. u and w and has length 21, or Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 7

8 In questions 19-20, determine whether the two gien ectors form an acute or an obtuse angle. 19. u 3, 2, 2 and 1, 2, u 3, 2, 5 and 2, 3, Gien the point P 2,4, 1 and the ector of the arrow whose tail is at P and that represents, respectiely: a) a non-zero ector parallel to ; b) a non-zero ector orthogonal to., find the tip 22. Gien the points P 2,4, 1 and 6, 1, 2 a) two different unit ectors parallel to PQ ; Q, find: b) two non-parallel ectors both orthogonal to PQ. Theory questions: Determine which of the expressions inoling ectors and scalar and presented in questions 1-4 are meaningful and which ones are not. Proide a suitable rationale in each case. 1. u w 2. u u w 3. k u w 4. k u u w 5. Which ector operation assigns to each pair of ectors a scalar? 6. Which linear algebra relation is satisfied by orthogonal ectors? 7. Proide one ector orthogonal to i 8. If u and are ectors of the same dimension, is the quantity u u scalar, a ector, or undefined? 9. Why is the expression a b c meaningless? 5 a 10. What geometrical information can be obtained through the dot product? Proof questions: 1. Proe that the dot product is distributie with respect to ector addition. 2. Check that the dot product is positie definite. Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 8

9 3. Proe that any ector orthogonal to 1 2 n k k. 2 1 is of the form 4. Deelop a method to construct a ector perpendicular to a gien ector 1 2 in 2D. 5. Deelop a method to construct a ector perpendicular to a gien ector in 3D. Notice that this is not exactly the same as for the preious question, since a little extra step is required. 7. Explain why two ectors u and form an acute angle if the dot product u is positie and an obtuse angle if such dot product is negatie. 8. Explain why the dot product is not associatie. 9. Gien a ector abc and has half its length., construct a ector w that is perpendicular to it 10. Show that there are infinitely many ectors w orthogonal to a gien 3D ector. 6. Use the dot product and its properties (that is, no geometry) to proe that if u and are orthogonal geometric ectors, u u and u u. Do you recognize these two statements as a ery famous geometrical fact? Application questions: 1. If u and are orthogonal ectors, write the Pythagorean identities that link them in terms of dot products. 2. Use the notation and properties of dot products and of ector magnitudes to show that the points P 3, 2, Q 1, 2 and R, 1 by showing that: a) two of their sides are perpendicular b) the three sides satisfy the Pythagorean theorem. 1 form a right triangle 3. Use the dot product and the parallelogram rule for the addition of ectors to proe that in a parallelogram, the sum of the squares of the two diagonals equals the sum of the squares of all four sides. 4. Obtain a proof of the same statement gien in the preious question, but without using linear algebra methods, that is, by using basic plane geometry and trigonometry. Which is easier? Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 9

10 Templated questions: 1. Pick any two ectors and compute their dot product. 2. Pick any two ectors and compute the angle they form. What questions do you hae for your instructor? Linear Algebra Chapter 1: Geometric ectors Section 8: The dot product Page 10

Scalar multiplication and algebraic direction of a vector

Scalar multiplication and algebraic direction of a vector Roberto s Notes on Linear Algebra Chapter 1: Geometric ectors Section 5 Scalar multiplication and algebraic direction of a ector What you need to know already: of a geometric ectors. Length and geometric

More information

LECTURE 2: CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS

LECTURE 2: CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS LECTURE : CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS MA1111: LINEAR ALGEBRA I, MICHAELMAS 016 1. Finishing up dot products Last time we stated the following theorem, for which I owe you

More information

different formulas, depending on whether or not the vector is in two dimensions or three dimensions.

different formulas, depending on whether or not the vector is in two dimensions or three dimensions. ectors The word ector comes from the Latin word ectus which means carried. It is best to think of a ector as the displacement from an initial point P to a terminal point Q. Such a ector is expressed as

More information

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS SUBAREA I. COMPETENCY 1.0 UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS MECHANICS Skill 1.1 Calculating displacement, aerage elocity, instantaneous elocity, and acceleration in a gien frame of reference

More information

A Geometric Review of Linear Algebra

A Geometric Review of Linear Algebra A Geometric Reiew of Linear Algebra The following is a compact reiew of the primary concepts of linear algebra. I assume the reader is familiar with basic (i.e., high school) algebra and trigonometry.

More information

2) If a=<2,-1> and b=<3,2>, what is a b and what is the angle between the vectors?

2) If a=<2,-1> and b=<3,2>, what is a b and what is the angle between the vectors? CMCS427 Dot product reiew Computing the dot product The dot product can be computed ia a) Cosine rule a b = a b cos q b) Coordinate-wise a b = ax * bx + ay * by 1) If a b, a and b all equal 1, what s the

More information

8.0 Definition and the concept of a vector:

8.0 Definition and the concept of a vector: Chapter 8: Vectors In this chapter, we will study: 80 Definition and the concept of a ector 81 Representation of ectors in two dimensions (2D) 82 Representation of ectors in three dimensions (3D) 83 Operations

More information

Definition of geometric vectors

Definition of geometric vectors Roberto s Notes on Linear Algebra Chapter 1: Geometric vectors Section 2 of geometric vectors What you need to know already: The general aims behind the concept of a vector. What you can learn here: The

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

Math 144 Activity #9 Introduction to Vectors

Math 144 Activity #9 Introduction to Vectors 144 p 1 Math 144 ctiity #9 Introduction to Vectors Often times you hear people use the words speed and elocity. Is there a difference between the two? If so, what is the difference? Discuss this with your

More information

12.1 Three Dimensional Coordinate Systems (Review) Equation of a sphere

12.1 Three Dimensional Coordinate Systems (Review) Equation of a sphere 12.2 Vectors 12.1 Three Dimensional Coordinate Systems (Reiew) Equation of a sphere x a 2 + y b 2 + (z c) 2 = r 2 Center (a,b,c) radius r 12.2 Vectors Quantities like displacement, elocity, and force inole

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

A Geometric Review of Linear Algebra

A Geometric Review of Linear Algebra A Geometric Reiew of Linear Algebra The following is a compact reiew of the primary concepts of linear algebra. The order of presentation is unconentional, with emphasis on geometric intuition rather than

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

The Dot Product

The Dot Product The Dot Product 1-9-017 If = ( 1,, 3 ) and = ( 1,, 3 ) are ectors, the dot product of and is defined algebraically as = 1 1 + + 3 3. Example. (a) Compute the dot product (,3, 7) ( 3,,0). (b) Compute the

More information

Mon Apr dot product, length, orthogonality, projection onto the span of a single vector. Announcements: Warm-up Exercise:

Mon Apr dot product, length, orthogonality, projection onto the span of a single vector. Announcements: Warm-up Exercise: Math 2270-004 Week 2 notes We will not necessarily finish the material from a gien day's notes on that day. We may also add or subtract some material as the week progresses, but these notes represent an

More information

Roberto s Notes on Linear Algebra Chapter 11: Vector spaces Section 1. Vector space axioms

Roberto s Notes on Linear Algebra Chapter 11: Vector spaces Section 1. Vector space axioms Roberto s Notes on Linear Algebra Chapter 11: Vector spaces Section 1 Vector space axioms What you need to know already: How Euclidean vectors work. What linear combinations are and why they are important.

More information

Math 425 Lecture 1: Vectors in R 3, R n

Math 425 Lecture 1: Vectors in R 3, R n Math 425 Lecture 1: Vectors in R 3, R n Motiating Questions, Problems 1. Find the coordinates of a regular tetrahedron with center at the origin and sides of length 1. 2. What is the angle between the

More information

Vectors in R n. P. Danziger

Vectors in R n. P. Danziger 1 Vectors in R n P. Danziger 1 Vectors The standard geometric definition of ector is as something which has direction and magnitude but not position. Since ectors hae no position we may place them whereer

More information

qwertyuiopasdfghjklzxcvbnmqwerty uiopasdfghjklzxcvbnmqwertyuiopasd fghjklzxcvbnmqwertyuiopasdfghjklzx cvbnmqwertyuiopasdfghjklzxcvbnmq

qwertyuiopasdfghjklzxcvbnmqwerty uiopasdfghjklzxcvbnmqwertyuiopasd fghjklzxcvbnmqwertyuiopasdfghjklzx cvbnmqwertyuiopasdfghjklzxcvbnmq qwertyuiopasdfgjklzxcbnmqwerty uiopasdfgjklzxcbnmqwertyuiopasd fgjklzxcbnmqwertyuiopasdfgjklzx cbnmqwertyuiopasdfgjklzxcbnmq Projectile Motion Quick concepts regarding Projectile Motion wertyuiopasdfgjklzxcbnmqwertyui

More information

LECTURE 1: INTRODUCTION, VECTORS, AND DOT PRODUCTS

LECTURE 1: INTRODUCTION, VECTORS, AND DOT PRODUCTS LECTURE 1: INTRODUCTION, VECTORS, AND DOT PRODUCTS MA1111: LINEAR ALGEBRA I, MICHAELMAS 2016 1. Introduction Firstly, I want to point out that I am here to help, so if you hae a question about a lecture

More information

Worksheet 1.3: Introduction to the Dot and Cross Products

Worksheet 1.3: Introduction to the Dot and Cross Products Boise State Math 275 (Ultman Worksheet 1.3: Introduction to the Dot and Cross Products From the Toolbox (what you need from previous classes Trigonometry: Sine and cosine functions. Vectors: Know what

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

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

Roberto s Notes on Linear Algebra Chapter 4: Matrix Algebra Section 4. Matrix products

Roberto s Notes on Linear Algebra Chapter 4: Matrix Algebra Section 4. Matrix products Roberto s Notes on Linear Algebra Chapter 4: Matrix Algebra Section 4 Matrix products What you need to know already: The dot product of vectors Basic matrix operations. Special types of matrices What you

More information

Chapter 4: Techniques of Circuit Analysis

Chapter 4: Techniques of Circuit Analysis Chapter 4: Techniques of Circuit Analysis This chapter gies us many useful tools for soling and simplifying circuits. We saw a few simple tools in the last chapter (reduction of circuits ia series and

More information

Physics 2A Chapter 3 - Motion in Two Dimensions Fall 2017

Physics 2A Chapter 3 - Motion in Two Dimensions Fall 2017 These notes are seen pages. A quick summary: Projectile motion is simply horizontal motion at constant elocity with ertical motion at constant acceleration. An object moing in a circular path experiences

More information

Number of solutions of a system

Number of solutions of a system Roberto s Notes on Linear Algebra Chapter 3: Linear systems and matrices Section 7 Number of solutions of a system What you need to know already: How to solve a linear system by using Gauss- Jordan elimination.

More information

The Dot Product Pg. 377 # 6ace, 7bdf, 9, 11, 14 Pg. 385 # 2, 3, 4, 6bd, 7, 9b, 10, 14 Sept. 25

The Dot Product Pg. 377 # 6ace, 7bdf, 9, 11, 14 Pg. 385 # 2, 3, 4, 6bd, 7, 9b, 10, 14 Sept. 25 UNIT 2 - APPLICATIONS OF VECTORS Date Lesson TOPIC Homework Sept. 19 2.1 (11) 7.1 Vectors as Forces Pg. 362 # 2, 5a, 6, 8, 10 13, 16, 17 Sept. 21 2.2 (12) 7.2 Velocity as Vectors Pg. 369 # 2,3, 4, 6, 7,

More information

Basic matrix operations

Basic matrix operations Roberto s Notes on Linear Algebra Chapter 4: Matrix algebra Section 3 Basic matrix operations What you need to know already: What a matrix is. he basic special types of matrices What you can learn here:

More information

DO PHYSICS ONLINE. WEB activity: Use the web to find out more about: Aristotle, Copernicus, Kepler, Galileo and Newton.

DO PHYSICS ONLINE. WEB activity: Use the web to find out more about: Aristotle, Copernicus, Kepler, Galileo and Newton. DO PHYSICS ONLINE DISPLACEMENT VELOCITY ACCELERATION The objects that make up space are in motion, we moe, soccer balls moe, the Earth moes, electrons moe, - - -. Motion implies change. The study of the

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

Roberto s Notes on Differential Calculus Chapter 4: Basic differentiation rules Section 4. The chain rule

Roberto s Notes on Differential Calculus Chapter 4: Basic differentiation rules Section 4. The chain rule Roberto s Notes on Differential Calculus Chapter 4: Basic differentiation rules Section 4 The chain rule What you need to know already: The concept and definition of derivative, basic differentiation rules.

More information

Unit 11: Vectors in the Plane

Unit 11: Vectors in the Plane 135 Unit 11: Vectors in the Plane Vectors in the Plane The term ector is used to indicate a quantity (such as force or elocity) that has both length and direction. For instance, suppose a particle moes

More information

VISUAL PHYSICS ONLINE RECTLINEAR MOTION: UNIFORM ACCELERATION

VISUAL PHYSICS ONLINE RECTLINEAR MOTION: UNIFORM ACCELERATION VISUAL PHYSICS ONLINE RECTLINEAR MOTION: UNIFORM ACCELERATION Predict Obsere Explain Exercise 1 Take an A4 sheet of paper and a heay object (cricket ball, basketball, brick, book, etc). Predict what will

More information

Integration by inverse substitution

Integration by inverse substitution Roberto s Notes on Integral Calculus Chapter : Integration methods Section 9 Integration by inverse substitution by using the sine function What you need to know already: How to integrate through basic

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

VECTORS. Given two vectors! and! we can express the law of vector addition geometrically. + = Fig. 1 Geometrical definition of vector addition

VECTORS. Given two vectors! and! we can express the law of vector addition geometrically. + = Fig. 1 Geometrical definition of vector addition VECTORS Vectors in 2- D and 3- D in Euclidean space or flatland are easy compared to vectors in non- Euclidean space. In Cartesian coordinates we write a component of a vector as where the index i stands

More information

Roberto s Notes on Linear Algebra Chapter 10: Eigenvalues and diagonalization Section 3. Diagonal matrices

Roberto s Notes on Linear Algebra Chapter 10: Eigenvalues and diagonalization Section 3. Diagonal matrices Roberto s Notes on Linear Algebra Chapter 10: Eigenvalues and diagonalization Section 3 Diagonal matrices What you need to know already: Basic definition, properties and operations of matrix. What you

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

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

(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

Adding and Scaling Points

Adding and Scaling Points ACTIVITY 1 Algebra with Points Adding and Scaling Points 1. Suppose A (3, 1) and B ( 2, 4). Calculate each result and plot your answers: (a) A + B (b) A +2B (c) A +3B (d) A B (e) A + 1 B (f) A +7B 2 (g)

More information

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2 MATH 307 Vectors in Rn Dr. Neal, WKU Matrices of dimension 1 n can be thoght of as coordinates, or ectors, in n- dimensional space R n. We can perform special calclations on these ectors. In particlar,

More information

Eigenvalues and eigenvectors

Eigenvalues and eigenvectors Roberto s Notes on Linear Algebra Chapter 0: Eigenvalues and diagonalization Section Eigenvalues and eigenvectors What you need to know already: Basic properties of linear transformations. Linear systems

More information

Roberto s Notes on Linear Algebra Chapter 4: Matrix Algebra Section 7. Inverse matrices

Roberto s Notes on Linear Algebra Chapter 4: Matrix Algebra Section 7. Inverse matrices Roberto s Notes on Linear Algebra Chapter 4: Matrix Algebra Section 7 Inverse matrices What you need to know already: How to add and multiply matrices. What elementary matrices are. What you can learn

More information

Using matrices to represent linear systems

Using matrices to represent linear systems Roberto s Notes on Linear Algebra Chapter 3: Linear systems and matrices Section 4 Using matrices to represent linear systems What you need to know already: What a linear system is. What elementary operations

More information

Review of Matrices and Vectors 1/45

Review of Matrices and Vectors 1/45 Reiew of Matrices and Vectors /45 /45 Definition of Vector: A collection of comple or real numbers, generally put in a column [ ] T "! Transpose + + + b a b a b b a a " " " b a b a Definition of Vector

More information

VECTORS IN 2-SPACE AND 3-SPACE GEOMETRIC VECTORS VECTORS OPERATIONS DOT PRODUCT; PROJECTIONS CROSS PRODUCT

VECTORS IN 2-SPACE AND 3-SPACE GEOMETRIC VECTORS VECTORS OPERATIONS DOT PRODUCT; PROJECTIONS CROSS PRODUCT VECTORS IN -SPACE AND 3-SPACE GEOMETRIC VECTORS VECTORS OPERATIONS DOT PRODUCT; PROJECTIONS CROSS PRODUCT GEOMETRIC VECTORS Vectors can represented geometrically as directed line segments or arrows in

More information

Vectors. A vector is usually denoted in bold, like vector a, or sometimes it is denoted a, or many other deviations exist in various text books.

Vectors. A vector is usually denoted in bold, like vector a, or sometimes it is denoted a, or many other deviations exist in various text books. Vectors A Vector has Two properties Magnitude and Direction. That s a weirder concept than you think. A Vector does not necessarily start at a given point, but can float about, but still be the SAME vector.

More information

Maple Output Maple Plot 2D Math 2D Output

Maple Output Maple Plot 2D Math 2D Output Maple Output Maple Plot 2D Math 2D Output 0.1 Introduction Vectors 1 On one level a vector is just a point; we can regard every point in R 2 as a vector. When we do so we will write a, b instead of the

More information

MITOCW ocw-18_02-f07-lec02_220k

MITOCW ocw-18_02-f07-lec02_220k MITOCW ocw-18_02-f07-lec02_220k The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

Lesson 3: Free fall, Vectors, Motion in a plane (sections )

Lesson 3: Free fall, Vectors, Motion in a plane (sections ) Lesson 3: Free fall, Vectors, Motion in a plane (sections.6-3.5) Last time we looked at position s. time and acceleration s. time graphs. Since the instantaneous elocit is lim t 0 t the (instantaneous)

More information

Integration by substitution

Integration by substitution Roberto s Notes on Integral Calculus Chapter : Integration methods Section 1 Integration by substitution or by change of variable What you need to know already: What an indefinite integral is. The chain

More information

Welcome to IB Math - Standard Level Year 2

Welcome to IB Math - Standard Level Year 2 Welcome to IB Math - Standard Level Year 2 Why math? Not So Some things to know: Good HW Good HW Good HW www.aleimath.blogspot.com Example 1. Lots of info at Example Example 2. HW yup. You know you love

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

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

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

More information

LINEAR ALGEBRA. and VECTOR GEOMETRY Volume 2 of 2 September 2014 edition

LINEAR ALGEBRA. and VECTOR GEOMETRY Volume 2 of 2 September 2014 edition LINEAR ALGEBRA and VECTOR GEOMETRY Volume 2 of 2 September 2014 edition Because the book is so large, the entire Linear Algebra course has been split into two olumes. Grant Skene for Grant s Tutoring (www.grantstutoring.com)

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

Vector Operations. Vector Operations. Graphical Operations. Component Operations. ( ) ˆk

Vector Operations. Vector Operations. Graphical Operations. Component Operations. ( ) ˆk Vector Operations Vector Operations ME 202 Multiplication by a scalar Addition/subtraction Scalar multiplication (dot product) Vector multiplication (cross product) 1 2 Graphical Operations Component Operations

More information

Main topics for the First Midterm Exam

Main topics for the First Midterm Exam Main topics for the First Midterm Exam The final will cover Sections.-.0, 2.-2.5, and 4.. This is roughly the material from first three homeworks and three quizzes, in addition to the lecture on Monday,

More information

F F. proj cos( ) v. v proj v

F F. proj cos( ) v. v proj v Geometric Definition of Dot Product 1.2 The Dot Product Suppose you are pulling up on a rope attached to a box, as shown above. How would you find the force moving the box towards you? As stated above,

More information

Motors and Generators

Motors and Generators Physics Motors and Generators New Reised Edition Brian Shadwick Contents Use the table of contents to record your progress through this book. As you complete each topic, write the date completed, then

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

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

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

More information

5.1 Simplifying Rational Expressions

5.1 Simplifying Rational Expressions 5. Simplifying Rational Expressions Now that we have mastered the process of factoring, in this chapter, we will have to use a great deal of the factoring concepts that we just learned. We begin with the

More information

Roberto s Notes on Linear Algebra Chapter 9: Orthogonality Section 2. Orthogonal matrices

Roberto s Notes on Linear Algebra Chapter 9: Orthogonality Section 2. Orthogonal matrices Roberto s Notes on Linear Algebra Chapter 9: Orthogonality Section 2 Orthogonal matrices What you need to know already: What orthogonal and orthonormal bases for subspaces are. What you can learn here:

More information

Announcements Wednesday, September 05

Announcements Wednesday, September 05 Announcements Wednesday, September 05 WeBWorK 2.2, 2.3 due today at 11:59pm. The quiz on Friday coers through 2.3 (last week s material). My office is Skiles 244 and Rabinoffice hours are: Mondays, 12

More information

Exercise Solutions for Introduction to 3D Game Programming with DirectX 10

Exercise Solutions for Introduction to 3D Game Programming with DirectX 10 Exercise Solutions for Introduction to 3D Game Programming with DirectX 10 Frank Luna, September 6, 009 Solutions to Part I Chapter 1 1. Let u = 1, and v = 3, 4. Perform the following computations and

More information

Chapter 2. Matrix Arithmetic. Chapter 2

Chapter 2. Matrix Arithmetic. Chapter 2 Matrix Arithmetic Matrix Addition and Subtraction Addition and subtraction act element-wise on matrices. In order for the addition/subtraction (A B) to be possible, the two matrices A and B must have the

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

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

Basic methods to solve equations

Basic methods to solve equations Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 Basic methods to solve equations What you need to know already: How to factor an algebraic epression. What you can learn here:

More information

A summary of factoring methods

A summary of factoring methods Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 A summary of factoring methods What you need to know already: Basic algebra notation and facts. What you can learn here: What

More information

Projects in Geometry for High School Students

Projects in Geometry for High School Students Projects in Geometry for High School Students Goal: Our goal in more detail will be expressed on the next page. Our journey will force us to understand plane and three-dimensional geometry. We will take

More information

4-vectors. Chapter Definition of 4-vectors

4-vectors. Chapter Definition of 4-vectors Chapter 12 4-ectors Copyright 2004 by Daid Morin, morin@physics.harard.edu We now come to a ery powerful concept in relatiity, namely that of 4-ectors. Although it is possible to derie eerything in special

More information

Unit Overview. New Vocabulary/Concepts (Continued): Vector

Unit Overview. New Vocabulary/Concepts (Continued): Vector Unit Overview MCV4U: Vectors And Their Operations Bigger Picture: The strategies and rules for performing vector arithmetic can be thought of as an amalgamation and extension of the strategies and rules

More information

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward.

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward. EXPLODING DOTS CHAPTER 7 INFINITE SUMS In the previous chapter we played with the machine and saw the power of that machine to make advanced school algebra so natural and straightforward. In this chapter,

More information

Welcome to IB Math - Standard Level Year 2.

Welcome to IB Math - Standard Level Year 2. Welcome to IB Math - Standard Level Year 2 Why math? Some things to know: www.aleimath.blogspot.com 1. Lots of info at 2. HW yup. You know you love it! Be prepared to present. Notebook all work is in it.

More information

Chapter 2. Linear Algebra. rather simple and learning them will eventually allow us to explain the strange results of

Chapter 2. Linear Algebra. rather simple and learning them will eventually allow us to explain the strange results of Chapter 2 Linear Algebra In this chapter, we study the formal structure that provides the background for quantum mechanics. The basic ideas of the mathematical machinery, linear algebra, are rather simple

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

1 Notes for lectures during the week of the strike Part 2 (10/25)

1 Notes for lectures during the week of the strike Part 2 (10/25) 1 Notes for lectures during the week of the strike Part 2 (10/25) Last time, we stated the beautiful: Theorem 1.1 ( Three reflections theorem ). Any isometry (of R 2 ) is the composition of at most three

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

11.8 Vectors Applications of Trigonometry

11.8 Vectors Applications of Trigonometry 00 Applications of Trigonometry.8 Vectors As we have seen numerous times in this book, Mathematics can be used to model and solve real-world problems. For many applications, real numbers suffice; that

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

General Lorentz Boost Transformations, Acting on Some Important Physical Quantities

General Lorentz Boost Transformations, Acting on Some Important Physical Quantities General Lorentz Boost Transformations, Acting on Some Important Physical Quantities We are interested in transforming measurements made in a reference frame O into measurements of the same quantities as

More information

Terminology and notation

Terminology and notation Roberto s Notes on Integral Calculus Chapter 1: Indefinite integrals Section Terminology and notation For indefinite integrals What you need to know already: What indefinite integrals are. Indefinite integrals

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

3.3 Operations With Vectors, Linear Combinations

3.3 Operations With Vectors, Linear Combinations Operations With Vectors, Linear Combinations Performance Criteria: (d) Mltiply ectors by scalars and add ectors, algebraically Find linear combinations of ectors algebraically (e) Illstrate the parallelogram

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 20C. Lecture Examples.

Math 20C. Lecture Examples. Math 20C. Lecture Eamples. (8//08) Section 2.. Vectors in the plane Definition A ector represents a nonnegatie number and, if the number is not zero, a direction. The number associated ith the ector is

More information

Section 1.7. Linear Independence

Section 1.7. Linear Independence Section 1.7 Linear Independence Motiation Sometimes the span of a set of ectors is smaller than you expect from the number of ectors. Span{, w} w Span{u,, w} w u This means you don t need so many ectors

More information

AP Physics 1 Summer Assignment 2016

AP Physics 1 Summer Assignment 2016 AP Physics 1 Summer Assignment 2016 You need to do this assignment on your own paper AND YOU MUST SHOW ALL OF YOUR WORK TO RECEIVE CREDIT. You can put the answers on this assignment sheet or you can put

More information

2-9. The plate is subjected to the forces acting on members A and B as shown. If θ = 60 o, determine the magnitude of the resultant of these forces

2-9. The plate is subjected to the forces acting on members A and B as shown. If θ = 60 o, determine the magnitude of the resultant of these forces 2-9. The plate is subjected to the forces acting on members A and B as shown. If θ 60 o, determine the magnitude of the resultant of these forces and its direction measured clockwise from the positie x

More information

Vectors and their uses

Vectors and their uses Vectors and their uses Sharon Goldwater Institute for Language, Cognition and Computation School of Informatics, University of Edinburgh DRAFT Version 0.95: 3 Sep 2015. Do not redistribute without permission.

More information

Blue and purple vectors have same magnitude and direction so they are equal. Blue and green vectors have same direction but different magnitude.

Blue and purple vectors have same magnitude and direction so they are equal. Blue and green vectors have same direction but different magnitude. A ector is a quantity that has both magnitude and direction. It is represented by an arrow. The length of the ector represents the magnitude and the arrow indicates the direction of the ector. Blue and

More information

7.1 Projections and Components

7.1 Projections and Components 7. Projections and Components As we have seen, the dot product of two vectors tells us the cosine of the angle between them. So far, we have only used this to find the angle between two vectors, but cosines

More information

Chapter 5 Simplifying Formulas and Solving Equations

Chapter 5 Simplifying Formulas and Solving Equations Chapter 5 Simplifying Formulas and Solving Equations Look at the geometry formula for Perimeter of a rectangle P = L W L W. Can this formula be written in a simpler way? If it is true, that we can simplify

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

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