Vector Supplement Part 1: Vectors

Size: px
Start display at page:

Download "Vector Supplement Part 1: Vectors"

Transcription

1 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 of a vector a is its length, denoted a. In practice, 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. Two vectors are equal if they have the same magnitude and direction. So, it doesn t matter where the vector is as long as it has the same magnitude and direction (the same displacement). A vector a 1, a 2 with initial point at the origin is called the position vector of the point (a 1, a 2 ). A vector with initial point at the origin is said to be in standard position. Magnitude: The magnitude (or length) of a vector a=< a 1, a 2 > is a = (a 1 ) 2 + (a 2 ) 2 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 = x 2 x 1, y 2 y 1 The length of the vector AB from A(x1, y 1 ) to B(x 2, y 2 ) is Example: Given the points A( 2, 5) and B(4, 1), find the vector AB and its magnitude. 1

2 The zero vector, 0, is the vector 0, 0. It has magnitude 0 and no direction. Vector Addition: If a = a 1, a 2 and b = b 1, b 2, then the vector a + b is a 1 + b 1, a 2 + b 2 Scalar Multiplication: Multiplying a vector by a scalar (number) changes the magnitude of the vector by this factor. A negative scalar changes the magnitude and also reverses the direction. If c is a scalar and a = a 1, a 2, then the vector ca = ca 1, ca 2. Two vectors a and b are parallel if b = ca for some scalar c. Vector Difference: If a = a 1, a 2 and b = b 1, b 2, then the vector a b is a 1 b 1, a 2 b 2 Example: If a = 3, 4 and b = 1, 2, find 2a 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: Find a vector of length 5 in the same direction as a. Basis Vectors: There are two special unit vectors that we use all the time: i = 1, 0 j = 0, 1 i is the unit vector in the positive horizontal (x) direction, and j is the unit vector in the positive vertical (y) direction. 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 Two vectors are parallel if they are scalar multiples of each other. Are the vectors a = 3i 5j and b = 6i + 10j parallel? 3

4 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 length 4 and makes an angle of 60 with the positive x-axis. Write a in component form. Example: Find the vector a where a = 10 and a makes an angle of 300 with the positive x-axis. Example: Find the direction of the vector a = 4i 5j from the positive x-axis. 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: 4

5 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: A jet is flying through a wind that is blowing with a speed of 40 mph in the direction N 30 W. The jet has an airspeed (speed in still air) of 760 mph, and the pilot heads the jet in the direction N 45 E. Find the ground speed and true course of the jet (as a bearing). 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 Vector Supplement Part 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 either vector is the vector 0, then the dot product is 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. (a) a = 4, 7, b = 3, 2 (b) a = 7, b = 2, and the angle between the two vectors is π 6 3 cases: 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 = 2x 2, 1 and b = 2i 6xj are orthogonal. 7

8 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 Note that a 2, a 1 is another vector that is orthogonal to a, but it doesn t have a special name. Example: Find the orthogonal complement of the vector a = 10i + 6j. Example: Find a vector of length 2 that is orthogonal to < 2, 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 ( ) a b θ = arccos 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 N m, 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? Example: If the box is pulled up this same ramp at an angle of 70 to the ramp, how much work is done? 9

10 Projections: Scalar Projection of b onto a (also called the Component of b along a): compab = a b a ( ) a b a Vector Projection of b onto a: projab = a a = a b a 2 a Example: Find the scalar and vector projections of the vector 3, 1 onto the vector 2, 5. 10

11 Example: Find the distance from the point (3, 6) to the line y = 1 2 x

12 Vector Supplement Part 3: Parametric Equations and Vector Functions Parametric Curves: Sometimes, instead of representing a curve using just x and y, it is more convenient to use parametric equations using a parameter such as t. 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. Exampl2e: Eliminate the parameter to find a Cartesian equation for the following curves, sketch a graph, and denote the direction of motion as t increases. (a) x = t + 1, y = t 3, 2 t 4 12

13 (b) x = t, y = 2 t (c) x = 3 + sin θ, y = 2 + cos θ (d) x = cos t, y = sec t, 0 t π 3 13

