adds

 SCILAB SEM -IV

        An electron trapped in a one-dimensional region of length 1.0 × 10-10 m (a) In the ground state, what is the probability of finding the electron in the region from x = 0.0090 nm to 0.0110 nm? (b) In the first excited state, what is the probability of finding the electron between x = 0 and x = 0.025 nm.

THEORY:

CODING:

clear

clc
L =10^ -10;
x1 =0.09*10^-10; x2 =0.11*10^-10 //lmits of the given region
probGnd=(2/L)*integrate('(sin(%pi*x/L)^2)','x',x1 ,x2);
disp ('Probability in Ground State');
disp(probGnd*100);
x1 =0, x2 =0.25*10^ -10;
probExc =(2/ L)* integrate('(sin(2*%pi*x/L)^2)','x',x1 ,x2);
disp ( 'Probability In first Excited State' );
disp(probExc );

OUTPUT:

YOUTUBE for all study videos : Click

Download Syllabus(+2 Physics CHSE)

Click for +2 (12th) Notes: 

  1. To get all B.Sc Physics Notes: Click
  2. To get questions on Differential equation: Click
  3. For Phd questions: Click
  4. For SEM-IV B.Sc Notes : Click

Contact for all Doubts & Online Classes: quantaphysics3@gmail.com

Read Spiritual Article & Manage Your Time & act likeTimeless

Model syllabus (+3)Downoad

List of all practicals(+3):   Download

Get all Books:  Download
Physics Notes: CLICK

Post a Comment

Previous Post Next Post