Can (x,y,z) be used to represent both a point and a vector?

C0nfused
Messages
139
Reaction score
0
Hi everybody,
I have one question about vectors of R^3:
First of all, a point is described by its co-ordinates (x,y,z).
A vector r is described in this way: r=ax+by+cz ,where {x,y,z} is the standard basis (the numbers a,b,c are the "coordinates" of the vector). But i have seen in several books that vectors can be written like this: r =(x,y,z) where x,y,z are its co-ordinates, as long as the basis is clearly stated. So when we write (x,y,z) we may mean the point, or the vector? For example, if we define a function f:R^3->R^3: (x,y,z)->(f1(x,y,z),f2(x,y,z),f3(x,y,z)) , we can think of f(x,y,z) both as a point and a vector? I mean, can we write
f(a,b,c)=f1(a,b,c)x+f2(a,b,c)y+f3(a,b,c)z ?

I hope this makes sense.
Thanks
 
Last edited:
Mathematics news on Phys.org
Yeah, in general you can treat a point as a vector, and vice versa depending on what you need to do with it. If for some reason it would benefit you to think of f(x,y,z) as a point, then do so, and if you need to treat it as a vector, do so. Normally, there should be no confusion either, since if you write (a,b,c) x (d,e,f) then it's clear that you're treating them as vectors since you're taking their cross product, which is an operation of vectors, not points.
 
Thanks for your answer.
 
What happens is that the "unit" vectors x,y, and z (or, and I think more common i, j, k) are "assumed" in writing (a, b, c). That is, (a, b, c) is just a shorthand way of ax+ by+ cz.

Yes, we do also use (a, b, c) to mean a point so that can be confusing. However, some texts make use of the ambiguity since the vector ax+ by+ cz can be thought of as the vector specifically from the point (0,0,0) to the point (a,b,c). Others, however, prefer the notation <a, b, c> for vectors to distinguish a vector from a point.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top