Dot Product August 2013

Size: px
Start display at page:

Download "Dot Product August 2013"

Transcription

1 Dot Product August 2013

2 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 v n w n n = v i w i. i=1 Example: 1, 4, 5 2, 8, 0 = = 30.

3 Clicker Question: Compute the Dot Product v = 1, 0, 1 u = 0, 1, 1 A. v u = 1, 1, 2 B. v u = 0, 0, 1 C. v u = 1 D. v u = 4 E. I don t understand the question. receiver channel: 41 session ID: bsumath275

4 Dot product is a scalar. The dot product of two vectors is a scalar.

5 Dot product and magnitude. Example: 1, 4, 5 1, 4, 5 = = 1, 4, 5 2. v v = v 2 v = v v

6 Properties of dot product. u v = v u (λ u) v = λ( u v) = u (λ v) u ( v 1 + v 2 ) = u v 1 + u v 2 ( u 1 + u 2 ) v = u 1 v + u 2 v (More properties listed in textbook.)

7 Properties of dot product. u v = v u (commutative) (λ u) v = λ( u v) = u (λ v) u ( v 1 + v 2 ) = u v 1 + u v 2 ( u 1 + u 2 ) v = u 1 v + u 2 v (More properties listed in textbook.)

8 Properties of dot product. u v = v u (commutative) (λ u) v = λ( u v) = u (λ v) u ( v 1 + v 2 ) = u v 1 + u v 2 (distributive) ( u 1 + u 2 ) v = u 1 v + u 2 v (distributive) (More properties listed in textbook.)

9 Dot product and angles. v = v e v, u = u e u u v = u v e u e v. What is the dot product of unit vectors?

10 Dot product and angles. v = v e v, u = u e u u v = u v e u e v. What is the dot product of unit vectors? e v θ e u Say in R 2, e u = 1, 0 and e v = cos θ, sin θ. Then e u e v = cos θ.

11 Dot product and angles. v = v e v, u = u e u u v = u v e u e v. What is the dot product of unit vectors? e v θ e u Say in R 2, e u = 1, 0 and e v = cos θ, sin θ. Then e u e v = cos θ. Conclusion: The dot product of two unit vectors is the cosine of the angle between them.

12 Dot product and angles. v = v e v, u = u e u u v = u v e u e v. What is the dot product of unit vectors? e v θ e u Say in R 2, e u = 1, 0 and e v = cos θ, sin θ. Then e u e v = cos θ. Conclusion: The dot product of two unit vectors is the cosine of the angle between them. If u, v are any vectors and θ is the angle between them, u v = u v cos θ.

13 Dot product and angles. If u, v are any vectors and θ is the angle between them, We usually choose ( 2 ) 0 θ π. E.g.: cos 1 = 2 u v = u v cos θ. ( ) u v θ = cos 1. u v

14 Dot product and angles. If u, v are any vectors and θ is the angle between them, u v = u v cos θ. ( ) u v θ = cos 1. u v We usually choose ( 2 ) 0 θ π. E.g.: cos 1 = π π, not

15 Example: Find the Angle Between two Roads. Two straight roads meet at an intersection. One road, running from south to north, gains 20 feet in elevation for every 100 vertical feet traveled (it has a slope of 1/5). The other, running from west to east, loses 10 feet in elevation for every 100 horizontal feet traveled. What is the angle between these roads at their intersection?

16 Challenge: Points on a Circle. Suppose P and Q are opposite points on a circle. Let R be any other point on the circle. Show that: RP RQ.

17 Orthogonality. u and v are perpendicular or orthogonal (notation: u v) if and only if u v =

18 Orthogonality. u and v are perpendicular or orthogonal (notation: u v) if and only if u v = 0.

19 Orthogonality. u and v are perpendicular or orthogonal (notation: u v) if and only if u v = 0. The angle between u and v is acute θ < π/2 cos θ > 0 u v > 0. The angle between u and v is obtuse θ > π/2 cos θ < 0 u v < 0.

