The Vector or Cross Product Lecture V1.3 Example 5 Moodle.

Slides:



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

General Physics (PHYS101)
12 VECTORS AND THE GEOMETRY OF SPACE.
Vectors and the Geometry of Space 9. The Cross Product 9.4.
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.
Chapter 12 – Vectors and the Geometry of Space 12.4 The Cross Product 1.
Addition and Subtraction of Vectors Lecture V1.1 Example 1 Moodle.
The Scalar or Dot Product Lecture V1.2 Example 4 Moodle.
10.5 The Dot Product. Theorem Properties of Dot Product If u, v, and w are vectors, then Commutative Property Distributive Property.
Phy 212: General Physics II Chapter : Topic Lecture Notes.
Vector Products (Cross Product). Torque F r T F r T F1F1 F2F2.
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.
Analytic Geometry in Three Dimensions
Lecture 1eee3401 Chapter 2. Vector Analysis 2-2, 2-3, Vector Algebra (pp ) Scalar: has only magnitude (time, mass, distance) A,B Vector: has both.
Lecture 13 Basic Laws of Vector Algebra Scalars: e.g. 2 gallons, $1,000, 35ºC Vectors: e.g. velocity: 35mph heading south 3N force toward center.
Cross Product Ali Tamaki Ben Waters Linear Systems Spring 2006.
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
Vectors and the Geometry of Space
Section 13.4 The Cross Product.
MCV4U The Cross Product Of Two Vectors The cross product also called a "vector product" only exists in R 3. a CROSS b, produces a vector quantity.
Vectors in 2-Space and 3-Space II
Functions of several variables. Function, Domain and Range.
1 Chapter 14 Introduction to Spatial Vector Analysis The term vector has slightly different meanings in different areas of mathematics, engineering and.
Chapter 3 : Vectors - Introduction - Addition of Vectors - Subtraction of Vectors - Scalar Multiplication of Vectors - Components of Vectors - Magnitude.
VECTOR CALCULUS. Vector Multiplication b sin   A = a  b Area of the parallelogram formed by a and b.
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.
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 +
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.
Review Lecture. The following topics would be covered in the finale exam 1.Lines in the plane 2.The second order curves  Ellipse  Hyperbola  Parabola.
Phy S Lecture 2 Goals of Lecture 2 Introduce Interactive Learning Segments and try a few The Language of Vectors: –Understand conventions used.
Vector Products (Cross Product). Torque F r T.
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.
Section 11.4 The Cross Product Calculus III September 22, 2009 Berkley High School.
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.
Vectors and the Geometry
Mathematics. Session Vectors -2 Session Objectives  Vector (or Cross) Product  Geometrical Representation  Properties of Vector Product  Vector Product.
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.
Copyright © Cengage Learning. All rights reserved. 11 Analytic Geometry in Three Dimensions.
Multiplication of vectors Two different interactions (what’s the difference?)  Scalar or dot product : the calculation giving the work done by a force.
Vectors Vectors vs. Scalars Vector Addition Vector Components
Specialist Mathematics Vectors and Geometry Week 3.
Discrete Math Section 12.4 Define and apply the dot product of vectors Consider the vector equations; (x,y) = (1,4) + t its slope is 3/2 (x,y) = (-2,5)
ME 201 Engineering Mechanics: Statics Chapter 2 – Part E 2.9 Dot Product.
Section 9.2 Vectors in 3-dim space Two approaches to vectors 1.Algebraic 2.Geometric.
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.
Application of Vector product
Section 3.4 Cross Product.
ES2501: Statics/Unit 9-1: Moment of Force (3D cases)
Chapter 3 Overview.
Outline Addition and subtraction of vectors Vector decomposition
Vectors.
Section 1.2 Vectors in 3-dim space
Law of sines Law of cosines Page 326, Textbook section 6.1
Vector Calculus – Part 1 By Dr. Samer Awad
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.
C H A P T E R 3 Vectors in 2-Space and 3-Space
Vectors, Linear Combinations and Linear Independence
Vector Products (Cross Product)
Vectors and the Geometry
Mathematics.
Distinguish between scalars & vectors Add and subtract vectors
Scalar and vector quantities
Phys 13 General Physics 1 Vector Product MARLON FLORES SACEDON.
Presentation transcript:

The Vector or Cross Product Lecture V1.3 Example 5 Moodle

Definition of the Cross Product commutative law does NOT hold

Distributive Law

Cross Product and Vector Components 0

Associative Law Does NOT, in general, hold for the cross product

Cross Product Geometric Properties Area of parallelogram is h |A| =

Cross Product Geometric Properties The volume of the parallelepiped is equal to (area of parallelogram formed by A and B) (height h)

Scalar Triple Product

Given the vectors and find Matlab Example 1 and = 14j + 7k

Given the vectors and find Matlab Example 1 and >> A = [1 -2 4] A = >> B = [3 1 -2] B = >> C = cross(A,B) C = >> magC = norm(C) magC = >> = 14j + 7k

Given the vectors and find the angle between A and B using. Matlab Example 2 >> A = [1 -2 4] A = >> B = [3 1 -2] B = >> phi = (asin(norm(cross(A,B))/(norm(A)*norm(B))))*180/pi phi = >>