93.7k views
4 votes
(URGENT)use the vectors to determine two dot products


(URGENT)use the vectors to determine two dot products ​-example-1

2 Answers

0 votes

Answer:

A I believe

Explanation:

Edge2021

User Benez
by
4.8k points
0 votes

u = 9 i - 6 j

v = -3 i - 2j

w = 19 i + 15 j

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

Distribute the dot products:

uv = 9*(-3) (ii) + 9*(-2) (ij) + (-6)*(-3) (ji) + (-6)*(-2) (jj)

i and j are orthogonal unit vectors, so their dot products are 0, while ii = jj = 1. So we have

uv = 9*(-3) + (-6)*(-2) = -27 + 12 = -15

In other words, the dot product can be computed by simply multiplying corresponding components, and taking the total.

uw = 9*19 + (-6)*15 = 81

User Msanford
by
4.1k points