SlideShare a Scribd company logo
1 of 28
6.1 
Vectors in the 
Plane 
Copyright © 2011 Pearson, Inc.
What you’ll learn about 
 Two-Dimensional Vectors 
 Vector Operations 
 Unit Vectors 
 Direction Angles 
 Applications of Vectors 
… and why 
These topics are important in many real-world 
applications, such as calculating the effect of the wind on 
an airplane’s path. 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 2
Directed Line Segment 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 3
Two-Dimensional Vector 
A two - dimensional vector v is an ordered pair of real 
numbers, denoted in component form as a,b . The 
numbers a and b are the components of the vector v. 
The standard representation of the vector a,b is the 
arrow from the origin to the point (a,b). The magnitude 
of v is the length of the arrow and the direction of v is the 
direction in which the arrow is pointing. The vector 
0 = 0,0 , called the zero vector, has zero length and 
no direction. 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 4
Initial Point, Terminal Point, 
Equivalent 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 5
Head Minus Tail (HMT) Rule 
If an arrow has initial point x1, y1   and terminal point 
x2 , y2  , it represents the vector x2  x1, y2  y1 . 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 6
Magnitude 
If v is represented by the arrow from x1, y1   to x2 , y2  , 
then 
v  x2  x1  2 
 y2  y1  2 
. 
If v  a,b , then v  a2  b2 . 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 7
Example Finding Magnitude of a 
Vector 
Find the magnitude of v represented by PQ, 
where P  (3,4) and Q  (5,2). 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 8
Example Finding Magnitude of a 
Vector 
Find the magnitude of v represented by PQ, 
where P  (3,4) and Q  (5,2). 
v  x2  x1  2 
 y2  y1  2 
 5 32 
 2  (4)2 
 2 10 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 9
Vector Addition and Scalar Multiplication 
Let u  u1,u2 and v  v1,v2 be vectors and let k be 
a real number (scalar). The sum (or resultant) of the 
vectors u and v is the vector 
u  v  u1  v1,u2  v2 . 
The product of the scalar k and the vector u is 
ku  k u1,u2  ku1,ku2 . 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 10
Example Performing Vector 
Operations 
Let u  2, 1 and v  5,3 . Find 3u  v. 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 11
Example Performing Vector 
Operations 
Let u  2, 1 and v  5,3 . Find 3u  v. 
3u  32, 31 = 6,  3 
3u  v = 6,  3  5,3  6  5,3 3  11,0 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 12
Unit Vectors 
A vector u with | u |  1 is a unit vector. If v is not 
the zero vector 0,0 , then the vector u  
v 
| v | 
 
1 
| v | 
v 
is a unit vector in the direction of v. 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 13
Example Finding a Unit Vector 
Find a unit vector in the direction of v  2,  3 . 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 14
Example Finding a Unit Vector 
Find a unit vector in the direction of v  2,  3 . 
v  2,  3  22  32 
 13, so 
v 
v 
 
1 
13 
2,  3  
2 
13 
,  
3 
13 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 15
Standard Unit Vectors 
The two vectors i  1,0 and j  0,1 are the standard 
unit vectors. Any vector v can be written as an expression 
in terms of the standard unit vector: 
v  a,b 
 a,0  0,b 
 a 1,0  b 0,1 
 ai  bj 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 16
Resolving the Vector 
If v has direction angle  , the components of v can 
be computed using the formula 
v = v cos , v sin . 
From the formula above, it follows that the unit vector 
in the direction of v is u  
v 
v 
 cos ,sin . 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 17
Example Finding the Components of 
a Vector 
Find the components of the vector v with 
direction angle 120o and magnitude 8. 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 18
Example Finding the Components of 
a Vector 
Find the components of the vector v with 
direction angle 120o and magnitude 8. 
v  a,b  8cos120o,8sin120o 
 
 8  
1 
2 
  
 
  
