Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017

Size: px
Start display at page:

Download "Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017"

Transcription

1 Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017 Since we didn t get a chance to discuss parametrized lines last week, we may spend some time discussing those before moving on to the dot product, which is discussed below. Last week s notes contain some remarks about parametrized lines. The Dot Product The first product we d like to define between vectors is one that measures the extent to which the vectors are pointing in the same direction. That is, if u and v are two vectors pointing in the same direction, their product should be positive, while if they point in opposite directions, their product should be negative. This product should also have a feature we don t see in products of numbers: it should be possible for a product of two vectors to be 0 even though neither of the vectors is zero. In particular, if u and v are orthogonal, or perpendicular, then their product should be 0, since they re pointing neither in the same nor the opposite direction from each other. It s possible to come up with a product strictly from these geometric properties, if a bit tedious. Instead we ll define the dot product algebraically, and then show that it has the properties we hoped for. The Dot Product. Suppose u and v are vectors with n components: Then the dot product of u with v is u = u 1, u 2,..., u n, v = v 1, v 2,..., v n. u v = u 1 v 1 + u 2 v u n v n. Notice that the dot product of two vectors is a scalar, and also that u and v must have the same number of components in order for u v to be defined. For example, if u = 1, 2, 4, 2 and v = 2, 1, 0, 3, then u v = ( 2) 3 = 2. It s interesting to note that the dot product is a product of two vectors, but the result is not a vector. In particular, if u, v, and w are vectors, then u (v w) doesn t make any sense, because v w is a scalar. Before we verify that the dot product has the geometric properties we d hoped for, we ll point out some algebraic properties of the dot product. Theorem 1. Suppose u, v, and w are vectors with the same number of components as each other, λ is a scalar, and let 0 denote the zero vector. Then (i) 0 v = v 0 = 0. (ii) u v = v u. (iii) (λu) v = u (λv) = λ(u v). 1

2 Figure 1 (iv) u (v + w) = u v + u w and (u + v) w = u w + v w. Theorem 1 is telling us that the dot product shares several nice properties with the usual product of numbers. We ve already mentioned one that it does not share, however. Since, for example, 1, 0 0, 1 = = 0, we see that the dot product admits zero divisors, meaning that u v can be 0 even when neither u nor v is 0. If we re comfortable with the algebra of the dot product, we can make our first connection with geometry. Recall that the length of a vector u is computed using the distance formula: u = u u u2 n. Then we can notice that u u = u u u 2 n = u 2. So the dot product of a vector with itself is the square of the vector s length. This fits with our expectation that the product of two vectors pointing in the same direction be a positive number, since u 2 > 0 whenever u 0. In fact, we can use the observation that u u = u 2 to compute the angle θ between any two vectors u and v. Consider the vectors in Figure 1. We ve labeled the acute angle θ between them, but there s another angle 2π θ that also lies between them. Whenever we say let θ be the angle between two vectors, we assume that 0 θ π. That is, we always take θ to be the smaller of the two angles between the two vectors. From Figure 1 we can compute the length of the vector u v using the law of cosines: u v 2 = u 2 + v 2 2 u v cos θ. But using what we know about how the dot product is related to the length of a vector, we can also compute the length of u v using the dot product: u v 2 = (u v) (u v) = u u 2u v + v v = u 2 + v 2 2u v. So meaning that u 2 + v 2 2 u v cos θ = u 2 + v 2 2u v, u v = u v cos θ. 2

3 So we can compute the angle θ between u and v using the dot product: ( ) u v θ = arccos. u v Notice also that the dot product has the geometric properties we set out hoping for. If the vectors are pointing in the same direction, then θ = 0, so If the vectors are orthogonal, then θ = π 2, so u v = u v cos(0) = u v > 0. u v = u v cos(π/2) = 0. In fact, whenever the dot product between vectors u and v is positive, the angle between u and v is acute, meaning that u and v are pointing in the same general direction. If u v < 0, then the angle between u and v is obtuse. Example 1. The vectors in Figure 1 are u = 1, 2 and v = 3, 1. Compute θ. (Solution) First we compute the lengths of u and v: u = u u = = 5, v = v v = = 10. Since u v = = 5, ( ) ( ) ( ) θ = arccos = arccos = arccos 2 = π So the angle θ between u and v is π/4. Example 2. Find the angle θ in the figure below. (Solution) Let P be the point (1 + 3, 1 + 3) and let Q be the point ( 1 + 3, 1 + 3). We ll let u be the vector whose baspoint is P and whose terminal point is the origin, and we ll let v have basepoint P and terminal point Q, so that u = 1 3, 1 3, and v = 2, 2. 3

