Basic question on Zee-QFT in a nutshell

  • Context: Graduate 
  • Thread starter Thread starter LAHLH
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
LAHLH
Messages
405
Reaction score
2
Hi,

In the very first chapter of Zee, he talks about the mattress analogy and gives the Lagrangian:

[tex]L=\frac{1}{2} \{ \sum_{a} m \dot{q}^2_{a}-\sum_{a,b} k_{ab}q_{a}q_{b}+... \}[/tex]

This obviously leads to the equation of motion:

[tex]m \ddot{q_a}=- \sum_{b} k_{ab}q_{b}[/tex]


I don't understand why this is the correct EOM for an oscillator in this 2D set, vibrating purely vertically, surely the restoring force on the a'th oscillator should on depend on it's distance from equilibrium [tex]q_{a}[/tex]. Or perhaps it should depend on things like [tex]q_{a}-q_{b}[/tex], i.e. the total distance between it and the neighbouring particles it is directly connected to.
 
Physics news on Phys.org
Hi LAHLH,

LAHLH said:
I don't understand why this is the correct EOM for an oscillator in this 2D set, vibrating purely vertically, surely the restoring force on the a'th oscillator should on depend on it's distance from equilibrium [tex]q_{a}[/tex]. Or perhaps it should depend on things like [tex]q_{a}-q_{b}[/tex], i.e. the total distance between it and the neighbouring particles it is directly connected to.

Do you think the equation of motion you wrote is somehow inconsistent with this expectation? For example, suppose you want the potential energy between neighboring oscillators in a one dimensional chain to be proportional to [tex](q_{n+1} - q_n)^2[/tex]. Unless I misunderstood you, this is what you were expecting to see. But the EOM you wrote includes this possibility. The entries of the K matrix in this case should be something like [tex]K_{n \,n+1} = K_{n+1 \,n} = -1[/tex] and [tex]K_{n \, n} = 2[/tex] for all [tex]n[/tex] to reproduce the energy I wrote above.

You can check this with a three particle chain with periodic boundary conditions labeled by [tex]n = 1, 2, 3[/tex]. The potential energy is proportional to [tex](q_3 - q_2)^2 + (q_2 - q_1)^2 +(q_1 - q_3)^2[/tex] which when expanded out is simply [tex]2 q^2_3 + 2 q^2_2 + 2 q_1^2 - 2 q_1 q_2 - 2 q_2 q_3 - 2 q_3 q_1[/tex] giving exactly the K matrix entries I wrote down above.

Hope this helps.
 
Ahh yes of course, thanks a lot