Finding the force in a simple harmonic lattice

Fyj
Messages
3
Reaction score
0

Homework Statement


If there are a large number of ions oscillating in a straight line, we can pick the nth one oscillating about its equilibrium a*n. The potential of the entire lattice is then U = 0.5*K[u(an)-u([n+1]a)]^2 - summed over all n. How do I use Force = -dU/du(an) to derive that Force = -K[2u(an)-u([n-1]a)-u([n+1]a)? Where K is some constant.

Homework Equations


The chain rule is f'(g(x))= df/dg * dg/dx

The Attempt at a Solution


I tried using the chain rule. Then if g = [u(an)-u([n+1]a)], then dU/dg = k*[u(an)-u([n+1]a)]. dg/du(an) can't be done analytically, however because we have a set of discrete points, dg = [(u(an) - (u[n-1]a) - (u[n+1]a)-u(an))].

I get dU/du(an) = K*[u(an)-u([n+1]a)]*[2u(an)-u([n-1]a)-u([n+1]a)]/du(an).
I am guessing I could write that du = [u([n+1]a)-u(an)] to get
dU/du(an) = -K*[2u(an)-u([n-1]a)]u([n+1]a)], but there's a minus sign that I can't get rid of.

Am I going about this all wrong?
 
Physics news on Phys.org
To make the formulae simpler, denote the displacement from equilibrium of the n-th particle (that one which equilibrium position is at na) by un.
The potential energy of the whole lattice is ##U=0.5K \sum {(u_{n+1}-u_n)^2}##. Writing it out, un appears in two terms:

U = ... K/2 [( un-un-1)2 + ( un+1-un)2 ]...

The force on the n-th particle is the negative gradient with respect to un, the displacement of the n-th particle. You get non-zero derivative from the terms above only.
Your derivation was wrong. What is the derivative of (x-y)2 with respect to x? With respect to y?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top