Objectives: Graph vectors in 3 dimensions Use cross products and dot products to find perpendicular vectors.

Slides:



Advertisements
Similar presentations
10.2 Vectors and Vector Value Functions
Advertisements

Vectors Lesson 4.3.
Vectors in 3-Dimensional Space Section 8-3. WHAT YOU WILL LEARN: 1.How to add and subtract vectors in 3-dimensional space. 2.How to find the magnitude.
General Physics (PHYS101)
Objective: 8-4 Perpendicular Vectors1 Homework Answers 36. 5, 3i + 4j i – 34j Page i + 4j - k 16., i + 5j – 11k 18.,38.
Perpendicular Vectors Section 8-4. WHAT YOU WILL LEARN: 1.How to find the inner product and cross product of two vectors. 2.How to determine whether two.
For any two vectors A and B, which of the following equations is false. A) A – A = 0 B) A – B = A + B C) A + B = B + A D) A/a = 1/a (A), where ‘a’ is a.
1. A unit vector is A) without dimensions. B) without direction. C) without magnitude. D) None of the above. 2. The force F = (3 i + 4 j ) N has a magnitude.
CS 4731: Computer Graphics Lecture 6: Points, Scalars and Vectors Emmanuel Agu.
Lecture 13 Today Basic Laws of Vector Algebra Scalars: e.g. 2 gallons, $1,000, 35ºC Vectors: e.g. velocity: 35mph heading south 3N force toward.
Vectors Sections 6.6. Objectives Rewrite a vector in rectangular coordinates (in terms of i and j) given the initial and terminal points of the vector.
Vectors. We will start with a basic review of vectors.
Vectors: 5 Minute Review Vectors can be added or subtracted. ◦ To add vectors graphically, draw one after the other, tip to tail. ◦ To add vectors algebraically,
PHYS 218 sec Review Chap. 1. Caution This presentation is to help you understand the contents of the textbook. Do not rely on this review for.
Vectors: 5 Minute Review Vectors can be added or subtracted. ◦ To add vectors graphically, draw one after the other, tip to tail. ◦ To add vectors algebraically,
Scalar and Vector Fields
VECTORS AND THE GEOMETRY OF SPACE 12. VECTORS AND THE GEOMETRY OF SPACE So far, we have added two vectors and multiplied a vector by a scalar.
APPLICATIONS OF TRIGONOMETRY
Multiplication with Vectors
CHS Physics Multiplying Vectors. Three Possibilities 1. Multiplying a Vector by a Scalar 2. Multiplying Vector by a Vector 1. Scalar Product 2. Vector.
POSITION VECTORS & FORCE VECTORS
Section 13.3 The Dot Product. We have added and subtracted vectors, what about multiplying vectors? There are two ways we can multiply vectors 1.One results.
Vectors Measured quantity with Magnitude and Direction. Example: The wind velocity of 30 knots North The wind velocity of 30 knots North The weight of.
Vectors. Definitions Scalar – magnitude only Vector – magnitude and direction I am traveling at 65 mph – speed is a scalar. It has magnitude but no direction.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Patrick Nichols Thursday, September 18, Linear Algebra Review.
VECTORSVECTORS Describing paths. VECTOR: line segment with… i. Direction(an angle) ii. Magnitude||v|| = length of vector (distance)
Scalars and Vectors Scalars are quantities that are fully described by a magnitude (or numerical value) alone. Vectors are quantities that are fully described.
Section 13.4 The Cross Product. Torque Torque is a measure of how much a force acting on an object causes that object to rotate –The object rotates around.
Vectors 7.4 JMerrill, 2007 Revised Definitions Vectors are quantities that are described by direction and magnitude (size). Example: A force is.
Section 9.2: Vectors Practice HW from Stewart Textbook (not to hand in) p. 649 # 7-20.
10.2 Vectors and Vector Value Functions. Quantities that we measure that have magnitude but not direction are called scalars. Quantities such as force,
Vectors. Vectors: magnitude and direction Practice.
Algebraic Vectors Section 8-2. WHAT YOU WILL LEARN: 1.How to find ordered pairs that represent vectors. 2.How to add, subtract, multiply and find the.
Vectors A quantity which has both magnitude and direction is called a vector. Vector notations A B a AB = a AB x and y are the components of vector AB.
Vectors in Plane Objectives of this Section Graph Vectors Find a Position Vector Add and Subtract Vectors Find a Scalar Product and Magnitude of a Vector.
HWQ Find the xy trace:.
Assigned work: pg.377 #5,6ef,7ef,8,9,11,12,15,16 Pg. 385#2,3,6cd,8,9-15 So far we have : Multiplied vectors by a scalar Added vectors Today we will: Multiply.
Chapter 3 Vectors. Vectors – physical quantities having both magnitude and direction Vectors are labeled either a or Vector magnitude is labeled either.
8.1 and 8.2 answers. 8.3: Vectors February 9, 2009.
Learning Objectives Know the difference between scalar and vector quantities Know the graphical addition (subtraction) of vectors Know how to find the.
Vectors and Dot Product 6.4 JMerrill, Quick Review of Vectors: Definitions Vectors are quantities that are described by direction and magnitude.
CSE 681 Brief Review: Vectors. CSE 681 Vectors Basics Normalizing a vector => unit vector Dot product Cross product Reflection vector Parametric form.
Vectors What are they? How do we measure them? How do we add them? How do we scalar multiply them?
6.4 Vectors and Dot Products Objectives: Students will find the dot product of two vectors and use properties of the dot product. Students will find angles.
11. Section 12.1 Vectors Vectors What is a vector and how do you combine them?
Vectors Chapter 2.  Scalars and vectors : A scalar quantity: is a quantity that has magnitude only. Mass, time, speed, distance, pressure, Temperature.
CSE 681 Brief Review: Vectors. CSE 681 Vectors Direction in space Normalizing a vector => unit vector Dot product Cross product Parametric form of a line.
Lesson 12 – 7 Geometric Vectors
Warm up 1.) (3, 2, -4), (-1, 0, -7) Find the vector in standard position and find the magnitude of the vector.
ES2501: Statics/Unit 4-1: Decomposition of a Force
Vectors Lesson 4.3.
Outline Addition and subtraction of vectors Vector decomposition
Pre-calc w-up 10/31.
Scalars and Vectors.
Vectors.
8-1 Geometric Vectors 8-2 Algebraic Vectors
Vector Calculus – Part 1 By Dr. Samer Awad
Algebraic Vectors Section 8-2.
We live in a Three Dimensional World
Physics 133 Electromagnetism
Unit 2: Algebraic Vectors
A-VM.4. Add and subtract vectors
2D Vectors On the Real Plane
Phys 13 General Physics 1 Vector Product MARLON FLORES SACEDON.
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
Decode the message: (1, -5) (-5, -3) (5, -5) (-2, -3) (4, 5) (1, 3) (4, 5) (1, -3) (-4, 4) (3, 2) (-5, -3) (5,-5) Write your own message!
Vectors Lesson 4.3.
CE Statics Lecture 13.
Presentation transcript:

