Point or Vector? What's the difference?

In summary, a point and a vector are similar in that they can both be represented as an ordered 3-tuple, but they are different because vectors have direction while points do not. Mathematicians differentiate between the two by treating points as one point and vectors as an ordered pair of points. Vectors have magnitude and direction, and can be represented by an arrow starting at the origin and ending at the vector's coordinates. Points can be added to vectors, but not added to other points. However, with an affine structure, points and vectors can be added and subtracted. A coordinate system is not necessary to define vectors or points, as they can be defined through transformations. The traditional concept of vectors and points can be encapsulated in
  • #36
I should add that it's even more apparent how we use vectors in geometric/Euclidian contexts when you think about how basis vectors are defined in http://en.wikipedia.org/wiki/Curvilinear_coordinates" : the basis vectors are actually a function of the coordinates by which a space is described. Because of this, they are called a "local basis" instead of a "global basis" (although a global basis is really just a special case of a local basis that is invariant with coordinates). This is evidence that, when talking about a vector in geometric space, we create a transient vector space whose basis vectors depend on the point we are interested in, and we describe the vector in this basis. Hence, comparing vectors requires an understanding of the bases on which the vectors are defined.

For example, in Euclidian space, the vector

|v1> = 4*|i> + 2*|j> + 3*|k>

is generally unambiguous since, even though no vector tail is specified, it defines a unique direction in Euclidian space. Whereas in spherical coordinates (my favourite), with points given by (r, th, ph) and basis vectors |r>, |th> and |ph>, the vector

|v1> = 4*|r(r, th, ph)> + 2*|th(r, th, ph)> + 3*|ph(r, th, ph)>

is not only point-ambiguous, but direction-ambiguous, since the basis vectors have not been specified because the origin/tail/start of |v1> has not been specified. This "vector" is actually a vector field defined for all (r, th, ph), whose components are always (4, 2, 3) in the direction of |r> |th> and |ph>, whatever that direction may be at each (r, th, ph).

Hence, for the most part, we (I...) rarely talk about vectors as isolated entities in curvilinear coordinates, but instead refer to a vector-valued function of coordinates: since the input of the function is the coordinates (r, th, ph), the basis vectors are uniquely determined, as is the direction of the vector. If we want to specify a single vector, we specify the vector function at a specific coordinate and hence simultaneously determine the tail and direction of the vector.

If a vector field V defined by a vector function V(r, th, ph) is dependent on the coordinates (r, th, ph), it is possible to ensure that these vectors are invariant across a change of coordinates by translating V(r, th, ph) to V(x, y, z) (for example) accordingly. Hence, the crucial invariance property of vectors can be preserved.

What's interesting is that, without coordinates, the notion of a point in Euclidian space is inseparable from a vector in a vector space: as soon as you define a point, you've analogously defined a |0> vector for a vector space by which you are free to define subsequent vectors (or related points). The "affine structure" of Euclidian space is important in that you can specify certain linear combinations without an origin, but all that really says is that certain linear combinations are equivalent to... specifying an origin (at which point you create a transient vector space and may apply the rules of vector spaces to create a new "point").

The only time a difference between points and vectors arises is when you are modeling a system and you decide to call one thing a point and another a vector. Your point is still a "displacement vector" of sorts, but it's easier to think of it as separate from vectors that you are defining *at* points. As such can also think of Euclidian space as a coordinate vector space P containing points, defined with a map (not necessarily bilinear) to another vector space V containing vectors.
 
Last edited by a moderator:
<h2>1. What is the difference between a point and a vector?</h2><p>A point is a specific location in space, represented by its coordinates. A vector is a mathematical object that has both magnitude and direction, and can be used to represent a displacement or movement from one point to another.</p><h2>2. Can a point and a vector be used interchangeably?</h2><p>No, a point and a vector have different mathematical properties and cannot be used interchangeably. A point is a fixed location, while a vector represents a direction and magnitude.</p><h2>3. How are points and vectors represented in mathematics?</h2><p>Points are typically represented by their coordinates, such as (x, y) in a two-dimensional plane. Vectors are represented by an array of numbers, such as <code>[x, y]</code>, or by a magnitude and direction, such as <code>|v|</code> and <code>&theta;</code>.</p><h2>4. Can a point be converted into a vector?</h2><p>Yes, a point can be converted into a vector by subtracting the coordinates of the starting point from the coordinates of the ending point. This creates a vector that represents the displacement from the starting point to the ending point.</p><h2>5. How are points and vectors used in science?</h2><p>Points and vectors are used in various scientific fields, such as physics, engineering, and computer graphics. They are used to represent the position and movement of objects, forces, and other physical quantities in mathematical models and simulations.</p>

1. What is the difference between a point and a vector?

A point is a specific location in space, represented by its coordinates. A vector is a mathematical object that has both magnitude and direction, and can be used to represent a displacement or movement from one point to another.

2. Can a point and a vector be used interchangeably?

No, a point and a vector have different mathematical properties and cannot be used interchangeably. A point is a fixed location, while a vector represents a direction and magnitude.

3. How are points and vectors represented in mathematics?

Points are typically represented by their coordinates, such as (x, y) in a two-dimensional plane. Vectors are represented by an array of numbers, such as [x, y], or by a magnitude and direction, such as |v| and θ.

4. Can a point be converted into a vector?

Yes, a point can be converted into a vector by subtracting the coordinates of the starting point from the coordinates of the ending point. This creates a vector that represents the displacement from the starting point to the ending point.

5. How are points and vectors used in science?

Points and vectors are used in various scientific fields, such as physics, engineering, and computer graphics. They are used to represent the position and movement of objects, forces, and other physical quantities in mathematical models and simulations.

Similar threads

  • Linear and Abstract Algebra
Replies
9
Views
541
  • Linear and Abstract Algebra
Replies
3
Views
274
  • Linear and Abstract Algebra
Replies
10
Views
328
  • Linear and Abstract Algebra
Replies
33
Views
793
  • Linear and Abstract Algebra
Replies
13
Views
482
Replies
12
Views
3K
Replies
3
Views
1K
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
13
Views
2K
  • Linear and Abstract Algebra
Replies
5
Views
1K
Back
Top