37.6k views
5 votes
u and v are position vectors with terminal points at (-1, 5) and (2, 7), respectively. Find the terminal point of -2u + v.

User Brandonjp
by
7.0k points

1 Answer

7 votes

Answer: (4, -3)

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

Work Shown

We'll be using these vector properties

  • Rule 1: (a,b) + (c,d) = (a+c, b+d)
  • Rule 2: k*(a,b) = (k*a, k*b)

To get the following

-2u + v = -2*(-1, 5) + (2,7)

-2u + v = (-2*(-1), -2*5) + (2,7) .... apply rule 2

-2u + v = (2, -10) + (2, 7)

-2u + v = (2+2, -10+7) .... use rule 1

-2u + v = (4, -3)

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.