VECTORS IN 2-SPACE AND 3-SPACE GEOMETRIC VECTORS VECTORS OPERATIONS DOT PRODUCT; PROJECTIONS CROSS PRODUCT

Similar documents
6.1.1 Angle between Two Lines Intersection of Two lines Shortest Distance from a Point to a Line

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction.

Exercise Solutions for Introduction to 3D Game Programming with DirectX 10

different formulas, depending on whether or not the vector is in two dimensions or three dimensions.

A vector in the plane is directed line segment. The directed line segment AB

12.1 Three Dimensional Coordinate Systems (Review) Equation of a sphere

Unit 11: Vectors in the Plane

Last week we presented the following expression for the angles between two vectors u and v in R n ( ) θ = cos 1 u v

What you will learn today

Vectors and the Geometry of Space

Vectors in R n. P. Danziger

in Trigonometry Name Section 6.1 Law of Sines Important Vocabulary

Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors.

MAC Module 5 Vectors in 2-Space and 3-Space II

Section 8.2 Vector Angles

Review of Coordinate Systems

VECTORS vectors & scalars vector direction magnitude scalar only magnitude

10.1 Vectors. c Kun Wang. Math 150, Fall 2017

10.2,3,4. Vectors in 3D, Dot products and Cross Products

Study guide for Exam 1. by William H. Meeks III October 26, 2012

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3

MAT 1339-S14 Class 8

The Dot Product

Vectors. The standard geometric definition of vector is as something which has direction and magnitude but not position.

11.1 Vectors in the plane

8.0 Definition and the concept of a vector:

11.1 Three-Dimensional Coordinate System

which has a check digit of 9. This is consistent with the first nine digits of the ISBN, since

Brief Review of Vector Algebra

Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations.

Geometric Interpretation of Vectors

Quantities that involve BOTH a magnitude and a direction are called vectors. Quantities that involve magnitude, but no direction are called scalars.

Linear Algebra. Alvin Lin. August December 2017

Practical Linear Algebra: A Geometry Toolbox

Introduction. Law of Sines. Introduction. Introduction. Example 2. Example 1 11/18/2014. Precalculus 6.1

Vector Algebra August 2013

Chapter 8: Polar Coordinates and Vectors

Dot Product August 2013

4.1 Distance and Length

(arrows denote positive direction)

Lecture 2: Vector-Vector Operations

Chapter 2: Statics of Particles

Roberto s Notes on Linear Algebra Chapter 1: Geometric vectors Section 8. The dot product

scalar and - vector - - presentation SCALAR AND VECTOR

Chapter 6 Additional Topics in Trigonometry, Part II

Math 144 Activity #9 Introduction to Vectors

Math 425 Lecture 1: Vectors in R 3, R n

94 CHAPTER 3. VECTORS AND THE GEOMETRY OF SPACE

Vectors and Matrices Lecture 2

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

Exercise. Exercise 1.1. MA112 Section : Prepared by Dr.Archara Pacheenburawana 1

Quiz 2 Practice Problems

3. Interpret the graph of x = 1 in the contexts of (a) a number line (b) 2-space (c) 3-space

Congruence Axioms. Data Required for Solving Oblique Triangles

( ) = ( ) ( ) = ( ) = + = = = ( ) Therefore: , where t. Note: If we start with the condition BM = tab, we will have BM = ( x + 2, y + 3, z 5)

Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017

1. Vectors.

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

10.4 The Cross Product

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2

Distance Formula in 3-D Given any two points P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ) the distance between them is ( ) ( ) ( )

Chapter 8 Vectors and Scalars

R n : The Cross Product

Vector Geometry. Chapter 5

Vectors. 1 Basic Definitions. Liming Pang

F F. proj cos( ) v. v proj v

A Geometric Review of Linear Algebra

VECTORS. Given two vectors! and! we can express the law of vector addition geometrically. + = Fig. 1 Geometrical definition of vector addition

Inner Product Spaces 6.1 Length and Dot Product in R n

Polar Form of a Complex Number (I)

1.2 LECTURE 2. Scalar Product

The Cross Product of Two Vectors

CHAPTER 4 VECTORS. Before we go any further, we must talk about vectors. They are such a useful tool for

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications.

CHAPTER 10 VECTORS POINTS TO REMEMBER

12.1. Cartesian Space

MATH 19520/51 Class 2

Course Name : Physics I Course # PHY 107

EGR2013 Tutorial 8. Linear Algebra. Powers of a Matrix and Matrix Polynomial

