0% found this document useful (0 votes)
45 views

Vectors

Vectors are perpendicular - If the dot product of two vectors is 0, the vectors are perpendicular - The angle between perpendicular vectors is 90 degrees - The cosine of 90 degrees is 0 30 31 Parallel Vectors • Two vectors are parallel if they point in the same direction - If two vectors are parallel, their angle is either 0° or 180° - The cosine of 0° is 1 and the cosine of 180° is -1 - Therefore, if the dot product of two vectors results in their magnitudes multiplied, the vectors are parallel So in summary: - Dot product = 0 => vectors are perpendicular - Dot product = magnitudes multiplied => vectors are

Uploaded by

adraidag
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Vectors

Vectors are perpendicular - If the dot product of two vectors is 0, the vectors are perpendicular - The angle between perpendicular vectors is 90 degrees - The cosine of 90 degrees is 0 30 31 Parallel Vectors • Two vectors are parallel if they point in the same direction - If two vectors are parallel, their angle is either 0° or 180° - The cosine of 0° is 1 and the cosine of 180° is -1 - Therefore, if the dot product of two vectors results in their magnitudes multiplied, the vectors are parallel So in summary: - Dot product = 0 => vectors are perpendicular - Dot product = magnitudes multiplied => vectors are

Uploaded by

adraidag
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 53

PH 1101: MECHANICS

1
VECTORS

2
3

What is a Vector?
• A quantity that has both Magnitude and Direction
• Examples
• Wind
• Boat or aircraft travel
• Forces in physics
• Geometrically it is a
Terminal
directed line segment point

Initial point
3
4

Vector Notation
• Given by
Angle brackets <a, b> a vector with
Ordered pair (a, b)
 Initial point at origin, terminal point at the specified ordered pair

(a, b)

4
5

Vector Notation
An arrow over a letter V
• or a letter in bold face V V
An arrow over two letters
• The initial and terminal points
AB
A
• or both letters in bold face AB
B

• The magnitude (length) of a vector is notated with double


vertical lines

V AB
5
6

Equivalent Vectors

(a, b)

Pt  xt , yt  Pi  xi , yi 

6
7

Find the Vector


• Given P1 (0, -3) and P2 (1, 5)
• Show vector representation in <x, y> format
P1 P2
• <1 – 0, 5 – (-3)> = <1,8>
• Try these
• P1(4,2) and P2 (-3, -3)

• P4(3, -2) and P2(3, 0)

7
8

Fundamental Vector Operations


Given vectors V = <a, b>, W = <c, d>

• Magnitude V  a b2 2

• Addition
• V + W = <a + c, b + d>

• Scalar multiplication – changes the magnitude, not the


direction
• 3V = <3a, 3b>

8
9

Vector Addition
• Sum of two vectors is the single equivalent vector which
has same effect as application of the two vectors

Note that the sum of


two vectors is the
A
B diagonal of the
resulting parallelogram

9
10

Vector Subtraction
• The difference of two vectors is the result of adding a
negative vector
• A – B = A + (-B)

A
B

A-B

-B

10
11

Vector Addition / Subtraction


• Add vectors by adding respective components
• <3, 4> + <6, -5> = ?
• <2.4, - 7> - <2, 6.8> = ?
• Try these visually,
draw the results

A
• A+C
C
• B–A
• C + 2B

11
12

Magnitude of a Vector
• Magnitude found using Pythagorean theorem or distance
formula
• Given A = <4, -7> A  4  (7)  65
2 2

• Find the magnitude of these:


• P1P2 if P1(4,2) and P2 (-3, -3)

• P3P4 if P3(3, -2) and P4(3, 0)

12
13

Unit Vectors
• Definition:
• A vector whose magnitude is 1
• Typically we use the horizontal and vertical unit vectors i
and j
• i = <1, 0> j = <0, 1>
• Then use the vector components to express the vector as a sum
• V = <3,5> = 3i + 5j

13
14

Unit Vectors
• Use unit vectors to add vectors
• <4, -2> + <6, 9>
4i – 2j + 6i + 9j = 10i + 7j
• Use to find magnitude

- 3i  4j  - 3  4
2

2 1/2
5
• Use to find direction
• Direction for -2i + 2j

2
tan   
2
3

4 14
15

Finding the Components

• Components of A = <Ax, Ay>

15
• The components form two sides of a right triangle with a
hypotenuse of length A.
• The magnitude and direction of A are related to its
components through the expressions

• The signs of the components Ax and Ay depend on the


angle θ.
• For example, if θ =120°, then Ax is negative and Ay is
positive. If θ = 225°, then both Ax and Ay are negative.

16
17

Applications of Vectors
• Sammy is steering his boat at a heading of 327° at
18mph. The current is flowing at 4mph at a heading of
60°. Find Sammy's course

17
Solution
• To find Sammy's course you have to add the two
velocities (vectors), 18 mph 327º and 4 mph 60º.
• To add the two vectors analytically you decompose each
vector into their vertical and horizontal components.
• Case 1: 18 mph 327º
• Horizontal component: 18 mph × cos (327º) = 15.10 mph
• Vertical component: 18 mph × sin (327º) = - 9.80 mph
• Vector notation:

• Case 2: 4 mph 60º


• Horizontal component: 4 mph × cos (60º) = 2.00 mph
• Vertical component: 4 mph × sin (60º) = 3.46 mph
18
• Vector notation:

• Addition:

• The magnitude:

• Direction:

• arctan(1.73) ≈ 59.97º

19
20

Application of Vectors
• A 120 N force keeps an 800 N box from sliding down an
inclined ramp. What is the angle of the ramp?

• What we have
is the force,
the weight
creates
parallel to the
ramp

