1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
|
{
"metadata": {
"name": "",
"signature": "sha256:57d22a7adb4054841cc52259e77089014f3c25ca9c50bc1dab4a74d78f09ccf3"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
"Chapter 17 Quantum theory"
]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Example 17.1 Page no 284"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"#given\n",
"w=4000.0 #Wavelength of the light in Angstrom units\n",
"wf=2.25 #Work function of potassium in eV\n",
"m=(9.1*10**-31) #Mass of the electron in kg\n",
"v=(3*10**8) #Velocity of light in m/s\n",
"c=(1.6*10**-19) #Charge of the electron in coloumbs\n",
"h=6.626*10**-34 #Plancks constant in Js\n",
"\n",
"#Calculations\n",
"E=(h*v)/(w*10**-10*c)\n",
"KE=(E-wf)\n",
"\n",
"#Output\n",
"print\"Maximum kinetic energy of photoelectron is \",round(KE,3),\"eV\"\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Maximum kinetic energy of photoelectron is 0.856 eV\n"
]
}
],
"prompt_number": 1
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Example 17.2 Page no 284"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"#given\n",
"wf=1.9 #Workfunction of the material in eV\n",
"w=3000 #Wavelength of the light in Angstrom units\n",
"v=(3*10**8) #Velocity of light in m/s\n",
"c=(1.6*10**-19) #Charge of the electron in coloumbs\n",
"h=6.626*10**-34 #Plancks constant in Js\n",
"\n",
"#Calculations\n",
"V=(1/c)*(((h*v)/(w*10**-10))-(wf*c))\n",
"\n",
"#Output\n",
"print\"Stopping potential is \",round(V,2),\"V\"\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Stopping potential is 2.24 V\n"
]
}
],
"prompt_number": 2
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Example 17.3 Page no 284"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"#given\n",
"V=(70*10**3) #Accelerating potential in V\n",
"v=(3*10**8) #Velocity of light in m/s\n",
"c=(1.6*10**-19) #Charge of the electron in coloumbs\n",
"h=6.626*10**-34 #Plancks constant in Js\n",
"\n",
"#Calculations\n",
"lmin=((h*v)/(c*V))/10**-9\n",
"\n",
"#Output\n",
"print\"Shortest wavelength of X-rays produced is \",round(lmin,4),\"mm\"\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Shortest wavelength of X-rays produced is 0.0177 mm\n"
]
}
],
"prompt_number": 3
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Example 17.4 Page no 284"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"#given\n",
"w1=2 #Wavelength in Angstrom \n",
"Z1=24 #Target one\n",
"Z2=42.0 #Target two\n",
"a=1 #Constant value\n",
"\n",
"#Calculations\n",
"w2=w1*(Z1-a)**2/(Z2-a)**2\n",
"\n",
"#Output\n",
"print\"Wavelength is \",round(w2,2),\"Angstrom\"\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Wavelength is 0.63 Angstrom\n"
]
}
],
"prompt_number": 11
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Example 17.5 Page no 284"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"#given\n",
"w=3 #Wavelength of the light in Angstrom\n",
"v=(3*10**8) #Velocity of light in m/s\n",
"h=6.626*10**-34 #Plancks constant in Js\n",
"q=40 #Scattering angle in degrees\n",
"m=(9.11*10**-31) #Mass of electron in kg\n",
"c=(1.6*10**-19) #Charge of the electron in coloumbs\n",
"\n",
"#Calculations\n",
"import math\n",
"dl=(h/(m*v))*(1-math.cos(q*3.14/180.0))/10.0**-10\n",
"l=(w+dl)\n",
"\n",
"#Output\n",
"print\"Wavelength of scattered X-rays is \",round(l,4),\"Angstrom\"\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Wavelength of scattered X-rays is 3.0057 Angstrom\n"
]
}
],
"prompt_number": 1
}
],
"metadata": {}
}
]
}
|