LECTURE 2: CROSS PRODUCTS, MULTILINEARITY, AND AREAS OF PARALLELOGRAMS

REVIEW - Vectors. Vectors. Vector Algebra. Multiplication by a scalar

Vectors in the Plane

The geometry of least squares

v = v 1 2 +v 2 2. Two successive applications of this idea give the length of the vector v R 3 :

Math 241, Exam 1 Information.

Math 8 Winter 2010 Midterm 2 Review Problems Solutions - 1. xcos 6xdx = 4. = x2 4

10.1 Three Dimensional Space

1.1 Vectors. The length of the vector AB from A(x1,y 1 ) to B(x 2,y 2 ) is

Chapter 2 A Mathematical Toolbox

2) If a=<2,-1> and b=<3,2>, what is a b and what is the angle between the vectors?

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS

Brief Review of Exam Topics

1.1 Bound and Free Vectors. 1.2 Vector Operations

a b 0 a cos u, 0 u 180 :

Unit 8. ANALYTIC GEOMETRY.

CSC 470 Introduction to Computer Graphics. Mathematical Foundations Part 2

Three-Dimensional Space; Vectors

College Trigonometry

SECTION 6.3: VECTORS IN THE PLANE

Transcription:

VECTORS IN -SPACE AND 3-SPACE GEOMETRIC VECTORS VECTORS OPERATIONS DOT PRODUCT; PROJECTIONS CROSS PRODUCT

GEOMETRIC VECTORS Vectors can represented geometrically as directed line segments or arrows in -space and 3-space. We denote ectors in lowercase boldface type ( for instance a,b,u, ). The tail of the arrow is called the initial point of the ector, and the tip of the arrow is called the terminal point B Vectors AB A A : the initial point B : the terminal point August 7, 008 Vectors in -space and 3-space

GEOMETRIC VECTORS Definition If and w are any two ectors, then ector +w is represented by the arrow from initial point of to terminal point of w where position the ector w so that its initial point coincides with terminal point of u+w? u w w u u+w August 7, 008 Vectors in -space and 3-space 3

GEOMETRIC VECTORS Definition If is a nonzero ector and k is a nonzero scalar, then product k is defined to be the ector whose length is k times the length of and whose direction is the same as that of if k>0 and opposite to that if k<0. - August 7, 008 Vectors in -space and 3-space 4

GEOMETRIC VECTORS Definition If and w are any two ectors, then the difference of w from is defined by -w = + (-w) -w -w w August 7, 008 Vectors in -space and 3-space 5

VECTORS OPERATIONS Vectors in Coordinate Systems Definition If and w are any two ectors in 3-space, k : scalar = (,, 3 ), w = (w,w,w 3 ) then +w = ( +w, +w, 3 +w 3 ) -w = ( -w, -w, 3 -w 3 ) k = (k,k,k 3 ) Vectors operations in -space are similar with ectors operations in 3-space August 7, 008 Vectors in -space and 3-space 6

VECTORS OPERATIONS Properties of Vectors Operations If u, and w are ectors in,3-space, k,m : scalar a. u+ = +u e. (u+)+w = u+(+w) b. u+0 = 0+u f. u+(-u) = 0 c. k(mu) = (km)u g. k(u+) = ku+k d. (k+m) u = ku +mu h. u = u Norm a Vector The length of a ector u is often called the norm of u and denoted by u August 7, 008 Vectors in -space and 3-space 7

VECTORS OPERATIONS Let u = (u,u ) then u is gien by formula Let u = (u,u,u 3 ) then u is gien by formula u = u + u u = u + u + u 3 Distance between point (ector) Let A(a,a ) and B(b,b ) are two points (ectors) in -space, then distance between A and B is gien by formula d d ( A, B) AB = ( b a ) + ( b a ) = ( A. B) AB = ( b a ) + ( b a ) + ( b a ) = Let A(a,a,a 3 ) and B(b,b,b 3 ) are two points (ectors) in 3-space, then distance between A and B is 3 3 August 7, 008 Vectors in -space and 3-space 8

VECTORS OPERATIONS Example Let u = (,,), u =? Solution u = + + = 9 = 3 Example Determine distance between A(,,) and B(,3,4) Solution d ( A.B) = ( ) + ( 3 ) + ( 4 ) = 4 August 7, 008 Vectors in -space and 3-space 9

DOT PRODUCT Definition If u and are ectors in or 3 space and θ is the angle between u and then dot product u. is defined by u. = u cosθ, 0 θ π u u θ θ August 7, 008 Vectors in -space and 3-space 0

