Pure and not pure states, an example

jonas_nilsson
Messages
28
Reaction score
0
Hi there,

I was looking at a problem, where the state (a pure state) of a two-particle system was given as:

| \Psi> = A_{11}| a_1 b_1 > + A_{12} | a_1 b_2> + A_{21} | a_2 b_1> + A_{22} | a_2 b_2>

In the system particle a can only be in the states a_1 or a_2 and particle b in b_1 or b_2.

The density operator should be
\rho = |\Psi><\Psi|

The question is, what happens if we make a measurement that determines the state of particle a? Will the collapsed state still be pure, or can it somehow fall into a mixed state? The second alternative sounds unintiutive to me, but I have been surprised many times enough...

Assuming that the measurement yielded the result a_1, then I think the density operator should collaps into
\rho_1' = p_1 ~\rho ~p_1
where p_1 the projection operator
p_1 = |a_1><a_1|
is. After making sure that the norm is OK, I then find that
Trace(\rho_1^2) = 1,
which means that the state after the measurement is still pure. Is this correct? I don't feel confident with this, and I sense that I might be missing something.
 
Physics news on Phys.org
For simplicity, consider a 1-particle system in the state

|phi> = c1|a1> + c2|a2>,

with |phi>, |a1>, and |c1> normalized. The density, as you say is,

rho = |phi><phi|.

Now perform a measurement.

It seems to me that there is a difference between the following 2 situations:

1) a measurement is known to be made, and the outcome is known;

2) a measurement is known to be made, and the outcome is unknown.

You have considered case 1), i.e., suppose the result of the measurement is known to be a1. Then the nortmailzed state now is

|phi'> = |a1>

= (p1 |phi>)/|p1 |phi>|,

where p1 = |a1><a1|.

The new density matrix is

rho' = |phi'><phi'|

= (p1 rho p1)/|p1 |phi>|^2

Now, case 2). With the probabilty |c1|^2, the state of the system is |a1>. With probability |c2|^2, the state of the system is |a2>. Thus, this is a mixed state with density matrix

rho'' = |c1|^2 |a1><a1| + |c2|^2 |a2><a2|.

I am not completely sure about this.

Regards,
George
 
Aaaah, thanks George, now I sort of get the question I was trying to answer. Didn't make any sense to put question of type 1 in a test (which I am looking at).

For case 2 I certainly get a mixed state. I did this approach:
In case we measure a_1 the wave function collapses into:
|\Psi_1&gt; = c_1 ~(A_{11} |a_1~b_1&gt; + A_{12} |a_1~b_2&gt;)
(c for proper norm) with probability
p_{a1} = A_{11}^2 + A_{12}^2
and the analog for measurement yielding a_2:
| \Psi_2&gt; = c_2 ~(A_{21} |a_2~b_1&gt; + A_{22} |a_2~b_2&gt;)
(c for proper norm) with probability
p_{a1} = A_{21}^2 + A_{12}^2

But how about this question: What does the density matrix in the state space for a look like?
Would it simply be
\rho_a = |a_1&gt;a_{11}&lt;a_1| ~+~ |a_1&gt;a_{12}&lt;a_2| ~+~ |a_2&gt;a_{21}&lt;a_1| ~+~|a_2&gt;a_{22}&lt;a_2|
where a_{11} = &lt;\Psi | a_1&gt;&lt;a_1| \Psi&gt; (and so on) ?
 
jonas_nilsson said:
But how about this question: What does the density matrix in the state space for a look like?
Would it simply be
\rho_a = |a_1&gt;a_{11}&lt;a_1| ~+~ |a_1&gt;a_{12}&lt;a_2| ~+~ |a_2&gt;a_{21}&lt;a_1| ~+~|a_2&gt;a_{22}&lt;a_2|
where a_{11} = &lt;\Psi | a_1&gt;&lt;a_1| \Psi&gt; (and so on) ?

Yes, I think so. A little care is needed with the notation, though. For example, &lt;a_1| \Psi&gt; is not a scalar, it is ket in the state space for the second particle. Consequently, &lt;\Psi | a_1&gt; is a bra for the second particle, and &lt;\Psi | a_1&gt;&lt;a_1| \Psi&gt;, as the inner product of a bra and a ket, is a scalar.

\rho_a is what results when the the b states are "traced out".

Regards,
George
 
George Jones said:
\rho_a is what results when the the b states are "traced out".

Regards,
George

Yes, that's correct. In fact, the local density matrix \rho_a is always the initial (pure state) density matrix \rho with b traced out, whether or not a measurement on b is performed. But if no measurement is performed, it is called an "improper" density matrix, while if a measurement is performed (Born rule and projection), it is a "proper" density matrix.
All observables only related to a have expectation value Tr(\rho_a A).
So for an observable only related to a, the expectation value is independent of whether, or what, measurement has been performed on b.

cheers,
Patrick.
 
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
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!
Back
Top