,8 
3 
2 
 
  
 
  
 4,4 3 
So a  4 and b  4 3. 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 19
Example Finding the Direction Angle 
of a Vector 
Let u  2,3 and v  4, 1 . 
Find the magnitude and direction angle of each vector. 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 20
Example Finding the Direction Angle 
of a Vector 
Let u  2,3 and v  4, 1 . 
Find the magnitude and direction angle of each vector. 
Let  be the direction angle of u, then 
| u | 22 
 32  13 
2  u cos 
2  13cos 
cos  
2 
13 
 
  cos1 2 
13 
  
 
  
90¼   180¼ 
  123.69¼ 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 21
Example Finding the Direction Angle 
of a Vector 
Let u  2,3 and v  4, 1 . 
Find the magnitude and direction angle of each vector. 
Let  be the direction angle of v, then 
| v | 42 
 12 
 17 
4  v cos 
4  17 cos 
cos  
4 
17 
 
  360¼ cos1 4 
17 
  
 
  
180¼   2700¼ 
  194.04¼ 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 22
Example Finding the Direction Angle 
of a Vector 
Let u  2,3 and v  4, 1 . 
Find the magnitude and direction angle of each vector. 
Interpret 
The direction angle for u 
is   123.69¼. 
The direction angle for v 
is   194.04¼. 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 23
Velocity and Speed 
The velocity of a moving object is a vector 
because velocity has both magnitude and 
direction. The magnitude of velocity is speed. 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 24
Quick Review 
1. Find the values of x and y. 
 
2. Solve for  in degrees.   sin-1 3 
11 
  
 
  
Copyright © 2011 Pearson, Inc. Slide 6.1 - 25
Quick Review 
3. A naval ship leaves Port Northfolk and averages 
43 knots (nautical mph) traveling for 3 hr on a bearing 
of 35o and then 4 hr on a course of 120o. 
What is the boat's bearing and distance from 
Port Norfolk after 7 hr. 
The point P is on the terminal side of the angle  . 
Find the measure of  if 0o    360o. 
4. P(5,7) 
5. P(-5,7) 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 26
Quick Review Solutions 
1. Find the values of x and y. 
x  7.5, y  7.5 3 
 
2. Solve for  in degrees.   sin-1 3 
11 
  
 
  
64.8¼ 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 27
Quick Review Solutions 
3. A naval ship leaves Port Northfolk and averages 
43 knots (nautical mph) traveling for 3 hr on a bearing 
of 35o and then 4 hr on a course of 120o. 
What is the boat's bearing and distance from 
Port Norfolk after 7 hr. 
distance = 224.2; bearing = 84.9¼ 
The point P is on the terminal side of the angle  . 
Find the measure of  if 0o    360o. 
4. P(5,7) 54.5¼ 
5. P(5,7) 125.5¼ 
Copyright © 2011 Pearson, Inc. Slide 6.1 - 28

More Related Content

What's hot

Position analysis and dimensional synthesis
Position analysis and dimensional synthesisPosition analysis and dimensional synthesis
Position analysis and dimensional synthesisPreetshah1212
 
Geometry unit 9.2
Geometry unit 9.2Geometry unit 9.2
Geometry unit 9.2Mark Ryder
 
methods to draw inflection circle
 methods to draw inflection circle methods to draw inflection circle
methods to draw inflection circlesabiha khathun
 
Vector Addition
Vector AdditionVector Addition
Vector Additionrinisma5
 
MAT-108 Trigonometry Midterm Review
MAT-108 Trigonometry Midterm ReviewMAT-108 Trigonometry Midterm Review
MAT-108 Trigonometry Midterm ReviewKevin Johnson
 
Maapr3
Maapr3Maapr3
Maapr3FNian
 
Line integral,Strokes and Green Theorem
Line integral,Strokes and Green TheoremLine integral,Strokes and Green Theorem
Line integral,Strokes and Green TheoremHassan Ahmed
 
