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

Size: px
Start display at page:

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

Transcription

1 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 a is its length, denoted by a or a. A two-dimensional vector is an ordered pair a =< a 1, a 2 > of real numbers. The numbers a 1 and a 2 are called the components of a. Given the points A(x 1, y 1 ) and B(x 2, y 2 ), the vector a with initial point A and terminal point B (also written AB) is a =< x2 x 1, y 2 y 1 >. The length of the vector AB from A(x1, y 1 ) to B(x 2, y 2 ) is AB = (x 2 x 1 ) 2 + (y 2 y 1 ) 2. Example: Given the points A(2, 5) and B(4, 1), find the vector AB and its magnitude. Remarks: (1) A vector with initial point at the origin is said to be in standard position. (2) The only vector with length 0 is the zero vector 0 =< 0, 0 >. This vector is also the only vector with no specific direction. (3) Two vectors are equal if they have the same magnitude and direction. So, it doesnt matter where the vector is as long as it has the same magnitude and direction (the same displacement). (4) A vector < a 1, a 2 > with initial point at the origin is called the position vector of the point (a 1, a 2 ). 1

2 Vector Addition: If a =< a 1, a 2 > and b =< b 1, b 2 >, then the vector a + b is defined by a + b =< a1 + b 1, a 2 + b 2 >. Scalar Multiplication: If c is a scalar and a =< a 1, a 2 >, then the vector c a is defined by c a =< ca 1, ca 2 >. Two vectors a and b are parallel if b = c a for some scalar c. Vector Difference: If a =< a 1, a 2 > and b =< b 1, b 2 >, then the vector a b is defined by a b =< a1 b 1, a 2 b 2 >. Example: If a =< 5, 4 > and b =< 1, 2 >, find 2 a b. 2

3 Unit Vector: A vector with length (magnitude) 1 is called a Unit Vector. A unit vector in the direction of a is: Example: If a =< 2, 3 >, find a unit vector in the direction of a. Example: If a =< 2, 3 >, find a vector of length 5 in the same direction as a. Standard Basis Vectors: There are two special unit vectors that we use all the time: i =< 1, 0 >, j =< 0, 1 >. Then i and j are unit vectors pointing in the directions of the positive x- and y-axes. The vectors i and j are called basis vectors because EVERY vector a =< a 1, a 2 > can be written in terms of these unit vectors by a = a 1 i + a 2 j. 3

4 Example: Given the vectors a =< 2, 1 >, b = 3i + 5j, and c = 2i + 6j, find scalars s and t so that sa + tb = c. Direction: The direction of a vector is the positive angle θ formed by the positive x-axis and the vector. Suppose you are given a vector a with magnitude a and direction θ. Then a =< a cos θ, a sin θ >. Example: A vector a has a = 4 and θ = 60. Write a in component form. Example: Find the direction of the vector a = 4i 5j from the positive x-axis. 4

5 Applications The velocity of an object can be modeled by a vector, where the direction of the vector is the direction of motion, and the magnitude of the vector is the speed. Often when dealing with boats or planes, directions are expressed as bearings: Example: A person is swimming due north at 5 mi/h relative to the water. The water is flowing due west at 2 mi/h. Find the true course and speed of the person. Example: Suppose that a wind is blowing in the direction S45E at a speed of 60 km/h. A pilot is steering a plane in the direction N60E at an airspeed (speed in still air) of 150 km/h. The true course, or track, of the plane is the direction of the resultant of the velocity vectors of the plane and the wind. The ground speed of the plane is the magnitude of the resultant. Find the true course and the ground speed of the plane. (Round your answers to one decimal place.) 5

6 Another application of vectors involves forces. A force has magnitude (measured in pounds or Newtons) and a direction. If several forces are acting on an object, the resultant force is the vector sum of all these forces. Example: Two forces F 1 and F 2 are acting on an object at a point P. F 1 has a magnitude of 40 lbs in a direction of 60 from the positive x-axis. F 2 has a magnitude of 20 lbs in a direction of 330 from the positive x-axis. Find the resultant force F along with both its magnitude and direction. 6