20 Clicker Question: Orthogonality Which one of the following is not perpendicular to the vector: v = 2 î 7 ĵ? A. u = 7 î + 2 ĵ B. u = 2 î + 7 ĵ C. u = 14 î + 4 ĵ + ˆk D. 0 E. I don t understand the question. receiver channel: 41 session ID: bsumath275

21 Clicker Question: Orthogonality Can you find a number a so that the vectors v = a, 2 and u = 0, 3 are orthogonal? A. Yes. B. No. C. I don t understand the question. receiver channel: 41 session ID: bsumath275

22 Projection and decomposition. Let v be a nonzero vector, u any vector. Write: u = u + u, where: u is parallel to v, u is perpendicular to v.

23 Projection and decomposition. Let v be a nonzero vector, u any vector. Write: u = u + u, where: u is parallel to v, u is perpendicular to v. u e v v

24 Projection and decomposition. Let v be a nonzero vector, u any vector. Write: u = u + u, where: u is parallel to v, u is perpendicular to v. u u e v u v

25 Projection and decomposition. Let v be a nonzero vector, u any vector. Write: u = u + u, where: u is parallel to v, u is perpendicular to v. u By trigonometry, u e v u v u = ( u cos θ)e v = ( u e v )e v u v = v e v, and u = u u.

26 Projection and decomposition. u = u v v e v, u = u u. Example: Let v = 3, 12, 4, u = 5, 1, 3.

27 Projection and decomposition. u = u v v e v, u = u u. Example: Let v = 3, 12, 4, u = 5, 1, 3. v = = 169 = 13,

28 Projection and decomposition. u = u v v e v, u = u u. Example: Let v = 3, 12, 4, u = 5, 1, 3. v = = 169 = 13, u v = = 39,

29 Projection and decomposition. u = u v v e v, u = u u. Example: Let v = 3, 12, 4, u = 5, 1, 3. v = = 169 = 13, u v = = 39, u v v = = 3,

30 Projection and decomposition. u = u v v e v, u = u u. Example: Let v = 3, 12, 4, u = 5, 1, 3. v = = 169 = 13, u v = = 39, u v v = = 3, u = u v v e v = , 12 13, 4 13 = 9 13, 36 13,

31 Projection and decomposition. u = u v v e v, u = u u. Example: Let v = 3, 12, 4, u = 5, 1, 3. v = = 169 = 13, u v = = 39, u v v = = 3, u = u v v e v = , 12 13, 4 13 = 9 13, 36 13, u = u u = 56 13, 23 13,

32 Clicker Question: Compute u (wrt v) Find the projection of u along v if: v = 0, 2, 3 u = 1, 1, 0 A. u = 0, 2, 3 B. u = 0, 2/13, 3/13 C. u = 0, 4/ 13, 6/ 13 D. u = 0, 4/13, 6/13 E. I don t understand the question. receiver channel: 41 session ID: bsumath275

33 Exercise: acceleration At a given instant, a car is traveling with velocity v = 25î 10ĵ and acceleration a = 5î + 2ĵ. Find a and a with respect to v. How are a and a experienced by the driver of the car?

Vector Algebra August 2013

Vector Algebra August 2013 Vector Algebra 12.1 12.2 28 August 2013 What is a Vector? A vector (denoted or v) is a mathematical object possessing both: direction and magnitude also called length (denoted ). Vectors are often represented

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

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

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

Gradient and Directional Derivatives October 2013

Gradient and Directional Derivatives October 2013 Gradient and Directional Derivatives 14.5 07 October 2013 function of one variable: makes sense to talk about the rate of change function of several variables: rate of change depends on direction slope

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

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

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

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

Created by T. Madas CALCULUS KINEMATICS. Created by T. Madas

Created by T. Madas CALCULUS KINEMATICS. Created by T. Madas CALCULUS KINEMATICS CALCULUS KINEMATICS IN SCALAR FORM Question (**) A particle P is moving on the x axis and its acceleration a ms, t seconds after a given instant, is given by a = 6t 8, t 0. The particle

