How can the expression for orthonormal states be simplified?

  • Context: Graduate 
  • Thread starter Thread starter omoplata
  • Start date Start date
  • Tags Tags
    Simplifying States
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
omoplata
Messages
327
Reaction score
2
The following was written down as a solution to a problem,[tex] \begin{eqnarray}<br /> P(\alpha_n) & = & \frac{1}{25} \left[ 9| \langle \phi_n \mid \psi_1 \rangle |^2 + 16 | \langle \phi_n \mid \psi_2 \rangle |^2 + 12 i \langle \phi_n \mid \psi_1 \rangle \langle \phi_n \mid \psi_2 \rangle^* - 12 i \langle \phi_n \mid \psi_2 \rangle \langle \phi_n \mid \psi_1 \rangle^* \right]\\<br /> & = & \frac{1}{25} \left( 9| \langle \phi_n \mid \psi_1 \rangle |^2 + 16 | \langle \phi_n \mid \psi_2 \rangle |^2 + 2 \Re \left[ 12 i \langle \phi_n \mid \psi_1 \rangle \langle \phi_n \mid \psi_2 \rangle^* \right] \right)<br /> \end{eqnarray}[/tex]How do you get from the first line to the second line? How does [itex]12 i \langle \phi_n \mid \psi_1 \rangle \langle \phi_n \mid \psi_2 \rangle^* = - 12 i \langle \phi_n \mid \psi_2 \rangle \langle \phi_n \mid \psi_1 \rangle^*[/itex] ?

Is this solution wrong?

Here, [itex]\mid \psi_1 \rangle[/itex] and [itex]\mid \psi_2 \rangle[/itex] are two orthonormal states, while [itex]\mid \phi_n \rangle[/itex] is a normalized state, if that makes any difference.
 
Physics news on Phys.org
The crucial observation is that

[tex]i { \langle \phi_n \mid \psi_1 \rangle } { \langle \phi_n \mid \psi_2 \rangle^* } = <br /> \left( -i { \langle \phi_n \mid \psi_1 \rangle^* } { \langle \phi_n \mid \psi_2 \rangle } \right)^*[/tex]

(because [itex](abc)^* = a^* b^* c^*[/itex] and [itex](a^*)^* = a[/itex], and because the brakets are complex numbers which commute).

Then it's easy to verify that for any complex number z, [itex]z + z* = 2 \Re[z][/itex].
 
OK. Got it. Thanks.