Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16658
| From | Ragavendran Nagarajan <ragavendran.nagarajan@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Exact Solution to the double well potential problem in mathematica |
| Date | 2014-03-15 07:54 +0000 |
| Message-ID | <lg10vo$525$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
A little background. This is a Schrodinger equation problem to find the energy stages e in the double well where there is a step potential inside a infinite rectangular well. After solving the boundary conditions analytically, I tried to solve the following program in mathematica
hbar := 1.05*10^-34;
m := 0.096*9.11*10^-31;
a := 5*10^-9;
b := 0.5*10^-9;
V := 0.3*1.6*10^-19;
k = Sqrt[(2*m*e)/((hbar)^2)];
l = Sqrt[(2*m*(V - e))/(hbar)^2];
Block[{e}, e /. First@Solve[k*Cot[(-k)*a] - l*Tanh[(-l)*b/2] == 0, e]]
As you can see since the values of the constants are very small, I am getting a lot of errors and I am not sure how to get the solution.
Please let me know if there is a way to solve this equation using Mathematica. I have to submit this assignment in a couple of days, so I wold be really really grateful if you guys can show me the way to solve this.
Thanks for your time
Raga
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Exact Solution to the double well potential problem in mathematica Ragavendran Nagarajan <ragavendran.nagarajan@gmail.com> - 2014-03-15 07:54 +0000
csiph-web