Find Complex Conjugate of Wave Function in QM Mechanics Book

  • Context: Graduate 
  • Thread starter Thread starter CyberShot
  • Start date Start date
  • Tags Tags
    Conjugate Wavefunction
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
CyberShot
Messages
133
Reaction score
2
I saw in a QM mechanics book the following wave function:


psi(x) = A*[1 - e^(ikx)]

what is the complex conjugate of this wave function?

isnt it just psi*(x) = A*[1 - e^(-ikx)]

but when you multiply psi(x) by psi*(x) shouldn't you get a real value?

How come I don't?
 
Physics news on Phys.org
Check again. You do get a real function. Remember Euler's identity. After you multiply everything out, you can rewrite the remaining exponentials in terms of trig functions:

[tex](1-e^{ikx})(1-e^{-ikx})=1-(e^{ikx}+e^{-ikx})+ e^{ikx}e^{-ikx}=2-2cos(kx)[/tex]
 
G01 said:
Check again. You do get a real function. Remember Euler's identity. After you multiply everything out, you can rewrite the remaining exponentials in terms of trig functions:

[tex](1-e^{ikx})(1-e^{-ikx})=1-(e^{ikx}+e^{-ikx})+ e^{ikx}e^{-ikx}=2-2cos(kx)[/tex]

Of course!

Thanks, and sorry for being an idiot. -_-
 
I have another question.

What would the average of the square of the momentum look like?

I know that <p> = integral[ psi*(x) (hbar/i) d/dx (psi(x)) ] dx

how would you determine <p^2> ?

is it just

<p^2> = integral[ psi*(x) (hbar/i) second derivative (psi(x)) ] dx
 
Almost. In general, for some operator A,

[tex]<A> = \int \psi^* A \psi dx[/tex]

and [tex]p = -i \hbar \frac{d}{dx}[/tex]

so [tex]p^2 = (-i \hbar \frac{d}{dx})(-i \hbar \frac{d}{dx}) = -\hbar^2 \frac{d^2}{dx^2}[/tex]
 
The_Duck said:
Almost. In general, for some operator A,

[tex]<A> = \int \psi^* A \psi dx[/tex]

and [tex]p = -i \hbar \frac{d}{dx}[/tex]

so [tex]p^2 = (-i \hbar \frac{d}{dx})(-i \hbar \frac{d}{dx}) = -\hbar^2 \frac{d^2}{dx^2}[/tex]

Why isn't it just

[tex]p^2 = (p)(p) = (-i \hbar \frac{d}{dx})(-i \hbar \frac{d}{dx}) = (-i \hbar \frac{d}{dx})^2[/tex]

?

Edit: Hmm, is it because p is not an ordinary variable in that its an operator?

if so, how come [tex]< x^2 > = x \\int \\ psi^* \\psi dx[/tex]

is [tex]x[/tex] not an operator?
 
Last edited:
CyberShot said:
Why isn't it just

[tex]p^2 = (p)(p) = (-i \hbar \frac{d}{dx})(-i \hbar \frac{d}{dx}) = (-i \hbar \frac{d}{dx})^2[/tex]

?

Edit: Hmm, is it because p is not an ordinary variable in that its an operator?

Your form is equivalent to my form; I have simply distributed the exponent. Indeed p is an operator and not a number: p^2 is the operator "apply p twice" (and the action of p is to differentiate the wave function and multiply by -i*h-bar). Often one puts hats on operators to distinguish them from numbers.

CyberShot said:
if so, how come [tex]< x^2 > = x \\int \\ psi^* \\psi dx[/tex]

is [tex]x[/tex] not an operator?

Your tex seems a bit messed up; the correct equation is

[tex]<x^2> = \int \psi^* x^2 \psi dx[/tex]