DOT PRODUCT Let u =(u,u,u 3 ) and =(,, 3 ) are ectors in 3-space,we can derie formula dot product u. when entries of u and are known, then using law of cosines PQ = u + u cosθ,0 θ π Where PQ = - u Then dot product u. is gien by formula (after simplifying) u. = u + u + u 3 If u and ectors in -space, then dot product u. is u. = u + u 3 August 7, 008 Vectors in -space and 3-space

DOT PRODUCT Formula u. = u cosθ can be written as cos θ = u. u Formula of dot product can be used to obtain information about the angle (θ) between two ectors θ is acute if and only if u. > 0 θ is obtuse if and only if u. < 0 θ = π/ if and only if u. = 0 August 7, 008 Vectors in -space and 3-space

DOT PRODUCT Example Calculate sinθ where θ is angle between a=(,,) and b=(,,0) Solution u = = + + 4 = 4 + = 5 6 cos θ = u. u = 6 3 5 = 3 30 u. =. +.+ 0 = 3 sin θ = - cos θ sin θ = 30 sin θ = 30 August 7, 008 Vectors in -space and 3-space 3

DOT PRODUCT Properties of the Dot Product a. u. =.u b. u. (+w) = u. + u.w c. k (u.) = (ku). = u.(k) d.. > 0 if 0 and. = 0 if = 0 August 7, 008 Vectors in -space and 3-space 4

DOT PRODUCT An Orthogonal Projection w u w : Projection of u on w + w = u w : Vector component of u orthogonal to w u w w If u and are ectors in or 3-space and 0, then u. proj u = w = k = w = u w We get k alue by substitute w to u. August 7, 008 Vectors in -space and 3-space 5

DOT PRODUCT Example Let a =(,-,3) and b = (4,-,). Find the ector component of a along b and ector component of a orthogonal to b Solution Vector component of a along b is orthogonal projection of a on b a. b =5 b = a. b proj b a = w = b b = 5 ( 4,, ) Vector component of a orthogonal to b is w =a-w = ( 8, 6,33) August 7, 008 Vectors in -space and 3-space 6

Definition CROSS PRODUCT Let a =(a,a,a 3 ) and b = (b,b,b 3 ) are ectors in 3-space, then cross product a x b is the ector defined by a xb = i a b a b j k a b 3 3 Where i,j,k are standard unit ector i=(,0,0), j=(0,,0) and k=(0,0,) Relationships Cross Product and Dot Product a. a.(axb) = 0 ( axb ortogonal to a) b. b.(axb) = 0 ( axb ortogonal to b) c. axb = a b (a.b) (Lagrange Identity) August 7, 008 Vectors in -space and 3-space 7

CROSS PRODUCT Properties of Cross Product If a,b and c are ectors in 3-space and k : scalar,then a. axb = - (bxa) b. ax(b+c) = (axb) +(axc) c. (a+b)xc = (axc) +(bxc) d. k(axb) = (ka)xb = ax(kb) e. ax0 = 0xa = 0 f. axa = 0 August 7, 008 Vectors in -space and 3-space 8

CROSS PRODUCT Geometric Interpretation We can derie formula axb using Lagrange Identity. The formula is axb = a b sin θ What is this? a θ b a sinθ b Area of Parallelogram = a b sin θ Area of Triangle = ½. a b sin θ = ½ axb August 7, 008 Vectors in -space and 3-space 9

CROSS PRODUCT Example Find the area of triangle determined by the point A(,,3), B(,,) and C(,0,) Solution Let area of ABC triangle C AB = a = (,0,-) Area of Triangle A B AC = b = (,-,-) = ½ axb i j k a x b = 0 = -i -k = (-,0,-) Area of ABC triangle = ( 8) = axb = 8 August 7, 008 Vectors in -space and 3-space 0

EXERCISES. Let a = (k,k,) and b = (k,3,-4). Find k a. If angle between a and b is acute b. If angle between a and b is obtuse c. If angle between a and b is orthogonal. Let a =(,-,3) and b = (4,-,). Find the norm of ector component of a along b? 3. Find a unit ector that is orthogonal to both u and? a. u = (,,-), = (3,,) b. u = (,0,-), = (,,-) August 7, 008 Vectors in -space and 3-space

EXERCISES 4. Find the area of triangle haing ertices P,Q,R a. P(0,,), Q(-,,0), R(3,,) b. P(,3,4), Q(-,-,), R(3,,) August 7, 008 Vectors in -space and 3-space