I am learning about vectorial equation, and i have a doubt about this statement:
A direction vector can be determined through the difference of two vectors position.
The direction vector that is determined is the original direction vector or the translated direction vector?
With 'traslated direction vector', i mean to: (in the two images the red segment is the direction vector)
And with 'original direction vector' i mean to:
And, what is the proof of this statement?
Any advice to better understand this topic is welcome, thanks in advance.


You're determining the original directional vector. For vector algebra only the direction and magnitude matter, not the position. This is because the components of a vector don't change if you translate it.
It helps to first look at this in one dimension.
On a real number line consider two points. Say $a=3$ and $b=5$.
We may think of these as vectors.
The quantity $b-a$ represents the distance between $a$ and $b$.
Also the vector $b-a$ points from $a$
towards$b$. If $b-a$ is positive then the vector points towards positive side, else it points towards negative side.Similarly the vector $a-b$ points from $b$
towards$a$.Next you can extrapolate this to $2D$.
For the vectors $a$ and $b$, the vector $b-a$ points from $a$ towards $b$ :
Adding vectors $a$ and $b-a$ gives the vector $b$.
So to get any vector between $a$ and $b$ we may scale $b-a$ and then add it to $a$ : $$a + t(b-a)$$ $0\le t\le 1$.