Wavefunction normalization help

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
CyberShot
Messages
133
Reaction score
2

Homework Statement



psi(x) = A(1 - e^(ikx)) if 0 < x < 2pi/k



Homework Equations



integral of psi * psi conjugate over all space = 1

The Attempt at a Solution



the conjugate is psi*(x) = A(1 - e^(-ikx))

so when I multiply psi and psi* , I get 2 - e^(-ikx) - e^(ikx)

I can't integrate this? Please help! Did I mess up the conjugate?
 
Physics news on Phys.org
Not knowing anything about wavefunctions, just on the information you gave me, I think you multiplied incorrectly (left out the A):

(A-Ae^(ikx))*(A-Ae^(-ikx)) = 2A^2-A^2*(e^(ikx)-e^(-ikx)) = 1

From there, I'm seeing a chance to divide by 2A^2, so you have something like 1-sinh(u) = (1/(2A^2)) where u=ikx.

EDIT: Also, I assumed x, A, and k are real.