7 2 The Dot Product The dot product of two nonzero vectors a and b, denoted a b, is the number a b = a b cos θ, where θ is the angle between a and b, 0 θ π. If the vectors are given in component form where a =< a 1, a 2 > and b =< b 1, b 2 >, then a b = a 1 b 1 + a 2 b 2. Important: The dot product of two vectors is always a SCALAR, not a vector. For this reason, the dot product is sometimes called the scalar product. Example: Calculate a b in the following scenarios. (1) a =< 4, 7 >, b =< 3, 3 > (2) a = 7, b = 2, and the angle between the two vectors is π/6. Two vectors are orthogonal or perpendicular if if the angle between them is π/2 or 90. Thus, two vectors are orthogonal if and only if a b = 0, since cos π/2 = 0. Example: Find the value(s) of x such that the vectors a =< 4x, 1 > and b = xi - 6xj are orthogonal. Orthogonal Complement: Sometimes it is useful to find a vector that is orthogonal to a given vector with the same length. Given the nonzero vector a =< a 1, a 2 >, the orthogonal complement of a is the vector a =< a 2, a 1 > Example: Find a vector of length 2 that is orthogonal to < 2, 8 >. 7

8 The dot product can also be used to find the angle between two vectors when they are given in component form. Since a b = a b cos θ, then cos θ = a b a b θ = arccos a b a b Example: Find the angle between the vectors a =< 1, 4 > and b =< 2, 5 >. Example: Given a triangle with vertices A(1, 5), B(2, 1), and C(4, 6), find BCA. 8

9 Work: Work is an application of the dot product to physics. The work done in moving an object through a distance d by a force F is W = F d. However, this formula only works if the force is applied in the same direction as the motion. We now generalize to the case where the force may not be applied in the same direction by using vectors. Suppose a force F moves an object from a point P to a point Q. The displacement vector is D = P Q. How much work is done? W = F D = F D cos θ. If the force is measured in Newtons and the displacement is measured in meters, then the unit of work is Nm, which is also call a joule (J). If the force is measured in pounds and the displacement is measured in feet, then the unit of work is the ft lb. Example: A force F = 4i+2j moves an object from the point P (3, 6) to the point Q(2, 9). How much work is done if force is measured in lbs and distance is measured in ft? Example: A horizontal force of 30 N is used to push a box up a 20 m ramp which is inclined at an angle of 15. How much work is done? 9

10 Projections Scalar Projection of b onto a (also called the Component of b along a): Vector Projection of b onto a: Comp a b = a b a Proj a b = ( a b a ) a a = a b a 2 a. Example: Find the scalar and vector projections of the vector < 3, 1 > onto the vector < 2, 5 >. Example: Find the distance from the point (3, 6) to the line y = 1 2 x

11 3 Parametric Equations and Vector Functions Parametric Curves: Sometimes, instead of representing a curve using justx and y, it is more convenient to use parametric equations using a parameter such ast. This means that the values of x and y are defined as functions of this parameter, x(t) and y(t). Example: Sketch the curve represented by the parametric equations x = 3t + 1, y = 2t 1. If given a set of parametric equations, it may be useful to convert back into a Cartesian equation (using x and y only). In order to do this, you must eliminate the parameter. How? 1. If possible, solve one of the parametric equations for t and use substitution. 2. If the parametric equations involve trig functions, use a trig identity, often sin 2 θ + cos 2 θ = 1. Example: Eliminate the parameter from the previous example and write a Cartesian equation for the curve Sometimes, there may be a restriction on the values of t or the values of x and y may have bounds you need to watch out for. Example: Eliminate the parameter to find a Cartesian equation for the following curves, sketch a graph, and denote the direction of motion as t increases. 1. x = t + 1, y = t 3, 2 t 4 11

12 2. x = t, y = 2 t 3. x = 3 + sin t, y = 2 + cos t 4. x = sin(t), y = csc(t), 0 < t < π/2 12

13 Vector Functions: We can define vector functions using these parametric equations by r(t) =< x(t), y(t) >. It is called a vector function because it takes values of t and produces vectors. These vectors are tracing out the curve. Example: Sketch the curve represented by the vector function r(t) = (4 cos t)i + (sin t)j, 0 t π. Example: The position of an object after t seconds, t 0, is given by the vector function r(t) =< t 2, t 2 >. 1. What is the position of the object at time t = 6? 2. At what time, if ever, is the object at position (9, 1)? 3. Does the object pass through the point (49, 7)? 4. Find an equation in x and y whose graph is the path of the object and sketch its path. 13

