Top Banner
THE ANGLE BETWEEN TWO VECTORS BY WENGO KALUBA L6
11

The angle between two vectors

Aug 17, 2015

Download

Education

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: The angle between two vectors

THE ANGLE BETWEEN TWO VECTORSBY WENGO KALUBA L6

Page 2: The angle between two vectors

The angle between two vector is defined as the angle formed between two vectors when they converge (come together) or diverge (move apart)

Page 3: The angle between two vectors

THE SCALAR PRODUCT The scalar product is written as a.b and is defined by the following

formula :

• The scalar product is commutative, meaning that a.b = b.a

Page 4: The angle between two vectors

EXAMPLE

Page 5: The angle between two vectors

PARALLEL VECTORS If a and b are parallel then either:

a.b =ab cos 0 OR a.b = ab cos π

Page 6: The angle between two vectors

PARALLEL VECTORS For like parallel

vectors:

a.b = ab

For unlike parallel vectors:

a.b = -ab

Page 7: The angle between two vectors

PERPENDICULAR VECTORS• The scalar product for any set of

perpendicular vectors is 0, i.e.• a.b = 0• This is because cos90 = 0 no matter

what the values of a and b are

• For the unit vectors i, j and k, this means i.j = j.k = k.i = 0

Page 8: The angle between two vectors

SCALAR PRODUCT IN CARTESIAN FORM (IN TERMS OF i, j and k)

a = x1i + y1j + z1k and b = x2i + y2j + z2k

a.b = (x1x2 + y1y2 + z1z2)

e.g.

(2i - 3j + 4k) . (i + 3j – 2k) = (2)(1) + (-3)(3) + (4)(-2) =-15

Page 9: The angle between two vectors

IMPORTANT POINT

Page 10: The angle between two vectors

EXAMPLE

Page 11: The angle between two vectors

EXAMPLE