More information

MAT 1339-S14 Class 8

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

More information

Mathematics 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

Congruence Axioms. Data Required for Solving Oblique Triangles

Congruence Axioms. Data Required for Solving Oblique Triangles Math 335 Trigonometry Sec 7.1: Oblique Triangles and the Law of Sines In section 2.4, we solved right triangles. We now extend the concept to all triangles. Congruence Axioms Side-Angle-Side SAS Angle-Side-Angle

More information

Vectors and Matrices Lecture 2

Vectors and Matrices Lecture 2 Vectors and Matrices Lecture 2 Dr Mark Kambites School of Mathematics 13/03/2014 Dr Mark Kambites (School of Mathematics) COMP11120 13/03/2014 1 / 20 How do we recover the magnitude of a vector from its

More information

Phys101 First Major-111 Zero Version Monday, October 17, 2011 Page: 1

Phys101 First Major-111 Zero Version Monday, October 17, 2011 Page: 1 Monday, October 17, 011 Page: 1 Q1. 1 b The speed-time relation of a moving particle is given by: v = at +, where v is the speed, t t + c is the time and a, b, c are constants. The dimensional formulae

More information

APPM 2350 Section Exam points Wednesday September 26, 6:00pm 7:30pm, 2018

APPM 2350 Section Exam points Wednesday September 26, 6:00pm 7:30pm, 2018 APPM 2350 Section Exam 1 140 points Wednesday September 26, 6:00pm 7:30pm, 2018 ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your student ID number, (3) lecture section/time (4) your instructor

More information

Find a vector equation for the line through R parallel to the line (PQ) (Total 6 marks)

Find a vector equation for the line through R parallel to the line (PQ) (Total 6 marks) 1. The points P( 2, 4), Q (3, 1) and R (1, 6) are shown in the diagram below. (a) Find the vector PQ. (b) Find a vector equation for the line through R parallel to the line (PQ). 2. The position vector

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

Pre-Calculus Vectors

Pre-Calculus Vectors Slide 1 / 159 Slide 2 / 159 Pre-Calculus Vectors 2015-03-24 www.njctl.org Slide 3 / 159 Table of Contents Intro to Vectors Converting Rectangular and Polar Forms Operations with Vectors Scalar Multiples

More information

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

Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017 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

More information

average speed instantaneous origin resultant average velocity position particle model scalar

average speed instantaneous origin resultant average velocity position particle model scalar REPRESENTING MOTION Vocabulary Review Write the term that correctly completes the statement. Use each term once. average speed instantaneous origin resultant average velocity position particle model scalar

More information

Discussion Session 2

Discussion Session 2 Physics 101 Fall 2012 NAME: Discussion Session 2 Vectors and 2D Motion Worksheet Motion in more than one direction is most easily described in terms of vectors. A vector is an object that has a magnitude

More information

10.2,3,4. Vectors in 3D, Dot products and Cross Products

10.2,3,4. Vectors in 3D, Dot products and Cross Products Name: Section: 10.2,3,4. Vectors in 3D, Dot products and Cross Products 1. Sketch the plane parallel to the xy-plane through (2, 4, 2) 2. For the given vectors u and v, evaluate the following expressions.

More information

Energy graphs and work

Energy graphs and work Energy graphs and work Saturday physics at 2pm tomorrow on music. LA info session on Monday at 5pm in UMC235 Clicker scores have been updated. If you have a 0, contact me and include your clicker ID number.

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

VECTORS TEST. 1. Show that the vectors a and b given by a = i + j + k and b = 2i + j 3k are perpendicular. [3]

VECTORS TEST. 1. Show that the vectors a and b given by a = i + j + k and b = 2i + j 3k are perpendicular. [3] VECTORS TEST Show that the vectors a and b given by a = i + j + k and b = i + j k are perpendicular [] Find a unit vector which is parallel to the vector a [] Find an equation for the line through the

