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.

Slides:



Advertisements
Similar presentations
10.2 Vectors and Vector Value Functions
Advertisements

Chapter 6 Vocabulary.
Chapter 10 Vocabulary.
6.3 Vectors in the Plane Many quantities in geometry and physics, such as area, time, and temperature, can be represented by a single real number. Other.
Fun with Vectors. Definition A vector is a quantity that has both magnitude and direction Examples?
Euclidean m-Space & Linear Equations Euclidean m-space.
Vectors and the Geometry of Space
General Physics (PHYS101)
Vector Spaces & Subspaces Kristi Schmit. Definitions A subset W of vector space V is called a subspace of V iff a.The zero vector of V is in W. b.W is.
Vector Products (Dot Product). Vector Algebra The Three Products.
Digital Lesson Vectors.
Basic Math Vectors and Scalars Addition/Subtraction of Vectors Unit Vectors Dot Product.
Lecture 2: Geometry vs Linear Algebra Points-Vectors and Distance-Norm Shang-Hua Teng.
Copyright © Cengage Learning. All rights reserved.
APPLICATIONS OF TRIGONOMETRY
Multiplication with Vectors
Vectors and the Geometry of Space
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.
Chapter 9-Vectors Calculus, 2ed, by Blank & Krantz, Copyright 2011 by John Wiley & Sons, Inc, All Rights Reserved.
Graphics CSE 581 – Interactive Computer Graphics Mathematics for Computer Graphics CSE 581 – Roger Crawfis (slides developed from Korea University slides)
Physics 201 2: Vectors Coordinate systems Vectors and scalars Rules of combination for vectors Unit vectors Components and coordinates Displacement and.
1.1 – 1.2 The Geometry and Algebra of Vectors.  Quantities that have magnitude but not direction are called scalars. Ex: Area, volume, temperature, time,
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.
H.Melikyan/12001 Vectors Dr.Hayk Melikyan Departmen of Mathematics and CS
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.
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.
1 1.3 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra VECTOR EQUATIONS.
Vectors and the Geometry of Space 11 Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved. Vectors in Two and Three Dimensions.
Analytic Geometry o f Space 3D Space (right-handed coordinate system) Introduction to Vectors –Let –We may to know the displacement from P to Q From P.
8.1 and 8.2 answers. 8.3: Vectors February 9, 2009.
CHAPTER 3: VECTORS NHAA/IMK/UNIMAP.
8.4 Vectors. A vector is a quantity that has both magnitude and direction. Vectors in the plane can be represented by arrows. The length of the arrow.
8.5.3 – Unit Vectors, Linear Combinations. In the case of vectors, we have a special vector known as the unit vector – Unit Vector = any vector with a.
11.1 Vectors in the Plane.  Quantities that have magnitude but not direction are called scalars. Ex: Area, volume, temperature, time, etc.  Quantities.
Vectors TS: Explicitly assessing information and drawing conclusions. Warm Up: a)What are the coordinates of A and B b)What is the distance between A and.
8-2: Geometric Vectors & 8-3: Vectors in Three- Dimensional Space.
IB Math SL1 - Santowski T5.1 – Geometric Vectors 3/3/ IB Math SL1 - Santowski.
4 4.1 © 2016 Pearson Education, Ltd. Vector Spaces VECTOR SPACES AND SUBSPACES.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1: ……………………………………………………………………. The elements in R n called …………. 4.1 The vector Space R n Addition.
Section 9.2 Vectors in 3-dim space Two approaches to vectors 1.Algebraic 2.Geometric.
Vectors in the Plane 8.3 Part 1. 2  Write vectors as linear combinations of unit vectors.  Find the direction angles of vectors.  Use vectors to model.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1. Let be a sequence of n real numbers. The set of all such sequences is called n-space (or.
Copyright © Cengage Learning. All rights reserved. Vectors in Two and Three Dimensions.
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
ES2501: Statics/Unit 4-1: Decomposition of a Force
Outline Addition and subtraction of vectors Vector decomposition
Section 1.2 Vectors in 3-dim space
VECTOR SPACES AND SUBSPACES
6.3-Vectors in the Plane.
Lecture 03: Linear Algebra
C H A P T E R 3 Vectors in 2-Space and 3-Space
Vectors, Linear Combinations and Linear Independence
VECTOR SPACES AND SUBSPACES
Linear Equations in Linear Algebra
Unit 2: Algebraic Vectors
Notes: 8-1 Geometric Vectors
1.3 Vector Equations.
Lecture 2: Geometry vs Linear Algebra Points-Vectors and Distance-Norm
8.4 Vectors.
2 Vectors in 2-space and 3-space
Vectors and Dot Products
ABASAHEB KAKADE ARTS COLLEGE BODHEGAON
6.3 Vectors in the Plane Ref. p. 424.
Honors Precalculus 4/19/18 IDs on and showing
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
Dots and Cross Products of Vectors in Space
Notes: 8-1 Geometric Vectors
VECTOR SPACES AND SUBSPACES
Presentation transcript:

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 call a and b the components of the vector v. Geometric representation of vector v is the directed line segment from origin O to point P( a,b ). A directed line segment has length and direction.

Length of a vector v =  a,b  is defined as Example: The length of the vector v =  2,-3  is The zero vector is 0=  0,0  has length zero and no direction.

Algebraic operations 1. Two vectors v =  v 1, v 2  and u =  u 1, u 2  are equal if v 1 = u 1 and v 2 = u The sum of two vectors v =  v 1, v 2  and u =  u 1, u 2  : v + u =  v 1 + u 1, v 2 + u 2  3. If u =  u 1, u 2  and c is a real number, then the scalar multiple c u is the vector c u =  cu 1, cu 2 

Let a, b and c be vectors and r and s real numbers. Then 1. a + b = b + a 2. a + (b + c) = (a + b) + c 3. r(a + b) = r b + r a 4. (r + s) a = r a + s a 5. (rs) a = r(sa) = s(ra)

The unit vectors i and j - A unit vector is a vector of length 1. - If a =  a 1, a 2   0 then - Special unit vectors: i =  1, 0  and j =  0, 1 

If a =  a 1, a 2 , then a =  a 1, 0  +  0, a 2  = a 1  1, 0  + a 2  0, 1  = a 1 i + a 2 j. So every vector in the plane is a linear combination of i and j.

Vectors in space (3- dimensional) v =  x, y, z  with length: can be written: v = x i + y j + z k, where i =  1, 0, 0 , j =  0, 1, 0 , k =  0, 0, 1 

Dot Product Given two vectors Theorem. If  is the angle between a and b then the dot product is defined as a  b = |a| |b| cos . cos  = ( a  b) / ( |a| |b| )

The angle between a and b can be found using cos  = ( a  b) / ( |a| |b| ). Properties: Let a and b be vectors and r a real number. Then a  b = b  a a  a = | a| 2 a  ( b + c ) = a  b + a  c ( r a )  b = r (a  b ) = a  (r b)

CROSS PRODUCT Length of the cross product

Properties a, b and c are vectors and r is a real number. 1. a x b = -(b x a) 2. a x (b x c) = (a  c)b – (a  b)c 3. a  (b x c) = (a x b)  c 4. a x ( b + c ) = (a x b) + (a x c) 5. ( r a ) x b = r (a x b ) = a x (r b)