Understanding Vector Invariance Under Coordinate Transformation

In summary, a vector being "invariant" under coordinate transformation means that the vector remains the same regardless of the basis or coordinate system used to express it. The coordinates of a vector may change, but the vector itself does not. This concept is often taught in abstract terms, but it is important to understand in order to fully grasp linear algebra and multivariable calculus.
  • #1
marschmellow
49
0
What does it mean for a vector to remain "invariant" under coordinate transformation?

I think I already know the answer to this question in a foggy, intuitive way, but I'd like a really clear explanation, if someone has it. I know all of multivariable calculus and quite a bit of linear algebra, yet I am still not sure exactly what people mean by "coordinates." My understanding is that a vector is a list of numbers. I don't know what it means for a vector to be in a certain coordinate system. It seems like the vector <2, 0, 10, 4> is just that: the ordered list of numbers two, zero, ten, four. There isn't any extra information, like "in rectangular coordinates" or "in these particular skew coordinates."

So when a vector remains invariant under a change of coordinates, or "doesn't care" about which coordinates you use, as some texts have put it, what does that mean? Does that mean the vector <2, 0, 10, 4> remains the vector <2, 0, 10, 4> or does it mean that the exact list of numbers changes, but the drawing of the vector looks the same? This seems to me like a dumb question, and I'm guessing the answer is the second option, but linear algebra is often taught so abstractly and so far removed from actual numbers that it isn't obvious to me.
 
Physics news on Phys.org
  • #2


marschmellow said:
I think I already know the answer to this question in a foggy, intuitive way, but I'd like a really clear explanation, if someone has it. I know all of multivariable calculus and quite a bit of linear algebra, yet I am still not sure exactly what people mean by "coordinates." My understanding is that a vector is a list of numbers. I don't know what it means for a vector to be in a certain coordinate system. It seems like the vector <2, 0, 10, 4> is just that: the ordered list of numbers two, zero, ten, four. There isn't any extra information, like "in rectangular coordinates" or "in these particular skew coordinates."

Have you taken linear algebra yet? This is all made clear there.

In any event, <2, 0, 10, 4> represents a particular point (or vector) in Euclidean 4-space, but it's a representation of that point relative to the standard basis. The standard basis consists of the vectors [itex]e_1 = (1,0,0,0), e_2 = (0,1,0,0), e_3 = (0,0,1,0), e_4 = (0,0,0,1)[/itex]. I hope you don't mind if I use regular parens '(' and ')' to denote vectors, I think that's the more standard notation as opposed to angle brackets. It's convenient to identify points and vectors, as long as we remember that when we talk about a point, we're really talking about a representative of a vector that is based at the origin.

But forget 4-space, that's too hard to visualize. Just think about the plane. If you have the vector (or point) P = (3,2), you can express P as [itex]3e_1 + 2e_2[/itex] where [itex]e_1[/itex] and [itex]e_1[/itex] are (1,0) and (0,1) respectively. I hope that's clear ... let me know if it's not.

Now, what if we picked two arbitrary vectors [itex]v_1[/itex] and [itex]v_2[/itex] in the plane, as long as they did not lie on the same line (when based at the origin). If you dropped perpendiculars from the point P = (3,2) to each of the lines from the origin through [itex]v_1[/itex] and [itex]v_2[/itex], you could (via the parallelogram law) express (3,2) as a linear combination of [itex]v_1[/itex] and [itex]v_2[/itex]; for example,

[itex]P = av_1 + bv_2[/itex]

In that case, (a,b) would be the coordinates of P with respect to the basis [itex]v_1[/itex] and [itex]v_2[/itex].

Now, if you've taken linear algebra, then this is hopefully reminding you of something you already know. But if you haven't taken linear algebra, I just threw a lot of information at you ... but if you think about it a bit, perhaps it will make sense.

In any event, a point is a point is a point ... but we can express the coordinates of the same point with respect to different bases, in many different ways.
marschmellow said:
So when a vector remains invariant under a change of coordinates, or "doesn't care" about which coordinates you use, as some texts have put it, what does that mean? Does that mean the vector <2, 0, 10, 4> remains the vector <2, 0, 10, 4> or does it mean that the exact list of numbers changes, but the drawing of the vector looks the same? This seems to me like a dumb question, and I'm guessing the answer is the second option, but linear algebra is often taught so abstractly and so far removed from actual numbers that it isn't obvious to me.

A given vector is the same vector, regardless of how we identify its coordinates with respect to a particular basis.

The vector is pointing in a certain direction, with a certain length, in space. If you "moved space around the vector" but left the vector alone, its coordinates would change, but it would still be the same vector. That's just another way of looking at expressing a vector in a different basis.
 
  • #3


You are right. The basis is an extra information, indeed. The relationship between coordinates and the basis (matrix) was exposed in http://en.wikipedia.org/w/index.php?title=Change_of_Basis&oldid=394612249
It was removed though in a later edit to hide the concept and misguide us to unnecessary thinking that a basis transformation is a rotation.
 
  • #4


