Quiz 2 Practice Problems

Size: px
Start display at page:

Download "Quiz 2 Practice Problems"

Transcription

1 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. SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference section 11.3 of the recommended textbook (or the equivalent section in your alternative textbook/online resource) and your lecture notes. EXPECTED SKILLS: Know how to compute the dot product of two vectors. Be able to use the dot product to find the angle between two vectors and, in particular, be able to determine if two vectors are orthogonal. Know how to compute the direction cosines of a vector. Be able to decompose vectors into orthogonal components and know how to compute the orthogonal projection of one vector onto another. Be able to use the dot product to find the work W done by a constant force applied at a constant angle with the direction of motion to an object. 1

2 PRACTICE PROBLEMS: 1. For each of the following, compute u v based on the given information. (a) u = 3, 1 ; v =, 5 (b) u = 4, 5, 1 ; v = 3, 6, 1 (c) u = i 3j + 4k; v = 9i j (d) u = 3; v = 4; the angle between u and v is π 4.. Explain why the operation (u v) w does not make sense. 3. Determine whether the angle between v = 1,, 3 and w = 6, 4, 1 is acute, obtuse, or right. Explain. 4. Using the dot product only, give an example of a vector which is orthogonal to both v = 1, 1, 1 and w =, 0, 4. [Hint: Set up a system of equations.] 5. Consider the triangle with vertices A, B, and C. z 1 x 3 1 A C B 5 y

