6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields...

11
6.4 Vectors and Dot Products

Transcript of 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields...

Page 1: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

6.4Vectors and Dot

Products

Page 2: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

Dot Product is a third vector operation. This vector operation yields a scalar (a single

number) not another vector. The dot product can be positive, zero or negative.

Dot Product

Page 3: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

The dot product of u = <u1, u2>

and v = <v1, v2> is given by u●v =

u1v1 + u2v2.

Definition of Dot Product

Page 4: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

Let u, v, and w be vectors in the plane or in space and let c be a scalar.1.u●v = v●u2.0●v = 03.u●(v + w) = u●v + u●w4.v●v = ||v||2

5.c(u●v) = cu●v = u●cv

Properties of the Dot Product

Page 5: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

Find each dot product.

A) <4, 5>●<2, 3>

B) <2, -1>●<1, 2>

C) <0, 3>●<4, -2>

D) <6, 3>●<2, -4>

E) (5i + j)●(3i – j)

Example 1: Finding Dot Products

Page 6: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

Let u = <-1, 3>, v = <2, -4> and w = <1, -2>. Find the dot product.

A) (u●v)w

B) u●2v

Example 2: Using Properties of Dot Products

Page 7: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

The dot product of u with itself is 5. What is the magnitude of u?

Example 3: Dot Product & Magnitude

Page 8: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

If θ is the angle between two nonzero vectors u and v, then cos θ = u●v (u●v = ||u|| ||v||cosθ)

||u|| ||v||

Angle Between Two Vectors

Page 9: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

Find the angle between u = <4, 3> and v = <3, 5>.

Example 4: Finding the Angle Between Two Vectors

Page 10: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

The vectors u and v are orthogonal if u●v = 0.

Orthogonal = Perpendicular = Meeting at 90°

Definition of Orthogonal Vectors

Page 11: 6.4 Vectors and Dot Products. Dot Product is a third vector operation. This vector operation yields a scalar (a single number) not another vector. The.

Are the vectors u = <2, -3> and v = <6, 4> orthogonal?

Example 5: Determining Orthogonal Vectors