CSE 681 Brief Review: Vectors. CSE 681 Vectors Direction in space Normalizing a vector => unit vector Dot product Cross product Parametric form of a line.

Slides:



Advertisements
Similar presentations
Euclidean m-Space & Linear Equations Euclidean m-space.
Advertisements

MA Day 9 – January 17, 2013 Review: Equations of lines, Section 9.5 Section 9.5 –Planes.
Basic Math Vectors and Scalars Addition/Subtraction of Vectors Unit Vectors Dot Product.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11 Vectors and Vector-Valued Functions.
Lines and Planes in Space
11 Analytic Geometry in Three Dimensions
Vectors: planes. The plane Normal equation of the plane.
Multiplication with Vectors
Vectors and the Geometry of Space
CHS Physics Multiplying Vectors. Three Possibilities 1. Multiplying a Vector by a Scalar 2. Multiplying Vector by a Vector 1. Scalar Product 2. Vector.
6.4 Vectors and Dot Products The Definition of the Dot Product of Two Vectors The dot product of u = and v = is Ex.’s Find each dot product.
Copyright © Cengage Learning. All rights reserved. 10 Analytic Geometry in Three Dimensions.
Section 9.5: Equations of Lines and Planes
Assigned work: pg. 449 #1abc, 2abc, 5, 7-9,12,15 Write out what “you think” the vector, parametric a symmetric equations of a line in R 3 would be.
Vectors and the Geometry of Space
Chapter 13 Section 13.5 Lines. x y z A direction vector d for the line can be found by finding the vector from the first point to the second. To get.
10.5 Lines and Planes in Space Parametric Equations for a line in space Linear equation for plane in space Sketching planes given equations Finding distance.
Vectors in 2-Space and 3-Space II
Section 13.3 The Dot Product. We have added and subtracted vectors, what about multiplying vectors? There are two ways we can multiply vectors 1.One results.
CS 3388 Working with 3D Vectors
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.
The Vector Product. Remember that the scalar product is a number, not a vector Using the vector product to multiply two vectors, will leave the answer.
Assigned work: pg. 468 #3-8,9c,10,11,13-15 Any vector perpendicular to a plane is a “normal ” to the plane. It can be found by the Cross product of any.
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 +
Section 3.5 Lines and Planes in 3-Space. Let n = (a, b, c) ≠ 0 be a vector normal (perpendicular) to the plane containing the point P 0 (x 0, y 0, z 0.
1.3 Lines and Planes. To determine a line L, we need a point P(x 1,y 1,z 1 ) on L and a direction vector for the line L. The parametric equations of a.
Chapter 2 Section 2.4 Lines and Planes in Space. x y z.
8.1 Equations of Lines in 2D and 3D MCV4U Grade 12 Calculus and Vector.
Vector Space o Vector has a direction and a magnitude, not location o Vectors can be defined by their I, j, k components o Point (position vector) is a.
Equations of Lines and Planes
Graphing in 3-D Graphing in 3-D means that we need 3 coordinates to define a point (x,y,z) These are the coordinate planes, and they divide space into.
Inner Products, Length, and Orthogonality (11/30/05) If v and w are vectors in R n, then their inner (or dot) product is: v  w = v T w That is, you multiply.
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.
VECTORS AND THE GEOMETRY OF SPACE 12. PLANES Thus, a plane in space is determined by:  A point P 0 (x 0, y 0, z 0 ) in the plane  A vector n that is.
Basic Entities Scalars - real numbers sizes/lengths/angles Vectors - typically 2D, 3D, 4D directions Points - typically 2D, 3D, 4D locations Basic Geometry.
DOT PRODUCT CROSS PRODUCT APPLICATIONS
Learning Objectives Know the difference between scalar and vector quantities Know the graphical addition (subtraction) of vectors Know how to find the.
Section 11.2 Space Coordinates and Vectors in Space.
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.
CSE 681 Brief Review: Vectors. CSE 681 Vectors Basics Normalizing a vector => unit vector Dot product Cross product Reflection vector Parametric form.
3D Lines and Planes.
Objectives: Graph vectors in 3 dimensions Use cross products and dot products to find perpendicular vectors.
12.10 Vectors in Space. Vectors in three dimensions can be considered from both a geometric and an algebraic approach. Most of the characteristics are.
Vectors – The Dot Product Lecture 12 Mon, Sep 22, 2003.
Normal Vector. The vector Normal Vector Definition is a normal vector to the plane, that is to say, perpendicular to the plane. If P(x0, y0, z0) is a.
Vector projections (resolutes)
Warm up 1.) (3, 2, -4), (-1, 0, -7) Find the vector in standard position and find the magnitude of the vector.
Elementary Linear Algebra
2 Vectors In 2-space And 3-space
Lesson 12 – 10 Vectors in Space
LESSON 90 – DISTANCES IN 3 SPACE
Contents 7.1 Vectors in 2-Space 7.2 Vectors in 3-Space 7.3 Dot Product
VECTORS APPLICATIONS NHAA/IMK/UNIMAP.
11 Vectors and the Geometry of Space
6.2 Dot Products of Vectors
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
Find a vector equation for the line through the points {image} and {image} {image}
Find a vector equation for the line through the points {image} and {image} {image}
By the end of Week 3: You would learn how to solve many problems involving lines/planes and manipulate with different coordinate systems. These are.
Lesson 83 Equations of Planes.
Lines and Planes Ch13.5.
Enumerations, Clamping, Vectors
2 Vectors in 2-space and 3-space
Vectors and Dot Products
Linear Equations and Vectors
11 Vectors and the Geometry of Space
Phys 13 General Physics 1 Vector Product MARLON FLORES SACEDON.
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
Presentation transcript:

CSE 681 Brief Review: Vectors

CSE 681 Vectors Direction in space Normalizing a vector => unit vector Dot product Cross product Parametric form of a line

CSE 681 Normalizing a Vector Compute the magnitude and divide through Produces a UNIT VECTOR Aka NORMALIZED VECTOR To normalize (x,y,z) :

CSE 681 Dot Product If A and B are unit vectors, If A is unit vector, is length of B projected onto A B A  Scalar Product

CSE 681 Cross Product is orthogonal to plane defined by A and B With length If A and B are unit vectors, If B is unit vector, is perpendicular distance from A to B A B  A B AxB  Vector Product

CSE 681 Parametric Equation of Line P 0 is point on line V is direction of line Generalizes to any dimension (2D, 3D, etc) As 0 < u < 1.0, P(u) goes from P 0 to P 0 +V V P0