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

asked
User McCoy
by
8.6k 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.

answered
User Israel Perales
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.