Math 200 Week 2 - Monday Cross Product.

Slides:



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

The Cross Product of Two Vectors In Space
4.1 Introduction to Matrices
CS 450: COMPUTER GRAPHICS LINEAR ALGEBRA REVIEW SPRING 2015 DR. MICHAEL J. REALE.
12 VECTORS AND THE GEOMETRY OF SPACE.
Maths for Computer Graphics
6 6.1 © 2012 Pearson Education, Inc. Orthogonality and Least Squares INNER PRODUCT, LENGTH, AND ORTHOGONALITY.
Matrix Operations. Matrix Notation Example Equality of Matrices.
Vector Products (Cross Product). Torque F r T F r T F1F1 F2F2.
Class 25: Question 1 Which of the following vectors is orthogonal to the row space of A?
6 6.1 © 2012 Pearson Education, Inc. Orthogonality and Least Squares INNER PRODUCT, LENGTH, AND ORTHOGONALITY.
Analytic Geometry in Three Dimensions
Computer Graphics (Fall 2005) COMS 4160, Lecture 2: Review of Basic Math
The Cross Product of 2 Vectors 11.3 JMerrill, 2010.
11 Analytic Geometry in Three Dimensions
The Cross Product of Two Vectors In Space Section
Five-Minute Check (over Lesson 8-4) Then/Now New Vocabulary
Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 2.1: Recap on Linear Algebra Daniel Cremers Technische Universität.
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.
Graphics CSE 581 – Interactive Computer Graphics Mathematics for Computer Graphics CSE 581 – Roger Crawfis (slides developed from Korea University slides)
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 3.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Patrick Nichols Thursday, September 18, Linear Algebra Review.
Little Linear Algebra Contents: Linear vector spaces Matrices Special Matrices Matrix & vector Norms.
Review of Matrices Or A Fast Introduction.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
Vector Products (Cross Product). Torque F r T.
Copyright © Cengage Learning. All rights reserved. 12 Vectors and the Geometry of Space.
Copyright © Cengage Learning. All rights reserved.
Section 11.4 The Cross Product Calculus III September 22, 2009 Berkley High School.
VECTORS AND THE GEOMETRY OF SPACE. The Cross Product In this section, we will learn about: Cross products of vectors and their applications. VECTORS AND.
Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI.
Specialist Mathematics Vectors and Geometry Week 3.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1: ……………………………………………………………………. The elements in R n called …………. 4.1 The vector Space R n Addition.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
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.
1 1.3 © 2016 Pearson Education, Ltd. Linear Equations in Linear Algebra VECTOR EQUATIONS.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
Lecture 11 Inner Product Spaces Last Time Change of Basis (Cont.) Length and Dot Product in R n Inner Product Spaces Elementary Linear Algebra R. Larsen.
An Introduction to Matrix Algebra Math 2240 Appalachian State University Dr. Ginn.
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
MTH108 Business Math I Lecture 20.
CSE 167 [Win 17], Lecture 2: Review of Basic Math Ravi Ramamoorthi
Linear Algebra Review.
Application of Vector product
Linear Algebra review (optional)
The Cross Product: Objectives
Linear Equations in Linear Algebra
Elementary Linear Algebra
Dot Products and projections
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.
Cross Products Lecture 19 Fri, Oct 21, 2005.
C H A P T E R 3 Vectors in 2-Space and 3-Space
Lesson 81: The Cross Product of Vectors
Linear Equations in Linear Algebra
Linear Equations in Linear Algebra
2. Matrix Algebra 2.1 Matrix Operations.
Vector Products (Cross Product)
Derivative of scalar forms
( ) ( ) ( ) ( ) Matrices Order of matrices
11 Vectors and the Geometry of Space
Dots and Cross Products of Vectors in Space
Maths for Signals and Systems Linear Algebra in Engineering Lectures 9, Friday 28th October 2016 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL.
Linear Algebra review (optional)
Linear Algebra Lecture 11.
Matrices.
Game Programming Algorithms and Techniques
Presentation transcript:

Math 200 Week 2 - Monday Cross Product

Main Questions for Today Math 200 Main Questions for Today How is the cross product defined for vectors? How does it interact with other operations on vectors? What uses are there for the cross product?

Math 200 Definition We define the cross product of two vectors in the following way… v x w is a vector orthogonal to both v and w consistent with the right-hand rule ||v x w|| is the area of the parallelogram with adjacent sides v and w

Wait…that doesn’t tell us how to compute the cross product! Math 200 Wait…that doesn’t tell us how to compute the cross product! True, but before doing that we need another mathematical tool called the determinant, which comes to use from linear algebra (the study of matrices). A matrix is just an array of numbers. They can be rectangular, but we’re only going to need square matrices E.g.

Math 200 Determinants Definition for 2x2 matrices: E.g.

Definition for 3x3: Defined in terms of 2x2 determinants Math 200 Definition for 3x3: Defined in terms of 2x2 determinants Take away the row and column and take the 2x2 determinant

Defining the Cross product Math 200 Defining the Cross product

Example Let’s compute the cross product of the vectors v and w. Math 200 Example Let’s compute the cross product of the vectors v and w.

Checking our work How do we determine if our answer is correct? Math 200 Checking our work How do we determine if our answer is correct? Orthogonal to the original two vectors (right-hand rule) Dot product is 0!

Another way to think about computing the cross product Math 200 Another way to think about computing the cross product Write out a copy of the matrix next to the original. Diagonals going right are positive, to the left are negative

Math 200 Area The norm of the cross-product is the area of the parallelogram formed by the two vectors. w v This also means that

Math 200 Example Compute the cross-product of the vectors v = <- 2,1,1> and w = <3,1,2> Check your answer by computing the dot product of your answer with each of the vectors v and w Plot the three vectors on Geogebra 3D https://www.geogebra.org/ Compute the area of the parallelogram formed by v and w

<1, 7, -5> • < -2, 1, 1 > = -2 + 7 - 5 = 0 Math 200 i j k -2 1 3 2 v x w = = < 2 - 1, 3 - (-4), -2 - 3 > = <1, 7, -5> <1, 7, -5> • < -2, 1, 1 > = -2 + 7 - 5 = 0 <1, 7, -5> • < 3, 1, 2 > = 3 + 7 - 10 = 0 ||< 1, 7, -5 >|| = (12 + 72 + 52)1/2 =

One last property Definition: the scalar triple product is a • (v x w) Math 200 One last property Definition: the scalar triple product is a • (v x w) Because it’s a dot product, we’ll get a scalar at the end It’s absolute value is the volume of a the parallelepiped formed by the three vectors: v w a

Math 200 extra application Compute the area of a triangle given the three points… A B C v w Draw two vectors Find their cross product v x w Compute ||v x w||/2 (divided by two because the triangle is half of the parallelogram)