More information

CHAPTER 5: Analytic Trigonometry

CHAPTER 5: Analytic Trigonometry ) (Answers for Chapter 5: Analytic Trigonometry) A.5. CHAPTER 5: Analytic Trigonometry SECTION 5.: FUNDAMENTAL TRIGONOMETRIC IDENTITIES Left Side Right Side Type of Identity (ID) csc( x) sin x Reciprocal

More information

Vectors. J.R. Wilson. September 28, 2017

Vectors. J.R. Wilson. September 28, 2017 Vectors J.R. Wilson September 28, 2017 This chapter introduces vectors that are used in many areas of physics (needed for classical physics this year). One complication is that a number of different forms

More information

Discussion Session 2

Discussion Session 2 Physics 11 Fall 2012 NAME: Discussion Session 2 Vectors and 2D Motion Worksheet Motion in more than one direction is most easily described in terms of vectors. A vector is an object that has a magnitude

More information

Lecture 3- Vectors Chapter 3

Lecture 3- Vectors Chapter 3 1 / 36 Lecture 3- Vectors Chapter 3 Instructor: Prof. Noronha-Hostler Course Administrator: Prof. Roy Montalvo PHY-123 ANALYTICAL PHYSICS IA Phys- 123 Sep. 21 th, 2018 2 / 36 Course Reminders The course

More information

Lecture 3- Vectors Chapter 3

Lecture 3- Vectors Chapter 3 1 / 36 Lecture 3- Vectors Chapter 3 Instructor: Prof. Noronha-Hostler Course Administrator: Prof. Roy Montalvo PHY-123 ANALYTICAL PHYSICS IA Phys- 123 Sep. 21 th, 2018 2 / 36 Course Reminders The course

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

Phys101-T121-First Major Exam Zero Version, choice A is the correct answer

Phys101-T121-First Major Exam Zero Version, choice A is the correct answer Phys101-T121-First Major Exam Zero Version, choice A is the correct answer Q1. Find the mass of a solid cylinder of copper with a radius of 5.00 cm and a height of 10.0 inches if the density of copper

More information

When two letters name a vector, the first indicates the and the second indicates the of the vector.

When two letters name a vector, the first indicates the and the second indicates the of the vector. 8-8 Chapter 8 Applications of Trigonometry 8.3 Vectors, Operations, and the Dot Product Basic Terminology Algeraic Interpretation of Vectors Operations with Vectors Dot Product and the Angle etween Vectors

More information

11.4 Dot Product Contemporary Calculus 1

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

More information

RECAP!! Paul is a safe driver who always drives the speed limit. Here is a record of his driving on a straight road. Time (s)

RECAP!! Paul is a safe driver who always drives the speed limit. Here is a record of his driving on a straight road. Time (s) RECAP!! What is uniform motion? > Motion in a straight line > Moving at a constant speed Yes or No? Yes or No? Paul is a safe driver who always drives the speed limit. Here is a record of his driving on

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

Chapter 6: Vector Analysis

Chapter 6: Vector Analysis Chapter 6: Vector Analysis We use derivatives and various products of vectors in all areas of physics. For example, Newton s 2nd law is F = m d2 r. In electricity dt 2 and magnetism, we need surface and

More information

Remark 3.2. The cross product only makes sense in R 3.

Remark 3.2. The cross product only makes sense in R 3. 3. Cross product Definition 3.1. Let v and w be two vectors in R 3. The cross product of v and w, denoted v w, is the vector defined as follows: the length of v w is the area of the parallelogram with

More information

Chapter 6 Additional Topics in Trigonometry

Chapter 6 Additional Topics in Trigonometry Chapter 6 Additional Topics in Trigonometry Overview: 6.1 Law of Sines 6.2 Law of Cosines 6.3 Vectors in the Plan 6.4 Vectors and Dot Products 6.1 Law of Sines What You ll Learn: #115 - Use the Law of

