the vector has an initial point P and terminal point Qwrite
the vector has an initial point P and terminal point Q.write v in form ai+bi .thats position vector p=(0,0)Q=(-3,-5) and second question is p=(1,1)Q=(2,2)
Solution
p=(0,0)Q=(-3,-5)
So, vector PQ = Q - P
PQ = (-3,-5) - (0,0)
PQ = (-3,-5)
So, -3 - 5i ---> ANSWER
----------------------------------------------------
p=(1,1)Q=(2,2)
PQ = Q - P
So, PQ = (2,2) - (1,1)
PQ = (2-1 , 2-1)
PQ = (1,1)
So, 1 + 1i ----> ANSWER