Objectives: Graph vectors in 3 dimensions Use cross products and dot products to find perpendicular vectors

Vectors in 3D Space Ordered triples(x, y, z) z y x Locate the point (3, 5, 4)

Vectors Draw the vector from the origin to the point (3, -2, 6). Draw the vector from the origin to the point (-2, 5, 4) Find the ordered triple that represents the vector from A(3, 7, -1) to B(10, -4, 0). (x 2 – x 1, y 2 – y 1, z 2 – z 1 )

Magnitude The force of the wind blowing the John Hancock Building at one moment can be expressed as the vector (3120 N, 195 N, 5 N). What is the magnitude of the force? |x|=

Add, Subtract, Multiply by a Scalar Find an ordered triple to represent u in each equation if v = (1, -3, -8) and w = (3, 9, -1). u = v + w u = 4v + 3w u = 5v – 2w

Unit Vectors Rewrite a vector as the sum of unit vectors. (3, -5, 8) = i = (1, 0, 0) j = (0, 1, 0) k = (0, 0, 1) First, express GH as an ordered triple. Then write as the sum of unit vectors for G(10, -3, 15) and H(4, 1, -11).

Practice 1. Locate (3, 4, 9). Then find the magnitude of the vector from the origin. 2. Locate (-2, 1, 3). Then find the magnitude of the vector from the origin. 3. For A(-2, 5, 8) and B(3, 9, -3), find an ordered triple that represents AB. Then find the magnitude of the vector. 4. Write (9, 3, -2) as the sum of unit vectors. 5. If v = (1, -3, -8) and w = (3, 0, 1), find 4v – 3w.

Perpendicular Vectors Two vectors are perpendicular if and only if their inner product is zero. 2Da b = x 1 x 2 + y 1 y 2 3D a b = x 1 x 2 + y 1 y 2 + z 1 z 2 Which of the following vectors are perpendicular? a = (3, 12)b = (8, -2) c = (3, -2) v = (-6, 2, 10) w = (4, 1, 3)

To find a perpendicular vector... Cross Product a x b = Given a = (5, 2, 3) and b = (-2, 5, 0), find the cross product. Then verify that the vector is perpendicular. a x b =

Practice 1. Find the inner product and state whether the vectors are perpendicular. (-6, 1) (-1, 2) (3, -2, 4) ( 1, -4, 0) 2.Find the cross product. Then verify that the resulting vector is perpendicular to the given vectors. (1, 3, 2) x (2, -1, -1) Assignment: 3D Worksheet