|
|
|
|
|
by Tainnor
341 days ago
|
|
In the mathematical sense, a vector is nothing but an object that can be added to other objects and scaled by some field (with some reasonable properties attached). In physics, a vector is often more specifically something with magnitude and direction. This still doesn't mean that it needs to be anchored at the origin. Vectors that are anchored at the origin are IIRC called position vectors, but mathematically, if you translate them away from the origin they're still the same vector. |
|
The graph of a function f: X -> Y is the set {(x, f(x)) | x in X}. It is much more clear and precise to associate elements of the graph with vectors such that the 0 vector is identified with the R^2 origin, and then points in R^2 are identified with vectors. Then there is a mapping between vectors in this vector space to the graph, i.e., to points (x, f(x)).
> In physics, a vector is often more specifically something with magnitude and direction.
Physics is sloppy. :) This is not a general description of a vector, where vector is an element of a general vector space. Not all vector spaces have a norm, which is required for magnitude to make any sense.
> but mathematically, if you translate them away from the origin they're still the same vector.
Right, and you cannot always translate vectors without more machinery, such as parallel transport.