Physics Notes: Solved numerical of Physics first year
Physics Notes: Solved numerical of Physics first yearPhysics Notes: Solved numerical of Physics first year
Physics Notes: Solved numerical of Physics first yearRam Chand
 
Geometry unit 9.6 9.7
Geometry unit 9.6 9.7Geometry unit 9.6 9.7
Geometry unit 9.6 9.7Mark Ryder
 
sintesis grafica mecanismos
sintesis grafica mecanismossintesis grafica mecanismos
sintesis grafica mecanismosMecanismos Ucr
 
Algebra 2 unit 9.6
Algebra 2 unit 9.6Algebra 2 unit 9.6
Algebra 2 unit 9.6Mark Ryder
 
Scalars & vectors
Scalars & vectorsScalars & vectors
Scalars & vectorsKhanSaif2
 
Triangle law of vector addition
Triangle law of vector additionTriangle law of vector addition
Triangle law of vector additionLauragibbo1
 

What's hot (20)

Unit 6.6
Unit 6.6Unit 6.6
Unit 6.6
 
Unit 4.6
Unit 4.6Unit 4.6
Unit 4.6
 
Power point vector
Power point vectorPower point vector
Power point vector
 
Position analysis and dimensional synthesis
Position analysis and dimensional synthesisPosition analysis and dimensional synthesis
Position analysis and dimensional synthesis
 
ED7202 mds_notes
ED7202 mds_notesED7202 mds_notes
ED7202 mds_notes
 
Geometry unit 9.2
Geometry unit 9.2Geometry unit 9.2
Geometry unit 9.2
 
methods to draw inflection circle
 methods to draw inflection circle methods to draw inflection circle
methods to draw inflection circle
 
Vector Addition
Vector AdditionVector Addition
Vector Addition
 
MAT-108 Trigonometry Midterm Review
MAT-108 Trigonometry Midterm ReviewMAT-108 Trigonometry Midterm Review
MAT-108 Trigonometry Midterm Review
 
Maapr3
Maapr3Maapr3
Maapr3
 
Line integral,Strokes and Green Theorem
Line integral,Strokes and Green TheoremLine integral,Strokes and Green Theorem
Line integral,Strokes and Green Theorem
 
Vector
VectorVector
Vector
 
Physics Notes: Solved numerical of Physics first year
Physics Notes: Solved numerical of Physics first yearPhysics Notes: Solved numerical of Physics first year
Physics Notes: Solved numerical of Physics first year
 
Geometry unit 9.6 9.7
Geometry unit 9.6 9.7Geometry unit 9.6 9.7
Geometry unit 9.6 9.7
 
Trig overview
Trig overviewTrig overview
Trig overview
 
sintesis grafica mecanismos
sintesis grafica mecanismossintesis grafica mecanismos
sintesis grafica mecanismos
 
Algebra 2 unit 9.6
Algebra 2 unit 9.6Algebra 2 unit 9.6
Algebra 2 unit 9.6
 
Scalars & vectors
Scalars & vectorsScalars & vectors
Scalars & vectors
 
Calculus Ppt
Calculus PptCalculus Ppt
Calculus Ppt
 
Triangle law of vector addition
Triangle law of vector additionTriangle law of vector addition
Triangle law of vector addition
 

Viewers also liked (9)

Pc 6.3 notes_vectors
Pc 6.3 notes_vectorsPc 6.3 notes_vectors
Pc 6.3 notes_vectors
 
Bab2
Bab2Bab2
Bab2
 
Unit 5.6
Unit 5.6Unit 5.6
Unit 5.6
 
Unit 5.3
Unit 5.3Unit 5.3
Unit 5.3
 
Unit 5.4
Unit 5.4Unit 5.4
Unit 5.4
 
Unit 5.5
Unit 5.5Unit 5.5
Unit 5.5
 
