Phymath
- 183
- 0
Homework Statement
I'm starting QFT and many books I've started to read start with the introduction of a field in a classical string model
with a Lagrange equation
L(q,\dot{q}) = \sum[\frac{m}{2}\dot{q}_{j}^{2}-\frac{k}{2}(q_{j}-q_{j+1})^{2}]
the equation of motion becomes
m \ddot{q_j}-k(q_{j+1}-2q_j + q_{j-1}) = 0
my question is how do we get this equation of motion its a discrete derivative but I recognize this as the 3 point second derivative formula, but Lagrange formulation is only first order for the potential part
f'' = \frac{f(x+h)-2f(x)+f(x-h)}{h^2}
any help?