so a vector is not used to represent objects? |
I'm not sure what your question is here. If "the velocity of a car", or "the force on a spring", or "the direction of the electric field" are objects, then yes, a vector can be used to represent objects.
It's an abstract mathematical concept; you give it meaning by applying it to something.
why are vectors typically depicted graphically with a tail and an arrow head( head ) pointing in the direction it is going? |
One reason is that mathematicians and engineers love drawing lines. That's why in discrete signal processing, you'll see lines drawn from the time/sample axis to the y coordinate. It doesn't mean anything, it just stands out more than a dot.
But other times, it in fact does help to convey meaning. Let's say you have a vector field that shows how fast water is moving at a particular location. Each location has a vector associated with it, where the vector is the direction/speed that the water is moving at that location. If you only showed the vector as a dot, you wouldn't be able to convey that the water is moving faster at one location as opposed to another location, or what direction the water is flowing at a particular point. Drawing the tails/arrows helps show this information.
https://en.wikipedia.org/wiki/Vector_field
Perhaps a simpler example: If the vector represents velocity of an object, then the direction the vector points clearly shows which direction the object is moving, and the length of the vector represents the magnitude (speed) of the movement.
(x, y) could mean "the x component of the velocity, the y component of the velocity",
or it could mean "amount of apples, amount of bananas", or it could mean "the man's latitude, longitude location".
It's just information; you give it meaning by applying it to something.