diff options
Diffstat (limited to '3701/CH5/EX5.8/Ex5_8.sce')
-rw-r--r-- | 3701/CH5/EX5.8/Ex5_8.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3701/CH5/EX5.8/Ex5_8.sce b/3701/CH5/EX5.8/Ex5_8.sce new file mode 100644 index 000000000..bb237c0b1 --- /dev/null +++ b/3701/CH5/EX5.8/Ex5_8.sce @@ -0,0 +1,13 @@ +////Given
+r=5*10**-15 //m
+h=1.05*10**-34
+m=1.67*10**-27
+e=1.6*10**-13
+
+//Calculation
+xmax=2*r //maximum uncertainity in the position of the nucleon
+pmin=h/xmax //minimum uncertainity in the momentum of particle
+Kmin=pmin**2/(2.0*m*e)
+
+//Result
+printf("\n minimum kinetic energy is %0.1f Mev",Kmin)
|