Two electron atoms

312 days ago by reibaretti

#http://www1.uprh.edu/rbaretti #http://www1.uprh.edu/rbaretti/Methodsoftheoreticalphysics.htm #http://www1.uprh.edu/rbaretti/MethodsoftheoreticalphysicsPart2.htm #http://www1.uprh.edu/rbaretti/MethodsoftheoreticalphysicsPart3.htm #http://www1.uprh.edu/rbaretti/MethodsoftheoreticalphysicsPart4.htm #http://www1.uprh.edu/rbaretti/MethodsoftheoreticalphysicsPart5.htm #Two electron atoms #http://www1.uprh.edu/rbaretti/LQMch10.htm # MATHEMATICAL METHODS OF Science and Engineering # Lectures on Quantum Mechanics #http://www1.uprh.edu/rbaretti #http://www1.uprh.edu/rbaretti/Methodsoftheoreticalphysics.htm # Lectures on Quantum Mechanics http://www1.uprh.edu/rbaretti/LQMIntro.htm # http://www1.uprh.edu/rbaretti/LQMch1.htm #http://www1.uprh.edu/rbaretti/LQMch2.htm # http://www1.uprh.edu/rbaretti/LQMch3.htm # http://www1.uprh.edu/rbaretti/LQMch4.htm # http://www1.uprh.edu/rbaretti/LQMch5.htm # 10 chapters #http://www1.uprh.edu/rbaretti/LQMch10.htm 
       
var('a'); assume (a>0); phi1s(r)=(a^3/pi)^(1/2)*exp(-a*r) t1= integral(phi1s(r)*(-(1/2)*diff(phi1s(r),r,2) )*4*pi*r^2,r,0,oo); t2=integral(phi1s(r)*(-diff(phi1s(r),r,1) )*4*pi*r,r,0,oo);t1+t2 
       
1/2*a^2
1/2*a^2
var('Z,a'); assume (a>0);assume (Z>0); phi1s(r)=(a^3/pi)^(1/2)*exp(-a*r) V= integral(phi1s(r)^2*(-Z)*4*pi*r,r,0,oo);V 
       
-Z*a
-Z*a
var('r,a'); assume (a>0); V(r) = 1/r - ( a +1/r )*exp(-2*a*r); phi2s(r)=(a^3/(32*pi))^(1/2)*(2 - a*r)*exp(-a*r/2) #phi2s(r)=exp(-a*r); J= integral(phi2s(r)^2*V(r)*4*pi*r^2,r,0,oo); J 
       
17/81*a
17/81*a
var('r,a'); assume (a>0); V = 1/r - ( a +1/r )*exp(-2*a*r); phi2s=exp(-a*r); J= integral(phi2s^2*V*4*pi*r^2,r,0,oo); J 
       
5/8*pi/a^2
5/8*pi/a^2