"

Section 1.3 Dot Product

1.3 Dot Product

In this section and next section, we introduce the two most important operations of vectors, dot product and cross product. 

Definition: 

(a) If u=<x1,y1> and v=<x2,y2> then the dot product of u and v  is a number given by uv=<x1,y1><x2,y2>=x1x2+y1y2.

(b) If u=<x1,y1,z1> and v=<x2,y2,z2> then the dot product of u and v is a number given by uv=<x1,y1,z1><x2,y2,z2>=x1x2+y1y2+z1z2.

(c) The dot product is often called the scalar product. It may also be called the inner product.

 

EQ1: The dot product of u=<1,2,3> and v=<2,1,0> is 

A: 22+0=0; B: <2,2,0>; C: 1+43=2; D: <1,3,3>

 

EQ2: The scalar product of u=3i+4j5k and v=i+2jk is 

A: 3i+8j+5k; B: 3i+8j5k; C: 3+85=0; D: 3+8+5=10

 

Theorem: Properties of dot product 

Let u,v, and w be vectors. Let r be scalars. 

i. uv=vu Commutative property 

ii . u(v+w)=uv+uw Distributive property

iii. c(uv)=(cu)v=u(cv) Associative property

iv. vv=||v||2Property of magnitude.

Proof of iv:

 

Example 1: Let u=<1,2,3>,v=<2,1,0>, and w=<2,0,1> be vectors. 

(a) (uv)w

(b) 3uv

(c) ||u||

(d) (u+v)w

 

 

 

 

Exercise 1: Let u=<1,2,3>,v=<2,0,1>, and w=<3,2,1> be vectors. 

(a) (uv)w

(b) 3uv

(c) ||u||

(d) (u+v)w

 

Theorem:

The dot product of two vectors is the product of the magnitude of each vector and the cosine of the angle between them: 

uv=||u||||v||cos(θ).

Proof: Use ||uv||2

 

 

 

Example 2: Find the measure of the angle between each pair of vectors. 

a. i+j and jk

b. <1,2,3> and <3,0,1>

 

 

 

Exercise 2: Find the measure of the angle between each pair of vectors. 

a. ij+2k and i+2jk 

b. <1,2,3> and <0,3,2>

 

 

Theorem: Orthogonal Vectors

The nonzero vectors u and v are orthogonal vectors if and only if uv=0.

 

 

EQ3: Which of the following pair of vectors are NOT orthogonal to each others.

A: j=<0,1,0> and i=<1,0,0>;

B: u=<0,1,1> and v=<1,0,0>;

C: u=<1,1,1> and v=<1,1,1>;

D: u=<1,0,1> and v=<0,1,0> 

 

 

Definition 

The angles formed by a nonzero vector and the coordinate axes are called the direction angles for the vector. The cosines for these angles are called the direction cosines.

 

 

 

Definition 

The vector projection of v onto u is the vector labeled projuv.

It has the same initial point as u and v and it represents the component of v that acts in the direction of u. If θ represents the angle between u and v, then the scalar projection of v onto u is compuv=||v||cos(θ).

We use dot product to replace cos(θ), hence compuv=||v||uv||u||||v||=uv||u||.

 

projuv=(compuv)(unit vector of u)

=uv||u||u||u||

=(uv)u||u||2

=(uv)uuu

 

 

Example 3: The vector projection of v onto u 

a. u=i+j and v=jk 

b. u=<1,2,3> and v=<3,0,1>

 

 

 

 

Exercise 3: The vector projection of v onto u 

a. u=ij+2k and v=i+2jk 

b. u=<1,2,3> and v=<0,3,2>

 

 

Definition 

When a constant force is applied to an object so the object moves in a straight line from point A to point B, the work

W done by the force F, acting at an angle θ from the line of motion, is given by W=Fcos(θ)||AB||=FAB. 

 

 

EQ4: A conveyor belt generates a force F=5i3j+k that moves a suitcase from point (1,1,1) to point (4,5,6) along a straight line. Find the work done by the conveyor belt. The distance is measured in meters and the force is measured in newtons.

A: 1512+5=8J; B: 2015+6=11J;C: 53+1=3J; D: 2518+7=24J .

 

 

Group work:

1. Determine the real number c such that vectors u=<2,3> and v=<4,c> are orthogonal.

 

2. Let u=<1,2,0>. Find a vector v such that compuv=3. 

 

3. A container ship leaves port traveling 15° north of east. Its engine generates a speed of 30 knots along that path. In addition, the ocean current moves the ship southeast at a speed of 3 knots. Considering both the engine and the current, how fast is the ship moving in the direction 15° north of east? 

 

4. A sled is pulled by exerting a force of 100N on a rope that makes an angle of π6 with the horizontal. Find the work done in pulling the sled 30m.

 

5. A boat sails north aided by a wind blowing in a direction of N30°E with a magnitude of 500 lb. How much work is performed by the wind as the boat moves 100 ft? 

 

6. Let u=<2,0,1>. Find a vector v such that compuv=2.

 

7. A container ship leaves port traveling 15° north of east. Its engine generates a speed of 20 knots along that path. In addition, the ocean current moves the ship northeast at a speed of 2 knots. Considering both the engine and the current, how fast is the ship moving in the direction 15° north of east?

License

Multivariable Calculus Copyright © by Kuei-Nuan Lin. All Rights Reserved.