442,414 views
36 votes
36 votes
A vector s has the initial point (-2,-4) and terminal point (-1,3) write s in the form s = ai + bj

User Colin Bull
by
2.3k points

1 Answer

16 votes
16 votes

To write the vector s in the form s=ai + bj, we can use the next formula:


\vec{s}=(x_2-x_1)\vec{i}+(y_2-y_1)\vec{j}

Where (x1,y1) are the coordinates of the initial point and (x2,y2) are the coordinates of the terminal point, by replacing these values we have:


\begin{gathered} \vec{s}=((-1)-(-2))\vec{i}+(3-(-4))\vec{j} \\ \vec{s}=((-1)+2)\vec{i}+(3+4)\vec{j} \\ \vec{s}=(1)\vec{i}+(7)\vec{j} \end{gathered}

Then the vector s in the form s=ai+bj is: s= 1i + 7j

User Isaac Aggrey
by
2.9k points