How do you give the complex number form of the vector with the given initial and terminal point respectively (-2, 5) and (1, 3)?

1 Answer
Jun 5, 2018

<3i,2j>

Explanation:

Assuming that we are given P(-2, 5) and Q(1, 3), we can use the following formula to calculate the commonly used "i and j form" of the vector:

<(x2x1)i,(y2y1)j>

Notice it's very similar to the slope formula, but written in point notation and using "<" instead of parentheses.

Now let's solve:

<1(2),35>
<1+2,35>
<3i,2j>

Should you want to go on to find the magnitude of the vector, you would use the formula (a)2+(b)2, with a representing i and b representing j, but those are for more intricate problems.