Vector Operations in R 3 Section 6.7. Standard Unit Vectors in R 3 The standard unit vectors, i(1,0,0), j(0,1,0) and k(0,0,1) can be used to form any.

Slides:



Advertisements
Similar presentations
Section 4.1 – Vectors (in component form)
Advertisements

$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Time (h), x 0123 Distance (m) y Time studying (h), x 0123 grade (%) y
Vectors in 3-Dimensional Space Section 8-3. WHAT YOU WILL LEARN: 1.How to add and subtract vectors in 3-dimensional space. 2.How to find the magnitude.
1. A unit vector is A) without dimensions. B) without direction. C) without magnitude. D) None of the above. 2. The force F = (3 i + 4 j ) N has a magnitude.
CS 4731: Computer Graphics Lecture 6: Points, Scalars and Vectors Emmanuel Agu.
The Cross Product of 2 Vectors 11.3 JMerrill, 2010.
Section 8.3 – Systems of Linear Equations - Determinants Using Determinants to Solve Systems of Equations A determinant is a value that is obtained from.
Cross Product of Two Vectors
Anton/Busby Contemporary Linear AlgebraSection 1.1, Pg. 3.
10.3 Vector Valued Functions Greg Kelly, Hanford High School, Richland, Washington.
10.3 Vector Valued Functions Greg Kelly, Hanford High School, Richland, Washington.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Equations with variables on both sides Sections 3.11.
Vectors (1) Units Vectors Units Vectors Magnitude of Vectors Magnitude of Vectors.
Solving Linear Systems by Substitution O Chapter 7 Section 2.
6/4/2016 6:09 PM7.4 - Properties of Logarithms Honors1 Properties of Logarithms Section 7.4.
 LT: I will be able to calculate components of vectors  Test corrections are due by Friday!!!  Stamp and Go over Homework  Finish Labs--vectors 
Vectors Vectors in one dimension Vectors in two dimensions
Inequalities Section 10.6 Absolute Value of Products in Open Sentences.
6-2B Solving by Linear Combinations Warm-up (IN) Learning Objective: to solve systems of equations using linear combinations. Solve the systems using substitution.
By looking at a graph, name the three types of solutions that you can have in a system of equations. Groupwork graded Groupwork worksheet 1-14 Work on.
Any vector can be written as a linear combination of two standard unit vectors. The vector v is a linear combination of the vectors i and j. The scalar.
Section 4.1 Speed & Velocity b What is motion? A change in the position of an object relative to another object (a reference point), which is assumed to.
Vectors in the Plane. Quick Review Quick Review Solutions.
Distance and Displacement In One Dimension
Warm Up  If x = 3, y = 4, and z = 5, solve the expression.  1.) x + y + z  2.) z(x + y)  3.) y – z * x.
3.3 Logarithmic Functions and Their Graphs
5 minutes Warm-Up Solve. 2) 1).
Essential Question: How do you solve a system of 3 equations? Students will write a summary of the steps for solving a system of 3 equations. Multivariable.
Multiplication of a Vector by a Scalar Section 6.3.
Algebra Review. Systems of Equations Review: Substitution Linear Combination 2 Methods to Solve:
Distributive Property Review 2(x + 4) 2(x) + 2(4) 2x + 8.
2.3 solving multi-step equations. Review combining like terms Term-- the individual item(s) being added or subtracted. Example: 3x + 5x Example: 5y –
Warm up: Draw a vector on the Cartesian coordinate plane, and describe this vector in words.
Impulse and Momentum. Definition of Linear Momentum The linear momentum of an object is defined to be the product of its _____ and its ________ Linear.
Section 8.2 The Inverse Trigonometric Functions (Continued) Copyright © 2013 Pearson Education, Inc. All rights reserved.
Homework Questions. Chapter 6 Section 6.1 Vectors.
Work and Energy.
6) x + 2y = 2 x – 4y = 14.
Modeling of geochemical processes Linear system of differential equations J. Faimon.
Section 2-4: Adding Integers using Rules
Tuesday, March 3, 2015 HW: pg even on problems you also need to do the operations geometrically. Do Now: Take out your pencil, notebook,
Does the set S SPAN R3 ?.
Vectors in Three Dimensions
Larger Systems of Linear Equations
1) Find the measure of the largest angle.
Section 11.2: Solving Linear Systems by Substitution
Lesson 0 – 4 & 0 – 5 Algebraic Expressions & Linear Equations
Chapter 9 Review.
Solve: 1. 4<
Vectors, Linear Combinations and Linear Independence
Anton/Busby Contemporary Linear Algebra
Solve System by Linear Combination / Addition Method
Calculating Limits Using the Limit Laws
Section 3.1 – Vectors in Component Form
Students will write a summary explaining how to use Cramer’s rule.
  CW: Pg (27, 31, 33, 43, 47, 48, 69, 73, 77, 79, 83, 85, 87, 89)
Solving Equations involving Decimal Coefficients
Unit 3 Review (Calculator)
Three Dimensional Geometry and Vectors
7.1 Roots and Rational Exponents
14.1 Vectors in Two Dimensions
Vector Spaces, Subspaces
Chapter 8 Rotational Equilibrium and Dynamics
Review Use one of the 3 types of applications to solve the system
Calculate 9 x 81 = x 3 3 x 3 x 3 x 3 3 x 3 x 3 x 3 x 3 x 3 x =
Solving a System of Linear Equations
Section 6.3 Vectors in the Plane.
Presentation transcript:

Vector Operations in R 3 Section 6.7

Standard Unit Vectors in R 3 The standard unit vectors, i(1,0,0), j(0,1,0) and k(0,0,1) can be used to form any other 3D vector. Try: Re-write the vector a(4, -5, -12) as a linear combination of i,j and k:

Calculating Magnitude in three dimensions Try: Write an expression for the magnitude of vector P:

Finding the Magnitude of Vectors in R 3 Determine the magnitude of the following vectors:

Problem Solving:

Summary: How do you find the distance between the point (x 1, y 1, z 1 ) and (x 2, y 2, z 2 )? How do you find the vector between A(x 1, y 1, z 1 ) and B(x 2, y 2, z 2 ) Practice: Pg. 332, #3, 5, 7, 10, 14, 15