Unit 5.2
Unit 5.2Unit 5.2
Unit 5.2
 
Unit 5.1
Unit 5.1Unit 5.1
Unit 5.1
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 

Similar to Unit 6.1

8.3 Vectors
8.3 Vectors8.3 Vectors
8.3 Vectorssmiller5
 
Engineering Physics chapter ch04-10e.pptx
Engineering Physics chapter ch04-10e.pptxEngineering Physics chapter ch04-10e.pptx
Engineering Physics chapter ch04-10e.pptxEngrNoumanMemon
 
Vector Algebra.pptx
Vector Algebra.pptxVector Algebra.pptx
Vector Algebra.pptxazrulZamir2
 
Lecture 12 orhogonality - 6.1 6.2 6.3
Lecture 12   orhogonality - 6.1 6.2 6.3Lecture 12   orhogonality - 6.1 6.2 6.3
Lecture 12 orhogonality - 6.1 6.2 6.3njit-ronbrown
 
CHAPTER 3.pptx
CHAPTER 3.pptxCHAPTER 3.pptx
CHAPTER 3.pptxBangIzz
 
Lesson 2: Vectors and the Dot Product
Lesson 2: Vectors and the Dot ProductLesson 2: Vectors and the Dot Product
Lesson 2: Vectors and the Dot ProductMatthew Leingang
 
2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and DimensionCeni Babaoglu, PhD
 
Engineering Physics Lec 2 ch02-10e.pptx
Engineering Physics Lec 2  ch02-10e.pptxEngineering Physics Lec 2  ch02-10e.pptx
Engineering Physics Lec 2 ch02-10e.pptxEngrNoumanMemon
 
Lecture 13 gram-schmidt inner product spaces - 6.4 6.7
Lecture 13   gram-schmidt  inner product spaces - 6.4 6.7Lecture 13   gram-schmidt  inner product spaces - 6.4 6.7
Lecture 13 gram-schmidt inner product spaces - 6.4 6.7njit-ronbrown
 
Vectors in Two and Three.pptx
Vectors in Two and Three.pptxVectors in Two and Three.pptx
Vectors in Two and Three.pptxgayashani2
 
Vectors phy2 chp7
Vectors phy2 chp7Vectors phy2 chp7
Vectors phy2 chp7Subas Nandy
 
Mat 223_Ch4-VectorSpaces.ppt
Mat 223_Ch4-VectorSpaces.pptMat 223_Ch4-VectorSpaces.ppt
Mat 223_Ch4-VectorSpaces.pptabidraufv
 

Similar to Unit 6.1 (20)

8.3 Vectors
8.3 Vectors8.3 Vectors
8.3 Vectors
 
Engineering Physics chapter ch04-10e.pptx
Engineering Physics chapter ch04-10e.pptxEngineering Physics chapter ch04-10e.pptx
Engineering Physics chapter ch04-10e.pptx
 
Unit 8.5
Unit 8.5Unit 8.5
Unit 8.5
 
Lesson4.3Vectors.ppt
Lesson4.3Vectors.pptLesson4.3Vectors.ppt
Lesson4.3Vectors.ppt
 
Vector Algebra.pptx
Vector Algebra.pptxVector Algebra.pptx
Vector Algebra.pptx
 
Lecture 12 orhogonality - 6.1 6.2 6.3
Lecture 12   orhogonality - 6.1 6.2 6.3Lecture 12   orhogonality - 6.1 6.2 6.3
Lecture 12 orhogonality - 6.1 6.2 6.3
 
CHAPTER 3.pptx
CHAPTER 3.pptxCHAPTER 3.pptx
CHAPTER 3.pptx
 
Unit 8.1
Unit 8.1Unit 8.1
Unit 8.1
 
Calculus it
Calculus itCalculus it
Calculus it
 
Vector
VectorVector
Vector
 
