1D Monoatomic Chain 3-5
1D Monoatomic Chain 3-5
1D Model
2D Model
3D Model
1D Model
2D Model
3D Model
Lecture 3: Lattice Dynamics (SSP 507)
By
Dr. Afaq Ahmad
Centre of Excellence in Solid State Physics
University of the Punjab Lahore.
1D Model
Monoatomic
Linear Chain Diatomic Chain
Transverse Modes of
Vibration
m m m m
σ Reference Atom
U1 U2
•
r
n n+m
•
•
•
Using in equation (3), we get
•
•
•
MATLAB Code
a=4.85.*10.^(-10);
k=-pi./a:pi./(10.*a):pi./a;
s=33.8;
m=6.8.*10.^(-26);
w0=sqrt(4.*s./m);
w=w0.*abs(sin(k.*a./2));
plot(k,w)
xlabel('k')
ylabel('\omega (k)')
title('Dispersion Curve for Monoatomic Linear Chain')
Dispersion Curve
Discussion