31
Before discussing the second way to “multiply” vectors, we need to talk about matrices… If , then the determinant of A is |A| = ad bc To find the determinant of a 3 3 matrix, we will work along Cross Product a b A c d

Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Embed Size (px)

Citation preview

Page 1: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Before discussing the second way to “multiply” vectors, we need to talk about matrices…

If , then the determinant of A is

|A| = ad – bc

To find the determinant of a 3 3 matrix, we will work along the top row.

Cross Product

a bA

c d

Page 2: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex.

1 2 1

3 0 1

5 4 2

Page 3: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Def. Let and , then the cross product is

This is also called the vector product, since the result is a vector

This only makes sense in V3

1 2 3, ,a a a a

1 2 3, ,b b b b

1 2 3

1 2 3

i j k

a b a a a

b b b

Page 4: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. 1,3,4 2,7, 5

Page 5: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Thm. The vector a b is orthogonal to a and b.

Thm. a b = –(b a)

To find the orientation of a b, use your right hand:

a = index fingerb = three fingers a b = thumb

Switching the order of the cross product reverses the orientation

Page 6: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Find a vector perpendicular to the plane that contains the points P(1,4,6), Q(-2,5,-1), and R(1,-1,1).

Page 7: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Thm. |a b| = |a| |b| sin θ, where θ is the angle between a and b.

Cor. If a b = 0, then a and b are parallel.

Thm. The magnitude of a b is the area of the parallelogram formed by a and b.

a

b

a

b

b

a

Page 8: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Find the area of the triangle with vertices P(1,4,6), Q(-2,5,-1), and R(1,-1,1).

Page 9: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Properties of the Cross Product

1) (ca) b = c(a b) = a (cb)

2) a (b + c) = a b + a c

3) (a + b) c = a c + b c

4) a ∙ (b c) = (a b) ∙ c

5) a (b c) = (a ∙ c)b – (a ∙ b)c

Page 10: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

The quantity a ∙ (b c) is called the scalar triple product.

Thm. The volume of the parallelepiped determined by a, b, and c is

V = |a ∙ (b c)|

1 2 3

1 2 3

1 2 3

a a a

a b c b b b

c c c

Page 11: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Show that the vectors ,

, and are coplanar.

1,4, 7a

2, 1,4b

0, 9,18c

Page 12: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Practice Problems

Section 11.4

Problems 14, 34, 48

Page 13: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Lines and PlanesIn three dimensions, we use vectors to indicate the direction of a line.

as a direction vector would indicate that Δx = 7, Δy = 6, and Δz = 0 as points move along the line.

Of course, points also move along at multiples of these values, just like a slope of 2 doesn’t mean that every point goes up 2 and over 1.

7,6,0

Page 14: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Thm. A line that contains the point P(x0,y0,z0) and direction vector is defined by the equations

where t can be any real number

We call t the parameter of the equation, and these are called the parametric equations of the line.

, ,a b c

0

0

0

x x at

y y bt

z z ct

Page 15: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

The parametric equations of a line can be written in vector form:

r is the name of the line

0 0 0, ,r x at y bt z ct

Page 16: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Consider the line that passes through (5,1,3) and is parallel to i + 4j – 2k.

a) Find the vector and parametric equations of the line

b) Identify two other points on the line.

Page 17: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Another way to describe a line can be found by solving each parametric equation for t:

These are called the symmetric equations of the line.

If one of the components of the direction vector is zero, we get equations like this:

0 0 0x x y y z z

a b c

0 00

y y z zx x

b c

Page 18: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Find the parametric equations of the line that pass through A(2,4,-3) and B(3,-1,1). At what point does this line intersect the xy-plane?

We can describe just a segment of a line by placing a restriction on the parameter, such as 0 ≤ t ≤ 1

Page 19: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Determine if the lines are parallel, intersecting, or skew.1

2 3

4

x t

y t

z t

2

3

3 4

x s

y s

z s

Page 20: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Determine if the lines intersect, and find the angle of intersection.

1 3

1 4

4 2

x t

y t

z t

1 3

4 2

1

x s

y s

z s

Page 21: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Now we want to find the equation of the plane that contains the point P(x0,y0,z0) and all vectors are normal to

Let’s choose an arbitrary point Q(x,y,z) that lies on the plane.

, ,n a b c

is normal toPQ n����������������������������

0PQ n ����������������������������

0 0 0, , , , 0x x y y z z a b c

0 0 0 0a x x b y y c z z

Page 22: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Thm. The equation of the plane containing point P(x0,y0,z0) with normal vector

is, ,n a b c

0 0 0 0a x x b y y c z z

Page 23: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Write the equation of the plane through point (2,4,-1) with normal vector and sketch a graph of the plane.

2,3,4n

Page 24: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Write the equation of the plane that contains the points P(1,3,2), Q(3,-1,6), and R(5,2,0).

Page 25: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Write the equation of the plane that contains the point (1,2,3) and the line x = 3t, y = 1 + t, and z = 7 + 4t.

Page 26: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Find the point at which the line x = 2 + 3t, y = -4t, z = 5 + t intersects the plane 4x + 5y – 2z = 18

Page 27: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Find the angle between the planes x + y + z = 1 and x – 2y + 3z = 1, and then find the symmetric equations for the line of intersection.

Page 28: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant
Page 29: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Thm. The distance between point P(x0,y0,z0) and the plane ax + by + cz + d = 0 is

0 0 0

2 2 2

ax by cz dD

a b c

Page 30: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Ex. Find the distance between the planes 10x + 2y – 2z = 5 and 5x + y – z = 1

Page 31: Before discussing the second way to multiply vectors, we need to talk about matrices… If, then the determinant of A is |A| = ad – bc To find the determinant

Practice Problems

Section 11.5

Problems 12, 32, 48, 84