The Cross Product of 2 Vectors 11.3 JMerrill, 2010.

Slides:



Advertisements
Similar presentations
11.4 The Cross product For an animation of this topic visit:
Advertisements

10.2 Vectors and Vector Value Functions
VECTORS IN A PLANE Pre-Calculus Section 6.3.
Vector Operations in R 3 Section 6.7. Standard Unit Vectors in R 3 The standard unit vectors, i(1,0,0), j(0,1,0) and k(0,0,1) can be used to form any.
10.4 MINIMAL PATH PROBLEMS 10.5 MAXIMUM AND MINIMUM PROBLEMS IN MOTION AND ELSEWHERE.
10.4 Cross product: a vector orthogonal to two given vectors Cross product of two vectors in space (area of parallelogram) Triple Scalar product (volume.
CS 4731: Computer Graphics Lecture 6: Points, Scalars and Vectors Emmanuel Agu.
The Dot Product (MAT 170) Sections 6.7
Vector Products (Cross Product). Torque F r T F r T F1F1 F2F2.
ENGG2013 Unit 9 3x3 Determinant
6.3 Vectors Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 1 Students will: Represent vectors as directed line segments. Write the.
Analytic Geometry in Three Dimensions
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.
11 Analytic Geometry in Three Dimensions
APPLICATIONS OF TRIGONOMETRY
Multiplication with Vectors
The Cross Product of Two Vectors In Space Section
Five-Minute Check (over Lesson 8-4) Then/Now New Vocabulary
Vectors and the Geometry of Space Copyright © Cengage Learning. All rights reserved.
The Cross Product Third Type of Multiplying Vectors.
Section 13.4 The Cross Product.
Section 9.4: The Cross Product Practice HW from Stewart Textbook (not to hand in) p. 664 # 1, 7-17.
Vectors and the Geometry of Space 11 Copyright © Cengage Learning. All rights reserved.
Vectors in 2-Space and 3-Space II
Chapter 3 : Vectors - Introduction - Addition of Vectors - Subtraction of Vectors - Scalar Multiplication of Vectors - Components of Vectors - Magnitude.
1.1 – 1.2 The Geometry and Algebra of Vectors.  Quantities that have magnitude but not direction are called scalars. Ex: Area, volume, temperature, time,
Section 9.2: Vectors Practice HW from Stewart Textbook (not to hand in) p. 649 # 7-20.
Properties of Vector Operations: u, v, w are vectors. a, b are scalars. 0 is the zero vector. 0 is a scalar zero. 1. u + v = v + u 2. (u + v) + w = u +
Vectors Day 2. Scalar Multiplication A vector can be multiplied by a real number Multiplying a vector by a positive number changes its size, but not its.
Vectors in Space 11.2 JMerrill, Rules The same rules apply in 3-D space: The component form is found by subtracting the coordinates of the initial.
Vector Products (Cross Product). Torque F r T.
Copyright © Cengage Learning. All rights reserved.
Section 11.4 The Cross Product Calculus III September 22, 2009 Berkley High School.
Sec 13.3The Dot Product Definition: The dot product is sometimes called the scalar product or the inner product of two vectors.
Meeting 23 Vectors. Vectors in 2-Space, 3-Space, and n- Space We will denote vectors in boldface type such as a, b, v, w, and x, and we will denote scalars.
1 Graphics CSCI 343, Fall 2015 Lecture 9 Geometric Objects.
Copyright © Cengage Learning. All rights reserved. 11 Analytic Geometry in Three Dimensions.
It’s time for Chapter 6… Section 6.1a Vectors in the Plane.
11.1 Vectors in the Plane.  Quantities that have magnitude but not direction are called scalars. Ex: Area, volume, temperature, time, etc.  Quantities.
12.2 Vectors.  Quantities that have magnitude but not direction are called scalars. Ex: Area, volume, temperature, time, etc.  Quantities such as force,
Vectors in the Plane. Quick Review Quick Review Solutions.
OBJECTIVES: Represent vectors as directed line segments Write the component forms of vectors Perform basic vector operations and represent them graphically.
12.3 The Dot Product. The dot product of u and v in the plane is The dot product of u and v in space is Two vectors u and v are orthogonal  if they meet.
VECTORS Dr. Shildneck. Vectors There are two types of quantities in the world. Scalar – a quantity that is specified by a single value with an appropriate.
Section 6.3 Vectors 1. The student will represent vectors as directed line segments and write them in component form 2. The student will perform basic.
11.5 Vectors in the Plane Do Now A man is at the top of a lighthouse 100 ft high and spots a ship in the ocean. His angle of depression to the ship is.
The Cross Product. We have two ways to multiply two vectors. One way is the scalar or dot product. The other way is called the vector product or cross.
Application of Vector product
The Cross Product: Objectives
Section 3.4 Cross Product.
Make sure your worksheet from Friday is complete and turn it in
Scalars and Vectors.
More Vector Basics.
Scalars and Vectors.
VECTORS.
Math 200 Week 2 - Monday Cross Product.
8-1 Geometric Vectors 8-2 Algebraic Vectors
ENE/EIE 325 Electromagnetic Fields and Waves
By the end of Week 2: You would learn how to plot equations in 2 variables in 3-space and how to describe and manipulate with vectors. These are just.
Vectors, Linear Combinations and Linear Independence
VECTORS.
Lesson 81: The Cross Product of Vectors
Scalars Some quantities, like temperature, distance, height, area, and volume, can be represented by a ________________ that indicates __________________,
Vector Products (Cross Product)
The Cross Product.
VECTORS Dr. Shildneck.
VECTORS Dr. Shildneck.
11 Vectors and the Geometry of Space
Dots and Cross Products of Vectors in Space
To add polynomials: like terms standard form
Presentation transcript:

The Cross Product of 2 Vectors 11.3 JMerrill, 2010

Unit Vectors in 2D In 2-D space, the unit vectors and are the standard unit vectors and denoted by i = and j = j = i =

Unit Vectors in 2D Any vector can be written as a linear combination of the vectors I and j. v = <v 1, v 2 > = v 1 <1,0> + v 2 <0,1> = v 1 i + v 2 j The scalars v 1 and v 2 are the horizontal and vertical components of v.

Writing a Linear Combination of Unit Vectors u has initial point (2, -5) and terminal point (-1,3). Write u as a linear combination of the unit vectors i & j. u = <-1-2, 3-(-5)> = <-3, 8> = -3i + 8j

Unit Vectors in 3D

The Cross Product

Finding The Cross Product An easy way to calculate the cross product is to use a matrix. We use the determinant form with cofactor expansion.

Finding The Cross Product An easy way to calculate the cross product is to use a matrix. We use the determinant form with cofactor expansion.

Finding the Cross Product Subtraction sign Addition Sign

Example Given u = i + 2j + k and v = 3i + j + 2k, find the cross product of u x v.

You Try Given u = i + 2j + k and v = 3i + j + 2k, find the cross product of v x u.

Using the Cross Product Find a unit vector that is orthogonal to both u = 3i – 4j + k and v = -3i + 6j. The cross product gives a vector that is orthogonal to both u and v = -6i – 3j + 6k The question asks for a unit vector that’s orthogonal.

So, we need to divide by the magnitude of the orthogonal vector. -6i – 3j + 6k

Triple Scalar Product Given 3 vectors u = 3i – 5j + k v = 2j – 2k w = 3i + j + k Find the volume of a parallelepiped having these vectors as adjacent edges. The volume is found by V = |u∙(v x w)|

Triple Scalar Product