112k views
3 votes
Find the component form of -u - v given that u=(-5,6) and v =(7,-3)

Find the component form of -u - v given that u=(-5,6) and v =(7,-3)-example-1
User MJimitater
by
5.8k points

1 Answer

7 votes

Answer: Third option


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

Explanation:

We have the vector u and the vector v. We must perform the operation
-u-v.

To perform this operation multiply the vector u by -1 and multiply the vector v by -1.

If u = (-5,6)

So

-1u = (5, -6)

If v = (7, -3)

So

-1v = (-7, 3)

Then the sum of both vectors is done by adding the components of u with the components of v.


-u-v = (5, -6) + (-7,\ 3)\\\\-u-v = (5-7\ ,\ -6 + 3)\\\\-u-v = (-2,\ -3)

User Arctodus
by
5.3k points