More information

Unit 1 Parent Guide: Kinematics

Unit 1 Parent Guide: Kinematics Unit 1 Parent Guide: Kinematics Kinematics is the study of the motion of objects. Scientists can represent this information in the following ways: written and verbal descriptions, mathematically (with

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

Physics 218 Exam I. Fall 2017 (all sections) September 27 th, 2017

Physics 218 Exam I. Fall 2017 (all sections) September 27 th, 2017 Physics 218 Exam I Fall 2017 (all sections) September 27 th, 2017 Please fill out the information and read the instructions below, but do not open the exam until told to do so. Rules of the exam: 1. You

More information

VECTORS. Vectors OPTIONAL - I Vectors and three dimensional Geometry

VECTORS. Vectors OPTIONAL - I Vectors and three dimensional Geometry Vectors OPTIONAL - I 32 VECTORS In day to day life situations, we deal with physical quantities such as distance, speed, temperature, volume etc. These quantities are sufficient to describe change of position,

More information

Vectors and Scalars. What do you do? 1) What is a right triangle? How many degrees are there in a triangle?

Vectors and Scalars. What do you do? 1) What is a right triangle? How many degrees are there in a triangle? Vectors and Scalars Some quantities in physics such as mass, length, or time are called scalars. A quantity is a scalar if it obeys the ordinary mathematical rules of addition and subtraction. All that

More information

Force 10/01/2010. (Weight) MIDTERM on 10/06/10 7:15 to 9:15 pm Bentley 236. (Tension)

Force 10/01/2010. (Weight) MIDTERM on 10/06/10 7:15 to 9:15 pm Bentley 236. (Tension) Force 10/01/2010 = = Friction Force (Weight) (Tension), coefficient of static and kinetic friction MIDTERM on 10/06/10 7:15 to 9:15 pm Bentley 236 2008 midterm posted for practice. Help sessions Mo, Tu

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

PHYSICS 221, FALL 2009 EXAM #1 SOLUTIONS WEDNESDAY, SEPTEMBER 30, 2009

PHYSICS 221, FALL 2009 EXAM #1 SOLUTIONS WEDNESDAY, SEPTEMBER 30, 2009 PHYSICS 221, FALL 2009 EXAM #1 SOLUTIONS WEDNESDAY, SEPTEMBER 30, 2009 Note: The unit vectors in the +x, +y, and +z directions of a right-handed Cartesian coordinate system are î, ĵ, and ˆk, respectively.

More information

Vector components and motion

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

More information

26. Directional Derivatives & The Gradient

