Dot Product and Cross Product. Dot Product  Definition:  If a = and b =, then the dot product of a and b is number a · b given by a · b = a 1 b 1 +

Slides:



Advertisements
Similar presentations
Cross Product Before discussing the second way to “multiply” vectors, we need to talk about matrices… If , then the determinant of A.
Advertisements

Vectors Part Trois.
Geometry of R2 and R3 Dot and Cross Products.
12 VECTORS AND THE GEOMETRY OF SPACE.
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.
Digital Lesson Vectors.
10.5 The Dot Product. Theorem Properties of Dot Product If u, v, and w are vectors, then Commutative Property Distributive Property.
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.
6.4 Vectors and Dot Products
APPLICATIONS OF TRIGONOMETRY
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.
Functions of several variables. Function, Domain and Range.
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.
Section 10.2a VECTORS IN THE PLANE. Vectors in the Plane Some quantities only have magnitude, and are called scalars … Examples? Some quantities have.
Copyright © 2009 Pearson Addison-Wesley Applications of Trigonometry and Vectors.
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 Vectors are represented by a directed line segment its length representing the magnitude and an arrow indicating the direction A B or u u This.
Angles Between Vectors Orthogonal Vectors
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.
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.
Copyright © Cengage Learning. All rights reserved. 12 Vectors and the Geometry of Space.
VECTORS (Ch. 12) Vectors in the plane Definition: A vector v in the Cartesian plane is an ordered pair of real numbers:  a,b . We write v =  a,b  and.
Copyright © Cengage Learning. All rights reserved.
1. Determine vectors and scalars from these following quantities: weight, specific heat, density, volume, speed, calories, momentum, energy, distance.
Sec 13.3The Dot Product Definition: The dot product is sometimes called the scalar product or the inner product of two vectors.
6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.
8.1 and 8.2 answers. 8.3: Vectors February 9, 2009.
Vectors and the Geometry
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.
Dot Product and Orthogonal. Dot product…? Does anyone here know the definition of work? Is it the same as me saying I am standing here working hard? To.
Copyright © Cengage Learning. All rights reserved. 12 Vectors and the Geometry of Space.
Section 4.2 – The Dot Product. The Dot Product (inner product) where is the angle between the two vectors we refer to the vectors as ORTHOGONAL.
8.5 The Dot Product Precalculus. Definition of the Dot Product If u= and v= are vectors, then their dot product (u v) is defined by: u v = a 1 a 2 + b.
6.4 Vector and Dot Products. Dot Product  This vector product results in a scalar  Example 1: Find the dot product.
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.
Discrete Math Section 12.9 Define and apply the cross product The cross product of two vectors results in another vector. If v 1 = and v 2 =, the cross.
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.6 Dot Product and Angle between Vectors Do Now Find the unit vector of 3i + 4j.
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.
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
Dot Product of Vectors.
13 VECTORS AND THE GEOMETRY OF SPACE.
Mathematics for Computer Graphics
Dot Product and Angle Between Two Vectors
6.2 - Dot Product of Vectors
11 Vectors and the Geometry of Space
Outline Addition and subtraction of vectors Vector decomposition
6.2 Dot Products of Vectors
Chapter 3 Vectors September 17, 2018 Chap 3.
Scalars and Vectors.
Angles Between Vectors Orthogonal Vectors
Lecture 03: Linear Algebra
Cross Products Lecture 19 Fri, Oct 21, 2005.
Copyright © 2017, 2013, 2009 Pearson Education, Inc.
Section 3.2 – The Dot Product
12.3 The Dot Product.
7.3 Vectors and Their Applications
Lesson 81: The Cross Product of Vectors
10.6: Applications of Vectors in the Plane
Vectors and the Geometry
8 Applications of Trigonometry Copyright © 2009 Pearson Addison-Wesley.
Homework Questions!.
2 Vectors in 2-space and 3-space
Vectors and Dot Products
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Phys 13 General Physics 1 Vector Product MARLON FLORES SACEDON.
Game Programming Algorithms and Techniques
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
Presentation transcript:

Dot Product and Cross Product

Dot Product  Definition:  If a = and b =, then the dot product of a and b is number a · b given by a · b = a 1 b 1 + a 2 b 2  Likewise with 3 dimensions,  Given a = and b = a · b = a 1 b 1 + a 2 b 2 + a 3 b 3

Dot Product  The result of a dot product is not a vector, it is a real number  and is sometimes called the scalar product or the inner product.

Orthogonal Vectors  Two vectors a and b are orthogonal (perpendicular) if and only  if a · b = 0  Example: The vectors i, j, and k that correspond to the x, y,  and z components are all orthogonal to each other

Examples  Find a · b:  1. Given a = and b =  a · b = a 1 b 1 + a 2 b 2  a · b = (-4)(2) + (-5)(-9) =  a · b = 37  2. Given a = 2j + 7k and b = -7i + 4j - k  a · b = (0)(-7) + (2)(4) + (7)(-1) = (-7)  a · b = 1

