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

u = <10, 6>, v = <9, 5>
Orthogonal
Parallel
Neither

2 Answers

3 votes

The answer is Parallel

User Zanseb
by
8.9k points
3 votes
The dot product here is 10(9) + 6(5)=120
so the vectors are not orthogonal
u.v = |u| x |v| cos (theta) ; theta is the angle between them

we know from above that u.v = 120

|u| = sqrt[10^2+6^2]=11.66
|v| = sqrt[9^2+5^2]=10.29

so we know:

theta =cos^-1 120/(11.66x10.29)
so theta = 25 degrees

User Macsupport
by
9.2k points