14 Vector Equation of a Line: If P 0 (x 0, y 0 ) is a point on the line with position vector r 0 and v is a vector parallel to the line, then the vector equation of the line is r(t) = r 0 + tv. Parametric equations of the line that passes through the point P (x 0, y 0 ) and is parallel to the vector < a, b > are given by x = x 0 + at y = y 0 + bt Example: Find a vector equation and parametric equations for the line that passes through the points (2, 5) and (1, 7). Example: Find parametric equations for the line that passes through the point (3, 2) and is parallel to the line y = 2 3 x

15 Example: Find a vector equation of the line that passes through the point (1, 4) and is perpendicular to the line with vector equation r(t) =< 3 5t, 2 + 7t >. Determine whether the lines r 1 (t) = ( 1 2t)i + (2 + t)j and r 2 (s) = (5 + 3s)i + (3 + 6s)j are parallel, perpendicular, or neither. If they are not parallel, find the point of intersection 15

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

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 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

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

Appendix D: Algebra and Trig Review

Appendix D: Algebra and Trig Review Appendix D: Algebra and Trig Review Find the domains of the following functions. x+2 x 2 5x+4 3 x 4 + x 2 9 7 x If f(x) = x 3, find f(8+h) f(8) h and simplify by rationalizing the numerator. 1 Converting

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

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

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

More information

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

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

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems To locate a point in a plane, two numbers are necessary. We know that any point in the plane can be represented as an ordered pair (a, b) of real numbers, where a is the x-coordinate and b is the y-coordinate.

More information

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

There are two types of multiplication that can be done with vectors: = +.

There are two types of multiplication that can be done with vectors: = +. Section 7.5: The Dot Product Multiplying Two Vectors using the Dot Product There are two types of multiplication that can be done with vectors: Scalar Multiplication Dot Product The Dot Product of two

More information

OpenStax-CNX module: m Vectors. OpenStax College. Abstract

OpenStax-CNX module: m Vectors. OpenStax College. Abstract OpenStax-CNX module: m49412 1 Vectors OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 In this section you will: Abstract View vectors

More information

Supplement: 1.1 Introduction to Vectors and Vector Functions

Supplement: 1.1 Introduction to Vectors and Vector Functions Math 151 c Lynch 1 of 6 Supplement: 1.1 Introduction to Vectors and Vector Functions The term vector is used by scientists to indicate a quantity (such as velocity or force) that has both magnitude and

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

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

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

(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

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

MATH 151, SPRING 2018

MATH 151, SPRING 2018 MATH 11, SPRING 018 COMMON EXAM I - VERSIONAKEY LAST NAME(print): FIRST NAME(print): INSTRUCTOR: SECTION NUMBER: DIRECTIONS: 1. The use of a calculator, laptop or computer is prohibited.. TURN OFF cell

More information

Math 370 Exam 3 Review Name

Math 370 Exam 3 Review Name Math 370 Exam 3 Review Name The following problems will give you an idea of the concepts covered on the exam. Note that the review questions may not be formatted like those on the exam. You should complete

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

The polar coordinates of a point are given. Find the rectangular coordinates of the point. 1) 7, 2 3 D) - 7 2, A) - 7 2, 7 3

The polar coordinates of a point are given. Find the rectangular coordinates of the point. 1) 7, 2 3 D) - 7 2, A) - 7 2, 7 3 Ch 9. Assignment Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. The polar coordinates of a point are given. Find the rectangular coordinates

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 151, Fall 2018 Common Exam 1 Version A

Math 151, Fall 2018 Common Exam 1 Version A Math 151, Fall 018 Common Exam 1 Version A LAST NAME (print): FIRST NAME (print): INSTRUCTOR: STUDENT ID NUMBER: Directions: 1. No calculators, cell phones, or other electronic devices may be used, and

More information

u + v = u - v =, where c Directed Quantities: Quantities such as velocity and acceleration (quantities that involve magnitude as well as direction)

