lesson 87: the cross product of vectors ibhl - santowski

60
Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Upload: elijah-collins

Post on 18-Jan-2018

219 views

Category:

Documents


2 download

DESCRIPTION

Objective 1 FINDING THE CROSS PRODUCT OF TWO VECTORS

TRANSCRIPT

Page 1: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Lesson 87: The Cross Product of Vectors

IBHL - SANTOWSKI

Page 2: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

In this lesson you will learn•how to find the cross product of two vectors•how to find an orthogonal vector to a plane defined by two vectors•how to find the area of a parallelogram given two vectors•how to find the volume of a parallelepiped given three vectors

Page 3: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Objective 1FINDING THE CROSS PRODUCT OF TWO VECTORS

Page 4: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The Cross ProductThe cross product of two vectors, denoted as , unlike the dot product, represents a vector.

ba

The cross product is defined to be for

122131132332

321321

,,,,,,

bababababababa

bbbbandaaaa

You are probably wondering if there is an easy way to remember this.

The easy way is to use determinants of size 3 x 3.

Page 5: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

122131132332

321321

,,,,,,

bababababababa

bbbbandaaaa

Let’s set up a 3 x 3 determinant as follows:1. First use the unit vectors kandji ,,

as the first row of the determinant.2. Use row 2 for the components of a and row 3 for the components of b. We will expand by the first row using minors.

1 2 3 2 3 3 2 1 3 3 1 1 2 2 1

1 2 3

2 3 3 2 3 1 1 3 1 2 2 1

i j ka a a i a b a b j a b a b k a b a bb b b

a b a b i a b a b j a b a b k

Don’t forget to change the sign to – for the j expansion.

Page 6: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

1,2,15,4,2 banda

Find the cross product for the vectors below. Do the problem before clicking again.

Page 7: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

1,2,15,4,2 banda

i j k2 4 51 2 1

4 10 i ( 2 5) j 4 4 k 6i 7 j 8k

Find the cross product for the vectors below. Do the problem before clicking again.

Page 8: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

CROSS PRODUCT EXAMPLE

If a = <1, 3, 4> and b = <2, 7, –5>, then

Page 9: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

CROSS PRODUCT EXAMPLE

If a = <1, 3, 4> and b = <2, 7, –5>, then

1 3 42 7 5

3 4 1 4 1 37 5 2 5 2 7( 15 28) ( 5 8) (7 6)

43 13

i j ka b

i j k

i j ki j k

Page 10: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Show that a x a = 0 for any vector a in V3.

◦ If a = <a1, a2, a3>, then

CROSS PRODUCTExample 2

Page 11: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Show that a x a = 0 for any vector a in V3.

◦ If a = <a1, a2, a3>, then

CROSS PRODUCTExample 2

1 2 3

1 2 3

2 3 3 2 1 3 3 1

1 2 2 1

( ) ( )( )

0 0 0

a a aa a a

a a a a a a a aa a a a

i j ka a

i jk

i j k 0

Page 12: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Since the cross product is determined by using determinants, we can understand the algebraic properties of the Cross Product which are:•

u×v−v×u Which would come from the fact that if you interchange two rows of a determinant you negate the determinant.

u× vw u×v u×w

c u×v cu ×vu× cv

u×0 0×u0

u×u0

u• v×w u×v • w

Page 13: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Objective 2FIND AN ORTHOGONAL VECTOR TO A PLANE DEFINED BY TWO VECTORS

Page 14: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Now that you can do a cross product the next step is to see why this is useful.

8,7,61,2,1,5,4,2 baandba

Let’s look at the 3 vectors from the last problem

What is the dot product of 8,7,65,4,2 bawitha

And 8,7,61,2,1 bawithb ?

Page 15: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Now that you can do a cross product the next step is to see why this is useful.

8,7,61,2,1,5,4,2 baandba

Let’s look at the 3 vectors from the last problem

What is the dot product of 8,7,65,4,2 bawitha