Lesson 2: Vectors and the Dot Product
Lesson 2: Vectors and the Dot ProductLesson 2: Vectors and the Dot Product
Lesson 2: Vectors and the Dot Product
 
2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension
 
precalculus 6.3
precalculus 6.3precalculus 6.3
precalculus 6.3
 
Engineering Physics Lec 2 ch02-10e.pptx
Engineering Physics Lec 2  ch02-10e.pptxEngineering Physics Lec 2  ch02-10e.pptx
Engineering Physics Lec 2 ch02-10e.pptx
 
Unit 8.2
Unit 8.2Unit 8.2
Unit 8.2
 
Unit .2
Unit .2Unit .2
Unit .2
 
Lecture 13 gram-schmidt inner product spaces - 6.4 6.7
Lecture 13   gram-schmidt  inner product spaces - 6.4 6.7Lecture 13   gram-schmidt  inner product spaces - 6.4 6.7
Lecture 13 gram-schmidt inner product spaces - 6.4 6.7
 
Vectors in Two and Three.pptx
Vectors in Two and Three.pptxVectors in Two and Three.pptx
Vectors in Two and Three.pptx
 
Vectors phy2 chp7
Vectors phy2 chp7Vectors phy2 chp7
Vectors phy2 chp7
 
Mat 223_Ch4-VectorSpaces.ppt
Mat 223_Ch4-VectorSpaces.pptMat 223_Ch4-VectorSpaces.ppt
Mat 223_Ch4-VectorSpaces.ppt
 

More from Mark Ryder

Geometry 201 Unit 4.1
Geometry 201 Unit 4.1Geometry 201 Unit 4.1
Geometry 201 Unit 4.1Mark Ryder
 
Algebra 302 unit 11.4
Algebra 302 unit 11.4Algebra 302 unit 11.4
Algebra 302 unit 11.4Mark Ryder
 
Algebra 2 unit 10.6
Algebra 2 unit 10.6Algebra 2 unit 10.6
Algebra 2 unit 10.6Mark Ryder
 
Algebra 2 unit 10.7
Algebra 2 unit 10.7Algebra 2 unit 10.7
Algebra 2 unit 10.7Mark Ryder
 
Algebra 2 unit 10.5
Algebra 2 unit 10.5Algebra 2 unit 10.5
Algebra 2 unit 10.5Mark Ryder
 
Algebra 2 unit 10.4
Algebra 2 unit 10.4Algebra 2 unit 10.4
Algebra 2 unit 10.4Mark Ryder
 
Algebra 2 unit 10.3
Algebra 2 unit 10.3Algebra 2 unit 10.3
Algebra 2 unit 10.3Mark Ryder
 
Algebra 2 unit 10.2
Algebra 2 unit 10.2Algebra 2 unit 10.2
Algebra 2 unit 10.2Mark Ryder
 
11.1 combination and permutations
11.1 combination and permutations11.1 combination and permutations
11.1 combination and permutationsMark Ryder
 
Unit 11.3 probability of multiple events
Unit 11.3 probability of multiple eventsUnit 11.3 probability of multiple events
Unit 11.3 probability of multiple eventsMark Ryder
 
Unit 11.2 experimental probability
Unit 11.2 experimental probabilityUnit 11.2 experimental probability
Unit 11.2 experimental probabilityMark Ryder
 
Unit 11.2 theoretical probability
Unit 11.2 theoretical probabilityUnit 11.2 theoretical probability
Unit 11.2 theoretical probabilityMark Ryder
 
11.1 11.1 combination and permutations
11.1 11.1 combination and permutations11.1 11.1 combination and permutations
11.1 11.1 combination and permutationsMark Ryder
 
Geometry 201 unit 5.7
Geometry 201 unit 5.7Geometry 201 unit 5.7
Geometry 201 unit 5.7Mark Ryder
 
Geometry 201 unit 5.5
Geometry 201 unit 5.5Geometry 201 unit 5.5
Geometry 201 unit 5.5Mark Ryder
 