u + v = u - v =, where c Directed Quantities: Quantities such as velocity and acceleration (quantities that involve magnitude as well as direction) Pre-Calculus Section 10.3: Vectors & Their Applications (Part I) 1. Vocabulary (Summary): 4. Algebraic Operations on Vectors: If u = Scalar: A quantity possessing only magnitude (such weight or length

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

Math 1316 Exam 3. if u = 4, c. ÄuÄ = isin π Ë 5 34, , 5 34, 3

Math 1316 Exam 3. if u = 4, c. ÄuÄ = isin π Ë 5 34, , 5 34, 3 Math 36 Exam 3 Multiple Choice Identify the choice that best completes the statement or answers the question.. Find the component form of v if ÄÄ= v 0 and the angle it makes with the x-axis is 50. 0,0

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

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

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

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

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

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

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , ,

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , , Name: Date: Practice Midterm Exam Sections 1., 1.3,.1-.7, 6.1-6.5, 8.1-8.7 a108 Please develop your one page formula sheet as you try these problems. If you need to look something up, write it down on

More information

MATH 151, SPRING 2018

MATH 151, SPRING 2018 MATH 151, SPRING 018 COMMON EXAM I - VERSIONBKEY LAST NAME(print): FIRST NAME(print): INSTRUCTOR: SECTION NUMBER: DIRECTIONS: 1. The use of a calculator, laptop or computer is prohibited.. TURN OFF cell

More information

Culminating Review for Vectors

Culminating Review for Vectors Culminating Review for Vectors 0011 0010 1010 1101 0001 0100 1011 An Introduction to Vectors Applications of Vectors Equations of Lines and Planes 4 12 Relationships between Points, Lines and Planes An

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

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

Review of Coordinate Systems

Review of Coordinate Systems Vector in 2 R and 3 R Review of Coordinate Systems Used to describe the position of a point in space Common coordinate systems are: Cartesian Polar Cartesian Coordinate System Also called rectangular coordinate

More information

Exercises for Multivariable Differential Calculus XM521

Exercises for Multivariable Differential Calculus XM521 This document lists all the exercises for XM521. The Type I (True/False) exercises will be given, and should be answered, online immediately following each lecture. The Type III exercises are to be done

More information

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction.

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction. EQT 101-Engineering Mathematics I Teaching Module CHAPTER 3 : VECTORS 3.1 Introduction Definition 3.1 A ector is a quantity that has both magnitude and direction. A ector is often represented by an arrow

More information

Math 370 Exam 3 Review Name

Math 370 Exam 3 Review Name Math 70 Exam Review Name The following problems will give you an idea of the concepts covered on the exam. Note that the review questions may not be formatted like those on the exam. You should complete

More information

1. Find the Dot Product of Two Vectors 2. Find the Angle Between Two Vectors

1. Find the Dot Product of Two Vectors 2. Find the Angle Between Two Vectors Objectives kˆz 1. Find the Dot Product of Two Vectors 2. Find the Angle Between Two Vectors t < 0 r 0 t > 0 ĵy 3. Determine if Two Vectors Are Parallel 4. Determine if Two Vectors Are Orthogonal 5. Decompose

More information

12.1. Cartesian Space

12.1. Cartesian Space 12.1. Cartesian Space In most of your previous math classes, we worked with functions on the xy-plane only meaning we were working only in 2D. Now we will be working in space, or rather 3D. Now we will

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

Vectors. Examples of vectors include: displacement, velocity, acceleration, and force. Examples of scalars include: distance, speed, time, and volume.

Vectors. Examples of vectors include: displacement, velocity, acceleration, and force. Examples of scalars include: distance, speed, time, and volume. Math 150 Prof. Beydler 7.4/7.5 Notes Page 1 of 6 Vectors Suppose a car is heading NE (northeast) at 60 mph. We can use a vector to help draw a picture (see right). v A vector consists of two parts: 1.

More information

Trigonometry Test 3 Practice Chapters 5 and 6 NON-CALCULATOR PORTION

Trigonometry Test 3 Practice Chapters 5 and 6 NON-CALCULATOR PORTION NON-CALCULATOR PORTION Find four solutions to each of the following; write your answer in 1. 2. 3. 4. 5. 6. radians: Find the value of each of the following: 7. ( ) 8. 9. ( ) 10. 11. 12. 13. ( ) Find four

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

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

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

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

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector Multivariable Calculus: Chapter 13: Topic Guie an Formulas (pgs 800 851) * line segment notation above a variable inicates vector The 3D Coorinate System: Distance Formula: (x 2 x ) 2 1 + ( y ) ) 2 y 2

