What is the Constant λ in the Wave Equation for Normalising the Wavefunction?

ParoxysmX
Messages
21
Reaction score
0

Homework Statement


Determine the constant λ in the wave equation

\Psi(x) = C(2a^2 x^2 + \lambda)e^{-(a^2 x^2/2)}

where a=\sqrt{mω/\hbar}

Homework Equations



Some standard integrals I guess

The Attempt at a Solution



So I believe the wave equation just needs to be normalised. Using the usual conditions for normalisation,

(C2a^2 + C\lambda)^2 \int^{∞}_{-∞} | x^2 e^{-(a^2 x^2/2)} + e^{-(a^2 x^2/2)} |^2 dx =1

From there,

(C2a^2 + C\lambda)^2 \int^{∞}_{-∞} |2x^2 e^{-(a^2 x^2/2)}|^2 dx =1

Then squaring the function inside the integral and moving the '4' outside the integral as it is a constant,

4(C2a^2 + C\lambda)^2 \int^{∞}_{-∞} x^4 e^{-(a^2 x^2)} dx =1

Now that should be a standard integral but I don't know any involving an x term to the fourth power. Or perhaps I've done something else wrong?
 
Physics news on Phys.org
ParoxysmX said:
(C2a^2 + C\lambda)^2 \int^{∞}_{-∞} | x^2 e^{-(a^2 x^2/2)} + e^{-(a^2 x^2/2)} |^2 dx =1
Since when is
$$
[(ab+c) d]^2 = (a+c)^2(bd+d)^2
$$

The next step is also completely wrong. Start again from ##|\psi|^2 = \psi^* \psi##. You should also allow ##C## and ##\lambda## to be complex.
 
If the function doesn't contain any complex exponentials, then \psi^{*} is the same as \psi, isn't it?
 
As all physical observables depend ultimately on ##| \psi |^2##, the wave function of a physical system is only defined up to a complex phase. In other words, ##\psi## and ##\psi e^{i \delta}##, with ##\delta## real, decribe the same thing. Therefore, you can choose the normalization constant ##C## in
$$
\psi(x) = C f(x)
$$
to be real, because if it is complex, you can always do a rotation in the complex plane such that ##C' = C e^{i \delta}## is real.

But you also have the ##\lambda## in there and, unless told otherwise, you can't assume that it is real. You should appraoch the problem without restricting ##C## or ##\lambda## to be real, and see what you get.
 
use Maple to do the follow step:

assume(a>0)

int(C*(2*a^2*x^2+B)*exp(-(a^2*x^2)/2),x=-infinity..infinity)

where B is your λ. then we can get the result is
(B+2)*C*(2*Pi)^0.5/a

I hope this can help you
 
Thread 'Help with Time-Independent Perturbation Theory "Good" States Proof'
(Disclaimer: this is not a HW question. I am self-studying, and this felt like the type of question I've seen in this forum. If there is somewhere better for me to share this doubt, please let me know and I'll transfer it right away.) I am currently reviewing Chapter 7 of Introduction to QM by Griffiths. I have been stuck for an hour or so trying to understand the last paragraph of this proof (pls check the attached file). It claims that we can express Ψ_{γ}(0) as a linear combination of...
Back
Top