3 Use vectors to compute the angle between the diagonal which extends from vertex A to vertex B and the line segment which extends from vertex A to vertex C. (Verify your answer with Quiz 1 Practice #3c.) 6. Consider the triangle, shown below, with vertices A(1,, 6), B(3, 0, 1), and C(, 1, 0). A z x B C y Compute all three angles of the triangle. 7. Let v = 1, and b = 3, 4. (a) Find the vector component of v along b and the vector component of v orthogonal to b. (b) Sketch v, b, and the vector components that you found in part (a). 8. Express v = i+j+3k as the sum of a vector parallel to b = i+4j k and a vector orthogonal to b. 9. Suppose that u 0 and v 0. Under what condition will u + v = u v? Explain. 3

4 10. The following questions deal with finding the distance from a point to a line. (a) Given three points A, B, and P in -space or 3-space as shown in the picture below, describe two different ways that you could use the dot product to calculate the distance, d, between the point P and the line which contains A and B. (b) Use one of your methods from part (a) to compute the distance from the point P (5, 3, 0) to the line containing A(1, 0, 1) and B(, 3, 1). 11. (Pythagorean Theorem) Prove that for any two orthogonal vectors v and w, v + w = v + w. [Hint: Use properties of the dot product to expand v + w.] 1. Let A and B be endpoints of a diameter of a circle with radius r, and suppose that C is any other point on the circle, as shown below. C B O A 4

5 Prove that ABC is a right triangle. [Hint: Express each of CA and CB as the combination of CO and some other vector.] 13. (Cauchy-Schwarz Inequality:) Prove that for all vectors v and w, v w v w. 14. Let v = 1,, 3. (a) Compute the direction cosines of v. (b) Verify that cos α + cos β + cos γ = 1, where α, β, and γ are the angles between v and i, j, and k, respectively. 15. (Triangle Inequality:) Prove that for any two vectors v and w, v + w v + w. [Hint: Use problem #11 s hint and the Cauchy-Schwarz inequality.] 16. A constant force with vector representation F = 10i + 18j 6k moves an object along a straight line from the point (, 3, 0) to the point (4, 9, 15). Find the work done if the distance is measured in meters and the magnitude of the force is measured in newtons. 17. A woman exerts a horizontal force of 5 lb on a crate as she pushes it up a ramp that is 10 ft long and inclined at an angle of 0 above the horizontal. Find the work done on the box. An airplane flies at a constant airspeed c directly above a closed polygonal path in a plane, completing one circuit. Show that, compared to no wind, the presence of a wind of constant speed k < c and constant direction will increase the time required. 5

6 SOLUTIONS 1. (a) (3)() + ( 1)( 5) = = 11 (b) (4)(3) + ( 5)(6) + (1)( 1) = = 19 (c) (1)(9) + ( 3)( ) + (4)(0) = = 15 (d) (3)(4) cos(π/4) = 1 / = 6. The quantity u v is a scalar. We cannot take the dot product of a scalar with a vector. 3. Note that v w = (1)( 6) + ()(4) + (3)( 1) = = 1 < 0 so that the cosine of the angle between v and w is negative, which means that the angle is obtuse. 4. Suppose u = a, b, c is a vector which is orthogonal to both v = 1, 1, 1 and w =, 0, 4. Then u v = 0 = u w. Hence a + b + c = 0 and a + 4c = 0. The second equation dictates that a = c. Plugging this into the first equation yields c + b + c = 0 so that b = c. Hence u = a, b, c = c, c, c = c, 1, 1. In other words, u must be a scalar multiple of, 1, Note that the vertices of the triangle are A(3,, 0), B(1, 5, 1), and C(1, 5, 0). Hence AB = 1 3, 5, 1 0 =, 3, 1 and AC = 1 3, 5, 0 0 =, 3, 0, and so cos( BAC) = = = AB AC AB AC ( )( ) + (3)(3) + (1)(0) ( ) ( ) =

7 This matches the answer from Quiz 1 Practice Problem #3c. 6. For A, we have AB = 3 1, 0 ( ), 1 6 =,, 7 and AC = 1, 1 ( ), 0 6 = 3, 3, 6. Hence m A = cos 1 AB AC AB AC ( ) = cos 1 ()( 3) + ()(3) + ( 7)( 6) + + ( 7) ( 3) ( 6) ( ) = cos ( ) 4 = cos For B, we have BC = 3, 1 0, 0 ( 1) = 5, 1, 1 and BA = AB =,, 7. Hence m A = cos 1 BA BC BA BC ( ) = cos 1 ( 5)( ) + (1)( ) + (1)(7) ( 5) ( ) + ( ) + 7 ( ) = cos ( ) 15 = cos ( ) ( ) 4 15 Of course m C = π cos 1 cos 1 since, from geometry, the sum of the angle measures of a triangle is π. 7. (a) The vector component of v along b is proj b v = v b (1)( 3) + ()(4) b = 3, 4 = 5 3, 4 = 3 b ( 3) ,

8 The vector component of v orthogonal to b is orth b v = v proj b v = 1, 3 5, 4 8 = 5 5, 6. 5 (b) 8. Take proj b v = v b (1)( ) + ()(4) + (3)( 1) b = ( i+4j k) = 3 b ( ) ( 1) 1 ( i+4j k) = 7 i+4 7 j 1 7 k and orth b v = v orth b v = (i+j+3k) ( 7 i + 47 j 17 ) k = 9 7 i 10 7 j+ 7 k. We get our desired decomposition v = ( 7 i j 1 7 k) + ( 9 7 i 10 7 j + 7 k). 9. Observe that 8

9 u + v = u v u + v = u v (u + v) (u + v) = (u v) (u v) u u + u v + v v = u u u v + v v 4u v = 0 u v = 0. Hence u and v must be orthogonal. 10. (a) OPTION 1: Once can compute AP and proj AP. Then use the Pythagorean theorem to calculate d. AB OPTION : One can find proj ABAP. Then d = AP proj ABAP. (b) This is an exercise left to the reader. In both cases, you should get d = 91/ Since v and w are orthogonal, we have that v w = 0, and so v + w = (v + w) (v + w) = v v + v w + w w = v + w. As you can see, this is a generalization of the theorem from geometry of the same name. 1. Notice that CA = CO + OA and CB = CO + OB. Yet OA and OB are collinear and are oppositely directed radii of O. Thus OB = OA, and so CB = CO OA. Therefore 9

10 CA CB = ( CO + OA) ( CO OA) = CO CO CO OA + OA CO OA OA = CO OA = r r = 0. Hence CA CB, and so ABC is a right triangle. 13. If θ is the angle between v and w, then v w = v w cos θ = v w cos θ v w since cos θ (a) Since v = = = 14, cos α = v 1 = v 1/ 14, cos β = v = / 14, and cos γ = v 3 = 3/ 14. v v (b) Indeed cos α+cos β +cos γ = (1/ 14) +(/ 14) +(3/ 14) = 1/14 + 4/14 + 9/14 = 14/14 = As v + w, v, and w are positive for all vectors v and w, it suffices to prove the inequality holds on their squares. Indeed v + w = v v + v w + w w as shown in the solution of problem 11. Since x x for every real number x, it follows by the Cauchy-Schwarz inequality that 10

11 v v+v w+w w v + v w + w v + v w + w = ( v + w ) (Recall that vector addition follows the parallelogram law. In particular, the vectors v, w, and v +w, can be imagined as sides of a triangle. This is why the theorem is called the triangle inequality; it is a generalization of the inequality from geometry of the same name. As you may begin to notice from the last few problems, many theorems from geometry can be restated in the language of vectors. Can you come up with more?) 16. The displacement vector of the object is d = 4, 9 3, 15 0 =, 6, 15, and so the work done is F d = [(10)() + (18)(6) + ( 6)(15)] N-m = ( ) J = 98 J. 17. W = (5 lb)(10 ft) cos(0 ) = 50 cos(0 ) ft-lb 34.9 ft-lb. 11

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

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

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

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

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

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =,

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =, SUPPLEMENT I 1. Vectors Definition. A vector is a quantity that has both a magnitude and a direction. A twodimensional vector is an ordered pair a = a 1, a 2 of real numbers. The numbers a 1 and a 2 are

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

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

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

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

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

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

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

Applications of Trigonometry and Vectors. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Applications of Trigonometry and Vectors. Copyright 2017, 2013, 2009 Pearson Education, Inc. 7 Applications of Trigonometry and Vectors Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 7.4 Geometrically Defined Vectors and Applications Basic Terminology The Equilibrant Incline Applications

More information

Exercise. Exercise 1.1. MA112 Section : Prepared by Dr.Archara Pacheenburawana 1

Exercise. Exercise 1.1. MA112 Section : Prepared by Dr.Archara Pacheenburawana 1 MA112 Section 750001: Prepared by Dr.Archara Pacheenburawana 1 Exercise Exercise 1.1 1 8 Find the vertex, focus, and directrix of the parabola and sketch its graph. 1. x = 2y 2 2. 4y +x 2 = 0 3. 4x 2 =

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

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

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

College Trigonometry

College Trigonometry College Trigonometry George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 131 George Voutsadakis (LSSU) Trigonometry January 2015 1 / 39 Outline 1 Applications

More information

BC VECTOR PROBLEMS. 13. Find the area of the parallelogram having AB and AC as adjacent sides: A(2,1,3), B(1,4,2), C( 3,2,7) 14.

BC VECTOR PROBLEMS. 13. Find the area of the parallelogram having AB and AC as adjacent sides: A(2,1,3), B(1,4,2), C( 3,2,7) 14. For problems 9 use: u (,3) v (3, 4) s (, 7). w =. 3u v = 3. t = 4. 7u = u w (,3,5) 5. wt = t (,, 4) 6. Find the measure of the angle between w and t to the nearest degree. 7. Find the unit vector having

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

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

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

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

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 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true?

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

More information

Chapter 7.4: Vectors

Chapter 7.4: Vectors Chapter 7.4: Vectors In many mathematical applications, quantities are determined entirely by their magnitude. When calculating the perimeter of a rectangular field, determining the weight of a box, or

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

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

MATH 2203 Exam 1 January 26, 2004 S. F. Ellermeyer Name

MATH 2203 Exam 1 January 26, 2004 S. F. Ellermeyer Name MATH 2203 Exam 1 January 26, 2004 S. F. Ellermeyer Name Instructions. This exam contains seven problems, but only six of them will be graded. You maychooseanysixtodo. PleasewriteDON TGRADEontheonethatyoudon

More information

which has a check digit of 9. This is consistent with the first nine digits of the ISBN, since

which has a check digit of 9. This is consistent with the first nine digits of the ISBN, since vector Then the check digit c is computed using the following procedure: 1. Form the dot product. 2. Divide by 11, thereby producing a remainder c that is an integer between 0 and 10, inclusive. The check

More information

1.1 Vectors. The length of the vector AB from A(x1,y 1 ) to B(x 2,y 2 ) is

1.1 Vectors. The length of the vector AB from A(x1,y 1 ) to B(x 2,y 2 ) is 1.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 a is its length,

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

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

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

Homework Assignments Math /02 Fall 2017

Homework Assignments Math /02 Fall 2017 Homework Assignments Math 119-01/02 Fall 2017 Assignment 1 Due date : Wednesday, August 30 Section 6.1, Page 178: #1, 2, 3, 4, 5, 6. Section 6.2, Page 185: #1, 2, 3, 5, 6, 8, 10-14, 16, 17, 18, 20, 22,

More information

10.1 Three Dimensional Space

10.1 Three Dimensional Space Math 172 Chapter 10A notes Page 1 of 12 10.1 Three Dimensional Space 2D space 0 xx.. xx-, 0 yy yy-, PP(xx, yy) [Fig. 1] Point PP represented by (xx, yy), an ordered pair of real nos. Set of all ordered

More information

Section 5.1. Perimeter and Area

Section 5.1. Perimeter and Area Section 5.1 Perimeter and Area Perimeter and Area The perimeter of a closed plane figure is the distance around the figure. The area of a closed plane figure is the number of non-overlapping squares of

More information

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

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

More information

the coordinates of C (3) Find the size of the angle ACB. Give your answer in degrees to 2 decimal places. (4)

the coordinates of C (3) Find the size of the angle ACB. Give your answer in degrees to 2 decimal places. (4) . The line l has equation, 2 4 3 2 + = λ r where λ is a scalar parameter. The line l 2 has equation, 2 0 5 3 9 0 + = µ r where μ is a scalar parameter. Given that l and l 2 meet at the point C, find the

More information

7.3. Applications of the Dot Product. Solution. Find the Angle Between Two Vectors. Solution

7.3. Applications of the Dot Product. Solution. Find the Angle Between Two Vectors. Solution 7.3 Applications of the Dot Product The dot product has many applications in mathematics and science. Finding the work done, determining the angle between two vectors, and finding the projection of one

More information

Regent College. Maths Department. Core Mathematics 4. Vectors

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

More information

Practical Linear Algebra: A Geometry Toolbox

Practical Linear Algebra: A Geometry Toolbox Practical Linear Algebra: A Geometry Toolbox Third edition Chapter 2: Here and There: Points and Vectors in 2D Gerald Farin & Dianne Hansford CRC Press, Taylor & Francis Group, An A K Peters Book www.farinhansford.com/books/pla

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

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

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

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

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 1 Fall 2018

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 1 Fall 2018 DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS MATH SOME SOLUTIONS TO EXAM 1 Fall 018 Version A refers to the regular exam and Version B to the make-up 1. Version A. Find the center

More information

Homework Assignments Math /02 Fall 2014

Homework Assignments Math /02 Fall 2014 Homework Assignments Math 119-01/02 Fall 2014 Assignment 1 Due date : Friday, September 5 6th Edition Problem Set Section 6.1, Page 178: #1, 2, 3, 4, 5, 6. Section 6.2, Page 185: #1, 2, 3, 5, 6, 8, 10-14,

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

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

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

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

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

( ) = ( ) ( ) = ( ) = + = = = ( ) Therefore: , where t. Note: If we start with the condition BM = tab, we will have BM = ( x + 2, y + 3, z 5)

( ) = ( ) ( ) = ( ) = + = = = ( ) Therefore: , where t. Note: If we start with the condition BM = tab, we will have BM = ( x + 2, y + 3, z 5) Chapter Exercise a) AB OB OA ( xb xa, yb ya, zb za),,, 0, b) AB OB OA ( xb xa, yb ya, zb za) ( ), ( ),, 0, c) AB OB OA x x, y y, z z (, ( ), ) (,, ) ( ) B A B A B A ( ) d) AB OB OA ( xb xa, yb ya, zb za)