4 The angle between u and v is θ, since these vectors agree with the sides of our triangle which are adjacent to θ. This means that cos θ = u v u v = ( 1 3) ( 2) + (1 3) 2 ( 1 3) 2 + (1 3) 2 = 4 = 1 ( 2) Since the only angle θ satisfying 0 θ π and cos θ = 1/2 is π/3, we must have θ = π/3 in the figure. The dot product not only allows us to compute the angle between two vectors, it also allows us to compute the projection of one vector onto another. Consider the vectors u and v in Figure 2, which are the same as those in Figure 1. Since u = 1, 2, u has x-component 1 and y-component 2, but what is its v-component? That is, how much is u pointing in the v direction? One way to asses this is to project u onto v, producing a vector proj v u which points in the same direction as v and moves as much in the v-direction as does u. (Notice that if θ is obtuse, then proj v u actually points in the opposite direction from v.) So how do we go about finding proj v u? If 0 θ π/2, then proj v u points in the same direction as v, so proj v u = proj v u e v, where e v is the unit vector pointing in the direction of v. Since the triangle formed by u, proj v u, and the dashed line segment in Figure 2 is a right triangle, proj v u = u cos θ. Substituting this into our expression for proj v u, and using what we know about how the dot product relates to the angle between two vectors, we have proj v u = u cos θ v v = u u v u v Notice that proj v u can also be written in terms of the unit vector: We sometimes call u v v proj v u = u v v e v. the component of u along v. v v = u v v 2 v. Example 3. Compute proj v u, with u and v as in Figures 1 and 2. (Solution) Recall that u = 1, 2 and v = 3, 1, so is the projection of u onto v. proj v u = , 1 = 5 3, 1 = 3/2, 1/2 10 Example 4. ( 13.3, Exercise 81 of the textbook) Calculate the force (in newtons) required to push a 40-kg wagon up a 10, frictionless incline. 4

5 Figure 2 (Solution) Let v be any vector pointing down the incline, and let F g be the force on the wagon due to gravity. The magnitude of this force is F g = 40g newtons, where g = 9.8 represents the acceleration due to gravity. We can decompose this force into two vectors, one of which is parallel to the incline and one of which is perpendicular, as seen in the following figure: Here F v is the projection of F g onto v, and F v = F g F v is the normal force perpendicular to the incline. The force that results from pushing the wagon up the incline needs only to counteract the force F v. Because the angle between F v and F g is = 80, F v has has magnitude F v = proj v F g = F g cos(80 ) N. So a force of newtons must be applied to push the wagon up the incline (or at least to hold the wagon in place). An example unrelated to dot products Example 5. (Paraphrased from 13.2, Exercise 67 of the textbook) Consider the triangle ABC in the plane. A median of the triangle is a line segment connecting a vertex of the triangle to the midpoint of the opposite side. The three medians intersect in a point called the centroid of the triangle. Show that if the points A, B, and C are represented by the vectors v, w, and u, respectively, then the centroid is P = 1 3 (u + v + w). (Solution) See the textbook for the associated figure. Denote by A the midpoint of the segment BC, opposite A. Following the hint in the text, we want r A (t) to parametrize the line segment connecting A to A. Because A is the midpoint of BC, we may represent it as a vector by w (u w) = 1 (u + w). 2 (The expression on the left starts at the point B and moves half the distance to C, since the vector from B to C is u w. The expression on the right just averages the vectors representing B and C. Either of these is a good way to think of the midpoint.) The line segment we want to parametrize should start at A and move towards A. If we re writing points as vectors we can write this as r A (t) = A + t(a A), 5

