Quantum Well - Two Potentials

A particle in a one-dimensional quantum well is governed by a variant of the time-independent Schrodinger equation, expressed in terms of a non-normalized wave function Ψ N ( x ) \Psi_N (x) .

The quantities V V and E E are the potential energy and total energy, respectively.

d 2 d x 2 Ψ N ( x ) + V ( x ) Ψ N ( x ) = E Ψ N ( x ) \large{-\frac{d^2}{d x^2} \, \Psi_N (x) + V(x) \, \Psi_N (x) = E \, \Psi_N (x)}

The potential varies as follows:

V ( x ) = x < 1 V ( x ) = 1 1 x 0 V ( x ) = 5 0 < x 1 V ( x ) = x > 1 V (x) = \infty \,\,\,\,\,\,\,\, x < -1 \\ V (x) = 1 \,\,\,\,\,\,\,\, -1 \leq x \leq 0 \\ V (x) = 5 \,\,\,\,\,\,\,\, 0 < x \leq 1 \\ V (x) = \infty \,\,\,\,\,\,\,\, x > 1

The boundary conditions on Ψ N ( x ) \Psi_N (x) are:

Ψ N ( x ) = 0 x 1 Ψ N ( x ) = 0 x 1 \Psi_N (x) = 0 \,\,\,\,\,\,\,\, x \leq -1 \\ \Psi_N (x) = 0 \,\,\,\,\,\,\,\, x \geq 1

The probability of detecting the particle within the region a x b a \leq x \leq b is:

P ( a x b ) = a b Ψ N ( x ) 2 d x 1 1 Ψ N ( x ) 2 d x \large{P(a \leq x \leq b) = \frac{\int_a^b |\Psi_N (x)|^2 \, dx }{\int_{-1}^1 |\Psi_N (x)|^2 \, dx }}

For the smallest possible positive non-zero value of E E , what is the probability of detecting the particle in the region ( 1 x 0 ) ( -1 \leq x \leq 0) ?

Note: Simply take it for granted that the wave function is zero within the infinite potential region. Don't try to apply the Schrodinger equation within that region.


The answer is 0.685.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Karan Chatrath
Apr 6, 2020

Finally got it right!

Consider the given wave equation. Its general solution is as follows:

For negative x: ψ ( x ) = A cos ( x E 1 ) + B sin ( x E 1 ) \psi(x) = A \cos\left(x\sqrt{E-1}\right) + B \sin\left(x\sqrt{E-1}\right)

For positive x: ψ ( x ) = C cos ( x E 5 ) + D sin ( x E 5 ) \psi(x) = C \cos\left(x\sqrt{E-5}\right) + D \sin\left(x\sqrt{E-5}\right)

Applying boundary conditions gives:

A cos ( E 1 ) B sin ( E 1 ) = 0 A \cos\left(\sqrt{E-1}\right) - B \sin\left(\sqrt{E-1}\right)=0 C cos ( E 5 ) + D sin ( E 5 ) = 0 C \cos\left(\sqrt{E-5}\right) + D \sin\left(\sqrt{E-5}\right)=0

At x = 0 x=0 the wave function must be continuous and differentiable which leads to two more equations. Thus, 4 linear equations for A A , B B , C C and D D and the value of energy for which a system has non-trivial solutions has to be evaluated. Additional two equations based on continuously differentiable conditions are:

A = C A = C B E 1 = D E 5 B\sqrt{E-1}=D\sqrt{E-5}

To compute the permissible values of energy, we have four equations which can be re-written in a matrix form:

[ 1 0 1 0 0 E 1 0 E 5 cos ( E 1 ) sin ( E 1 ) 0 0 0 0 cos ( E 5 ) sin ( E 5 ) ] [ A B C D ] = [ 0 0 0 0 ] \left[ \begin{matrix}1&0&-1&0\\0& \sqrt{E-1} & 0 & -\sqrt{E-5}\\\cos\left(\sqrt{E-1}\right)&-\sin \left(\sqrt{E-1}\right) & 0 & 0 \\ 0&0& \cos\left(\sqrt{E-5}\right)& \sin\left(\sqrt{E-5}\right)\end{matrix}\right] \left[\begin{matrix} A\\B\\C\\D \end{matrix}\right]=\left[\begin{matrix} 0\\0\\0\\0 \end{matrix}\right]

W [ A B C D ] = [ 0 0 0 0 ] \implies W \left[\begin{matrix} A\\B\\C\\D \end{matrix}\right]=\left[\begin{matrix} 0\\0\\0\\0 \end{matrix}\right]

To obtain the permissible energy values, W W must have non-trivial solutions. That can only happen when the determinant of W W is zero. The first two values of energy at which this happens are approximately:

E 1 5.0001 E_1 \approx 5.0001 E 2 13.15 E_2 \approx 13.15

Having found the lowest possible value of energy, that value is used in the general solution and the constants A A , B B , C C and D D are chosen such that the above matrix equation is satisfied. Note that the system has infinite solutions.

The probability can be computed analytically however, I took a numerical route. The result is:

P ( 1 x 0 ) 0.6833 P\left(-1 \le x \le 0\right) \approx 0.6833

Thank you for your comments which re-assured me that I was on the right track. My initial attempts failed as I first I made an algebraic error and secondly, I chose the second permissible value of energy instead of the minimum.

Karan Chatrath - 1 year, 2 months ago

Log in to reply

Glad it worked out, and thanks for the solution. It was interesting to see that the allowable energy values are the ones which make the matrix singular.

Steven Chase - 1 year, 2 months ago

I was just re-reading your comment and another question comes to mind. You mentioned that you numerically integrated from x = 1 x=-1 . How did you do that without knowing the value of the derivative of the wave function at that point? I took a semi-analytical route for this reason, actually.

Karan Chatrath - 1 year, 2 months ago

Log in to reply

I just declare a value of the derivative, and run several times with the initial derivative generated as a random number. I observe that the lowest allowable energy has no dependence on the initial choice of derivative.

Steven Chase - 1 year, 2 months ago

Log in to reply

Thanks for the clarification. Now that I think of it since the linear system defined above has infinite solutions, this argument makes sense

Karan Chatrath - 1 year, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...