14 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. What is the position of the object at time t = 6? At what time, if ever, is the object at position (9, 1)? Does the object pass through the point (49, 7)? Find an equation in x and y whose graph is the path of the object and sketch its path. 14

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(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

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

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

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

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

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

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

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

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

SB Ch 6 May 15, 2014

SB Ch 6 May 15, 2014 Warm Up 1 Chapter 6: Applications of Trig: Vectors Section 6.1 Vectors in a Plane Vector: directed line segment Magnitude is the length of the vector Direction is the angle in which the vector is pointing

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

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

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

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 1E - Complex Numbers

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

More information

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

More information

Chapter 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

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

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

11.1 Three-Dimensional Coordinate System

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

More information

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

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

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

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

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

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

Teacher Content Brief

Teacher Content Brief Teacher Content Brief Vectors Introduction Your students will need to be able to maneuver their Sea Perch during the competition, so it will be important for them to understand how forces combine to create

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

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

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

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

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

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

PreCalculus Second Semester Review Ch. P to Ch. 3 (1st Semester) ~ No Calculator

PreCalculus Second Semester Review Ch. P to Ch. 3 (1st Semester) ~ No Calculator PreCalculus Second Semester Review Ch. P to Ch. 3 (1st Semester) ~ No Calculator Solve. Express answer using interval notation where appropriate. Check for extraneous solutions. P3 1. x x+ 5 1 3x = P5.

More information

CALCULUS 3 February 6, st TEST

CALCULUS 3 February 6, st TEST MATH 400 (CALCULUS 3) Spring 008 1st TEST 1 CALCULUS 3 February, 008 1st TEST YOUR NAME: 001 A. Spina...(9am) 00 E. Wittenbn... (10am) 003 T. Dent...(11am) 004 J. Wiscons... (1pm) 005 A. Spina...(1pm)

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

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

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

Arnie Pizer Rochester Problem Library Fall 2005 WeBWorK assignment Vectors0Introduction due 01/03/2008 at 02:00am EST.

Arnie Pizer Rochester Problem Library Fall 2005 WeBWorK assignment Vectors0Introduction due 01/03/2008 at 02:00am EST. WeBWorK assignment Vectors0Introduction due 0/03/2008 at 02:00am EST.. ( pt) rochesterlibrary/setvectors0introduction/ur vc 0.pg If Tom Bombadil s house is 5 miles east of Hobbiton and 2 miles south, what

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

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

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

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

Accelerated Precalculus (Shildneck) Spring Final Exam Topic List

Accelerated Precalculus (Shildneck) Spring Final Exam Topic List Accelerated Precalculus (Shildneck) Spring Final Exam Topic List Unit 1 Laws of Sines and Cosines Unit 4 Polar Equations Law of Cosines Law of Sines Ambiguous Case Sine Area Formula Hero s Formula Applications

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

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

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

Section 10.4 Vectors

Section 10.4 Vectors 220 Section 10.4 Vectors In this section, we will define and explore the properties of vectors. Vectors can be used to represent the speed and the direction of an object, the force and direction acting

More information

12. Lines in R 3. through P 0 and is parallel to v is written parametrically as a function of t: Using vector notation, the same line is written

12. Lines in R 3. through P 0 and is parallel to v is written parametrically as a function of t: Using vector notation, the same line is written 12. Lines in R 3 Given a point P 0 = (x 0, y 0, z 0 ) and a direction vector v 1 = a, b, c in R 3, a line L that passes through P 0 and is parallel to v is written parametrically as a function of t: x(t)

More information

Test # 3 Review Math Name (6.5 to 6.7, 10.1 to 10.3,and 10.5)

Test # 3 Review Math Name (6.5 to 6.7, 10.1 to 10.3,and 10.5) Test # Review Math 14 Name (6.5 to 6.7, 10.1 to 10.,and 10.5) Date: MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the product of the complex

More information

6.3 Vectors in a Plane

6.3 Vectors in a Plane 6.3 Vectors in a Plane Plan: Represent ectors as directed line segments. Write the component form of ectors. Perform basic ector operations and represent ectors graphically. Find the direction angles of

More information

Vectors in the Plane

Vectors in the Plane Vectors in the Plane MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Vectors vs. Scalars scalar quantity having only a magnitude (e.g. temperature, volume, length, area) and

More information

1 Geometry of R Conic Sections Parametric Equations More Parametric Equations Polar Coordinates...

1 Geometry of R Conic Sections Parametric Equations More Parametric Equations Polar Coordinates... Contents 1 Geometry of R 2 2 1.1 Conic Sections............................................ 2 1.2 Parametric Equations........................................ 3 1.3 More Parametric Equations.....................................

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

Section 14.1 Vector Functions and Space Curves

Section 14.1 Vector Functions and Space Curves Section 14.1 Vector Functions and Space Curves Functions whose range does not consists of numbers A bulk of elementary mathematics involves the study of functions - rules that assign to a given input a

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

Bonus Section II: Solving Trigonometric Equations

Bonus Section II: Solving Trigonometric Equations Fry Texas A&M University Math 150 Spring 2017 Bonus Section II 260 Bonus Section II: Solving Trigonometric Equations (In your text this section is found hiding at the end of 9.6) For what values of x does

More information

Unit 11: Vectors in the Plane

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

More information

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

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

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

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

Mathematical review trigonometry vectors Motion in one dimension

Mathematical review trigonometry vectors Motion in one dimension Mathematical review trigonometry vectors Motion in one dimension Used to describe the position of a point in space Coordinate system (frame) consists of a fixed reference point called the origin specific

More information

Name: Date: Period: Calculus Honors: 4-2 The Product Rule

Name: Date: Period: Calculus Honors: 4-2 The Product Rule Name: Date: Period: Calculus Honors: 4- The Product Rule Warm Up: 1. Factor and simplify. 9 10 0 5 5 10 5 5. Find ' f if f How did you go about finding the derivative? Let s Eplore how to differentiate

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

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

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