6 since A A should be the vector pointing from A to A. But we have vectors representing the points A and A and substituting these in gives us ( ) 1 r A (t) = v + t (u + w) v = v + t (u + w 2v). 2 2 Now we want to show that the point P lies on the line segment between A and A. We can do this by noticing that 1 r A (2/3) = v (u + w 2v) = v u w 2 3 v = 1 (u + v + w) = P. 3 We don t particularly care right now that 2/3 is the t-value for which r A (t) = P ; what s really important is that P lies on the line traced out by r A (t) that is, it lies on the median connecting A to A. Some similar trickery shows that P also lies on the medians connecting B to B and C to C. Since P lies on all three medians, it must be the centroid. 1 Where did the value 2/3 come from?! We want to show that P lies on the line traced out by r A(t), which means we need to find a t-value for which r A(t) = P. We can do this with some algebra: v + t 2 (u + w 2v) = 1 (v + u + w) 3 6v + 3t(u + w 2v) = 2(v + u + w) 3t(u + w 2v) = 4v + 2u + 2w = 2(u + w 2v). From this last line we see that letting t = 2/3 will do the trick. 6

Brief Review of Exam Topics

Brief Review of Exam Topics Math 32A Discussion Session Week 3 Notes October 17 and 19, 2017 We ll use this week s discussion session to prepare for the first midterm. We ll start with a quick rundown of the relevant topics, and

More information

Quiz 2 Practice Problems

Quiz 2 Practice Problems Quiz Practice Problems Practice problems are similar, both in difficulty and in scope, to the type of problems you will see on the quiz. Problems marked with a are for your entertainment and are not essential.

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

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