26. Directional Derivatives & The Gradient 26. Directional Derivatives & The Gradient Given a multivariable function z = f(x, y) and a point on the xy-plane P 0 = (x 0, y 0 ) at which f is differentiable (i.e. it is smooth with no discontinuities,

More information

New concepts: scalars, vectors, unit vectors, vector components, vector equations, scalar product. reading assignment read chap 3

New concepts: scalars, vectors, unit vectors, vector components, vector equations, scalar product. reading assignment read chap 3 New concepts: scalars, vectors, unit vectors, vector components, vector equations, scalar product reading assignment read chap 3 Most physical quantities are described by a single number or variable examples:

More information

PART 1: USING SCIENTIFIC CALCULATORS (50 PTS.)

PART 1: USING SCIENTIFIC CALCULATORS (50 PTS.) Math 141 Name: MIDTERM 4 PART 1 (CHAPTERS 5 AND 6: ANALYTIC & MISC. TRIGONOMETRY) MATH 141 SPRING 2018 KUNIYUKI 150 POINTS TOTAL: 50 FOR PART 1, AND 100 FOR PART 2 Show all work, simplify as appropriate,

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

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

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

More information

Physics Chapter 3 Notes. Section 3-1: Introduction to Vectors (pages 80-83)

Physics Chapter 3 Notes. Section 3-1: Introduction to Vectors (pages 80-83) Physics Chapter 3 Notes Section 3-1: Introduction to Vectors (pages 80-83) We can use vectors to indicate both the magnitude of a quantity, and the direction. Vectors are often used in 2- dimensional problems.

More information

Vectors in Physics. Topics to review:

Vectors in Physics. Topics to review: Vectors in Physics Topics to review: Scalars Versus Vectors The Components of a Vector Adding and Subtracting Vectors Unit Vectors Position, Displacement, Velocity, and Acceleration Vectors Relative Motion

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

Work and Energy (Work Done by a Constant Force)

Work and Energy (Work Done by a Constant Force) Lecture 11 Chapter 7 Physics I 10.16.2013 Work and Energy (Work Done by a Constant Force) Course website: http://faculty.uml.edu/andriy_danylov/teaching/physicsi Lecture Capture: http://echo360.uml.edu/danylov2013/physics1fall.html

More information

Vectors. J.R. Wilson. September 27, 2018

Vectors. J.R. Wilson. September 27, 2018 Vectors J.R. Wilson September 27, 2018 This chapter introduces vectors that are used in many areas of physics (needed for classical physics this year). One complication is that a number of different forms

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

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

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

CHAPTER 10 TRIGONOMETRY

CHAPTER 10 TRIGONOMETRY CHAPTER 10 TRIGONOMETRY EXERCISE 39, Page 87 1. Find the length of side x in the diagram below. By Pythagoras, from which, 2 25 x 7 2 x 25 7 and x = 25 7 = 24 m 2. Find the length of side x in the diagram

More information

To summarize the car s velocity information, let the horizontal axis represent time, and the vertical axis represent velocity.

To summarize the car s velocity information, let the horizontal axis represent time, and the vertical axis represent velocity. To summarize the car s velocity information, let the horizontal axis represent time, and the vertical axis represent velocity. The velocity is constant wherever the slope of the distance-vs-time graph

More information

Physics 1 Second Midterm Exam (AM) 2/25/2010

Physics 1 Second Midterm Exam (AM) 2/25/2010 Physics Second Midterm Eam (AM) /5/00. (This problem is worth 40 points.) A roller coaster car of m travels around a vertical loop of radius R. There is no friction and no air resistance. At the top of

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 Math 150 Chapter 9 Fall 2014 1 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 plane.

More information

Solution. The relationship between cartesian coordinates (x, y) and polar coordinates (r, θ) is given by. (x, y) = (r cos θ, r sin θ).

Solution. The relationship between cartesian coordinates (x, y) and polar coordinates (r, θ) is given by. (x, y) = (r cos θ, r sin θ). Problem 1. Let p 1 be the point having polar coordinates r = 1 and θ = π. Let p 2 be the point having polar coordinates r = 1 and θ = π/2. Find the Euclidean distance between p 1 and p 2. The relationship

More information

Chapter 3 Vectors in Physics. Copyright 2010 Pearson Education, Inc.

Chapter 3 Vectors in Physics. Copyright 2010 Pearson Education, Inc. Chapter 3 Vectors in Physics Units of Chapter 3 Scalars Versus Vectors The Components of a Vector Adding and Subtracting Vectors Unit Vectors Position, Displacement, Velocity, and Acceleration Vectors

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

Speed how fast an object is moving (also, the magnitude of the velocity) scalar

Speed how fast an object is moving (also, the magnitude of the velocity) scalar Mechanics Recall Mechanics Kinematics Dynamics Kinematics The description of motion without reference to forces. Terminology Distance total length of a journey scalar Time instant when an event occurs

More information

Components of a Vector

Components of a Vector Vectors (Ch. 1) A vector is a quantity that has a magnitude and a direction. Examples: velocity, displacement, force, acceleration, momentum Examples of scalars: speed, temperature, mass, length, time.

More information

The Vector Product. ! a. !! a! b = c. a.k.a. The Cross Product. ! c. c =! a! b sin! multiply two vectors... get a vector. magnitude: direction:

The Vector Product. ! a. !! a! b = c. a.k.a. The Cross Product. ! c. c =! a! b sin! multiply two vectors... get a vector. magnitude: direction: Angular Momentum a b The Vector Product a.k.a. The Cross Product a b = c multiply two vectors... get a vector c = a b sin magnitude: direction: c and lie in a plane.* Their cross product is a vector perpendicular

More information

State the condition under which the distance covered and displacement of moving object will have the same magnitude.

State the condition under which the distance covered and displacement of moving object will have the same magnitude. Exercise CBSE-Class IX Science Motion General Instructions: (i) (ii) (iii) (iv) Question no. 1-15 are very short answer questions. These are required to be answered in one sentence each. Questions no.

More information

2D Kinematics. Note not covering scalar product or vector product right now we will need it for material in Chap 7 and it will be covered then.

2D Kinematics. Note not covering scalar product or vector product right now we will need it for material in Chap 7 and it will be covered then. Announcements: 2D Kinematics CAPA due at 10pm tonight There will be the third CAPA assignment ready this evening. Chapter 3 on Vectors Note not covering scalar product or vector product right now we will

More information

ISSUED BY K V - DOWNLOADED FROM KINEMATICS

ISSUED BY K V - DOWNLOADED FROM   KINEMATICS KINEMATICS *rest and Motion are relative terms, nobody can exist in a state of absolute rest or of absolute motion. *One dimensional motion:- The motion of an object is said to be one dimensional motion

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

5. A triangle has sides represented by the vectors (1, 2) and (5, 6). Determine the vector representing the third side.

5. A triangle has sides represented by the vectors (1, 2) and (5, 6). Determine the vector representing the third side. Vectors EXAM review Problem 1 = 8 and = 1 a) Find the net force, assume that points North, and points East b) Find the equilibrant force 2 = 15, = 7, and the angle between and is 60 What is the magnitude

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