More information

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers. A: Initial Point (start); B: Terminal Point (end) : ( ) ( )

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers. A: Initial Point (start); B: Terminal Point (end) : ( ) ( ) Syllabus Objectives: 5.1 The student will explore methods of vector addition and subtraction. 5. The student will develop strategies for computing a vector s direction angle and magnitude given its coordinates.

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

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

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

Vector Geometry. Chapter 5

Vector Geometry. Chapter 5 Chapter 5 Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at

More information

4.1 Distance and Length

4.1 Distance and Length Chapter Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at vectors

More information

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers

Precalculus Notes: Unit 6 Vectors, Parametrics, Polars, & Complex Numbers Syllabus Objectives: 5.1 The student will eplore methods of vector addition and subtraction. 5. The student will develop strategies for computing a vector s direction angle and magnitude given its coordinates.

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

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount.

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount. Name Unit #17: Spring Trig Unit Notes #1: Basic Trig Review I. Unit Circle A circle with center point and radius. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that

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

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

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

Lesson 2B: Thales Theorem

Lesson 2B: Thales Theorem Lesson 2B: Thales Theorem Learning Targets o I can identify radius, diameter, chords, central circles, inscribed circles and semicircles o I can explain that an ABC is a right triangle, then A, B, and

More information

Part (1) Second : Trigonometry. Tan

