Lagrangian for a bead on a wire

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
vbrasic
Messages
71
Reaction score
3

Homework Statement


A bead of mass ##m## slides (without friction) on a wire in the shape, ##y=b\cosh{\frac{x}{b}}.##

  1. Write the Lagrangian for the bead.
  2. Use the Lagrangian method to generate an equation of motion.
  3. For small oscillations, approximate the differential equation neglecting terms higher than first order in ##x## and its derivatives.
I am having trouble with the third part.

Homework Equations


$$\frac{\partial\mathcal{L}}{\partial x}=\frac{d}{dt}\frac{\partial\mathcal{L}}{\partial\dot{x}}$$

The Attempt at a Solution


It's pretty easy to find the Lagrangian. We have that potential of the bead is ##mgy=mgb\cosh{\frac{x}{b}}##. Kinetic energy is $$\frac{1}{2}m(\dot{x}^2+\dot{y}^2).$$ But $$y=b\cosh{\frac{x}{b}},$$ so $$\dot{y}=\sinh{\frac{x}{b}}\dot{x}.$$ So the Lagrangian is, $$\mathcal{L}=\frac{1}{2}m(1+\sinh^2{\frac{x}{b}})\dot{x}^2-mgb\cosh{\frac{x}{b}}$$. Simplifying gives, $$\mathcal{L}=\frac{1}{2}m\cosh^2{\frac{x}{b}}\dot{x}^2-mgb\cosh{\frac{x}{b}}.$$

To do the second part we find the necessary derivatives:

$$\frac{\partial\mathcal{L}}{\partial x}=\frac{m}{b}\cosh{\frac{x}{b}}\sinh{\frac{x}{b}}-mg\sinh{\frac{x}{b}}$$
$$\frac{\partial\mathcal{L}}{\partial\dot{x}}=m\cosh^2{\frac{x}{b}}\dot{x}$$
$$\frac{d}{dt}\frac{\partial\mathcal{L}}{\partial\dot{x}}=\frac{m}{b}\cosh{\frac{x}{b}}\sinh{\frac{x}{b}}\dot{x}+m\cosh^2{\frac{x}{b}}\ddot{x}$$

So, the Euler-Lagrange equation says,

$$\frac{m}{b}\cosh{\frac{x}{b}}\sinh{\frac{x}{b}}-mg\sinh{\frac{x}{b}}=\frac{m}{b}\cosh{\frac{x}{b}}\sinh{\frac{x}{b}}\dot{x}+m\cosh^2{\frac{x}{b}}\ddot{x}$$ So the equation of motion is given by, $$\frac{\frac{m}{b}\cosh{\frac{x}{b}}\sinh{\frac{x}{b}}-mg\sinh{\frac{x}{b}}-=\frac{m}{b}\cosh{\frac{x}{b}}\sinh{\frac{x}{b}}\dot{x}}{m\cosh^2{\frac{x}{b}}}=\ddot{x}$$ I'm having trouble understanding what the third part of the question wants me to do.
 
Physics news on Phys.org
vbrasic said:
I'm having trouble understanding what the third part of the question wants me to do.

What is the stable point with ##x = \mbox{constant}##? The problem asks you to linearise the differential equation around this point, i.e., if the stable point is ##x = x_0##, write ##x(t) = x_0 + \delta(t)## and write down the differential equation to leading (i.e, linear) order in the small quantity ##\delta(t)## and its derivatives.