Question on Finding Transmission Coefficient

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
2 replies · 3K views
arenaninja
Messages
25
Reaction score
0

Homework Statement


Find the transmission coefficient for the potential [tex]V(x)=-\alpha\left[\delta\left(x+a\right)+\delta\left(x-a\right)\right][/tex], where alpha and a are positive constants.

Homework Equations


[tex]T \equiv \frac{\left|F\right|^{2}}{\left|A\right|^{2}}[/tex]

The Attempt at a Solution


I'm technically not sure on where to begin this problem. After reading the section (twice now), I noticed that it pretty much explicitly omits considering potentials which are not zero. And also, there is another formula for the transmission coefficient
[tex]T=\frac{1}{1+ \beta^{2}}[/tex]
but, again, I'm not too sure on whether I should be using this one. My first instinct is to solve the Schrödinger wave equation, but it looks to be fairly mmessy with those dirac deltas.

Am I missing something really obvious? To recap, it looks like the book's section wanted to purposely omit non-zero potentials, and yet this problem appears to have a non-zero potential, leaving me clueless as to how to deal with it short of starting from scratch.
 
Physics news on Phys.org
The potential is zero in the 3 regions: [tex]x< -a, -a<x<a, a<x[/tex], so you can solve for the wavefunctions in those regions. You can obtain relations between the coefficients by demanding that certain physical conditions be satisfied. For example, the wavefunction must be continuous at [tex]x=\pm a[/tex]. However, because the potential is not continuous, we cannot demand that the derivative of the wavefunction is continuous. However, Schrödinger's equation must still be valid, so we can obtain relationships across the singular points by integrating the Schrödinger equation around [tex]x=\pm a[/tex]:

[tex]\int_{x=\pm a-\epsilon}^{x=\pm a+\epsilon} \left( - \frac{\hbar^2}{2m} \psi''(x) + (V(x)-E) \psi(x) \right) =0.[/tex]
 
ahhh, that's right. Thanks a lot, it makes a lot more sense from your first sentence and I can make some more progress on this one now.