4

I have heard that area is a vector quantity in 3 dimensions, e.g. this Phys.SE post, what about the length/distance? Since area is the product of two lengths, does this mean that length is also a vector quantity, and why?

gksingh
  • 415
  • Would be fine if you could give us what you mean by area, length and vector. The answer to your question depend on the definition you use. – FraSchelle Jun 08 '13 at 06:02

1 Answers1

8

Length and distance are not vector quantities (they are scalar quantities), but position and displacement are vector quantities (at least according to common terminological conventions). Here is how all of these are defined. Note that I am restricting the discussion here to vectors in three-dimensional Euclidean space $\mathbb R^3$.

Every point in three-dimensional space can be specified by a triple of real numbers $\mathbf x = (x,y,z)$ given its coordinates with respect to three axes. This triple is called the position of the point and is clearly a vector.

The length of any vector, such as a position vector, is defined as $$ |\mathbf x| = \sqrt{x^2 + y^2 + z^2} $$ Notice that, by definition, length is a positive real number. Given two points $\mathbf x_1=(x_1, y_1, z_1)$ and $\mathbf x_2=(x_2, y_2, z_2)$, the displacement vector pointing from point $1$ to point $2$ is defined as $$ \mathbf x_{21} = \mathbf x_2 - \mathbf x_1 = (x_2-x_1, y_2-y_1, z_2-z_1) $$ The length of the displacement vector is called the distance between the two points and is therefore given by $$ d(\mathbf x_1, \mathbf x_2) = |\mathbf x_{21}| = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2} $$ Note. I have heard some using the terms distance and displacement interchangeably, or using the term displacement for what I have called distance, and using distance to refer to the total length of a path along which an object travels.

Having said all of this, there is in fact a product that allows one to construct area vectors given two position vectors. It's called the cross product. If you take the cross product $$ \mathbf x_1\times\mathbf x_2 $$ of two position vectors, then you get a vector whose length is the area of the parallelogram spanned by these vectors, and whose direction is perpendicular to this parallelogram.

joshphysics
  • 57,120
  • Vector is just defined as an element of a vector space (see http://en.wikipedia.org/wiki/Vector_space#Definition for instance). As such, a length could be seen as a vector if you allow negative length to exist. Otherwise inverse does not exist in general. It is clear that the definition of length given by joshphysics is not a vector for this reason. This is because the length he defined (the most common definition in everyday life) first requires the notion of scalar product to be defined. This is not necessary to define a vector. – FraSchelle Jun 07 '13 at 17:57
  • 1
    I disagree that position is a vector, position is specified by coordinates, but it's not a vector; it's not a quantity with a magnitude or direction...the displacement vector is a different thing and is a vector. Just thinking in terms of differential geometry, coordinates and vectors are not the same thing. @Oaoa What you are saying would be right in a different context, but not in this one. – JLA Jun 08 '13 at 04:44
  • 1
    @JLA Huh? In the classical mechanics of systems of particles, positions are represented by elements of $\mathbb R^3$ which forms a vector space under the standard operations of scalar multiplication and component-wise addition. As a result, there is absolutely nothing wrong with using the (completely standard) terminology "position vector." Certainly positions, like those of points in spacetime as in GR, can in some contexts be represented by points on manifolds which aren't necessarily equipped with a vector space structure, but that's a context which I doubt the OP was referring to. – joshphysics Jun 08 '13 at 05:09
  • I didn't interpret the OP's question in the formal sense of a vector space, that isn't usually what physics people mean when they use the term vector, otherwise anything could be a vector. They usually mean vectors as in velocity vectors, formally tangents to curves or whatever. It makes sense to write the position of a particle at $(0,1)$ as $\hat{y}$ in cartesian coordinates, but how would you do so in polar coordinates? In polar coordinates the same position is written $(1,\frac{\pi}{2})$, but I don't think identifying that with $\hat{r}+\frac{\pi}{2}\hat{\theta}$ works. – JLA Jun 08 '13 at 05:17
  • @JLA I'm not actually clear on what your claim is exactly, but I think this suffices to demonstrate that I'm using terminology in a standard way: http://en.wikipedia.org/wiki/Position_(vector) – joshphysics Jun 08 '13 at 05:28
  • 1
    I'm not saying it's not standard terminology, I just don't think they are the same kind of vector, and it can be confusing to bag them together...It is standard to call angular momentum a vector, but it's clearly not the same kind as a velocity vector. If you change the place of the origin, the position vector changes, a velocity vector won't. – JLA Jun 08 '13 at 05:48
  • @JLA I believe this question is ill-defined, the reason why you misunderstood it. Since there is no definition of either length, area or vector, one can answer whatever we want. Be careful though, position requires a priori a manifold to exist, whereas a vector doesn't. Polar coordinates define a local basis also, what is sometimes called a moving frame. So the transition from Cartesian coordinates to polar ones you gave is wrong. Putting $\theta = \pi/2$ and $r=1$ in the definition $x=r\cos \theta$ and $y=r\sin \theta$ works. – FraSchelle Jun 08 '13 at 06:20