Computing the Cross Product The formula to compute the cross product is a complex one when vectors are in Cartesian form: if u = [a, b, c] and v = [d,

Slides:



Advertisements
Similar presentations
Here we have an apple that is at a height h above the Earths surface.
Advertisements

Here we have an apple that is at a height h above the Earths surface.
Graphing Ordered Pairs
Solving Quadratic Equations – Graphing Method This presentation explains how to solve quadratic equations graphically. Note that all non-zero terms have.
Operations Research Assignment Problem.
Class 25: Question 1 Which of the following vectors is orthogonal to the row space of A?
Chapter 2: Vectors Ian Parberry University of North Texas Fletcher Dunn Valve Software 3D Math Primer for Graphics and Game Development.
Facts about Square Roots. Facts about square roots.
Computer Number Systems This presentation will show conversions between binary, decimal, and hexadecimal numbers.
Line - never ends - has arrows at both ends to represent that it goes on for ever. Line Segment - has a starting point and an end point. (1,5)(6,5)
Chapter 7: The Cross Product of Two Vectors In Space Section 7.4 Written by Dr. Julia Arnold Associate Professor of Mathematics Tidewater Community College,
The Real Zeros of a Polynomial Function
Dividing Polynomials.
3-2: Solving Linear Systems
LESSON ON Number Base Subtraction and Simple Equations
How to create tables in HTML…
Section 4.3 – A Review of Determinants Section 4.4 – The Cross Product.
Chapter 6.7 Determinants. In this chapter all matrices are square; for example: 1x1 (what is a 1x1 matrix, in fact?), 2x2, 3x3 Our goal is to introduce.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Finding Roots Composite Numbers STEP 1: Find all the factors of a number.
Chapter 4 Matrices By: Matt Raimondi.
Tools of Algebra : Variables and Expressions; Exponents and PEMDAS; Working with Integers; Applying the Distributive Property; and Identifying Properties.
Chapter 4 sections 1 and 2.  Fig. 1  Not connected  All vertices are even.  Fig. 2  Connected  All vertices are even.
Introduction To simplify an expression, such as (a + bx)(c + dx), polynomials can be multiplied. Unlike addition and subtraction of polynomial terms, any.
Test Your Knowledge. x + 3 =6 a.5 b.4 c.3 d.2 y - 11= 78 a. 69 b. 89 c. 87 d. 68.
Linear Systems and Augmented Matrices. What is an augmented matrix?  An augmented matrix is essentially two matrices put together.  In the case of a.
VECTORS. A vector is a quantity that has both magnitude and direction. It is represented by an arrow. The length of the vector represents the magnitude.
3.5 Solving Equations w/ Variables on Both Sides Goal: Solving Equations with variables on both sides.
POLYNOMIALS. MULTIPLYING POLYNOMIALS REVIEW Polynomials:
Warm-Up. TEST Our Ch. 9 Test will be on 5/29/14 Complex Number Operations.
Strategy for Advanced Multiplication Nadine Gilkison.
Lesson Menu Main Idea and New Vocabulary Example 1:Write Inequalities Example 2:Write Inequalities Example 3:Write Inequalities Example 4:Write Inequalities.
How Can We Use Patterns to Divide Multiples of 10?
9-5 F ACTORING T RINOMIALS type ax 2 + bx +cand a = 1.
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.
A Valentines Day Problem Source The teachers lab Patterns in Mathematics
A “Difference of Squares” is a binomial ( *2 terms only*) and it factors like this:
Dividing Polynomials. First divide 3 into 6 or x into x 2 Now divide 3 into 5 or x into 11x Long Division If the divisor has more than one term, perform.
Ways to Check for Divisibility Dividing by 2 All even numbers are divisible by 2 Even numbers are numbers that end with either 2, 4, 6, 8, or 0.
Algebraic Expressions. Basic Definitions A term is a single item such as: An expression is a collection of terms d 5b -2c 3c2c3d2a 2a+3a3b-b4g-2g+g.
CONFIDENTIAL 1 Let's review what we learned in our last lesson. *We learned about doubling a number *We also learned about grouping numbers into groups.
8.4 Proportionality Theorems. Geogebra Investigation 1)Draw a triangle ABC. 2)Place point D on side AB. 3)Draw a line through point D parallel to BC.
The definition of the product of two vectors is: 1 This is called the dot product. Notice the answer is just a number NOT a vector.
M ULTIPLYING P OLYNOMIALS Adapted from Walch Education.
Lesson 5-4 Example Example 1 Draw an array to model and find 21 ÷ 3. 1.Write the answer if you know it. Otherwise, draw an array.
Matrix Arithmetic Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Pre-Calculus.  Step 1: How many complex zeros exist in the above function? 3 OR 6 36.
3-2: Solving Linear Systems. Solving Linear Systems There are two methods of solving a system of equations algebraically: Elimination Substitution.
Copyright © Cengage Learning. All rights reserved. 7 Rational Functions.
Terminating and Repeating Decimals
Matrix Arithmetic Prepared by Vince Zaccone
ALGEBRA II HONORS/GIFTED - MATRICES +, -, x, INVERSES
Dividing Polynomials.
Multiplying by powers of 10 Decimals
Combinations COURSE 3 LESSON 11-3
3-2: Solving Linear Systems
Objectives Simplify expressions with exponents..
Patterns and Algebraic rules
Spreadsheets.
Four of the Best Numeracy focus: Problem solving focus:
Warm-Up 3) 1) 4) Name the dimensions 2).
AB AC AD AE AF 5 ways If you used AB, then, there would be 4 remaining ODD vertices (C, D, E and F) CD CE CF 3 ways If you used CD, then, there.
3-2: Solving Linear Systems
Mathematical Trickery
Original Puzzle.
3-2: Solving Linear Systems
Graphing Linear Equations
3-2: Solving Linear Systems
Presentation transcript:

Computing the Cross Product The formula to compute the cross product is a complex one when vectors are in Cartesian form: if u = [a, b, c] and v = [d, e, f] then the cross product u x v = [bf - ce, cd - af, ae – bd] That’s a lot of letters to remember. To help this process, mathematicians have come up with different ways to simplify it. Here is one. 1. First, write out each vector in a column in the following way: ad be cf ad be The first column comes from the first vector in the cross product. Notice the last two values in the column are just the first two repeated again. The second column comes from the second vector and similarly the last two values are the first two repeated.

Computing the Cross Product 2. Now box out the first row. We won’t be needing these ad be cf ad be 3. Now draw arrows going down from the left and up to the right. 4. Each set of arrows define one of the variables (x, y, z). And each set of arrows represent a difference of products: down products minus up products x = bf - ce y = cd - af z = ae - bd Down - up 5. Now write out the answer:uxv = [bf - ce, cd - af, ae – bd]

Computing the Cross Product x = -2(6) – 3(5) y = 3(-4) –1(6) z=1(5)–(-2)(-4) Down - up Lets try one: [1, -2,3] x [-4,5,6]Thus [1, -2,3] x [-4,5,6] = [-27, -18, -3] How can we check our answer? Use the fact that the vector produced by the cross product is perpendicular to both of the original vectors. What does this mean? The dot product of the answer with either of the original vectors will be zero. [1, -2,3]·[-27, -18, -3] = 1(-27) + (-2)(-18) + 3(-3) = – 9 = 0 Thus it checks out.