Chapter 3 Vectors Prof. Raymond Lee, revised

Chapter 3 Vectors Prof. Raymond Lee, revised Chapter 3 Vectors Prof. Raymond Lee, revised 9-2-2010 1 Coordinate systems Used to describe a point s position in space Coordinate system consists of fixed reference point called origin specific axes with

More information

Vectors and 2D Kinematics. AIT AP Physics C

Vectors and 2D Kinematics. AIT AP Physics C Vectors and 2D Kinematics Coordinate Systems Used to describe the position of a point in space Coordinate system consists of a fixed reference point called the origin specific axes with scales and labels

More information

FORCE TABLE INTRODUCTION

FORCE TABLE INTRODUCTION FORCE TABLE INTRODUCTION All measurable quantities can be classified as either a scalar 1 or a vector 2. A scalar has only magnitude while a vector has both magnitude and direction. Examples of scalar

More information

Name: ID: Math 233 Exam 1. Page 1

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

More information

Coordinate Systems. Chapter 3. Cartesian Coordinate System. Polar Coordinate System

Coordinate Systems. Chapter 3. Cartesian Coordinate System. Polar Coordinate System Chapter 3 Vectors Coordinate Systems Used to describe the position of a point in space Coordinate system consists of a fixed reference point called the origin specific axes with scales and labels instructions

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

Student Exploration: Vectors

Student Exploration: Vectors Name: Date: Student Exploration: Vectors Vocabulary: component, dot product, magnitude, resultant, scalar, unit vector notation, vector Prior Knowledge Question (Do this BEFORE using the Gizmo.) An airplane

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

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

Chapter 4. Motion in Two and Three Dimensions

Chapter 4. Motion in Two and Three Dimensions Chapter 4 Motion in Two and Three Dimensions Pui Lam 7_6_2018 Learning Goals for Chapter 4 Recognize that in 2 or 3-dimensions that the velocity vector and the acceleration vector need not be parallel.

More information

Section 8.2 Vector Angles

