0

I am trying to solve the Schrodinger equation For a potential $V(r)$ defined for $ 0<r<R$ as $$V(r)=-V_0 $$ and zero everywhere else.

For wavefunction $u$ I can easily get to $$ u'' =-k^2u,$$ where $$k^2 = \frac {2m}{h}(V_0 +E).$$

I understand that the general solution to a differential equation of this form is $$u=A \sin(kr) +B \cos(kr) .$$

However, in my textbook the $\cos$ term is mysteriously dropped. Why should this be?

Qmechanic
  • 220,844
user1887919
  • 1,791

1 Answers1

0

It's just an Ansatz and as long as it fulfills the given homogeneous ordinary differantial equation it's OK to use it. In the end you'll get the same results with the more general formula you gave because at one point (e.g. when inserting initial or boundary conditions) your B turns out to be 0.

The most general (correct me if I'm wrong) Ansatz would be something like:

$u(r)=\sum_i C_i\exp\left(\lambda_ir\right)$

Then your problem transforms to:

$\lambda^2=-k^2 \Rightarrow \lambda_{1,2}=\pm ik$

and your $u(r)$ is nothing else than a sum of $\sin(kr)$ and $\cos(kr)$.

Philipp W
  • 1
  • 1