forked from oroszl/statfiz-gyak
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path06-Kvantumgazok.lyx
More file actions
1901 lines (1414 loc) · 49.1 KB
/
06-Kvantumgazok.lyx
File metadata and controls
1901 lines (1414 loc) · 49.1 KB
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#LyX 2.1 created this file. For more info see http://www.lyx.org/
\lyxformat 474
\begin_document
\begin_header
\textclass article
\use_default_options true
\begin_modules
theorems-std
\end_modules
\maintain_unincluded_children false
\language magyar
\language_package default
\inputencoding auto
\fontencoding global
\font_roman default
\font_sans default
\font_typewriter default
\font_math auto
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\default_output_format default
\output_sync 1
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 1
\use_package esint 1
\use_package mathdots 1
\use_package mathtools 1
\use_package mhchem 1
\use_package stackrel 1
\use_package stmaryrd 1
\use_package undertilde 1
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 1
\boxbgcolor #55aaff
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language polish
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout Part
Ideális kvantumgázok
\end_layout
\begin_layout Section
Kvantumgázok nagykanonikus vizsgálata
\end_layout
\begin_layout Subsection*
Az állapotsűrűség
\end_layout
\begin_layout Standard
Határozzuk meg az állapotok számát
\begin_inset Formula $\Omega_{0}(E)$
\end_inset
egy adott
\begin_inset Formula $E$
\end_inset
energia alatt egy
\begin_inset Formula $d$
\end_inset
dimenziós rendszerre ha a diszperziós reláció egy darab részecskére
\begin_inset Formula
\begin{equation}
\varepsilon(\vec{k})=\alpha\left|\hbar\vec{k}\right|^{\nu}
\end{equation}
\end_inset
alakú.
\begin_inset Formula
\begin{equation}
\Omega_{0}(E)=\sum_{\vec{k},\varepsilon(\vec{k})<E}1=g\frac{L^{d}}{\left(2\pi\right)^{d}}\int_{\varepsilon(\vec{k})<E}\mathrm{d}^{d}k
\end{equation}
\end_inset
Itt
\begin_inset Formula $g$
\end_inset
az a szabadsági fokok esetleges degenerációjának felel meg.
Például
\begin_inset Formula $1/2$
\end_inset
-es spin esetén
\begin_inset Formula $g=2$
\end_inset
.
A kiszámítandó integrál nem más mint egy
\begin_inset Formula $d$
\end_inset
dimenziós gömb térfogata melynek a sugara
\begin_inset Formula $\frac{\left(E/\alpha\right)^{1/\nu}}{\hbar}$
\end_inset
melyet a diszperziós relációból nyertünk!
\begin_inset Formula
\begin{equation}
\Omega_{0}(E)=g\frac{L^{d}}{\left(2\pi\right)^{d}}\frac{\pi^{d/2}}{\Gamma\left(d/2+1\right)}\frac{\left(E/\alpha\right)^{d/\nu}}{\hbar^{d}}
\end{equation}
\end_inset
Az állapot sűrűség
\begin_inset Box Shaded
position "t"
hor_pos "c"
has_inner_box 0
inner_pos "t"
use_parbox 0
use_makebox 0
width ""
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Plain Layout
\begin_inset Formula
\begin{equation}
\varrho(E)=\partial_{E}\Omega_{0}(E)=g\frac{L^{d}}{h^{d}}\frac{\pi^{d/2}}{\Gamma\left(d/2+1\right)\alpha^{d/\nu}}\frac{d}{\nu}E^{\frac{d}{\nu}-1}=AE^{\frac{d}{\nu}-1}\label{eq:altalanos-idgaz-allapotsuruseg}
\end{equation}
\end_inset
\end_layout
\end_inset
ahol az
\begin_inset Formula $A$
\end_inset
-ba rejtetük bele a térfogatot.
Határozzuk meg az általános diszperziós relációval rendelkező kvantumgázban
a részecskék számát és az energia várható értékét! Vegyük először észre
hogy a kvantumos eloszlás függvényeket felírhatjuk mértani sor alakjában:
\begin_inset Box Shaded
position "t"
hor_pos "c"
has_inner_box 0
inner_pos "t"
use_parbox 0
use_makebox 0
width ""
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Plain Layout
\begin_inset Formula
\begin{equation}
\frac{1}{\mathrm{e}^{\beta\left(E-\mu\right)}\pm1}=\mathrm{e}^{-\beta\left(E-\mu\right)}\frac{1}{1\pm\mathrm{e}^{-\beta\left(E-\mu\right)}}=\mathrm{e}^{-\beta\left(E-\mu\right)}\sum_{l=0}\left(\mp1\right)^{l}\mathrm{e}^{-\beta l\left(E-\mu\right)}.\label{eq:q_eloszlas_mertani}
\end{equation}
\end_inset
\end_layout
\end_inset
A részecskék számának várható értékét úgy kapjuk, hogy az állapot sűrűséget
szorozzuk az adott energián a betöltési számmal:
\begin_inset Formula
\begin{eqnarray}
N & = & \int_{0}^{\infty}\frac{\varrho\left(E\right)}{\mathrm{e}^{\beta\left(E-\mu\right)}\pm1}\mathrm{d}E=A\int_{0}^{\infty}E^{\frac{d}{\nu}-1}\mathrm{e}^{-\beta\left(E-\mu\right)}\sum_{l=0}\left(\mp1\right)^{l}\mathrm{e}^{-\beta l\left(E-\mu\right)}\mathrm{d}E,\\
& = & A\sum_{l=0}\left(\mp1\right)^{l}\mathrm{e}^{\beta\mu(l+1)}\int_{0}^{\infty}E^{\frac{d}{\nu}-1}\mathrm{e}^{-\beta E(l+1)}\mathrm{d}E,\ u=\beta E(l+1),\ \mathrm{d}E=\frac{\mathrm{d}u}{\beta(l+1)},\label{eq:altalanos-id-qgaz-reszcskeszam}\\
& = & A\sum_{l=0}\left(\mp1\right)^{l}\mathrm{e}^{\beta\mu(l+1)}\left(\frac{1}{\beta(l+1)}\right)^{\frac{d}{\nu}}\underbrace{\int_{0}^{\infty}u^{\frac{d}{\nu}-1}\mathrm{e}^{-u}\mathrm{d}E}_{\Gamma\left(\frac{d}{\nu}\right)},\nonumber \\
& = & A\Gamma\left(\frac{d}{\nu}\right)\frac{\mathrm{e}^{\beta\mu}}{\beta^{\frac{d}{\nu}}}\sum_{l=0}\left(\mp1\right)^{l}\frac{\mathrm{e}^{\beta\mu l}}{\left(l+1\right)^{\frac{d}{\nu}}}\approx A\Gamma\left(\frac{d}{\nu}\right)\frac{\mathrm{e}^{\beta\mu}}{\beta^{\frac{d}{\nu}}}\left(1\mp\frac{\mathrm{e}^{\beta\mu}}{2^{\frac{d}{\nu}}}\dots\right).\nonumber
\end{eqnarray}
\end_inset
Az energiát úgy csoportosítottuk, számolás közben, hogy a szumma kiemelhető
legyen.
Az energia várható értékének kiszámítása a részecskék számának kiszámításával
analóg módon történik.
Vegyük észre hogy ha a fenti kifejezésben elvégezzük a
\begin_inset Formula $\frac{d}{\nu}\rightarrow\frac{d}{\nu}+1$
\end_inset
helyettesítést akkor épp az energia várhatóértékét kapjuk:
\begin_inset Formula
\begin{eqnarray}
\left\langle E\right\rangle & = & \int_{0}^{\infty}E\frac{\varrho\left(E\right)}{\mathrm{e}^{\beta\left(E-\mu\right)}\pm1}\mathrm{d}E\label{eq:atalanos-id-qgaz-energia}\\
& = & A\Gamma\left(\frac{d}{\nu}+1\right)\frac{\mathrm{e}^{\beta\mu}}{\beta^{\frac{d}{\nu}+1}}\sum_{l=0}\left(\mp1\right)^{l}\frac{\mathrm{e}^{\beta\mu l}}{\left(l+1\right)^{\frac{d}{\nu}+1}}\approx A\Gamma\left(\frac{d}{\nu}+1\right)\frac{\mathrm{e}^{\beta\mu}}{\beta^{\frac{d}{\nu}+1}}\left(1\mp\frac{\mathrm{e}^{\beta\mu}}{2^{\frac{d}{\nu}+1}}\pm\dots\right)\nonumber
\end{eqnarray}
\end_inset
Az egy részecskére jutó energia tehát
\begin_inset Formula
\begin{eqnarray}
\frac{\left\langle E\right\rangle }{N} & = & \frac{\frac{A\Gamma\left(\frac{d}{\nu}+1\right)\mathrm{e}^{\beta\mu}}{\beta^{\frac{d}{\nu}+1}}\left(1\mp\frac{\mathrm{e}^{\beta\mu}}{2^{\frac{d}{\nu}+1}}\pm\dots\right)}{\frac{A\Gamma\left(\frac{d}{\nu}\right)\mathrm{e}^{\beta\mu}}{\beta^{\frac{d}{\nu}}}\left(1\mp\frac{\mathrm{e}^{\beta\mu}}{2^{\frac{d}{\nu}}}\pm\dots\right)},\\
& \approx & \frac{d}{\nu}k_{\mathrm{B}}T\left(1\pm\frac{\mathrm{e}^{\beta\mu}}{2^{\frac{d}{\nu}+1}}\dots\right).
\end{eqnarray}
\end_inset
azaz a nem relativisztikus és az ultrarelativisztikus gázok esetén a következő
kvantum korrekciókat kapjuk (konvenció: a
\begin_inset Formula $\pm$
\end_inset
-ból mindig a felső vonatkozik a bozonra, az alsó pedig a fermionra.
\begin_inset Formula
\begin{eqnarray}
\mbox{\mbox{nem relativisztikus}:}d & = & 3,\ \nu=2\rightarrow\left\langle E\right\rangle =\frac{3}{2}k_{\mathrm{B}}T\left(1\pm\frac{\mathrm{e}^{\beta\mu}}{2^{\frac{5}{2}}}\dots\right)\\
\mbox{\mbox{ultrarelativisztikus}:}d & = & 3,\ \nu=1\rightarrow\left\langle E\right\rangle =3k_{\mathrm{B}}T\left(1\pm\frac{\mathrm{e}^{\beta\mu}}{2^{4}}\dots\right)
\end{eqnarray}
\end_inset
Határozzuk meg most a fenn tárgyalt általánosított ideális kvantumgáz nagykanoni
kus állapotösszegét és a nagykanonikus potenciált!
\begin_inset Formula
\begin{equation}
\mathcal{Z}=\sum_{\{n_{i}\}}\mathrm{e}^{-\sum_{i}\beta\left(\varepsilon_{i}-\mu\right)n_{i}}=\prod_{i}\sum_{n_{i}=0}\mathrm{e}^{-\beta\left(\varepsilon_{i}-\mu\right)n_{i}}
\end{equation}
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Formula
\begin{eqnarray}
\mbox{fermion (a szumma itt nem 0-tól végtelenig megy):}\,\mathcal{Z} & = & \prod_{i}\left(1+\mathrm{e}^{-\beta\left(\varepsilon_{i}-\mu\right)}\right)\\
\mbox{bozon:}\,\mathcal{Z} & = & \prod_{i}\left(1-\mathrm{e}^{-\beta\left(\varepsilon_{i}-\mu\right)}\right)^{-1}
\end{eqnarray}
\end_inset
a nagykanonikus potenciál tehát:
\begin_inset Formula
\begin{equation}
\Phi=-pV=-k_{\mathrm{B}}T\ln\mathcal{Z}
\end{equation}
\end_inset
\begin_inset Box Shaded
position "t"
hor_pos "c"
has_inner_box 0
inner_pos "t"
use_parbox 0
use_makebox 0
width ""
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Plain Layout
\begin_inset Formula
\begin{eqnarray}
\Phi & = & \mp k_{\mathrm{B}}T\sum_{i}\ln\left[1\pm\mathrm{e}^{-\beta\left(\varepsilon_{i}-\mu\right)}\right]\\
& = & \mp k_{\mathrm{B}}T\int_{0}^{\infty}\varrho(\varepsilon)\ln\left[1\pm\mathrm{e}^{-\beta\left(\varepsilon-\mu\right)}\right]\mathrm{d}\varepsilon
\end{eqnarray}
\end_inset
\end_layout
\end_inset
a korábban tárgyalt
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:altalanos-idgaz-allapotsuruseg"
\end_inset
általános állapotsűrűséget felhasználva
\begin_inset Formula
\begin{eqnarray}
\Phi & = & \mp k_{\mathrm{B}}TA\int_{0}^{\infty}\varepsilon^{\frac{d}{\nu}-1}\ln\left(1\pm\mathrm{e}^{-\beta\left(\varepsilon-\mu\right)}\right)\mathrm{d}\varepsilon\\
& = & \mp k_{\mathrm{B}}TA\left\{ \underbrace{\left[\frac{\varepsilon^{\frac{d}{\nu}}}{\frac{d}{\nu}}\ln\left(1\pm\mathrm{e}^{-\beta\left(\varepsilon-\mu\right)}\right)\right]_{0}^{\infty}}_{=0}\pm\beta\frac{\nu}{d}\int_{0}^{\infty}\frac{\varepsilon^{\frac{d}{\nu}}\mathrm{e}^{-\beta\left(\varepsilon-\mu\right)}}{1\pm\mathrm{e}^{-\beta\left(\varepsilon-\mu\right)}}\mathrm{d}\varepsilon\right\} \\
& =- & \frac{\nu}{d}\int_{0}^{\infty}\frac{A\varepsilon^{\frac{d}{\nu}}\mathrm{e}^{-\beta\left(\varepsilon-\mu\right)}}{1\pm\mathrm{e}^{-\beta\left(\varepsilon-\mu\right)}}\mathrm{d}\varepsilon
\end{eqnarray}
\end_inset
ahol a második lépésben a parciális integrálás
\begin_inset Formula $\int u'v=uv-\int uv'$
\end_inset
ismert szabályát alkalmaztuk.
Összevetve ezt a kifejezést az energiának
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:atalanos-id-qgaz-energia"
\end_inset
-ban számolt átlagával kapjuk hogy
\begin_inset Box Shaded
position "t"
hor_pos "c"
has_inner_box 0
inner_pos "t"
use_parbox 0
use_makebox 0
width ""
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Plain Layout
\begin_inset Formula
\begin{equation}
pV=\frac{\nu}{d}\left\langle E\right\rangle .\label{eq:qgaz-pv_nu_per_d}
\end{equation}
\end_inset
\end_layout
\end_inset
azaz
\begin_inset Formula
\begin{eqnarray}
\mbox{\mbox{nem relativisztikus}:}d & = & 3,\ \nu=2\rightarrow pV=\frac{2}{3}\left\langle E\right\rangle \\
\mbox{\mbox{ultrarelativisztikus}:}d & = & 3,\ \nu=1\rightarrow pV=\frac{1}{3}\left\langle E\right\rangle
\end{eqnarray}
\end_inset
\end_layout
\begin_layout Section
Ideális Fermi-gáz
\end_layout
\begin_layout Standard
Fermi-rendszereket jellemző betöltésszám eloszlás a Fermi-Dirac eloszlás:
\end_layout
\begin_layout Standard
\begin_inset Formula
\begin{equation}
\left\langle n\right\rangle =f(\varepsilon)=\frac{1}{\mathrm{e}^{\beta\left(\varepsilon-\mu\right)}+1}
\end{equation}
\end_inset
\begin_inset Wrap figure
lines 0
placement o
overhang 0in
width "20col%"
status collapsed
\begin_layout Plain Layout
\align center
\begin_inset Graphics
filename Fig/fermi_eloszlas.png
lyxscale 40
width 20text%
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Caption Standard
\begin_layout Plain Layout
Fermi-Dirac eloszlás
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Subsection*
Zérus hőmérséklet
\end_layout
\begin_layout Standard
Határozzuk meg egy három dimenziós Fermi-gáz részecskéinek és energiájának
átlagát ha a rendszer zérus hőmérsékleten van.
Tegyük fel hogy a diszperziós reláció
\begin_inset Formula
\begin{equation}
\varepsilon(\vec{k})=\frac{\left|\hbar\vec{k}\right|^{2}}{2m},
\end{equation}
\end_inset
alakú tehát az állapotsűrűség
\begin_inset Formula
\begin{equation}
\varrho\left(E\right)=(2s+1)V2\pi\left(\frac{2m}{\hbar^{2}}\right)^{3/2}\sqrt{E}=\alpha V\sqrt{E}.
\end{equation}
\end_inset
A részecskék számának várható értéke zérus hőmérsékleten tehát
\begin_inset Formula
\begin{eqnarray}
N & = & \int_{0}^{\infty}\frac{\varrho\left(E\right)}{\mathrm{e}^{\beta\left(E-\mu\right)}+1}\mathrm{d}E\underset{T\rightarrow0}{=}\int_{0}^{\mu}\varrho\left(E\right)\mathrm{d}E,\\
& = & \alpha V\int_{0}^{\mu}\sqrt{E}\mathrm{d}E=\alpha V\frac{2}{3}\mu^{3/2},\nonumber
\end{eqnarray}
\end_inset
azaz a kémiai potenciál:
\begin_inset Formula
\begin{equation}
\mu=\left(\frac{3}{2}\frac{N}{V}\frac{1}{\alpha}\right)^{2/3}.
\end{equation}
\end_inset
Hasonló meggondolásokból az energia várható értéke
\begin_inset Formula
\begin{eqnarray}
\left\langle E\right\rangle & = & \int_{0}^{\infty}\frac{E\varrho\left(E\right)}{\mathrm{e}^{\beta\left(E-\mu\right)}+1}\mathrm{d}E\underset{T\rightarrow0}{=}\int_{0}^{\mu}E\varrho\left(E\right)\mathrm{d}E\\
& = & \alpha V\int_{0}^{\mu}E^{3/2}\mathrm{d}E=\alpha V\frac{2}{5}\mu^{5/2}.\nonumber
\end{eqnarray}
\end_inset
Felhasználva a fenti két összefüggést az energiára és a kémiai potenciálra
és a
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:qgaz-pv_nu_per_d"
\end_inset
állapotegyenletet kapjuk hogy
\begin_inset Formula
\begin{equation}
p=\frac{2}{3}\frac{\left\langle E\right\rangle }{V}=\frac{2}{3}\times\frac{2}{5}\alpha\left(\frac{3}{2}\frac{N}{V}\frac{1}{\alpha}\right)^{5/3}.
\end{equation}
\end_inset
A Pauli-elv miatt van 0-hőmérsékleten nyomása a gáznak.
\end_layout
\begin_layout Standard
\begin_inset Newpage newpage
\end_inset
\end_layout
\begin_layout Subsection*
Véges hőmérséklet két dimenzióban
\end_layout
\begin_layout Standard
Véges hőmérsékleten általában nem tudjuk elvégezni azokat az integrálokat
melyekben a Fermi-függvény szerepel.
Ha viszont két dimenziós nem relativisztikus rendszert vizsgálunk akkor
a részecskék számát zárt alakra tudjuk hozni!
\end_layout
\begin_layout Standard
Vegyük észre hogy két dimenzióban
\begin_inset Formula $d=2$
\end_inset
egy nem relativisztikus rendszer állapotsűrűsége nem függ az energiától!
\begin_inset Formula
\begin{equation}
\varrho_{2D}\left(E\right)=2D.
\end{equation}
\end_inset
Ekkor a részecskék száma
\begin_inset Formula
\begin{eqnarray}
N & = & \int_{0}^{\infty}\frac{\varrho\left(E\right)}{\mathrm{e}^{\beta\left(E-\mu\right)}+1}\mathrm{d}E\\
& = & 2D\int_{0}^{\infty}\frac{1}{\mathrm{e}^{\beta\left(E-\mu\right)}+1}\mathrm{d}E,\ x=\mathrm{e}^{\beta\left(E-\mu\right)},\ \mathrm{d}E=\frac{\mathrm{d}x}{\beta x}\nonumber \\
& = & \frac{2D}{\beta}\int_{\mathrm{e}^{-\beta\mu}}^{\infty}\frac{1}{x}\frac{1}{x+1}\mathrm{d}x=\int_{\mathrm{e}^{-\beta\mu}}^{\infty}\frac{1}{x}-\frac{1}{x+1}\mathrm{d}x\nonumber \\
& = & \frac{2D}{\beta}\left[\ln\frac{x}{x+1}\right]_{\mathrm{e}^{-\beta\mu}}^{\infty}=\frac{2D}{\beta}\ln\left(1+\mathrm{e}^{\beta\mu}\right)\nonumber
\end{eqnarray}
\end_inset
kapjuk tehát, hogy
\begin_inset Formula
\begin{equation}
\mathrm{e}^{\beta\mu}=\mathrm{e}^{\frac{\beta N}{2D}}-1,
\end{equation}
\end_inset
melyből a kémiai potenciál kifejezhető a hőmérséklet függvényében
\begin_inset Formula
\begin{equation}
\mu=\frac{\ln\left(\mathrm{e}^{\frac{\beta N}{2D}}-1\right)}{\beta}.
\end{equation}
\end_inset
Az energia várhatóértékét már nem tudjuk zárt alakra hozni.
A felmerülő integrál
\begin_inset Formula
\begin{equation}
F_{j}(x)=\frac{1}{\Gamma\left(j+1\right)}\int_{0}^{\infty}\frac{t^{j}}{\mathrm{e}^{t-x}+1}\mathrm{d}t
\end{equation}
\end_inset
alakú melyet
\begin_inset CommandInset href
LatexCommand href
name "Fermi-Dirac integrálnak"
target "https://en.wikipedia.org/wiki/Complete_Fermi%E2%80%93Dirac_integral"
\end_inset
hívnak.
\end_layout
\begin_layout Standard
Láttuk hogy a kvantumos eloszlásfüggvényeket értelmezhetjük mértani összegként
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:q_eloszlas_mertani"
\end_inset
.
\begin_inset Formula
\begin{equation}
\frac{1}{\mathrm{e}^{\beta\left(E-\mu\right)}+1}=\mathrm{e}^{-\beta\left(E-\mu\right)}\sum_{l=0}\left(-1\right)^{l}\mathrm{e}^{-\beta l\left(E-\mu\right)}.
\end{equation}
\end_inset
Határozzuk meg az fenn vizsgált kétdimenziós rendszer részecskeszámát és
energia várható értékét magas hőmérsékleten, azaz amikor a mértani sor
helyett csak az első két tagot vesszük figyelembe!
\begin_inset Formula
\begin{equation}
N=2D\int_{0}^{\infty}\frac{1}{\mathrm{e}^{\beta\left(E-\mu\right)}+1}\mathrm{d}E\approx2D\int_{0}^{\infty}\mathrm{e}^{-\beta\left(E-\mu\right)}\left[1-\mathrm{e}^{-\beta\left(E-\mu\right)}+\dots\right]\mathrm{d}E=\frac{2D}{\beta}\mathrm{e}^{\beta\mu}\left[1-\frac{\mathrm{e}^{\beta\mu}}{2}+\dots\right]
\end{equation}
\end_inset
Ebből megtartva az első két tagot (
\begin_inset Formula $l=0,1$
\end_inset
)
\begin_inset Formula
\begin{equation}
\frac{N\beta}{2D}\left(1+\frac{\mathrm{e}^{\beta\mu}}{2}+\dots\right)=\mathrm{e}^{\beta\mu}
\end{equation}
\end_inset
Az energia hasonlóan
\begin_inset Formula
\begin{equation}
\left\langle E\right\rangle \approx2D\int_{0}^{\infty}E\mathrm{e}^{-\beta\left(E-\mu\right)}\left[1-\mathrm{e}^{-\beta\left(E-\mu\right)}+\dots\right]\mathrm{d}E=\frac{2D}{\beta^{2}}\mathrm{e}^{\beta\mu}\left[1-\frac{\mathrm{e}^{\beta\mu}}{4}+\dots\right]
\end{equation}
\end_inset
Vezető rendben vissza írva
\begin_inset Formula $\mathrm{e}^{\beta\mu}\approx\frac{N\beta}{2D}$
\end_inset
-t:
\begin_inset Formula
\begin{equation}
\left\langle E\right\rangle \approx\frac{N}{\beta}\left[1-\frac{N\beta}{8D}+\dots\right]
\end{equation}
\end_inset
Vegyük észre hogy mivel
\begin_inset Formula $D\propto V$
\end_inset
(azaz extenzív mennyiség) a zárójelben megjelenő tag intenzív!
\end_layout
\begin_layout Subsection*
Kvantumkorrekciók magas hőmérsékleten a három dimenziós ultrarelativisztikus
Ferm-igázban
\end_layout
\begin_layout Standard
\begin_inset Formula
\begin{equation}
E(\vec{k})=c\left|\hbar\vec{k}\right|,\ d=3,\nu=1\label{eq:ultrarel-idgaz-disprel}
\end{equation}
\end_inset
\begin_inset Formula
\begin{equation}
\varrho(E)=g\frac{4\pi V}{\left(hc\right)^{3}}E^{2}=AE^{2}\label{eq:ultrarel-idgaz-allapotsuruseg}
\end{equation}
\end_inset
A részecskék
\begin_inset Formula $N$
\end_inset
száma és az energia
\begin_inset Formula $E$
\end_inset
várható értéke az
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:altalanos-id-qgaz-reszcskeszam"
\end_inset
és
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:atalanos-id-qgaz-energia"
\end_inset
alapján
\begin_inset Formula
\begin{equation}
N=\int_{0}^{\infty}\frac{\varrho\left(E\right)}{\mathrm{e}^{\beta\left(E-\mu\right)}+1}\mathrm{d}E\approx A\Gamma\left(3\right)\frac{\mathrm{e}^{\beta\mu}}{\beta^{3}}\left(1-\frac{\mathrm{e}^{\beta\mu}}{2^{3}}+\dots\right)=g\frac{4\pi V}{\left(hc\right)^{3}}\frac{\mathrm{e}^{\beta\mu}2}{\beta^{3}}\left(1-\frac{\mathrm{e}^{\beta\mu}}{8}+\dots\right),\label{eq:ultrarel-id-qgaz-N}
\end{equation}
\end_inset
illetve
\begin_inset Formula
\begin{equation}
\left\langle E\right\rangle =\int_{0}^{\infty}\frac{E\varrho\left(E\right)}{\mathrm{e}^{\beta\left(E-\mu\right)}+1}\mathrm{d}E\approx g\frac{4\pi V}{\left(hc\right)^{3}}\frac{\mathrm{e}^{\beta\mu}6}{\beta^{4}}\left(1-\frac{\mathrm{e}^{\beta\mu}}{2^{4}}+\dots\right).\label{eq:ultrarel-id-qgaz-E}
\end{equation}
\end_inset
Az egy részecskére jutó átlagos energia (kihasználva, hogy
\begin_inset Formula $\frac{1-x}{1-\frac{x}{2}}\approx1+\frac{x}{2}$
\end_inset
):
\begin_inset Formula
\begin{equation}
\frac{\left\langle E\right\rangle }{N}=\frac{\frac{3}{\beta}\left(1-\frac{\mathrm{e}^{\beta\mu}}{2^{4}}+\dots\right)}{\left(1-\frac{\mathrm{e}^{\beta\mu}}{8}+\dots\right)}\approx\frac{3}{\beta}\left(1+\frac{\mathrm{e}^{\beta\mu}}{2^{4}}\dots\right)\label{eq:ultrarel-id-qgaz-EpN}
\end{equation}
\end_inset
Vezető rendben
\begin_inset Formula $\mathrm{e}{}^{\beta\mu}$
\end_inset
-t kifejezve
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:ultrarel-id-qgaz-N"
\end_inset
-ből kapjuk hogy
\begin_inset Formula
\begin{equation}
\mathrm{e}^{\beta\mu}\approx\frac{N}{V}\frac{\left(\beta hc\right)^{3}}{g8\pi},\label{eq:ultrarel-id-qgaz-expbetamu}
\end{equation}
\end_inset
Vissza helyettesítve
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:ultrarel-id-qgaz-EpN"
\end_inset
-be
\begin_inset Formula
\begin{equation}
\frac{\left\langle E\right\rangle }{N}\approx\frac{3}{\beta}\left(1+\frac{N}{V}\frac{\left(\beta hc\right)^{3}}{128g\pi}\dots\right).\label{eq:ultrarel-id-qgaz-EpN-munelkul}
\end{equation}
\end_inset
Érdemes a klasszikus esetből kapott eredménnyel összehasonlítani:
\begin_inset Formula
\begin{equation}
\left\langle E\right\rangle =3Nk_{\mathrm{B}}T.
\end{equation}
\end_inset
A
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:qgaz-pv_nu_per_d"
\end_inset
kifejezés szerint az ideális kvantumgáz energiája kifejezhető a nyomás
és a térfogat szorzatával
\begin_inset Formula
\begin{equation}
pV=\frac{1}{3}\left\langle E\right\rangle .
\end{equation}
\end_inset
Kapjuk tehát hogy az ultrarelativisztikus ideális gáz állapotegyenlete magas
hőmérsékleten:
\begin_inset Formula
\begin{equation}
pV=Nk_{\mathrm{B}}T\left(1+\frac{N}{V}\frac{\left(\beta hc\right)^{3}}{128g\pi}\dots\right)\label{ultrarel-idqgaz-allapotegyenlet}
\end{equation}
\end_inset
Határozzuk most meg az entrópia kvantumos korrekcióit magas hőmérsékleten!
Célszerű a Gibbs-Duhem-relációt segítségül hívni
\begin_inset Formula
\begin{equation}
E=TS-pV+\mu N
\end{equation}
\end_inset
\begin_inset Formula
\begin{equation}
S=\frac{N}{T}\left(\frac{4}{3}\frac{E}{N}-\mu\right)\label{eq:ultrarel-id-q-gaz-Gibbs-Duuhem-S}
\end{equation}
\end_inset
Szükségünk lesz tehát a kémiai potenciál magas hőmérsékletű közelítésére
is! Induljunk ki
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:ultrarel-id-qgaz-N"
\end_inset
-ból! Kihasználva hogy
\begin_inset Formula $\mathrm{e}^{\beta\mu}$
\end_inset
kicsi kapjuk hogy (átrendezve
\begin_inset Formula $N$
\end_inset
várható értékének a sorát, majd visszaírva önmagába):
\begin_inset Formula
\begin{equation}
\mathrm{e}^{\beta\mu}\approx N\frac{\left(hc\right)^{3}\beta^{3}}{g8\pi V}\left(1+\frac{\mathrm{e}^{\beta\mu}}{8}+\dots\right)
\end{equation}
\end_inset
a jobboldalon
\begin_inset Formula $\mathrm{e}^{\beta\mu}$
\end_inset
-t a vezetőrendjével helyettesítve
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:ultrarel-id-qgaz-expbetamu"
\end_inset
\begin_inset Formula
\begin{eqnarray}
\mathrm{e}^{\beta\mu} & \approx & N\frac{\left(hc\right)^{3}\beta^{3}}{g8\pi V}\left(1+\frac{N\left(hc\right)^{3}\beta^{3}}{g64\pi V}+\dots\right)\\
\mu & \approx & \frac{1}{\beta}\ln\left(\frac{N\left(hc\right)^{3}\beta^{3}}{g8\pi V}\right)+\frac{N\left(hc\right)^{3}\beta^{2}}{g64\pi V}
\end{eqnarray}
\end_inset
(kihasználtuk az
\begin_inset Formula $\ln(x)\approx1+x$
\end_inset
közelítést), visszahelyettesítve
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:ultrarel-id-qgaz-EpN"
\end_inset
-t és a fenti kifejezést
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:ultrarel-id-q-gaz-Gibbs-Duuhem-S"
\end_inset
-be kapjuk hogy
\begin_inset Formula
\begin{eqnarray}
S & = & \frac{N}{T}\left(\frac{4}{\beta}\left(1+\frac{N}{V}\frac{\left(\beta hc\right)^{3}}{128g\pi}\right)-\frac{1}{\beta}\ln\left(\frac{N\left(hc\right)^{3}\beta^{3}}{g8\pi V}\right)-\frac{N\left(hc\right)^{3}\beta^{2}}{g64\pi V}\right)\nonumber \\
S & = & \frac{N}{T}\left(\frac{4}{\beta}-\frac{1}{\beta}\ln\left(\frac{N\left(hc\right)^{3}\beta^{3}}{g8\pi V}\right)+\left(4\frac{N}{V}\frac{\left(hc\right)^{3}\beta^{2}}{128g\pi}\right)-\frac{N\left(hc\right)^{3}\beta^{2}}{g64\pi V}\right)\nonumber \\
S & = & \frac{N}{T}\left(\frac{4}{\beta}-\frac{1}{\beta}\ln\left(\frac{N\left(hc\right)^{3}\beta^{3}}{g8\pi V}\right)+\left(\frac{N}{V}\frac{\left(hc\right)^{3}\beta^{2}}{64g\pi}\right)\right)\nonumber \\
S & = & Nk_{\mathrm{B}}\left(4-\ln\left(\frac{1}{8\pi}\frac{N}{gV}\left(\frac{hc}{k_{\mathrm{B}}T}\right)^{3}\right)+\frac{1}{64\pi}\frac{N}{gV}\left(\frac{hc}{k_{\mathrm{B}}T}\right)^{3}\right)
\end{eqnarray}
\end_inset
A fenti kifejezés első két tagja megegyezik a klasszikus ultrarelativisztikus
ideális gáz entrópiájával.
\end_layout
\begin_layout Standard
Határozzunk meg végül két mérhető mennyiség, az állandó térfogaton
\begin_inset Formula $C_{V}$
\end_inset
mért fajhő illetve a
\begin_inset Formula $\kappa_{T}$
\end_inset
izoterm kompresszibilitás magashőmérsékletű viselkedését is! Kezdjük
\begin_inset Formula $C_{V}$
\end_inset
-vel! Kiindulva
\begin_inset CommandInset ref
LatexCommand eqref
reference "eq:ultrarel-id-qgaz-EpN-munelkul"
\end_inset
-ből kapjuk hogy
\begin_inset Formula
\begin{eqnarray}
C_{V} & = & \left.\partial_{T}E\right|_{V}=\\
& =\partial_{T} & 3N\left(k_{\mathrm{B}}T\right)\left(1+\frac{N}{V}\frac{\left(hc\right)^{3}}{128g\pi\left(k_{\mathrm{B}}T\right)^{3}}\dots\right)\nonumber \\
& = & 3k_{\mathrm{B}}N\left(1-\frac{N}{V}\frac{1}{64g\pi}\left(\frac{hc}{k_{\mathrm{B}}T}\right)^{3}\right)\nonumber
\end{eqnarray}
\end_inset
A kompresszibilitás
\begin_inset Formula
\begin{equation}
\kappa_{T}=-\frac{1}{V}\left.\partial_{p}V\right|_{T,N}
\end{equation}
\end_inset
meghatározásához induljunk ki az
\begin_inset CommandInset ref
LatexCommand eqref
reference "ultrarel-idqgaz-allapotegyenlet"
\end_inset
állapot egyenletből.
\begin_inset Formula
\begin{eqnarray}
V & = & \frac{Nk_{\mathrm{B}}T}{p}\left(1+\frac{N}{V}\frac{\left(\beta hc\right)^{3}}{128g\pi}\dots\right)\\
& \approx & \frac{Nk_{\mathrm{B}}T}{p}\left(1+\frac{p}{k_{\mathrm{B}}T}\frac{\left(\beta hc\right)^{3}}{128g\pi}\dots\right)\\
& = & \frac{Nk_{\mathrm{B}}T}{p}+N\frac{\left(\beta hc\right)^{3}}{128g\pi}
\end{eqnarray}
\end_inset
ahol
\begin_inset Formula $\frac{N}{V}$
\end_inset
-t ismét az első rendbeli értékével közelítettük a második tagban.
\begin_inset Formula
\begin{eqnarray}
-\frac{1}{V}\partial_{p}V & = & -\frac{1}{V}\left(-\frac{Nk_{\mathrm{B}}T}{p^{2}}\right)\\
& = & \frac{p}{Nk_{\mathrm{B}}T}\left(1-\frac{p}{k_{\mathrm{B}}T}\frac{\left(\beta hc\right)^{3}}{128g\pi}\dots\right)\frac{Nk_{\mathrm{B}}T}{p^{2}}\\
\kappa_{T} & = & \frac{1}{p}\left(1-\frac{p}{k_{\mathrm{B}}T}\frac{\left(\beta hc\right)^{3}}{128g\pi}\dots\right)
\end{eqnarray}
\end_inset
\end_layout
\begin_layout Exercise
Határozzuk meg az állandó nyomáson vett fajhő magashőmérsékletű kvantum
korrekcióit ultrarelativisztikus Fermi-gáz esetében.
\end_layout
\begin_layout Standard
\begin_inset Formula $\ $
\end_inset
\end_layout
\begin_layout Exercise
Határozzuk meg az ultrarelativsztikus Bose-gáz magas hőmérsékletű korrekcióit!
Vizsgáljuk meg a Fermi-gáz tárgyalásánál kiszámolt mennyiségeket!
\end_layout
\begin_layout Subsection*
Alacsony hőmérsékletű ultrarelativisztikus Fermi-gáz
\end_layout
\begin_layout Standard
\begin_inset Box Shaded
position "t"
hor_pos "c"
has_inner_box 0
inner_pos "t"
use_parbox 0
use_makebox 0
width ""
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Plain Layout
\series bold
Bethe-Sommerfeld sorfejtés:
\series default
\begin_inset Formula
\begin{equation}
\int_{0}^{\infty}\varphi(E)f(E)\mathrm{d}E\approx\int_{0}^{\mu}\varphi(E)\mathrm{d}E+\frac{\pi^{2}}{6}\left(k_{\mathrm{B}}T\right)^{2}\varphi'(\mu)+\dots