Angular frequency of a mass performing SHM

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
15 replies · 2K views
songoku
Messages
2,514
Reaction score
395
Homework Statement
A ball of mass m and radius r is put on a smooth surface having radius R (R > r). The ball is given a small displacement and then released so that it moves back and forth at the bottom of the surface. What is the angular frequency of the ball?
a. ##\omega = \sqrt{\frac{2g}{R}}##
b. ##\omega = \sqrt{\frac{g}{r}}##
c. ##\omega = \sqrt{\frac{g}{R}}##
d. ##\omega = \sqrt{\frac{g}{R-r}}##
e. ##\omega = \sqrt{\frac{g}{R+r}}##
Relevant Equations
Restoring force = m.a

Small angle approximation

##a=- \omega^{2} x##
1651123246249.png

When given a small displacement ##x##, the equation for m is:
(i) N sin θ = m.a where N is the normal force acting on the ball and θ is angle of the ball with respect to vertical.
(ii) N cos θ = m.g

So:
$$\tan \theta = \frac a g$$
$$\frac x R = \frac{\omega^{2} x}{g} \rightarrow \omega = \sqrt \frac{g}{R}$$

Is this correct? The size of m is not important?

Thanks
 
Physics news on Phys.org
Orodruin said:
You have not defined r, but supposing it is the radius of the ball, what is the path of the ball’s center of mass?
r has been defined by the question as the radius of the ball.

When given small displacement, the path of the ball's center of mass is arc of circle? Is this what you mean?

Thanks
 
haruspex said:
Of what radius?
Ahh I see. The radius of the path is R - r so the answer should be (D).

Thank you very much Orodruin and haruspex
 
haruspex said:
Since ##\omega## can only depend on g, r, R and m, dimensional analysis shows that m is irrelevant.
Indeed, and it is also very easy to see as ##m## is the only one of the five that contains non-trivial mass dimension.

More generally, dimensional analysis implies that
$$
\omega = \sqrt{\frac{g}{R}} f(r/R).
$$
In this case, the function ##f(x) = \sqrt{1/(1-x)}## cannot be deduced from dimensional analysis alone. The person constructing the question has been careful to make sure that all alternatives are dimensionally correct and therefore simply correspond to different ##f##.

On a side note, one thing that does bother me with this type of question is the assumption that the contact is frictionless so that the ball does not roll. This would be quite unrealistic in any experimental setup a student would make and this does affect the result. It is more realistic, particularly for low angular velocities, that the ball would roll without slipping. Edit: This is a nice extra credit problem. Assume that the ball is a homogeneous sphere and find out how the frequency changes when you instead make the assertion that it rolls without slipping.
 
Last edited:
  • Like
Likes   Reactions: berkeman, BvU and PeroK
I tried to use torque equation when solving the problem, yet the result differs significantly from the result when using translational method...
Does anyone know why?
 
Last edited:
The problem of post #1.
$$-mgsin\theta(R-r)= I\ddot\theta$$
Since ##\theta## is small, and ##I = 2mr²/5 + m(R-r)²##:
$$-mg\theta(R-r)=[2mr²/5 + m(R-r)²] \ddot\theta$$
From the above equation, it is clear that it is different from the translational:
$$-mgsin\theta = m\ddot\theta (R-r)$$
 
Rikudo said:
$$-mg\theta(R-r)=[2mr²/5 + m(R-r)²] \ddot\theta$$
This equation is not set up correctly. It says that when the CoM of the sphere has an angular displacement of ##\theta##, the rolling sphere rotates by the same ##\theta## about its center. It does not. It rotates by a different angle ##\phi##. In other words, the orbital angular momentum of the sphere is ##L_{\text{orb}}=m(R-r)^2\dot {\theta}## and the spin angular momentum is ##L_{\text{spin}}=\frac{2}{5}mr^2\dot {\phi}##. You need to find the constraint relation between ##\theta## and ##\phi.##
 
Last edited:
  • Like
Likes   Reactions: Rikudo
Rikudo said:
The problem of post #1.
$$-mgsin\theta(R-r)= I\ddot\theta$$
Since ##\theta## is small, and ##I = 2mr²/5 + m(R-r)²##:
$$-mg\theta(R-r)=[2mr²/5 + m(R-r)²] \ddot\theta$$
From the above equation, it is clear that it is different from the translational:
$$-mgsin\theta = m\ddot\theta (R-r)$$
In the problem of post #1 there is no friction, so no torque about the ball's centre. It will not rotate. The moment of inertia is irrelevant.
 
  • Like
Likes   Reactions: Rikudo
kuruman said:
This equation is not set up correctly. It says that when the CoM of the sphere has an angular displacement of ##\theta##, the rolling sphere rotates by the same ##\theta## about its center. It does not. It rotates by a different angle ##\phi##. In other words, the orbital angular momentum of the sphere is ##L_{\text{orb}}=m(R-r)^2\dot {\theta}## and the spin angular momentum is ##L_{\text{spin}}=\frac{2}{5}mr^2\dot {\phi}##. You need to find the constraint relation between ##\theta## and ##\phi.##
Ah. Sinc it is not spinning, ##\dot \phi## is 0. Is this true?