marschmellow said:
I think I already know the answer to this question in a foggy, intuitive way, but I'd like a really clear explanation, if someone has it. I know all of multivariable calculus and quite a bit of linear algebra, yet I am still not sure exactly what people mean by "coordinates." My understanding is that a vector is a list of numbers. I don't know what it means for a vector to be in a certain coordinate system. It seems like the vector <2, 0, 10, 4> is just that: the ordered list of numbers two, zero, ten, four. There isn't any extra information, like "in rectangular coordinates" or "in these particular skew coordinates."

So when a vector remains invariant under a change of coordinates, or "doesn't care" about which coordinates you use, as some texts have put it, what does that mean? Does that mean the vector <2, 0, 10, 4> remains the vector <2, 0, 10, 4> or does it mean that the exact list of numbers changes, but the drawing of the vector looks the same? This seems to me like a dumb question, and I'm guessing the answer is the second option, but linear algebra is often taught so abstractly and so far removed from actual numbers that it isn't obvious to me.

Here is a picture that I find helpful.

Think of the sphere in 3 space at and each of its points imagine the vectors that are tangent to the sphere at that point. These vectors lie in a plane.They are geometrically determined and do not require any coordinates.

Now write down coordinates on the sphere around this point and write down the corresponding coordinates for the tangent vector at the point. This expression writes the geometric vector in terms of some basis. If you choose a second coordinate system then the same vector will have a representation in the new coordinates as well. But the two representations describe the same vector.

Since each representation writes the vector down in terms of some basis, there is a linear transformation that describes this change of basis. The vector is said to be invariant under this linear transformation since the transformation.
 
  • #5


A given vector is the same vector, regardless of how we identify its coordinates with respect to a particular basis.

The vector is pointing in a certain direction, with a certain length, in space. If you "moved space around the vector" but left the vector alone, its coordinates would change, but it would still be the same vector. That's just another way of looking at expressing a vector in a different basis.

Ah ha, that was the explanation I was looking for. I just finished "Calculus III" in high school, but since it's high school you have a whole year and spend a lot more time in class, so there was enough time to go through all of multi and most of linear algebra, so everything you were saying was perfectly familiar. I was very confused because all along I was equating "coordinates" and "components." The components of a vector (in the standard basis) remain invariant, but the coordinates are weights of each basis vector, which obviously vary under a change of basis--varying either covariantly or contravariantly, a concept that I think I understand now.

The wikipedia article and the tangent vector explanation also helped clear things up; thanks for the responses.
 
  • #6


The components of a vector are the scalar coefficients of the basis vectors when that vector is expressed as a linear combination of basis vectors, in a particular basis. You could call them the coordinates of the vector. A basis determines a coordinate system for a vector space. In general, the components of a vector vary with a change of basis. The vector itself is thought of as staying the same when a new basis is chosen; only the numbers used to express it change.

If the only kinds of vector space that you're familiar with are those whose vectors are defined as lists of numbers, it might help to look up other examples of vector spaces. In any basis, the components of any kind of vector will be a list of numbers, but not all vectors are themselves, by definition, a list of numbers. As a starting point, check out the vector space axioms, which are what define the concept "vector space".

Equations which do not change at all with the transformation [of coordinates] (that is, the terms of which are invariants) are called invariant. Equations which remain valid because their terms, though not invariant, transform according to identical transformation laws, are called covariant.

- Bergmann: Introduction to the Theory of Relativity.

(Note that covariant has another, quite different meaning, when used in opposition to contravariant.)
 

Related to Understanding Vector Invariance Under Coordinate Transformation

1. What is vector invariance under coordinate transformation?

Vector invariance under coordinate transformation refers to the property of a vector to maintain its magnitude and direction regardless of the coordinate system in which it is expressed. In other words, the mathematical representation of a vector may change when the coordinate system is transformed, but the physical properties of the vector remain unchanged.

2. Why is understanding vector invariance important in science?

Understanding vector invariance is important in science because many physical quantities, such as velocity, force, and acceleration, are described using vectors. When performing calculations or analyzing experimental data, it is crucial to take into account the invariance of vectors under coordinate transformation to ensure accurate and consistent results.

3. How is vector invariance under coordinate transformation mathematically expressed?

Mathematically, vector invariance under coordinate transformation is expressed using transformation rules, which describe how the components of a vector change when the coordinate system is transformed. These rules may involve rotation, translation, or scaling of the coordinate axes.

4. Can you provide an example of vector invariance under coordinate transformation?

One example of vector invariance under coordinate transformation is the displacement vector in 2-dimensional space. If we transform the coordinate system by rotating it 90 degrees counterclockwise, the components of the displacement vector will change, but its magnitude and direction will remain the same.

5. Are there any exceptions to vector invariance under coordinate transformation?

Yes, there are some cases where vector invariance may not hold. For example, in relativistic physics, the velocity vector of an object may change under coordinate transformation due to the effects of time dilation and length contraction. In these cases, more complex mathematical expressions are needed to accurately describe the transformation of vectors.

Similar threads

Replies
1
Views
1K
Replies
3
Views
2K
  • Linear and Abstract Algebra
Replies
9
Views
321
  • Differential Geometry
Replies
2
Views
557
  • Calculus
Replies
20
Views
5K
  • Linear and Abstract Algebra
Replies
9
Views
667
Replies
2
Views
1K
Replies
40
Views
2K
  • Special and General Relativity
Replies
4
Views
947
Back
Top