We live in a Three Dimensional World

Slides:



Advertisements
Similar presentations
Chapter 10 Vocabulary.
Advertisements

10.6 Vectors in Space.
Lecture 2: Geometry vs Linear Algebra Points-Vectors and Distance-Norm Shang-Hua Teng.
Vectors Sections 6.6. Objectives Rewrite a vector in rectangular coordinates (in terms of i and j) given the initial and terminal points of the vector.
APPLICATIONS OF TRIGONOMETRY
Multiplication with Vectors
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.
Graphics CSE 581 – Interactive Computer Graphics Mathematics for Computer Graphics CSE 581 – Roger Crawfis (slides developed from Korea University slides)
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Patrick Nichols Thursday, September 18, Linear Algebra Review.
7.1 Scalars and vectors Scalar: a quantity specified by its magnitude, for example: temperature, time, mass, and density Chapter 7 Vector algebra Vector:
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.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Section 10.2a VECTORS IN THE PLANE. Vectors in the Plane Some quantities only have magnitude, and are called scalars … Examples? Some quantities have.
1 What you will learn  Vocabulary  How to plot a point in 3 dimensional space  How to plot a plane in 3 dimensional space  How to solve a system of.
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.
Vectors CHAPTER 7. Ch7_2 Contents  7.1 Vectors in 2-Space 7.1 Vectors in 2-Space  7.2 Vectors in 3-Space 7.2 Vectors in 3-Space  7.3 Dot Product 7.3.
Vectors in Plane Objectives of this Section Graph Vectors Find a Position Vector Add and Subtract Vectors Find a Scalar Product and Magnitude of a Vector.
Section 9.1 Polar Coordinates. x OriginPole Polar axis.
Vectors Addition is commutative (vi) If vector u is multiplied by a scalar k, then the product ku is a vector in the same direction as u but k times the.
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.
Main Menu Salas, Hille, Etgen Calculus: One and Several Variables Copyright 2003 © John Wiley & Sons, Inc. All rights reserved. Chapter 12: Vectors Cartesian.
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.
Copyright © Cengage Learning. All rights reserved. Vectors in Two and Three Dimensions.
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 in Space. 1. Describe the set of points (x, y, z) defined by the equation (Similar to p.364 #7-14)
A rule that combines two vectors to produce a scalar.
Meeting 23 Vectors. Vectors in 2-Space, 3-Space, and n- Space We will denote vectors in boldface type such as a, b, v, w, and x, and we will denote scalars.
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.
Linear Algebra Review Tuesday, September 7, 2010.
Objectives: Graph vectors in 3 dimensions Use cross products and dot products to find perpendicular vectors.
11.6 Dot Product and Angle between Vectors Do Now Find the unit vector of 3i + 4j.
X axis y axis Points on a coordinate plane are written like this: (-8, 9) Move the dot.
Vectors and the Geometry
Dot Product of Vectors.
Vectors for Calculus-Based Physics
Point-Slope and Standard forms of Linear Equations
Mathematics for Computer Graphics
Dot Product and Angle Between Two Vectors
Elementary Linear Algebra
Analytic Geometry in Three Dimensions
Objectives Use properties of the dot product of two vectors.
2 Vectors In 2-space And 3-space
Vectors and the Geometry of Space
Forces Classification of Forces Force System
Contents 7.1 Vectors in 2-Space 7.2 Vectors in 3-Space 7.3 Dot Product
2.3 Basic Differentiation Formulas
6.2 Dot Products of Vectors
Scalars and Vectors.
Law of sines Law of cosines Page 326, Textbook section 6.1
Vectors for Calculus-Based Physics
Lecture 03: Linear Algebra
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
11 Vectors and the Geometry of Space
8.6 Vectors in Space.
Vectors.
4.3 Vectors.
Angle between two vectors
Dot Products There are two ways to multiply two vectors
8 Applications of Trigonometry Copyright © 2009 Pearson Addison-Wesley.
Lecture 2: Geometry vs Linear Algebra Points-Vectors and Distance-Norm
2 Vectors in 2-space and 3-space
Vectors and Dot Products
Linear Equations and Vectors
2.5 Basic Differentiation Properties
Presentation transcript:

We live in a Three Dimensional World Vectors in Space We live in a Three Dimensional World

Rectangular Coordinates in Space Right handed coordinate system We now have an ordered triple (x,y,z) associated with each point. Graphing examples

Representing Vectors in Space Since we have a new axes, we will now need a third unit vector to represent the z axis. i = (1, 0, 0) j = (0, 1, 0) and k = (0, 0, 1)

Position Vector To find the position vector, we will now have v = (a2 – a1)i + (b2 – b1)j + (c2 – c1)k

Addition, Subtraction and Scalar Multiplication All rules that applied in two dimensions, now apply in three dimensions

Unit Vector in Direction of v For any non zero vector v, the vector is a unit vector that has the same direction as v.

Dot Product We find the dot product the same way we found it in two dimensions, we just add the third dimension

Angle Between Two Vectors We use the same formula we used in two dimensions including the third dimension

Direction Angles of Vectors in Space This is the only truly new operation. There are three direction angles a = angle between v and the positive x-axis, 0 ≤ a ≤ p b = angle between v and the positive y-axis, 0 ≤ b ≤ p g = angle between v and the positive z-axis, 0 ≤ g ≤ p

Direction Angles

Direction Cosines The direction cosines play the same role in space as slope does in the plane.

Property of Direction Cosines If a, b, and g are the direction angles of a nonzero vector v in space, then cos2 a + cos2b + cos2 g = 1