Geometry 201 unit 5.4
Geometry 201 unit 5.4Geometry 201 unit 5.4
Geometry 201 unit 5.4Mark Ryder
 
Geometry 201 unit 5.3
Geometry 201 unit 5.3Geometry 201 unit 5.3
Geometry 201 unit 5.3Mark Ryder
 
Geometry 201 unit 4.7
Geometry 201 unit 4.7Geometry 201 unit 4.7
Geometry 201 unit 4.7Mark Ryder
 
Geometry 201 unit 4.4
Geometry 201 unit 4.4Geometry 201 unit 4.4
Geometry 201 unit 4.4Mark Ryder
 
Geometry 201 unit 4.3
Geometry 201 unit 4.3Geometry 201 unit 4.3
Geometry 201 unit 4.3Mark Ryder
 

More from Mark Ryder (20)

Geometry 201 Unit 4.1
Geometry 201 Unit 4.1Geometry 201 Unit 4.1
Geometry 201 Unit 4.1
 
Algebra 302 unit 11.4
Algebra 302 unit 11.4Algebra 302 unit 11.4
Algebra 302 unit 11.4
 
Algebra 2 unit 10.6
Algebra 2 unit 10.6Algebra 2 unit 10.6
Algebra 2 unit 10.6
 
Algebra 2 unit 10.7
Algebra 2 unit 10.7Algebra 2 unit 10.7
Algebra 2 unit 10.7
 
Algebra 2 unit 10.5
Algebra 2 unit 10.5Algebra 2 unit 10.5
Algebra 2 unit 10.5
 
Algebra 2 unit 10.4
Algebra 2 unit 10.4Algebra 2 unit 10.4
Algebra 2 unit 10.4
 
Algebra 2 unit 10.3
Algebra 2 unit 10.3Algebra 2 unit 10.3
Algebra 2 unit 10.3
 
Algebra 2 unit 10.2
Algebra 2 unit 10.2Algebra 2 unit 10.2
Algebra 2 unit 10.2
 
11.1 combination and permutations
11.1 combination and permutations11.1 combination and permutations
11.1 combination and permutations
 
Unit 11.3 probability of multiple events
Unit 11.3 probability of multiple eventsUnit 11.3 probability of multiple events
Unit 11.3 probability of multiple events
 
Unit 11.2 experimental probability
Unit 11.2 experimental probabilityUnit 11.2 experimental probability
Unit 11.2 experimental probability
 
Unit 11.2 theoretical probability
Unit 11.2 theoretical probabilityUnit 11.2 theoretical probability
Unit 11.2 theoretical probability
 
11.1 11.1 combination and permutations
11.1 11.1 combination and permutations11.1 11.1 combination and permutations
11.1 11.1 combination and permutations
 
Geometry 201 unit 5.7
Geometry 201 unit 5.7Geometry 201 unit 5.7
Geometry 201 unit 5.7
 
Geometry 201 unit 5.5
Geometry 201 unit 5.5Geometry 201 unit 5.5
Geometry 201 unit 5.5
 
Geometry 201 unit 5.4
Geometry 201 unit 5.4Geometry 201 unit 5.4
Geometry 201 unit 5.4
 
Geometry 201 unit 5.3
Geometry 201 unit 5.3Geometry 201 unit 5.3
Geometry 201 unit 5.3
 
Geometry 201 unit 4.7
Geometry 201 unit 4.7Geometry 201 unit 4.7
Geometry 201 unit 4.7
 
Geometry 201 unit 4.4
Geometry 201 unit 4.4Geometry 201 unit 4.4
Geometry 201 unit 4.4
 
Geometry 201 unit 4.3
Geometry 201 unit 4.3Geometry 201 unit 4.3
Geometry 201 unit 4.3
 

Recently uploaded

MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 

Recently uploaded (20)

MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 