Part (1) Second : Trigonometry. Tan Part (1) Second : Trigonometry (1) Complete the following table : The angle Ratio 42 12 \ Sin 0.3214 Cas 0.5321 Tan 2.0625 (2) Complete the following : 1) 46 36 \ 24 \\ =. In degrees. 2) 44.125 = in degrees,

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

More information

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

1. Vectors in the Plane

1. Vectors in the Plane CHAPTER 10 Vectors and the Geometry of Space 1. Vectors in the Plane We denote the directed line segment from the point P (initial point) to the!! point Q (terminal point) as P Q. The length of P Q is

More information

5-7 The Pythagorean Theorem

5-7 The Pythagorean Theorem 5-7 The Pythagorean Theorem Warm Up Lesson Presentation Lesson Quiz Geometry Warm Up Classify each triangle by its angle measures. 1. 2. acute right 3. Simplify 12 4. If a = 6, b = 7, and c = 12, find

More information

Inner Product Spaces 6.1 Length and Dot Product in R n

Inner Product Spaces 6.1 Length and Dot Product in R n Inner Product Spaces 6.1 Length and Dot Product in R n Summer 2017 Goals We imitate the concept of length and angle between two vectors in R 2, R 3 to define the same in the n space R n. Main topics are:

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

Quiz 6 Practice Problems

