19.4k views
0 votes
Please help!!!!!!!!!!!!

Determine whether the vectors u and v are parallel, orthogonal, or neither.

u = <6, -2> , v = <2, 6>

1 Answer

2 votes
to check if two vectors are parallel, you can simply do a b/a check, if the ratio of one is the same as the other, that simply means the vectors are just multiple of each other and thus parallel. Let's check.

6/-2 = -3/1 6/2 = 3/1

nope, they're not parallel.

To check if two vectors are orthogonal(perpendicular), simply check their dot-product, if their dot-product is 0, then they're indeed perpendicular to each other, let's check


\bf \ \textless \ 6,-2\ \textgreater \ \cdot \ \textless \ 2,6\ \textgreater \ \implies (6\cdot 2)+(-2\cdot 6)\implies 12-12\implies 0

low and behold, their dot product is 0.
User Dash
by
7.7k points