And 8,7,61,2,1 bawithb ?

If you answered 0 in both cases, you would be correct.Recall that whenever two non-zero vectors are perpendicular, their dot product is 0. Thus the cross product creates a vector perpendicular to the vectors a and b. Orthogonal is another name for perpendicular.

Page 16: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Show that is true for

u• v×w u×v • w

1,0,5wand,0,1,1v,3,2,1u

Solution:

Page 17: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Show that is true for

u• v×w u×v • w

1,0,5wand,0,1,1v,3,2,1u

Solution: u 1,2,3 , v 1, 1,0 ,and w 5,0, 1

The left hand side

i j k1 1 0 i j 5k

5 0 1

1,2,3 1, 1,5 1 2 15 14

The right hand side

i j k1 2 3 3i 3j k1 1 0

3, 3,1 5,0, 1 15 0 1 14

Page 18: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Geometric Properties of the Cross Product

Let be nonzero vectors and let (the Greek letter theta) be the angle between

vandu vandu

uv

1. vandubothtoorthogonalisvuvu

Remember: orthogonal means perpendicular to

Page 19: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Let a and b be represented by directed line segments with the same initial point, as shown.

CROSS PRODUCT

Page 20: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

CROSS PRODUCTThe cross product a x b points in a direction perpendicular to the plane through a and b.

Page 21: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

It turns out that the direction of a x b is given by the right-hand rule, as follows.

CROSS PRODUCT

Page 22: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

RIGHT-HAND RULEIf the fingers of your right hand curl in the direction of a rotation (through an angle less than 180°) from a to b, then your thumb points in the direction of a x b.

Page 23: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

We know the direction of the vector a x b.

The remaining thing we need to complete its geometric description is its length |a x b|.

Let be nonzero vectors and let be the angle

between , then

Geometric Properties of the Cross Product

vandu

vandu sinvuvu

Page 24: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

3. u v 0 if and only if u and v are multiples of each other

4.

.

u v area of the paralleogram having

u and v as adjacent sides

Proof: The area of a parallelogram is base times height. A = bh

||u||

||v||

y sin = y/||u||||u||sin = y = height||v|| y = ||v|| ||u||sin =

vu×

Page 25: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Example problem for property 1Find 2 unit vectors perpendicular to a = 2 i - j + 3k and b = -4i + 2j - k.

Solution .

Page 26: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Example problem for property 1Find 2 unit vectors perpendicular to a = 2 i - j + 3k and b = -4i + 2j - k.

Solution The two given vectors define a plane. The Cross Product of the vectors is perpendicular to the plane and is proportional to one of the desired unit vectors.To make its length equal to one, we simply divide by its magnitude: .

Page 27: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Find 2 unit vectors perpendicular to a= 2 i - j + 3k and b = -4i + 2j - k. Solution

i j k2 1 3 ( 5i 10j)4 2 1

5i 10j 25 100 125 5 5

Divide the vector by its magnitude

1 5 10 1 2 5 2 55i 10 j i j i j i j5 55 5 5 5 5 5 5 5

For a second unit vector simply multiply the answer by -1 ji5

5255

Page 28: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Find a vector perpendicular to the plane that passes through the points

P(1, 4, 6), Q(-2, 5, -1), R(1, -1, 1)

CROSS PRODUCT

Page 29: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Objective 3FIND THE AREA OF A PARALLELOGRAM GIVEN TWO VECTORS

Page 30: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Example for property 4

Area of a Parallelogram via the Cross ProductShow that the following 4 points define a parallelogram and then find the area. A(4,4,6), B(4,14,6), C(1,11,2), D(1,1,2)

x

y

z

A

B

C

D

4.

.

u v area of the paralleogram having

u and v as adjacent sides

Page 31: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Solution:First we find the vectors of two adjacent sides:

4,3,326,14,14

0,10,066,144,44

AD

AB

Now find the vectors associated with the opposite sides:

ADDB

ABDC

4,3,362,1411,41