Quiz 6 Practice Problems Quiz 6 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

More information

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1

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

More information

(, ) : 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

EUCLIDEAN SPACES AND VECTORS

EUCLIDEAN SPACES AND VECTORS EUCLIDEAN SPACES AND VECTORS PAUL L. BAILEY 1. Introduction Our ultimate goal is to apply the techniques of calculus to higher dimensions. We begin by discussing what mathematical concepts describe these

More information

VECTOR NAME OF THE CHAPTER. By, Srinivasamurthy s.v. Lecturer in mathematics. K.P.C.L.P.U.College. jogfalls PART-B TWO MARKS QUESTIONS

VECTOR NAME OF THE CHAPTER. By, Srinivasamurthy s.v. Lecturer in mathematics. K.P.C.L.P.U.College. jogfalls PART-B TWO MARKS QUESTIONS NAME OF THE CHAPTER VECTOR PART-A ONE MARKS PART-B TWO MARKS PART-C FIVE MARKS PART-D SIX OR FOUR MARKS PART-E TWO OR FOUR 1 1 1 1 1 16 TOTAL MARKS ALLOTED APPROXIMATELY By, Srinivasamurthy s.v Lecturer

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

Mathematics 2260H Geometry I: Euclidean geometry Trent University, Fall 2016 Solutions to the Quizzes

