210k views
0 votes
Find the dot product of the given vectors.
u=2i−6j
v=3i+9j

User Simlmx
by
4.5k points

1 Answer

4 votes

u = 2i - 6j

v = 3i + 9j

Take the dot product:

uv = (2i - 6j) • (3i + 9j)

uv = (2i • 3i) + (2i • 9j) + (-6j • 3i) + (-6j • 9j)

uv = 6 (ii) + 18 (ij) - 18 (ji) - 54 (jj)

The dot product is defined so that for the orthogonal unit vectors i and j, we have ii = jj = 1, and ij = 0. So the above reduces to

uv = 6 + 0 - 0 - 54

uv = -48

User Chesterbr
by
4.1k points