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

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
4 replies · 2K views
ParoxysmX
Messages
21
Reaction score
0

Homework Statement


Determine the constant λ in the wave equation

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

where [itex]a=\sqrt{mω/\hbar}[/itex]

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,

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

From there,

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

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

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

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:
[itex](C2a^2 + C\lambda)^2 \int^{∞}_{-∞} | x^2 e^{-(a^2 x^2/2)} + e^{-(a^2 x^2/2)} |^2 dx =1[/itex]
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 [itex]\psi^{*}[/itex] is the same as [itex]\psi[/itex], 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