I What Are Kets and Vectors in 3-D Representation?

  • I
  • Thread starter Thread starter dyn
  • Start date Start date
  • Tags Tags
    Vectors
dyn
Messages
774
Reaction score
63
Hi. I have read that when working in 3-D the following kets | x > and | p > are not vectors in 3-D. If that is correct what are they ? I know | ψ > is an abstract vector but I thought | x > and | p > would be 3-D vectors in the position and momentum representation ?
Thanks
 
Physics news on Phys.org
They are vectors in an infinite-dimensional space. It is natural to feel that ##|x\rangle## should be in a 3d space because ##x##, without the enclosing symbols, is a coordinate in 3D space. But ##|x\rangle## is not a coordinate or any other type of number. In the position representation it is the Dirac delta function ##\delta_x##, which is an element of a space of functions, which - like most function spaces - is infinite-dimensional.
 
  • Like
Likes bhobba and dyn
<a is conjugate of a>
<a|b> kind of dot(a.conjugate , b)
b><b|a> projection into other direction like b*dot(b.conjugate , a)

v2=pol><pol|v> is equivalent with this pseudo code
amp=dot(v,pol)
v2.x = pol.x*amp
v2.y = pol.y*amp

conjugate of V is V.imaginary=-V.imaginary
 
The Pauli matrices transform the 3d direction into 2d complex vector like spin.
 
Why do we need conjugation?
because there is a minus sign in real part of multiplication of complex numbers.

complex operator *(complex c)
{
complex e;
e.real = this->real*c.real - this->img*c.img;
e.img = this->img*c.real + this->real*c.img;
return e;
}
 
dyn said:
x > and | p > are not vectors in 3-D. If that is correct what are they ?
They are distributions, elements in the dual space of a Schwartz space of smooth functions. Only the labels are vectors in 3D.
 
  • Like
Likes dyn and vanhees71
I am not sure if this belongs in the biology section, but it appears more of a quantum physics question. Mike Wiest, Associate Professor of Neuroscience at Wellesley College in the US. In 2024 he published the results of an experiment on anaesthesia which purported to point to a role of quantum processes in consciousness; here is a popular exposition: https://neurosciencenews.com/quantum-process-consciousness-27624/ As my expertise in neuroscience doesn't reach up to an ant's ear...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
I am reading WHAT IS A QUANTUM FIELD THEORY?" A First Introduction for Mathematicians. The author states (2.4 Finite versus Continuous Models) that the use of continuity causes the infinities in QFT: 'Mathematicians are trained to think of physical space as R3. But our continuous model of physical space as R3 is of course an idealization, both at the scale of the very large and at the scale of the very small. This idealization has proved to be very powerful, but in the case of Quantum...

Similar threads

Back
Top