Consider the following pulley system. A block of mass m is connected to a translational spring of stiffness k through a cable, which passes by a pulley. The pulley rotates about a fixed mass center 0. The moment of inertia of the pulley about its mass center is I_0. Determine the equation of motion using the energy method.

Engineering · College · Tue Nov 03 2020

Answered on

To determine the equation of motion of the system using the energy method, also known as the Lagrangian method, we must consider the kinetic and potential energies of the system.

1. Define the displacement: Choose a coordinate, say x, to describe the displacement of the block from its equilibrium position.

2. Kinetic energy (T): There are two contributions to the kinetic energy in this system. - The kinetic energy of the block of mass m moving with velocity v (v = dx/dt) is given by \(T_{block} = \frac{1}{2}mv^2\). - The kinetic energy of the rotating pulley with a moment of inertia \(I_0\) and angular velocity \(\omega\) (\(\omega = v/r\) where r is the radius of the pulley) is given by \(T_{pulley} = \frac{1}{2}I_0\omega^2 = \frac{1}{2}I_0(\frac{v}{r})^2\). - The total kinetic energy is then \(T = T_{block} + T_{pulley} = \frac{1}{2}mv^2 + \frac{1}{2}I_0(\frac{v}{r})^2\).

3. Potential energy (V): The potential energy in the system comes from the spring. Assuming the potential energy is zero at the equilibrium position, the potential energy is given by \(V = \frac{1}{2}kx^2\).

4. Lagrangian (L): This is defined as the difference between the kinetic energy and potential energy of the system, \(L = T - V\). \[L = \frac{1}{2}mv^2 + \frac{1}{2}I_0(\frac{v}{r})^2 - \frac{1}{2}kx^2\]

5. Apply Lagrange's equation: The equation of motion can be found by applying Lagrange's equation, which is given by \(\frac{d}{dt}(\frac{\partial L}{\partial \dot{x}}) - \frac{\partial L}{\partial x} = 0\), where \(\dot{x}\) is the first derivative of x with respect to time (velocity) and \(\ddot{x}\) would be the second derivative of x with respect to time (acceleration).

6. Compute the partial derivatives and their time derivatives: \[\frac{\partial L}{\partial \dot{x}} = m\dot{x} + I_0\frac{\dot{x}}{r^2}\] \[\frac{d}{dt}(\frac{\partial L}{\partial \dot{x}}) = m\ddot{x} + I_0\frac{\ddot{x}}{r^2}\] \[\frac{\partial L}{\partial x} = -kx\]

7. Substitute into Lagrange's equation: \[m\ddot{x} + I_0\frac{\ddot{x}}{r^2} + kx = 0\]

8. Simplifying, we can factor out \(\ddot{x}\): \[(m + \frac{I_0}{r^2})\ddot{x} + kx = 0\]

9. Lastly, rearrange to put it in standard form: \[\ddot{x} + \frac{k}{m + \frac{I_0}{r^2}}x = 0\]

This is the equation of motion for the pulley system using the energy method. It describes simple harmonic motion, where the effective mass is \(m + \frac{I_0}{r^2}\) and the restoring force is provided by the spring stiffness k.

Extra: In the above analysis, we've used the principle of conservation of energy to derive the equation of motion. The Lagrangian method is a very powerful approach in classical mechanics because it allows us to find equations of motion for complex systems with constraints by focusing on energies instead of forces.

The key components of the energy method are: - Kinetic Energy (T): The energy associated with motion. It includes translational KE for linear motion, and rotational KE for angular motion. - Potential Energy (V): The energy stored in a system due to its position or configuration. In this example, it's entirely due to the spring being compressed or stretched. - Lagrangian (L): The difference between kinetic and potential energies. - Lagrange's Equation: A powerful formula used to derive the equations of motion. It's derived from the principle of least action, which states that physical systems evolve in time to minimize the integral of the Lagrangian.

The approach outlined above is versatile and can be applied to many physical systems, including those with more complex constraints and coordinate systems. It is particularly useful in systems where conservation laws (like conservation of energy) can be applied.

Related Questions