More information

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Calculus Vector Principia Mathematica Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Defining a vector Vectors in the plane A scalar is a quantity that can be represented by a

More information

PreCalculus Second Semester Review Chapters P-3(1st Semester)

PreCalculus Second Semester Review Chapters P-3(1st Semester) PreCalculus Second Semester Review Chapters P-(1st Semester) Solve. Check for extraneous roots. All but #15 from 1 st semester will be non-calculator. P 1. x x + 5 = 1.8. x x + x 0 (express the answer

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

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

6.4 Vectors and Dot Products

6.4 Vectors and Dot Products 6.4 Vectors and Dot Products Copyright Cengage Learning. All rights reserved. What You Should Learn Find the dot product of two vectors and use the properties of the dot product. Find the angle between

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

How can we find the distance between a point and a plane in R 3? Between two lines in R 3? Between two planes? Between a plane and a line?

How can we find the distance between a point and a plane in R 3? Between two lines in R 3? Between two planes? Between a plane and a line? Overview Yesterday we introduced equations to describe lines and planes in R 3 : r = r 0 + tv The vector equation for a line describes arbitrary points r in terms of a specific point r 0 and the direction

More information

Kevin James. MTHSC 206 Section 12.5 Equations of Lines and Planes

Kevin James. MTHSC 206 Section 12.5 Equations of Lines and Planes MTHSC 206 Section 12.5 Equations of Lines and Planes Definition A line in R 3 can be described by a point and a direction vector. Given the point r 0 and the direction vector v. Any point r on the line

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

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

Calculus III. Exam 2

Calculus III. Exam 2 Calculus III Math 143 Spring 011 Professor Ben Richert Exam Solutions Problem 1. (0pts) Computational mishmash. For this problem (and only this problem), you are not required to supply any English explanation.

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

Vectors and the Geometry of Space

Vectors and the Geometry of Space Vectors and the Geometry of Space Many quantities in geometry and physics, such as area, volume, temperature, mass, and time, can be characterized by a single real number scaled to appropriate units of

More information

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 2/13/13, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.2. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241sp13/241.html)

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

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

Plane Curves and Parametric Equations

Plane Curves and Parametric Equations Plane Curves and Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction We typically think of a graph as a curve in the xy-plane generated by the

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

Chapter 8: Polar Coordinates and Vectors

Chapter 8: Polar Coordinates and Vectors Chapter 8: Polar Coordinates and Vectors 8.1 Polar Coordinates This is another way (in addition to the x-y system) of specifying the position of a point in the plane. We give the distance r of the point

More information

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same 11.1 Vectors in the Plane 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same direction as. QP a. u =< 1, 2 > b. u =< 1 5, 2 5 > c. u =< 1, 2 > d. u =< 1 5, 2 5 > 2. If u has magnitude

More information

Student Content Brief Advanced Level

Student Content Brief Advanced Level Student Content Brief Advanced Level Vectors Background Information Physics and Engineering deal with quantities that have both size and direction. These physical quantities have a special math language

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

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

LB 220 Homework 1 (due Monday, 01/14/13)

LB 220 Homework 1 (due Monday, 01/14/13) LB 220 Homework 1 (due Monday, 01/14/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

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

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

TAMU Spring Math 151, Spring 2019 Common Exam 1 Version A

TAMU Spring Math 151, Spring 2019 Common Exam 1 Version A TAMU Spring 019 Math 151, Spring 019 Common Eam 1 Version A LAST NAME (print): FIRST NAME (print): INSTRUCTOR: SECTION NUMBER: STUDENT ID NUMBER: Directions: 1. No calculators, cell phones, or other electronic

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

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

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

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

NORTHEASTERN UNIVERSITY Department of Mathematics

NORTHEASTERN UNIVERSITY Department of Mathematics NORTHEASTERN UNIVERSITY Department of Mathematics MATH 1342 (Calculus 2 for Engineering and Science) Final Exam Spring 2010 Do not write in these boxes: pg1 pg2 pg3 pg4 pg5 pg6 pg7 pg8 Total (100 points)

More information

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003 SOLUTIONS TO SECOND PRACTICE EXAM Math a, Spring 3 Problem ) ( points) Circle for each of the questions the correct letter. No justifications are needed. Your score will be C W where C is the number of