Section 8.2 Vector Angles Section 8.2 Vector Angles INTRODUCTION Recall that a vector has these two properties: 1. It has a certain length, called magnitude 2. It has a direction, indicated by an arrow at one end. In this section

More information

Physics 170 Lecture 2. Phys 170 Lecture 2 1

Physics 170 Lecture 2. Phys 170 Lecture 2 1 Physics 170 Lecture 2 Phys 170 Lecture 2 1 Phys 170 Lecture 2 2 dministrivia Registration issues? Web page issues? On Connect? http://www.physics.ubc.ca/~mattison/courses/phys170 Mastering Engineering

More information

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

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

More information

Definitions In physics we have two types of measurable quantities: vectors and scalars.

Definitions In physics we have two types of measurable quantities: vectors and scalars. 1 Definitions In physics we have two types of measurable quantities: vectors and scalars. Scalars: have magnitude (magnitude means size) only Examples of scalar quantities include time, mass, volume, area,

More information

Instructions: (62 points) Answer the following questions. SHOW ALL OF YOUR WORK. A B = A x B x + A y B y + A z B z = ( 1) + ( 1) ( 4) = 5

Instructions: (62 points) Answer the following questions. SHOW ALL OF YOUR WORK. A B = A x B x + A y B y + A z B z = ( 1) + ( 1) ( 4) = 5 AP Physics C Fall, 2016 Work-Energy Mock Exam Name: Answer Key Mr. Leonard Instructions: (62 points) Answer the following questions. SHOW ALL OF YOUR WORK. (12 pts ) 1. Consider the vectors A = 2 î + 3

More information

Vector calculus background

Vector calculus background Vector calculus background Jiří Lebl January 18, 2017 This class is really the vector calculus that you haven t really gotten to in Calc III. Let us start with a very quick review of the concepts from

More information

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will Math, Final Exam, Fall Problem Solution. Let u,, and v,,3. (a) Is the angle between u and v acute, obtuse, or right? (b) Find an equation for the plane through (,,) containing u and v. Solution: (a) The

More information

NELSON SENIOR MATHS SPECIALIST 11

NELSON SENIOR MATHS SPECIALIST 11 NELSON SENIOR MATHS SPECIALIST 11 FULLY WORKED SOLUTIONS CHAPTER 1: Basic vectors Exercise 1.01: Two-dimensional vectors Concepts and techniques 1 Speed has no direction. B 2 The magnitude of P(5, 0) is

More information

8.1 Solutions to Exercises

8.1 Solutions to Exercises Last edited 9/6/17 8.1 Solutions to Exercises 1. Since the sum of all angles in a triangle is 180, 180 = 70 + 50 + α. Thus α = 60. 10 α B The easiest way to find A and B is to use Law of Sines. sin( )

More information

( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ( )) ( )

( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ( )) ( ) Solutions Complete solutions to Miscellaneous Exercise. The unit vector, u, can be obtained by using (.5. u= ( 5i+ 7j+ 5 + 7 + 5 7 = ( 5i + 7j+ = i+ j+ 8 8 8 8. (i We have ( 3 ( 6 a+ c= i+ j + i j = i+

More information

Trigonometric ratios:

Trigonometric ratios: 0 Trigonometric ratios: The six trigonometric ratios of A are: Sine Cosine Tangent sin A = opposite leg hypotenuse adjacent leg cos A = hypotenuse tan A = opposite adjacent leg leg and their inverses:

More information

B C = B 2 + C 2 2BC cosθ = (5.6)(4.8)cos79 = ) The components of vectors B and C are given as follows: B x. = 6.

B C = B 2 + C 2 2BC cosθ = (5.6)(4.8)cos79 = ) The components of vectors B and C are given as follows: B x. = 6. 1) The components of vectors B and C are given as follows: B x = 6.1 C x = 9.8 B y = 5.8 C y = +4.6 The angle between vectors B and C, in degrees, is closest to: A) 162 B) 111 C) 69 D) 18 E) 80 B C = (

More information