Kinematics of a Pendulum with Two Different Masses

  • Thread starter Thread starter Kokobird321
  • Start date Start date
  • Tags Tags
    Rod
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Kokobird321
Messages
3
Reaction score
0
Summary:: Classical problem about a pendulum!

The problem itself:
1600115362092.png


My FBD:
1600115379023.png

I want to solve the problem with vectors, I think that you can use energy principle somehow. If we define the vector ##\vec{O}_B=\begin{bmatrix}0\\ -1\end{bmatrix}## and define a rotational matrix where

$$R=\begin{bmatrix}cos\varphi & -\sin\varphi\\ \sin\varphi & \cos\varphi\end{bmatrix}$$

just to rotate the vector ##O_B## 30 degrees counterclockwise, but I will need to know its velocity ##\dot{\theta}## when ##\theta=30^{\circ}## somehow. Not sure how to proceed though.
 
Last edited:
Physics news on Phys.org
It becomes very trivial, I wanted a different approach :smile:
 
Sure why not! For the lagrangian I get

$$\mathcal{L}=T-V=\frac{1}{2}m(L\dot{\theta})^2+\frac{1}{2}M(L\dot{\theta})^2+\frac{1}{2}k_T\theta^2-(Mgh-mgH)$$

so

$$\mathcal{L}=T-V=\frac{1}{2}m(L\dot{\theta})^2+\frac{1}{2}M(L\dot{\theta})^2+\frac{1}{2}k_T\theta^2-Mg\left[\sqrt{2}L-2Lsin\left(\frac{90-\theta}{2}\right)\right]+mg\left[L-L\cos\theta\right]$$

$$\frac{\partial\mathcal{L}}{\partial\theta}=k_T\theta-MgL\frac{1}{2}\cos\left(45-\frac{\theta}{2}\right)+mgL\sin\theta$$

and

$$\frac{\partial\mathcal{L}}{\partial \dot{\theta}}=mL^2\dot{\theta}+ML^2\dot{\theta}\Longrightarrow\frac{d}{dt}\left(\frac{\partial\mathcal{L}}{\partial\dot{\theta}}\right)=mL^2\ddot{\theta}+ML^2\ddot{\theta}=\ddot{\theta}(mL^2+ML^2).$$

Euler-Lagrange gives

$$\frac{d}{dt}\left(\frac{\partial\mathcal{L}}{\partial\dot{\theta}}\right)=\frac{\partial\mathcal{L}}{\partial\theta}\iff \ddot{\theta}(mL^2+ML^2)=k_T\theta-MgL\frac{1}{2}\cos\left(45-\frac{\theta}{2}\right)+mgL\sin\theta$$

$$\ddot{\theta}=\frac{1}{mL^2+ML^2}\left[k_T\theta-MgL\frac{1}{2}\cos\left(45-\frac{\theta}{2}\right)+mgL\sin\theta\right]$$

How do I proceed from here? :smile:
 
Last edited: