let v be a vector from initial point p1 = ( -11, -12 ) to terminal point p2 = ( 2,5 ). write v in terms fo i and j.
If we have to points p1,p2 the vector from p1→p2 is:v=p2−p1=(p2x−p1x)ˆi+(p2y−p1y)ˆj
v=(2−(−11))ˆi+(5−(−12))ˆj=13ˆi+17ˆj