ファイル:Phonon polaritons.svg

ページのコンテンツが他言語でサポートされていません。

元のファイル(SVG ファイル、436 × 450 ピクセル、ファイルサイズ: 14キロバイト)

概要

This image presents the dispersion relation of phonon polaritons according to a simple theory[1], giving the two following dispersion relations for the coupled optical phonon/electromagnetic field system :

  1. longitudinal optical phonons (LO phonons)
  2. polaritons (transverse em field + TO phonons)

The dashed red curves correspond to the uncoupled modes (photons and phonons: Ω = 0), and the black curves represent solutions of the above equations with parameters chosen to fit the dispersion relation of polaritons in GaP[2], giving

Uncoupled optical phonon frequency
ω0 = 45.4 meV
Coupling parameter
Ω = 61 meV
Electric susceptibility
χ = 7.5

Note that k is very small compared to π/a.

  1. Max Born, Kun Huang, Dynamical Theory of Crystal Lattices, Oxford University Press, 1954 (ISBN 9780198503699), « Chapter 8 : Infrared Dispersion and the Retardation Effect on Lattice Vibrations »
  2. C. H. Henry and J. J. Hopfield, Raman Scattering by Polaritons, Phys. Rev. Lett. 15, 964 - 966 (1965).

(further minor editing and conversion to svg done with inkscape)

概要

解説
English: Dispersion relation of phonon polaritons with parameters corresponding to GaP.
Français : Relation de dispersion des polaritons avec des paramètres correspondant au GaP.
日付
原典 投稿者自身による著作物
作者 Mathieu Perrin
SVG 開発
InfoField
 
このSVGのソースコードは正しい
 
この 図式MATLABで作成されました。
ソースコード
InfoField

MATLAB code

e=1.602e-19;
hbar = 1.05457168e-34;
c=2.9978e8;
ang=1e-10;
omega0=45.4e-3*e/hbar; %conversion meV->rd/s
Om=61e-3*e/hbar;
chi=7.5;

k=linspace(0,0.0004/ang)';
y1=omega0*ones(size(k)); %uncoupled phonon dispersion
y2=c*k/sqrt(1+chi);      %uncoupled photon dispersion
y3=sqrt(y1.^2+Om^2/(1+chi));%longitudinal phonons
%solve for omega in
%k^2*c^2=omega^2*(1+chi+Om^2/(omega0^2-omega^2))
a1 = (1+chi)*ones(size(k));
a2 = -((1+chi)*omega0^2+k.^2*c^2+Om^2);
a3 = k.^2*c^2*omega0^2;
D = sqrt(a2.^2-4*a1.*a3);
y4=sqrt((-a2+D)./(2*a1));%upper polaritons
y5=sqrt((-a2-D)./(2*a1));%lower polaritons

plot(k*ang, [y1 y2]*1000*hbar/e,'r--','Linewidth',1.8);
hold on
plot(k*ang, [y3 y4 y5]*1000*hbar/e,'k','Linewidth',1.8);
hold off
axis([0 0.0004 35 60]);
set(gca,'FontSize',18,'TickLength',[.02 .02],'LineWidth',1.5);
xlabel('k (A^{-1})');    %A to be replaced
ylabel('h\omega (meV)'); %h to be replaced

ライセンス

この作品の著作権者である私は、この作品を以下のライセンスで提供します。
GNU head この文書は、フリーソフトウェア財団発行のGNUフリー文書利用許諾書 (GNU Free Documentation License) 1.2またはそれ以降のバージョンの規約に基づき、複製や再配布、改変が許可されます。不可変更部分、表紙、背表紙はありません。このライセンスの複製は、GNUフリー文書利用許諾書という章に含まれています。
w:ja:クリエイティブ・コモンズ
表示 継承
このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植2.5 一般2.0 一般1.0 一般のライセンスのもとに利用を許諾されています。
あなたは以下の条件に従う場合に限り、自由に
  • 共有 – 本作品を複製、頒布、展示、実演できます。
  • 再構成 – 二次的著作物を作成できます。
あなたの従うべき条件は以下の通りです。
  • 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
  • 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
あなたは上記のライセンスから、どれか一つ以上を選択できます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

15 11 2008

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2010年2月13日 (土) 11:202010年2月13日 (土) 11:20時点における版のサムネイル436 × 450 (14キロバイト)Cepheidenfiex rendering error of one exponent
2010年2月13日 (土) 11:152010年2月13日 (土) 11:15時点における版のサムネイル436 × 450 (15キロバイト)Cepheidenfixed font scaling
2008年11月15日 (土) 23:192008年11月15日 (土) 23:19時点における版のサムネイル450 × 436 (21キロバイト)Mathieu Perrin
2008年11月15日 (土) 22:552008年11月15日 (土) 22:55時点における版のサムネイル450 × 436 (21キロバイト)Mathieu Perrin
2008年11月15日 (土) 22:532008年11月15日 (土) 22:53時点における版のサムネイル450 × 436 (21キロバイト)Mathieu Perrin
2008年11月15日 (土) 22:422008年11月15日 (土) 22:42時点における版のサムネイル450 × 436 (22キロバイト)Mathieu Perrin
2008年11月15日 (土) 22:332008年11月15日 (土) 22:33時点における版のサムネイル450 × 436 (20キロバイト)Mathieu Perrin{{Information |Description={{en|1=Dispersion relation of phonon polaritons with parameters corresponding to GaP.}} {{fr|1=Relation de dispersion des polaritons avec des paramètres correspondant au GaP.}} |Source=travail personnel (own work) |Author=[[Use

以下の​ 2 ページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

メタデータ