Unit 6.1

  • 1. 6.1 Vectors in the Plane Copyright © 2011 Pearson, Inc.
  • 2. What you’ll learn about  Two-Dimensional Vectors  Vector Operations  Unit Vectors  Direction Angles  Applications of Vectors … and why These topics are important in many real-world applications, such as calculating the effect of the wind on an airplane’s path. Copyright © 2011 Pearson, Inc. Slide 6.1 - 2
  • 3. Directed Line Segment Copyright © 2011 Pearson, Inc. Slide 6.1 - 3
  • 4. Two-Dimensional Vector A two - dimensional vector v is an ordered pair of real numbers, denoted in component form as a,b . The numbers a and b are the components of the vector v. The standard representation of the vector a,b is the arrow from the origin to the point (a,b). The magnitude of v is the length of the arrow and the direction of v is the direction in which the arrow is pointing. The vector 0 = 0,0 , called the zero vector, has zero length and no direction. Copyright © 2011 Pearson, Inc. Slide 6.1 - 4
  • 5. Initial Point, Terminal Point, Equivalent Copyright © 2011 Pearson, Inc. Slide 6.1 - 5
  • 6. Head Minus Tail (HMT) Rule If an arrow has initial point x1, y1   and terminal point x2 , y2  , it represents the vector x2  x1, y2  y1 . Copyright © 2011 Pearson, Inc. Slide 6.1 - 6
  • 7. Magnitude If v is represented by the arrow from x1, y1   to x2 , y2  , then v  x2  x1  2  y2  y1  2 . If v  a,b , then v  a2  b2 . Copyright © 2011 Pearson, Inc. Slide 6.1 - 7
  • 8. Example Finding Magnitude of a Vector Find the magnitude of v represented by PQ, where P  (3,4) and Q  (5,2). Copyright © 2011 Pearson, Inc. Slide 6.1 - 8
  • 9. Example Finding Magnitude of a Vector Find the magnitude of v represented by PQ, where P  (3,4) and Q  (5,2). v  x2  x1  2  y2  y1  2  5 32  2  (4)2  2 10 Copyright © 2011 Pearson, Inc. Slide 6.1 - 9
  • 10. Vector Addition and Scalar Multiplication Let u  u1,u2 and v  v1,v2 be vectors and let k be a real number (scalar). The sum (or resultant) of the vectors u and v is the vector u  v  u1  v1,u2  v2 . The product of the scalar k and the vector u is ku  k u1,u2  ku1,ku2 . Copyright © 2011 Pearson, Inc. Slide 6.1 - 10
  • 11. Example Performing Vector Operations Let u  2, 1 and v  5,3 . Find 3u  v. Copyright © 2011 Pearson, Inc. Slide 6.1 - 11
  • 12. Example Performing Vector Operations Let u  2, 1 and v  5,3 . Find 3u  v. 3u  32, 31 = 6,  3 3u  v = 6,  3  5,3  6  5,3 3  11,0 Copyright © 2011 Pearson, Inc. Slide 6.1 - 12
  • 13. Unit Vectors A vector u with | u |  1 is a unit vector. If v is not the zero vector 0,0 , then the vector u  v | v |  1 | v | v is a unit vector in the direction of v. Copyright © 2011 Pearson, Inc. Slide 6.1 - 13
  • 14. Example Finding a Unit Vector Find a unit vector in the direction of v  2,  3 . Copyright © 2011 Pearson, Inc. Slide 6.1 - 14
  • 15. Example Finding a Unit Vector Find a unit vector in the direction of v  2,  3 . v  2,  3  22  32  13, so v v  1 13 2,  3  2 13 ,  3 13 Copyright © 2011 Pearson, Inc. Slide 6.1 - 15
  • 16. Standard Unit Vectors The two vectors i  1,0 and j  0,1 are the standard unit vectors. Any vector v can be written as an expression in terms of the standard unit vector: v  a,b  a,0  0,b  a 1,0  b 0,1  ai  bj Copyright © 2011 Pearson, Inc. Slide 6.1 - 16
  • 17. Resolving the Vector If v has direction angle  , the components of v can be computed using the formula v = v cos , v sin . From the formula above, it follows that the unit vector in the direction of v is u  v v  cos ,sin . Copyright © 2011 Pearson, Inc. Slide 6.1 - 17
  • 18. Example Finding the Components of a Vector Find the components of the vector v with direction angle 120o and magnitude 8. Copyright © 2011 Pearson, Inc. Slide 6.1 - 18
  • 19. Example Finding the Components of a Vector Find the components of the vector v with direction angle 120o and magnitude 8. v  a,b  8cos120o,8sin120o   8  1 2      ,8 3 2        4,4 3 So a  4 and b  4 3. Copyright © 2011 Pearson, Inc. Slide 6.1 - 19
  • 20. Example Finding the Direction Angle of a Vector Let u  2,3 and v  4, 1 . Find the magnitude and direction angle of each vector. Copyright © 2011 Pearson, Inc. Slide 6.1 - 20
  • 21. Example Finding the Direction Angle of a Vector Let u  2,3 and v  4, 1 . Find the magnitude and direction angle of each vector. Let  be the direction angle of u, then | u | 22  32  13 2  u cos 2  13cos cos  2 13    cos1 2 13      90¼   180¼   123.69¼ Copyright © 2011 Pearson, Inc. Slide 6.1 - 21
  • 22. Example Finding the Direction Angle of a Vector Let u  2,3 and v  4, 1 . Find the magnitude and direction angle of each vector. Let  be the direction angle of v, then | v | 42  12  17 4  v cos 4  17 cos cos  4 17    360¼ cos1 4 17      180¼   2700¼   194.04¼ Copyright © 2011 Pearson, Inc. Slide 6.1 - 22
  • 23. Example Finding the Direction Angle of a Vector Let u  2,3 and v  4, 1 . Find the magnitude and direction angle of each vector. Interpret The direction angle for u is   123.69¼. The direction angle for v is   194.04¼. Copyright © 2011 Pearson, Inc. Slide 6.1 - 23
  • 24. Velocity and Speed The velocity of a moving object is a vector because velocity has both magnitude and direction. The magnitude of velocity is speed. Copyright © 2011 Pearson, Inc. Slide 6.1 - 24
  • 25. Quick Review 1. Find the values of x and y.  2. Solve for  in degrees.   sin-1 3 11      Copyright © 2011 Pearson, Inc. Slide 6.1 - 25
  • 26. Quick Review 3. A naval ship leaves Port Northfolk and averages 43 knots (nautical mph) traveling for 3 hr on a bearing of 35o and then 4 hr on a course of 120o. What is the boat's bearing and distance from Port Norfolk after 7 hr. The point P is on the terminal side of the angle  . Find the measure of  if 0o    360o. 4. P(5,7) 5. P(-5,7) Copyright © 2011 Pearson, Inc. Slide 6.1 - 26
  • 27. Quick Review Solutions 1. Find the values of x and y. x  7.5, y  7.5 3  2. Solve for  in degrees.   sin-1 3 11      64.8¼ Copyright © 2011 Pearson, Inc. Slide 6.1 - 27
  • 28. Quick Review Solutions 3. A naval ship leaves Port Northfolk and averages 43 knots (nautical mph) traveling for 3 hr on a bearing of 35o and then 4 hr on a course of 120o. What is the boat's bearing and distance from Port Norfolk after 7 hr. distance = 224.2; bearing = 84.9¼ The point P is on the terminal side of the angle  . Find the measure of  if 0o    360o. 4. P(5,7) 54.5¼ 5. P(5,7) 125.5¼ Copyright © 2011 Pearson, Inc. Slide 6.1 - 28