Dot Product  Properties of the dot product  1. a · a = |a| 2  2. a · b = b · a  3. a · (b + c) = a · b + a · c  4. (ca) · b = c(a · b) = a · (cb)  5. 0 · a = 0  (Note that 0 (bolded) is the zero vector)

Dot Product  If the angle between the two vectors  a and b is θ, then  a · b = |a||b|cos θ  or  θ =

Examples  Find a · b:  1. Given |a| = 8, |b| = 4 and θ = 60°  a · b = |a||b|cos θ = (8)(4)cos(60°) = 12(1/2)  a · b = 6  2. Given |a| = 3, |b| = 2 and θ = π/4  a · b = (3)(2)cos(π/4) = 6(√(2)/2)  a · b = 3√(2)

Direction Angles  Given a =  cos α =  cos β =  cos γ =

Example  Find the direction angles of the vector a:  Given a = 3i – j + 4k  |a| = √(9+1+16) = √(26)  cos α = 3/√(26) → α = cos -1 (3/√(26)) = 0.94 rad  cos β = -1/√(26) → β = cos -1 (-1/√(26)) = 1.8 rad  cos γ = 4/√(26) → γ = cos -1 (4/√(26)) = 0.67 rad

Cross Product Definition: If a = and b =, then the cross product of a and b is the vector, a x b = = (a2b3 – a3b2)i + (a3b1 – a1b3)j + (a1b2 – a2b1)k

Cross Product Note the result is a vector and NOT a scalar value. For this reason, it is also called the vector product. To make this definition easer to remember, we usually use determinants to calculate the cross product.

Determinants Determinant of order 2: Determinant of order 3:

Cross Product We can now rewrite the definition for the cross product using these determinants: If you perform the determinants, you will obtain exactly what was stated in the definition.

Orthogonal Vectors When you take the cross product of two vectors a and b, The resultant vector, (a x b), is orthogonal to BOTH a and b. We can use the right hand rule to determine the direction of a x b

Parallel Vectors Two nonzero vectors a and b are parallel if and only if, a x b = 0

Examples Find a x b: 1. Given a = and b =, a x b = (a 2 b 3 – a 3 b 2 )i + (a 3 b 1 – a 1 b 3 )j + (a 1 b 2 – a 2 b 1 )k = (4*6 – (-1)(-4))i + ((-1)*2 – 1*6)j + (1*(-4) – 4*2)k = (24 – 4)i + (-2 – 6)j + (-4 – 8)k = 20i – 8j – 12k =

Examples 2. Given a = j + 6k and b = i + j, a x b = ((1)(0) – 6(1))i + (6*1 – 0*0)j + (0*1 – 1*1)k = – 6i + 6j – k = -6i + 6j – k =

Cross Product Properties of the cross product: If a, b, and c are vectors and c is a scalar, then 1. a x b = –b x a 2. (ca) x b = c(a x b) = a x (cb) 3. a x (b + c) = a x b + a x c 4. (a + b) x c = a x c + b x c 5. a · (b x c) = (a x b) · c 6. a x (b x c) = (a · c)b – (a · b)c

Example If a = 3i +2j + 5k and b = i + 4j +6k, find a x b and b x a a x b = (3)(1)(i x i) + (3)(4)(i x j) + (3)(6)(i x k) + (2)(1)(j x i) + (2)(4)(j x j) + (2)(6)(j x k) + (5)(1)(k x i) + (5)(4)(k x j) + (5)(6)(k x k) = 12k – 18j – 2k + 12i +5j – 20i = –8i – 13j + 10k b x a = 2k – 5j – 12k + 20i + 18j – 12i = 8i + 13j – 10k

Cross Product If the angle between the two vectors a and b is θ, then |a x b| = |a||b| sin θ (Note that |a x b| is the magnitude of the vector a x b)

Example Find the angle between a and b: 1. Given a = and b = |a| = 5 |b| = 2 a x b = |a x b| = 6 sin -1 (6/(5*2)) = sin -1 (3/5) = 36.87°

Example Find |u x v| and determine whether u x v is directed into the page or out of the page. |u x v| = |u||v| sin θ = 5*10*sin 60°= 43.3 From the right hand rule, going from vector u to v, the resultant vector u x v is directed into the page.

Cross Product The length of the cross product a x b, |a x b|, is equal to the area of the parallelogram determined by a and b.

Example Find the area of the triangle with the vertices P(0,1,4), Q(-5,9,2), and R(7,2,8): PQ = and PR = PQ x PR = Area of parallelogram = |PQ x PR| = √( (-61)2) = 17√(17) Area of the triangle = 17√(17)/2 ≈ 35

web :  1. affairs/academic-resource-center/pdfs/Dot_Product_Workshop.pdf  2. affairs/academic-resource- center/pdfs/Cross_Product_Workshop.pdf