(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

What you will learn today

What you will learn today What you will learn today The Dot Product Equations of Vectors and the Geometry of Space 1/29 Direction angles and Direction cosines Projections Definitions: 1. a : a 1, a 2, a 3, b : b 1, b 2, b 3, a

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

Vectors and Plane Geometry

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

More information

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

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true.

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true. Math 210-101 Test #1 Sept. 16 th, 2016 Name: Answer Key Be sure to show your work! 1. (20 points) Vector Basics: Let v = 1, 2,, w = 1, 2, 2, and u = 2, 1, 1. (a) Find the area of a parallelogram spanned

More information

Math 3c Solutions: Exam 1 Fall Graph by eliiminating the parameter; be sure to write the equation you get when you eliminate the parameter.

Math 3c Solutions: Exam 1 Fall Graph by eliiminating the parameter; be sure to write the equation you get when you eliminate the parameter. Math c Solutions: Exam 1 Fall 16 1. Graph by eliiminating the parameter; be sure to write the equation you get when you eliminate the parameter. x tan t x tan t y sec t y sec t t π 4 To eliminate the parameter,

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

Mathematics 2203, Test 1 - Solutions

Mathematics 2203, Test 1 - Solutions Mathematics 220, Test 1 - Solutions F, 2010 Philippe B. Laval Name 1. Determine if each statement below is True or False. If it is true, explain why (cite theorem, rule, property). If it is false, explain

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

(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

Dot Product August 2013

Dot Product August 2013 Dot Product 12.3 30 August 2013 Dot product. v = v 1, v 2,..., v n, w = w 1, w 2,..., w n The dot product v w is v w = v 1 w 1 + v 2 w 2 + + v n w n n = v i w i. i=1 Example: 1, 4, 5 2, 8, 0 = 1 2 + 4

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

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

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

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

Unit 8. ANALYTIC GEOMETRY.

Unit 8. ANALYTIC GEOMETRY. Unit 8. ANALYTIC GEOMETRY. 1. VECTORS IN THE PLANE A vector is a line segment running from point A (tail) to point B (head). 1.1 DIRECTION OF A VECTOR The direction of a vector is the direction of the

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

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

15. LECTURE 15. I can calculate the dot product of two vectors and interpret its meaning. I can find the projection of one vector onto another one.

15. LECTURE 15. I can calculate the dot product of two vectors and interpret its meaning. I can find the projection of one vector onto another one. 5. LECTURE 5 Objectives I can calculate the dot product of two vectors and interpret its meaning. I can find the projection of one vector onto another one. In the last few lectures, we ve learned that

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

MATH 19520/51 Class 2

MATH 19520/51 Class 2 MATH 19520/51 Class 2 Minh-Tam Trinh University of Chicago 2017-09-27 1 Review dot product. 2 Angles between vectors and orthogonality. 3 Projection of one vector onto another. 4 Cross product and its

More information

Dot Products, Transposes, and Orthogonal Projections

Dot Products, Transposes, and Orthogonal Projections Dot Products, Transposes, and Orthogonal Projections David Jekel November 13, 2015 Properties of Dot Products Recall that the dot product or standard inner product on R n is given by x y = x 1 y 1 + +

More information

Vector Supplement Part 1: Vectors

Vector Supplement Part 1: Vectors Vector Supplement Part 1: Vectors A vector is a quantity that has both magnitude and direction. Vectors are drawn as directed line segments and are denoted by boldface letters a or by a. The magnitude

More information

Department of Mathematical and Statistical Sciences University of Alberta

Department of Mathematical and Statistical Sciences University of Alberta MATH 214 (R1) Winter 2008 Intermediate Calculus I Solutions to Problem Set #8 Completion Date: Friday March 14, 2008 Department of Mathematical and Statistical Sciences University of Alberta Question 1.

More information

Vector equations of lines in the plane and 3-space (uses vector addition & scalar multiplication).

Vector equations of lines in the plane and 3-space (uses vector addition & scalar multiplication). Boise State Math 275 (Ultman) Worksheet 1.6: Lines and Planes From the Toolbox (what you need from previous classes) Plotting points, sketching vectors. Be able to find the component form a vector given

More information

Solution to Homework 1

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

More information

VECTORS AND THE GEOMETRY OF SPACE

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

More information

22A-2 SUMMER 2014 LECTURE Agenda

22A-2 SUMMER 2014 LECTURE Agenda 22A-2 SUMMER 204 LECTURE 2 NATHANIEL GALLUP The Dot Product Continued Matrices Group Work Vectors and Linear Equations Agenda 2 Dot Product Continued Angles between vectors Given two 2-dimensional vectors

More information

Vectors Year 12 Term 1

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

More information

Mathematics 308 Geometry. Chapter 2. Elementary coordinate geometry

Mathematics 308 Geometry. Chapter 2. Elementary coordinate geometry Mathematics 308 Geometry Chapter 2. Elementary coordinate geometry Using a computer to produce pictures requires translating geometry to numbers, which is carried out through a coordinate system. Through

More information

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

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

More information

94 CHAPTER 3. VECTORS AND THE GEOMETRY OF SPACE

94 CHAPTER 3. VECTORS AND THE GEOMETRY OF SPACE 94 CHAPTER 3. VECTORS AND THE GEOMETRY OF SPACE 3.3 Dot Product We haven t yet de ned a multiplication between vectors. It turns out there are di erent ways this can be done. In this section, we present

More information

1 Vectors. c Kun Wang. Math 151, Fall Vector Supplement

1 Vectors. c Kun Wang. Math 151, Fall Vector Supplement Vector Supplement 1 Vectors A vector is a quantity that has both magnitude and direction. Vectors are drawn as directed line segments and are denoted by boldface letters a or by a. The magnitude of a vector

More information

Comments about Chapter 3 of the Math 5335 (Geometry I) text Joel Roberts November 5, 2003; revised October 18, 2004

Comments about Chapter 3 of the Math 5335 (Geometry I) text Joel Roberts November 5, 2003; revised October 18, 2004 Comments about Chapter 3 of the Math 5335 (Geometry I) text Joel Roberts November 5, 2003; revised October 18, 2004 Contents: Heron's formula (Theorem 8 in 3.5). 3.4: Another proof of Theorem 6. 3.7: The

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

(, ) : R n R n R. 1. It is bilinear, meaning it s linear in each argument: that is

(, ) : R n R n R. 1. It is bilinear, meaning it s linear in each argument: that is 17 Inner products Up until now, we have only examined the properties of vectors and matrices in R n. But normally, when we think of R n, we re really thinking of n-dimensional Euclidean space - that is,

More information

MATH 12 CLASS 4 NOTES, SEP

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

More information

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

(iii) converting between scalar product and parametric forms. (ii) vector perpendicular to two given (3D) vectors

(iii) converting between scalar product and parametric forms. (ii) vector perpendicular to two given (3D) vectors Vector Theory (15/3/2014) www.alevelmathsng.co.uk Contents (1) Equation of a line (i) parametric form (ii) relation to Cartesian form (iii) vector product form (2) Equation of a plane (i) scalar product

More information

Worksheet 1.4: Geometry of the Dot and Cross Products

Worksheet 1.4: Geometry of the Dot and Cross Products Boise State Math 275 (Ultman) Worksheet 1.4: Geometry of the Dot and Cross Products From the Toolbox (what you need from previous classes): Basic algebra and trigonometry: be able to solve quadratic equations,

More information

TRIGONOMETRY REVIEW (PART 1)

TRIGONOMETRY REVIEW (PART 1) TRIGONOMETRY REVIEW (PART ) MATH 52, SECTION 55 (VIPUL NAIK) Difficulty level: Easy to moderate, given that you are already familiar with trigonometry. Covered in class?: Probably not (for the most part).

More information

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

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

More information

8-3 Dot Products and Vector Projections

8-3 Dot Products and Vector Projections Find the dot product of u and v. Then determine if u and v are orthogonal. 3. u = 9, 3, v = 1, 3 Since, u and v are orthogonal. 6. u = 11i + 7j; v = 7i + 11j Write u and v in component form as Since, u

More information

MTH 2310, FALL Introduction

MTH 2310, FALL Introduction MTH 2310, FALL 2011 SECTION 6.2: ORTHOGONAL SETS Homework Problems: 1, 5, 9, 13, 17, 21, 23 1, 27, 29, 35 1. Introduction We have discussed previously the benefits of having a set of vectors that is linearly

More information

we have the following equation:

we have the following equation: 1 VMTS Homework #1 due Thursday, July 6 Exercise 1 In triangle ABC, let P be 2 3 of the way from A to B, let Q be 1 3 of the way from P to C, and let the line BQ intersect AC in R How far is R along the

More information

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

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

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Spring 2018, WEEK 1 JoungDong Kim Week 1 Vectors, The Dot Product, Vector Functions and Parametric Curves. Section 1.1 Vectors Definition. A Vector is a quantity that

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

Exam 1 Review SOLUTIONS

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

More information

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its.

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its. Fry Texas A&M University Fall 2016 Math 150 Notes Chapter 9 Page 248 Chapter 9 -- Vectors Remember that is the set of real numbers, often represented by the number line, 2 is the notation for the 2-dimensional

More information

4.4 Energy in multiple dimensions, dot product

4.4 Energy in multiple dimensions, dot product 4 CONSERVATION LAWS 4.4 Energy in multiple dimensions, dot product Name: 4.4 Energy in multiple dimensions, dot product 4.4.1 Background By this point, you have worked a fair amount with vectors in this

More information

12.5 Equations of Lines and Planes

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

More information

VECTOR STUFF MATH 195, SECTION 59 (VIPUL NAIK)

VECTOR STUFF MATH 195, SECTION 59 (VIPUL NAIK) VECTOR STUFF MATH 195, SECTION 59 (VIPUL NAIK) Corresponding material in the book: Sections 12.2, 12.3, 12.4. What students should definitely get: Vector as a n-tuple, special attention to case n = 3,

More information

Introduction. Law of Sines. Introduction. Introduction. Example 2. Example 1 11/18/2014. Precalculus 6.1

Introduction. Law of Sines. Introduction. Introduction. Example 2. Example 1 11/18/2014. Precalculus 6.1 Introduction Law of Sines Precalculus 6.1 In this section, we will solve oblique triangles triangles that have no right angles. As standard notation, the angles of a triangle are labeled A, B, and C, and

More information

Dot product. The dot product is an inner product on a coordinate vector space (Definition 1, Theorem

Dot product. The dot product is an inner product on a coordinate vector space (Definition 1, Theorem Dot product The dot product is an inner product on a coordinate vector space (Definition 1, Theorem 1). Definition 1 Given vectors v and u in n-dimensional space, the dot product is defined as, n v u v

More information

Math The Dot Product

Math The Dot Product Math 213 - The Dot Product Peter A. Perry University of Kentucky August 26, 2018 Homework Webwork A1 is due Wednesday night Re-read section 12.3, pp. 807 812 Begin work on problems 1-37 (odd), 41-51 (odd)

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

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

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions MATH 55 Applied Honors Calculus III Winter 11 Midterm 1 Review Solutions 11.1: #19 Particle starts at point ( 1,, traces out a semicircle in the counterclockwise direction, ending at the point (1,. 11.1:

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

Comments about Chapters 4 and 5 of the Math 5335 (Geometry I) text Joel Roberts November 5, 2003; revised October 18, 2004 and October 2005

Comments about Chapters 4 and 5 of the Math 5335 (Geometry I) text Joel Roberts November 5, 2003; revised October 18, 2004 and October 2005 Comments about Chapters 4 and 5 of the Math 5335 (Geometry I) text Joel Roberts November 5, 2003; revised October 8, 2004 and October 2005 Contents: Heron's formula (Theorem 9 in 4.5). 4.4: Another proof

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

4.3 TRIGONOMETRY EXTENDED: THE CIRCULAR FUNCTIONS

4.3 TRIGONOMETRY EXTENDED: THE CIRCULAR FUNCTIONS 4.3 TRIGONOMETRY EXTENDED: THE CIRCULAR FUNCTIONS MR. FORTIER 1. Trig Functions of Any Angle We now extend the definitions of the six basic trig functions beyond triangles so that we do not have to restrict

More information

4.1 Prologue. (c) (a) velocity of an object is a vector (b) force is a vector (c) displacement is a vector

4.1 Prologue. (c) (a) velocity of an object is a vector (b) force is a vector (c) displacement is a vector 4 Vectors 4.1 Prologue A vector is an entity that is characterized both by its magnitude and its direction. Vectors are widely used in physics. For example, if you want to describe the motion of an object

More information

MATH 1020 WORKSHEET 12.1 & 12.2 Vectors in the Plane

MATH 1020 WORKSHEET 12.1 & 12.2 Vectors in the Plane MATH 100 WORKSHEET 1.1 & 1. Vectors in the Plane Find the vector v where u =, 1 and w = 1, given the equation v = u w. Solution. v = u w =, 1 1, =, 1 +, 4 =, 1 4 = 0, 5 Find the magnitude of v = 4, 3 Solution.

More information

Analytic Geometry MAT 1035

Analytic Geometry MAT 1035 Analytic Geometry MAT 035 5.09.04 WEEKLY PROGRAM - The first week of the semester, we will introduce the course and given a brief outline. We continue with vectors in R n and some operations including

More information

MAT1035 Analytic Geometry

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

More information

Math 416, Spring 2010 More on Algebraic and Geometric Properties January 21, 2010 MORE ON ALGEBRAIC AND GEOMETRIC PROPERTIES

Math 416, Spring 2010 More on Algebraic and Geometric Properties January 21, 2010 MORE ON ALGEBRAIC AND GEOMETRIC PROPERTIES Math 46, Spring 2 More on Algebraic and Geometric Properties January 2, 2 MORE ON ALGEBRAIC AND GEOMETRIC PROPERTIES Algebraic properties Algebraic properties of matrix/vector multiplication Last time

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

Ch. 7.3, 7.4: Vectors and Complex Numbers

Ch. 7.3, 7.4: Vectors and Complex Numbers Ch. 7.3, 7.4: Vectors and Complex Numbers Johns Hopkins University Fall 2014 (Johns Hopkins University) Ch. 7.3, 7.4: Vectors and Complex Numbers Fall 2014 1 / 38 Vectors(1) Definition (Vector) A vector

More information

Linear Algebra: Homework 3

Linear Algebra: Homework 3 Linear Algebra: Homework 3 Alvin Lin August 206 - December 206 Section.2 Exercise 48 Find all values of the scalar k for which the two vectors are orthogonal. [ ] [ ] 2 k + u v 3 k u v 0 2(k + ) + 3(k

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

LEVERS AND BARYCENTRIC COORDINATES (PART 2)

LEVERS AND BARYCENTRIC COORDINATES (PART 2) LEVERS AND BARYCENTRIC COORDINATES (PART 2) LAMC INTERMEDIATE - 4/20/14 This handout (Part 2) continues the work we started last week when we discussed levers. This week we will focus on Barycentric coordinates

More information

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

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

More information

11.1 Three-Dimensional Coordinate System

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

More information

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

Chapter 5: Double-Angle and Half-Angle Identities

Chapter 5: Double-Angle and Half-Angle Identities Haberman MTH Section II: Trigonometric Identities Chapter 5: Double-Angle and Half-Angle Identities In this chapter we will find identities that will allow us to calculate sin( ) and cos( ) if we know

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

The Cross Product of Two Vectors

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

More information

Analytic Geometry MAT 1035

Analytic Geometry MAT 1035 Analytic Geometry MAT 035 5.09.04 WEEKLY PROGRAM - The first week of the semester, we will introduce the course and given a brief outline. We continue with vectors in R n and some operations including

More information

Exercise 1a: Determine the dot product of each of the following pairs of vectors.

Exercise 1a: Determine the dot product of each of the following pairs of vectors. Bob Bron, CCBC Dundalk Math 53 Calculus 3, Chapter Section 3 Dot Product (Geometric Definition) Def.: The dot product of to vectors v and n in is given by here θ, satisfying 0, is the angle beteen v and.

More information

Midterm Review Packet. Geometry: Midterm Multiple Choice Practice

Midterm Review Packet. Geometry: Midterm Multiple Choice Practice : Midterm Multiple Choice Practice 1. In the diagram below, a square is graphed in the coordinate plane. A reflection over which line does not carry the square onto itself? (1) (2) (3) (4) 2. A sequence

More information

Chapter 3. Betweenness (ordering) A system satisfying the incidence and betweenness axioms is an ordered incidence plane (p. 118).

Chapter 3. Betweenness (ordering) A system satisfying the incidence and betweenness axioms is an ordered incidence plane (p. 118). Chapter 3 Betweenness (ordering) Point B is between point A and point C is a fundamental, undefined concept. It is abbreviated A B C. A system satisfying the incidence and betweenness axioms is an ordered

More information

CHAPTER 10 VECTORS POINTS TO REMEMBER

CHAPTER 10 VECTORS POINTS TO REMEMBER For more important questions visit : www4onocom CHAPTER 10 VECTORS POINTS TO REMEMBER A quantity that has magnitude as well as direction is called a vector It is denoted by a directed line segment Two

More information

3. Interpret the graph of x = 1 in the contexts of (a) a number line (b) 2-space (c) 3-space

3. Interpret the graph of x = 1 in the contexts of (a) a number line (b) 2-space (c) 3-space MA2: Prepared by Dr. Archara Pacheenburawana Exercise Chapter 3 Exercise 3.. A cube of side 4 has its geometric center at the origin and its faces parallel to the coordinate planes. Sketch the cube and

More information

Linear Algebra. Alvin Lin. August December 2017

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

More information

Chapter 3. The Scalar Product. 3.1 The scalar product using coördinates

Chapter 3. The Scalar Product. 3.1 The scalar product using coördinates Chapter The Scalar Product The scalar product is a way of multiplying two vectors to produce a scalar (real number) Let u and v be nonzero vectors represented by AB and AC C v A θ u B We define the angle

More information

Chapter 1E - Complex Numbers

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

More information

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

Solutions Exam 1 Math 221

Solutions Exam 1 Math 221 Solutions Exam 1 Math 221 For each problem, show your work and state clearly the answer you obtain. There are ten problems. The first 9 are worth 12 points each. The last is worth 20 points. 1. Find vectors

More information

Prof. Israel N Nwaguru MATH 1316 CHAPTER 3 - REVIEW

Prof. Israel N Nwaguru MATH 1316 CHAPTER 3 - REVIEW Prof. Israel N Nwaguru MATH 1316 CHAPTER 3 - REVIEW Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Given,, and, use the Law of Sines to solve the triangle

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

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

Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors.

Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors. Vectors summary Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors. AB is the position vector of B relative to A and is the vector

More information