More information

Math 2433 Notes Week The Dot Product. The angle between two vectors is found with this formula: cosθ = a b

Math 2433 Notes Week The Dot Product. The angle between two vectors is found with this formula: cosθ = a b Math 2433 Notes Week 2 11.3 The Dot Product The angle between two vectors is found with this formula: cosθ = a b a b 3) Given, a = 4i + 4j, b = i - 2j + 3k, c = 2i + 2k Find the angle between a and c Projection

More information

Chapter 12 Review Vector. MATH 126 (Section 9.5) Vector and Scalar The University of Kansas 1 / 30

Chapter 12 Review Vector. MATH 126 (Section 9.5) Vector and Scalar The University of Kansas 1 / 30 Chapter 12 Review Vector MATH 126 (Section 9.5) Vector and Scalar The University of Kansas 1 / 30 iclicker 1: Let v = PQ where P = ( 2, 5) and Q = (1, 2). Which of the following vectors with the given

More information

4. Factor the expression completely. Begin by factoring out the lowest power of each common factor: 20x 1/2 + 9x 1/2 + x 3/2

4. Factor the expression completely. Begin by factoring out the lowest power of each common factor: 20x 1/2 + 9x 1/2 + x 3/2 M180 Final Exam practice 1.Simplify each expression, and eliminate any negative exponents. st 7 4 1 s t. Simplify the expression. Assume that x, y, and z denote any positive real numbers. 3. Rationalize

More information

Things you should have learned in Calculus II

Things you should have learned in Calculus II Things you should have learned in Calculus II 1 Vectors Given vectors v = v 1, v 2, v 3, u = u 1, u 2, u 3 1.1 Common Operations Operations Notation How is it calculated Other Notation Dot Product v u

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

b) The trend is for the average slope at x = 1 to decrease. The slope at x = 1 is 1.

b) The trend is for the average slope at x = 1 to decrease. The slope at x = 1 is 1. Chapters 1 to 8 Course Review Chapters 1 to 8 Course Review Question 1 Page 509 a) i) ii) [2(16) 12 + 4][2 3+ 4] 4 1 [2(2.25) 4.5+ 4][2 3+ 4] 1.51 = 21 3 = 7 = 1 0.5 = 2 [2(1.21) 3.3+ 4][2 3+ 4] iii) =

More information

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , ,

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , , Name: Date: Practice Midterm Exam Sections 1., 1.3,.1-.7, 6.1-6.5, 8.1-8.7 a108 Please develop your one page formula sheet as you try these problems. If you need to look something up, write it down on

More information

Monday Tuesday Block Friday 13 22/ End of 9-wks Pep-Rally Operations Vectors Two Vectors

Monday Tuesday Block Friday 13 22/ End of 9-wks Pep-Rally Operations Vectors Two Vectors Name: Period: Pre-Cal AB: Unit 6: Vectors Monday Tuesday Block Friday 13 14 15/16 PSAT/ASVAB 17 Pep Rally No School Solving Trig Equations TEST Vectors Intro 20 21 22/23 24 End of 9-wks Pep-Rally Operations

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

1 Vector Geometry in Two and Three Dimensions

1 Vector Geometry in Two and Three Dimensions 1 Vector Geometry in Two and Three Dimensions 1.1 Vectors in Two Dimensions You ve probably heard of vectors as objects with both magnitude and direction, or something along these lines. Another way to

More information

BELLWORK feet

BELLWORK feet BELLWORK 1 A hot air balloon is being held in place by two people holding ropes and standing 35 feet apart. The angle formed between the ground and the rope held by each person is 40. Determine the length

More information

Practice problems from old exams for math 132 William H. Meeks III

Practice problems from old exams for math 132 William H. Meeks III Practice problems from old exams for math 32 William H. Meeks III Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These practice tests are

More information

Multiple Choice. 1.(6 pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9.

Multiple Choice. 1.(6 pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9. Multiple Choice.(6 pts) Find smmetric equations of the line L passing through the point (, 5, ) and perpendicular to the plane x + 3 z = 9. (a) x = + 5 3 = z (c) (x ) + 3( 3) (z ) = 9 (d) (e) x = 3 5 =

More information