Mathematics 2260H Geometry I: Euclidean geometry Trent University, Fall 2016 Solutions to the Quizzes Mathematics 2260H Geometry I: Euclidean geometry Trent University, Fall 2016 Solutions to the Quizzes Quiz #1. Wednesday, 13 September. [10 minutes] 1. Suppose you are given a line (segment) AB. Using

More information

LB 220 Homework 2 (due Tuesday, 01/22/13)

LB 220 Homework 2 (due Tuesday, 01/22/13) LB 220 Homework 2 (due Tuesday, 01/22/13) Directions. Please solve the problems below. Your solutions must begin with a clear statement (or re-statement in your own words) of the problem. You solutions

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

The Theorem of Pythagoras

The Theorem of Pythagoras CONDENSED LESSON 9.1 The Theorem of Pythagoras In this lesson you will Learn about the Pythagorean Theorem, which states the relationship between the lengths of the legs and the length of the hypotenuse

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

Chapter 2 Mechanical Equilibrium

Chapter 2 Mechanical Equilibrium Chapter 2 Mechanical Equilibrium I. Force (2.1) A. force is a push or pull 1. A force is needed to change an object s state of motion 2. State of motion may be one of two things a. At rest b. Moving uniformly

More information

Unit 1 Representing and Operations with Vectors. Over the years you have come to accept various mathematical concepts or properties:

Unit 1 Representing and Operations with Vectors. Over the years you have come to accept various mathematical concepts or properties: Lesson1.notebook November 27, 2012 Algebra Unit 1 Representing and Operations with Vectors Over the years you have come to accept various mathematical concepts or properties: Communative Property Associative

More information

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

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

More information

Mathematics 2260H Geometry I: Euclidean geometry Trent University, Winter 2012 Quiz Solutions

Mathematics 2260H Geometry I: Euclidean geometry Trent University, Winter 2012 Quiz Solutions Mathematics 2260H Geometry I: Euclidean geometry Trent University, Winter 2012 Quiz Solutions Quiz #1. Tuesday, 17 January, 2012. [10 minutes] 1. Given a line segment AB, use (some of) Postulates I V,

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

LINEAR ALGEBRA - CHAPTER 1: VECTORS

LINEAR ALGEBRA - CHAPTER 1: VECTORS LINEAR ALGEBRA - CHAPTER 1: VECTORS A game to introduce Linear Algebra In measurement, there are many quantities whose description entirely rely on magnitude, i.e., length, area, volume, mass and temperature.

More information

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

RMT 2013 Geometry Test Solutions February 2, = 51.

RMT 2013 Geometry Test Solutions February 2, = 51. RMT 0 Geometry Test Solutions February, 0. Answer: 5 Solution: Let m A = x and m B = y. Note that we have two pairs of isosceles triangles, so m A = m ACD and m B = m BCD. Since m ACD + m BCD = m ACB,

More information

Chapter 7. Applications of Trigonometry and Vectors. Section 7.1: Oblique Triangles and the Law of Sines Connections (page 307)

Chapter 7. Applications of Trigonometry and Vectors. Section 7.1: Oblique Triangles and the Law of Sines Connections (page 307) Chapter 7 Applications of Trigonometry and Vectors Section 7.1: Oblique Triangles and the Law of Sines Connections (page 307) ( a h) x ( a h) ycos θ X =, Y = f secθ ysinθ f secθ ysinθ 1. house: X H 1131.8

More information

Department of Physics, Korea University

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

More information

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

Assignment 1 and 2: Complete practice worksheet: Simplifying Radicals and check your answers

Assignment 1 and 2: Complete practice worksheet: Simplifying Radicals and check your answers Geometry 0-03 Summary Notes Right Triangles and Trigonometry These notes are intended to be a guide and a help as you work through Chapter 8. These are not the only thing you need to read, however. Rely

More information

REVISION EXERCISES ON GEOMETRY END TRIGONOMETRY

REVISION EXERCISES ON GEOMETRY END TRIGONOMETRY REVISION EXERCISES ON GEOMETRY END TRIGONOMETRY 1 The bearing of B from A is 030. Find the bearing of A from B. 2 For triangle ABC, AB = 60 cm, BC = 80 cm and the magnitude of angle ABC is 120. Find the

More information