How do you find a vector?
Explanation: To find the directional vector, subtract the coordinates of the initial point from the coordinates of the terminal point.To find a unit vector with the same direction as a given vector, we divide the vector by its magnitude. For example, consider a vector v = (1, 4) which has a magnitude of |v|. If we divide each component of …