PDA

View Full Version : Tricky Lagrangian


s.g.g
Aug18-09, 09:27 PM
1. The problem statement, all variables and given/known data
A system consists of 3 identical masses (A,B & C) in a line, connected by 2 springs of spring constant k. Motion is restricted to 1 dimension. at t=0 the masses are at rest. Mass A is the subjected to a driving force given by:

F=F0*cos(omega*t)

Calculate the motion of C

2. Relevant equations
L=T-V, Euler lagrange equation.


3. The attempt at a solution
I figured that the easiest way to do this is to write a lagrangian and solve for the equation of motion for the masses.

I denoted the initial positions of the masses x1, x2 and x3 respectively.
the kinetic energy term for the lagrangian then becomes

T= 1.5*m*((x1dot)^2 + (x2dot)^2 + (x3dot)^2)

For the potential, i have stated that the distance between the masses at equilibrium is equal to J. Hence the potential due to the springs is:

V= k(x1^2 + 2*x2^2 - 3*x2*x1 - x2*x3 + x1*x3 + J(x1+x3-2*x2)

I am unsure if this is correct and i have no idea how to incorporate the driving force into the equation. Any ideas?

Avodyne
Aug18-09, 10:41 PM
Your kinetic term should have a coefficient of 0.5, not 1.5. If we choose to measure each position from its own equilibrium point, then we can set J=0. Then the potential from the springs should be V = 0.5 k [(x1-x2)^2 + (x2-x3)^2]. You can take the force into account by adding -F(t)x1 to V, because a force is minus the gradient of the potential.

s.g.g
Aug18-09, 11:46 PM
i was uncertain whether i could ascribe an equilibrium position to each mass as it is determined by its position relative to the adjacent masses rather than a fixed point in space. Hence it is constantly changing. that is why i thought i had to introduce the value J. Is this wrong?