What is the Difference Between a Vector Space and a Coordinate Space?

Click For Summary

Discussion Overview

The discussion centers around the differences between vector spaces and coordinate spaces, particularly in the context of functions and their representations. Participants explore the notation used for vector functions, the relationship between points and vectors, and the implications of these distinctions in mathematical definitions and theorems.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants propose that a vector function can be represented as \(\vec{g}: \mathbb{R} \to \mathbb{R}^2\), questioning if \(\mathbb{R}^2\) is equivalent to the vector space \(\mathbb{R}^2\).
  • There is a discussion about whether a vector can be defined as an ordered pair of points, with some arguing that a collection of vectors is not simply a collection of points but rather a collection of ordered pairs of points.
  • One participant recalls a theorem regarding orthogonality in \(\mathbb{R}^n\) and questions whether \(\mathbb{R}^2\) can be expressed as \(\mathbb{R} \times \mathbb{R}\) and if a point like (2,3) belongs to \(\mathbb{R}^2\).
  • Another participant raises the issue of whether the point (2,3) is not an element of \(\mathbb{R}^2\) while the vector \(\vec{u} = <2,3>\) is, referencing a Wikipedia article on Euclidean space.
  • There is confusion about how to define a function \(h(x,y) = x^2 + y^2\) in terms of vector notation, questioning if (x,y) should be treated as a vector for the function definition.

Areas of Agreement / Disagreement

Participants express differing views on the relationship between points and vectors, with no consensus reached on whether points can be considered elements of vector spaces. The discussion remains unresolved regarding the implications of these definitions on function notation.

Contextual Notes

Participants highlight limitations in their understanding of vector and point relationships, particularly regarding the definitions and implications of elements in vector spaces versus coordinate spaces. There are unresolved questions about the ordering of points and vectors and how this affects mathematical expressions.

angryfaceofdr
Messages
31
Reaction score
0
Say we have a function, [itex]f(x)=x^3[/itex]

one would say "[itex]f[/itex] is a function from [itex]\mathbb{R}[/itex] to [itex]\mathbb{R}[/itex]" or [itex]f: \mathbb{R}\to\mathbb{R}[/itex]


Then say we have a vector function, [itex]\vec{g}(t)=<t^2+1,t>[/itex].

How would one use the above notation? Would it be [itex]\vec{g}: \mathbb{R}\to\mathbb{R}^2[/itex]?

And could one say that [itex]\mathbb{R}^2[/itex] is the same as the vector space [itex]\mathbb{R}^2[/itex]?

What is the difference between a set of vectors and a set of points?
 
Physics news on Phys.org
So . . .

Is this right then?


angryfaceofdr said:
Then say we have a vector function, [itex]\vec{g}(t)=<t^2+1,t>[/itex].

How would one use the above notation? Would it be [itex]\vec{g}: \mathbb{R}\to\mathbb{R}^2[/itex]?
 
(from page 2)
mathwonk said:
the only reason you think (a,b) is a vector is because you are assuming the other point is (0,0).

so actually the vector is the pair (0,0), (a,b). get it?


dont they tell you that vector can have its foot anywhere?

thats because <(0,0), (a,b)>, and <(c,d), (a+c,b+d)> represent equivalent vectors.

we do say that (a,b) are the "coordinates" of that common family of equivalent vectors.

think about it

So if a vector is an ordered pair of points, does this mean that a collection of vectors is a collection of points?
 
angryfaceofdr said:
(from page 2)

So if a vector is an ordered pair of points, does this mean that a collection of vectors is a collection of points?
No, that means a collection of vectors is a collection of ordered pairs of points!

If you mean to think of the "pairs of points" as simply a collection of points, you lose the "ordering" which is an important part of vectors. For example, if P, Q, and R are points and your collection of vectors is {(P,Q), (P,R)}, that is very different from the collection of points {P, Q, R}. Note, for example that the collection of vectors {(Q,P)(Q,R)} contains different vectors than the first example but would "reduce" to the same collection of points, {P, Q, R}.
 
Is my post from #3 correct?

Ok, so in linear algebra I recall reading something along the lines of
Theorem 1:
Suppose , [itex]\vec{u}[/itex] and [itex]\vec{v}[/itex] are vectors in [itex]\mathbb{R}^n[/itex]. We say that [itex]\vec{u}[/itex] and [itex]\vec{v}[/itex] are orthogonal if [itex]\vec{v}\cdot \vec{u}=0[/itex].

So... say we are "in" [itex]\mathbb{R}^2[/itex]. Is is true that [itex]\mathbb{R}^2 =\mathbb{R}[/itex] x [itex]\mathbb{R}=\{ (x,y)|x\in \mathbb{R}[/itex] and [itex]y \in \mathbb{R} \}[/itex]?

Then say we have a point (2,3), is it true that (2,3) [itex]\in \mathbb{R}^2[/itex]?

Then is it also true that the vector [itex]\vec{u}=<2,3> \in \mathbb{R}^2[/itex]?
 
A follow up to this...
angryfaceofdr said:
Then say we have a point (2,3), is it true that (2,3) [itex]\in \mathbb{R}^2[/itex]?

Then is it also true that the vector [itex]\vec{u}=<2,3> \in \mathbb{R}^2[/itex]?


http://en.wikipedia.org/wiki/Euclidean_space

wiki says :

"For any non-negative integer n, the space of all n-tuples of real numbers forms an n-dimensional vector space over R, which is denoted R^n and sometimes called real coordinate space. An element of R^n is written [itex]\vec{x}=(x_1,x_2, \ldots x_n)[/itex] . . ."


HallsofIvy said:
For example, if P, Q, and R are points and your collection of vectors is {(P,Q), (P,R)}, that is very different from the collection of points {P, Q, R}. Note, for example that the collection of vectors {(Q,P)(Q,R)} contains different vectors than the first example but would "reduce" to the same collection of points, {P, Q, R}.

Does this mean that since (2,3) is a point and does not have the "ordering" that vectors have, the point (2,3) is NOT an element of R^2, but the vector [itex]\vec{u}=<2,3>[/itex] IS an element of R^2? (According to wiki an element of R^n needs to be a vector)

.
.
.
ISSUE #1 IN MY HEAD: if [itex]\vec{g}: \mathbb{R}\to\mathbb{R}^2[/itex] (see post #1)
and (x,y) is some arbitrary point, (and thus from my understanding as of now this point (x,y) is not an element of R^2)

then how would one write the function definition of [itex]h(x,y)=x^2+y^2[/itex]?
I couldn't write [itex]h:\mathbb{R}^2 \to \mathbb{R}[/itex] since (x,y) isn't a vector? Or do you make it a vector, then plug it into [itex]h[/itex]?
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K