0,10,022,111,11

This shows that opposite sides are associated with the same vector, hence parallel. Thus the figure is of a parallelogram.

Continued

Page 32: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The area is equal to the magnitude of the cross product of vectors representing two adjacent sides: Area = |AB XAD|

2 2

i j k0 10 0 40 i 0j 30k3 3 4

40 i 30k ( 40) 30 1600 900 2500 50

The area of the parallelogram is 50 square units.

Page 33: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Area of a Triangle via the Cross Product Since the area of a triangle is based on the area of a parallelogram, it follows that the area would be ½ of the cross product of vectors of two adjacent sides.Find the area of the triangle whose vertices are P(4,4,6), Q(5,16,-2) R(1,1,2)Area parallelogram) = |PQ x PR|. The area of the triangle is half of this.

x

z

P

Q

R

Page 34: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Area of a Triangle via the Cross Product ContinuedP(4,4,6), Q(5,16,-2) R(1,1,2)Area parallelogram) = |PQ x PR|But what if we choose RP and RQ? Would the result be the same?

x

z

P

Q

R

Let’s do both and see!

4,15,422,116,15

4,3,326,14,14

4,3,362,41,41

8,12,162,416,45

RQ

RP

PR

PQ

Page 35: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

4,15,422,116,154,3,362,41,41

4,3,326,14,148,12,162,416,45

RQPR

RPPQ

2 2 2

i j k1 12 8 48 24 i 4 24 j 3 36 k 72 i 28j 33k3 3 4

1 1 1 172 i 28j 33k ( 72) 28 33 5184 784 1089 70752 2 2 2

i j k3 3 4 12 60 i 12 16 j 45 12 k 72 i 28j 33k4 15 4

Since this is the same vector, the magnitude would be the same also.

Page 36: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

x

z

P

Q

R

The area of the triangle is ½ 42 square units. 7057

Page 37: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Find the area of the triangle with vertices

P(1, 4, 6), Q(-2, 5, -1), R(1, -1, 1)

CROSS PRODUCT

Page 38: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Objective 4HOW TO FIND THE VOLUME OF A PARALLELEPIPED GIVEN THREE VECTORS

Page 39: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The triple scalar product is defined as: wvu ×

321

321

321

321321321 ,,

wwwvvvuuu

wvu

kwjwiwwandkvjvivvkujuiuuFor

×

Page 40: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The geometric significance of the scalar triple product can be seen by considering the parallelepiped determined by the vectors a, b, and c.

SCALAR TRIPLE PRODUCTS

Page 41: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The area of the base parallelogram is: A = |b x c|

SCALAR TRIPLE PRODUCTS

Page 42: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

If θ is the angle between a and b x c, then the height h of the parallelepiped is:

h = |a||cos θ|

◦ We must use |cos θ| instead of cos θ in case θ > π/2.

SCALAR TRIPLE PRODUCTS

Page 43: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Hence, the volume of the parallelepiped is:

V = Ah = |b x c||a||cos θ| = |a · (b x c)|

◦ Thus, we have proved the following formula.

SCALAR TRIPLE PRODUCTS

Page 44: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The volume of the parallelepiped determined by the vectors a, b, and c is the magnitude of their scalar triple product:

V = |a ·(b x c)|

SCALAR TRIPLE PRODUCTS

Formula 11

Page 45: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Volume of a Parallelepiped via the Scalar Triple Product: Find the volume of the parallelepiped with adjacent edges AB, AC, and AD, where the points are A(4, -3, -2), B(2, 0, 5), C(-3, 2, 1), and D(1, 3, 2).

Page 46: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The volume is given by the scalar triple product: AB · (AC X AD). First we need the three vectors:AB = [2 - 4]i + [0 - (-3)]j + [5 - (-2)]k = -2i + 3j + 7k.AC = [-3 - 4]j + [2 - (-3)]j + [1 - (-2)]k = -7i + 5j + 3kAD = [1 - 4]i + [3 - (-3)]j + [2 - (-2)]k = -3i + 6j + 4kFirst, find the cross product:

Volume of a Parallelepiped via the Scalar Triple Product: Find the volume of the parallelepiped with adjacent edges AB, AC, and AD, where the points are A(4, -3, -2), B(2, 0, 5), C(-3, 2, 1), and D(1, 3, 2).

= i[20 - 18] - j[-28 - (-9)] + k[-42 - (-15)] = 2i + 19j - 27kNow form the dot product to get the volume:Volume = |AB · (2i + 19j - 27k)|= | (-2i + 3j + 7k) · (2i + 19j - 27k)|= | 4 + 57 - 189 | = 136 cubic units

From:http://www.jtaylor1142001.net/calcjat/Solutions/VCrossProduct/VCPVolParallelepiped.htm

Page 47: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Finally, for all of you potential physicists, a real world application of the cross product.Torque is defined by Webster as “a twisting or wrenching effect or moment exerted by a force acting at a distance on a body, equal to the force multiplied by the perpendicular distance between the line of action of the force and the center of rotation at which it is exerted”.

A

B

M

F

If a vector force F is applied at point B of the vector AB where both vectors are in the same plane, then M is the moment of the force F about the point B.||M|| will measure the tendency of the vector AB to rotate counterclockwise according to the right hand rule about an axis directed along the vector M.

Page 48: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Recall: .

sin

thembetweenangletheiswhere

lengthforcevectorlengthforce

A great example of torque is tightening a bolt with a wrench.

A few observations can be made:The farther away from the bolt that the force is applied the greater the magnitude of the torque. Thus, a longer wrench produces greater torque for a given amount of force.

Second, we can see that the angle which produces the largest torque would be when = 90o.

Page 49: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Example: Suppose you have a 12 inch wrench and you apply a 20 lb force at an angle of 30 degrees. What is the torque in foot-pounds at the bolt? What is the maximum torque that can be applied to this bolt?Solution:

.

sin

thembetweenangletheiswhere

lengthforcevectorlengthforce

poundsfoot

× 10

2120

6sin120

The maximum torque is applied when 2

poundsfoot

× 20120

2sin120

Page 50: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

CROSS PRODUCT IN PHYSICS

The idea of a cross product occurs often in physics.

Page 51: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

CROSS PRODUCT IN PHYSICS

In particular, we consider a force F acting on a rigid body at a point given by a position vector r.

Page 52: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

For instance, if we tighten a bolt by applying a force to a wrench, we produce a turning effect.

CROSS PRODUCT IN PHYSICS

Page 53: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The torque τ (relative to the origin) is defined to be the cross product of the position and force vectors

τ = r x F

It measures the tendency of the body to rotate about the origin.

TORQUE

Page 54: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The direction of the torque vector indicates the axis of rotation.

TORQUE

Page 55: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

According to Theorem 6, the magnitude of the torque vector is

|τ | = |r x F| = |r||F| sin θ

where θ is the angle between the position and force vectors.

TORQUE

Page 56: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

Observe that the only component of F that can cause a rotation is the one perpendicular to r—that is, |F| sin θ.

The magnitude of the torque is equal to the area of the parallelogram determined by r and F.

TORQUE

Page 57: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

A bolt is tightened by applying a 40-N force to a 0.25-m wrench, as shown.

Find the magnitude of the torque about the center of the bolt.

TORQUE Example 6

Page 58: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

The magnitude of the torque vector is:

|τ| = |r x F| = |r||F| sin 75°

= (0.25)(40) sin75° = 10 sin75° ≈ 9.66 N·m

TORQUE Example 6

Page 59: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

If the bolt is right-threaded, then the torque vector itself is

τ = |τ| n ≈ 9.66 n

where n is a unit vector directed down into the slide.

TORQUE Example 6

Page 60: Lesson 87: The Cross Product of Vectors IBHL - SANTOWSKI

This is the end of 11.4