186k views
5 votes
Determine whether the vectors u and v are parallel, orthogonal, or neither.

u = <3, 0>, v = <0, -6>

User Judex
by
5.3k points

2 Answers

7 votes

Answer:

it is orthogonal

Explanation:

if you do the dot product.

U dot V = 0

(3 times 0) + (0 times 6 ) = 0

0 + 0 = 0

therefore it is orthogonal.

the dot product says that if u dot v equals zero, then you can say that it is orthogonal.

User Achshar
by
5.6k points
3 votes

Answer: The given vectors u and v are orthogonal.

Step-by-step explanation: We are given to check whether the following vectors are parallel, orthogonal or neither :

u = <3, 0> and v = <0, -6>.

WE have

the dot product of the vectors <a, b> and <c, d> is given by

D.P. = ac + bd.

So, the dot product of the given vectors u and v is given by

D.P. = <3, 0> . <0, -6> = 3×0 + 0×(-6) = 0 + 0 = 0.

Therefore, the given vectors are orthogonal.

Thus, the vectors u and v are orthogonal.

User Rosshamish
by
4.9k points