asked 203k views
4 votes
Determine whether the vectors u and v are parallel, orthogonal, or neither.

u = <2,-4>, v = <6,3> (5 points)

asked
User Jellicle
by
8.5k points

1 Answer

4 votes

Answer: orthogonal

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

Step-by-step explanation:

For any two vectors defined as follows

u = <a,b>

v = <c,d>

the dot product is computed by

u dot v = a*c + b*d

If the dot product of the vectors is 0, then the vectors are orthogonal. Meaning they are perpendicular to one another.

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

Let's find the dot product of these two given vectors

u = < 2, -4 >

v = < 6, 3 >

u dot v = 2*6 + (-4)*3

u dot v = 12 - 12

u dot v = 0

Therefore, these two vectors form a right angle and are orthogonal

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

Extra info:

If we can show that u = <a, b> and v = <ka, kb> for some real number k, then we have shown that vectors u and v are parallel.

answered
User Fvukovic
by
8.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.