20
Solution

21
22

Dot Product
Given vectors V = <a, b>, W = <c, d>
• Dot product defined as

V.W  a.c  b.d


• Note that the result is a scalar
• Also known as
• Inner product or
• Scalar product

22
23

Find the Dot product


• Given A = 3i + 7j, B = -2i + 4j, and
C = 6i - 5j
• Find the following:
• A•B=?
• B•C=?
• The dot product can also be found with the following
formula

V  W  V  W  cosα

23
24

Dot Product Formula


• Formula on previous slide may be more useful for finding
the angle α

V  W  V  W  cosα
VW
cos 
V  W

24
25

Find the Angle


• Given two vectors
• V = <1, -5> and W = <-2, 3>

Calculate dot product


Find the angle between them

25
26

Dot Product Properties


• Commutative
• Distributive over addition
• Multiplicative property of zero
• Dot products of
• i • i =1
• j•j=1
• i•j=0

26
27

Dot Product Properties ……..

27
28

Scalar Projection
• Given two vectors v and w

v

w
projwv
The projection of v on w

• Projwv = v  cos 

28
29

Scalar Projection
• The other possible configuration for the projection

w projwv
The projection of v on w
• Formula used is the same but result will be negative
because  > 90°

v  cos 

29
30

Parallel and Perpendicular Vectors


• Recall formula

• What would it mean if this resulted in a value of 0?


• What angle has a cosine of 0?

V W
0    90
V W

30
Parallel Vectors

31
Perpendicular Vectors

32
33
34

An Application of the Dot Product


• The horse pulls for 1000ft with a force of 250 N at an angle
of 37° with the ground. The amount of work done is force
times displacement. This can be given with the dot product

W  F s
 F  s  cos 
37°

34
Curl and Divergence
Curl

36
Curl
•If F = P i + Q j + R k is a vector field on and the partial
derivatives of P, Q, and R all exist, then the curl of F is the
vector field on defined by

• (1)

•Let’s rewrite Equation 1 using operator notation. We


introduce the vector differential operator  (“del”) as

37
Curl
•It has meaning when it operates on a scalar function to
produce the gradient of f :

•If we think of  as a vector with components ∂/∂x, ∂/∂y,


and ∂/∂z, we can also consider the formal cross product of
 with the vector field F as follows:

38
Curl

•So the easiest way to remember Definition 1 is by means


of the symbolic expression

(2)

39
Example 1
•If F(x, y, z) = xz i + xyz j – y2 k, find curl F.

•Solution:
•Using Equation 2, we have

40
Example 1 – Solution cont’d

41
Curl
•Recall that the gradient of a function f of three variables is
a vector field on and so we can compute its curl.

•The following theorem says that the curl of a gradient


vector field is 0.
•Theorem: If f is a function of three variables that has
continuous second order partial derivatives, then,

curlf   0 (3)

42
Curl
•Since a conservative vector field is one for which F = f,
Theorem 3 can be rephrased as follows:

• If F is conservative, then curl F = 0.

•This gives us a way of verifying that a vector field is not


conservative.

43
Curl
•The reason for the name curl is that the curl vector is
associated with rotations.
•It occurs when F represents the velocity field in fluid flow.
Particles near (x, y, z) in the fluid tend to rotate about the
axis that points in the direction of curl F(x, y, z), and the
length of this curl vector is a measure of how quickly the
particles move around the axis (see Figure 1).

Figure 1 44
Curl
•If curl F = 0 at a point P, then the fluid is free from rotations
at P and F is called irrotational at P.

•In other words, there is no whirlpool or eddy at P.

•If curl F = 0, then a tiny paddle wheel moves with the fluid
but doesn’t rotate about its axis.

•If curl F ≠ 0, the paddle wheel rotates about its axis.

45
Divergence

46
Divergence
•If F = P i + Q j + R k is a vector field on and
∂P/∂x, ∂Q/∂y, and ∂R/∂z exist, then the
divergence of F is the function of three
variables defined by
(4)

• Observe that curl F is a vector field but div F is a scalar


field.
47
Divergence
• In terms of the gradient operator
 = (∂/∂x) i + (∂/∂y) j + (∂/∂z) k, the divergence of F can be
written symbolically as the dot product of  and F:

(5)

48
Example 4
•If F(x, y, z) = xz i + xyz j - y2 k, find div F.

•Solution:
•By the definition of divergence (Equation 4 or 5) we have

• div F =   F

• = z + xz

49
Divergence
•If F is a vector field on, then curl F is also a vector field
on . As such, we can compute its divergence.

•The next theorem shows that the result is 0.

•Theorem:
•If F = Pi + Qj + Rk is a vector field on and P, Q and R have
continuous second order partial derivatives, then,
div curl F  0
(6)

• Again, the reason for the name divergence can be understood


in the context of fluid flow.
50
Divergence
•If F(x, y, z) is the velocity of a fluid (or gas), then
div F(x, y, z) represents the net rate of change (with respect
to time) of the mass of fluid (or gas) flowing from the point
(x, y, z) per unit volume.

•In other words, div F(x, y, z) measures the tendency of the


fluid to diverge from the point (x, y, z).

•If div F = 0, then F is said to be incompressible.

•Another differential operator occurs when we compute the


divergence of a gradient vector field f.

51
Divergence
•If f is a function of three variables, we have

and this expression occurs so often that we abbreviate it as


2f.
•The operator  =   
2

is called the Laplace operator because of its relation to


Laplace’s equation

52
Divergence
•We can also apply the Laplace operator  to a vector field
2

F=Pi+Qj+Rk

in terms of its components:

•  2F =  2P i +  2Q j +  2R k

53

You might also like