90.3k views
4 votes
Determine whether u and v are orthogonal.
u = (-1,3,-1) v = (2,-1,5)

User McCoy
by
7.4k points

1 Answer

0 votes

Answer: not orthogonal

===================================================

Step-by-step explanation:

We compute the dot product. This is where we multiply corresponding coordinates and add the products.

If

u = (a,b,c)

v = (d,e,f)

then

u dot v = a*d + b*e + c*f

If the result of the dot product is zero, then the vectors are orthogonal.

---------------

So,

u dot v = a*d + b*e + c*f

u dot v = -1*2 + 3*(-1) + (-1)*5

u dot v = -2-3-5

u dot v = -10

The result is nonzero.

It tells us that these vectors are not orthogonal.

The two vectors do not form a 90 degree angle.

User Israel Perales
by
7.2k points