[Physics] Ball Rolling in a Parabolic Bowl

classical-mechanicsenergy

I encountered a physics problem which inquired about a ball rolling inside a parabolic bowl (i.e. a bowl where any cross section through the vertex would make a parabolic shape given by $y = kx^2$). The ball was to be released from some initial height $z_0$ and allowed to roll back and forth inside the bowl.

At first, I thought that the motion would be simple harmonic for any displacement, since $U(x) = mgh = mgkx^2$, and simple harmonic motion is characterized by a potential energy which is proportional to the square of the distance from some equilibrium point. However, the answer key said that the motion was not truly simple harmonic (and the rolling ball only appeared to be so for small amplitudes of motion).

Why is motion with the a potential energy proportional to the square of displacement from equilibrium not simple harmonic in this case?

EDIT: To clarify, the "ball" should have really been a point mass.

Best Answer

Although the potential energy has the same form, this is not a simple harmonic motion basically because in simple harmonic oscillator the ball moves only on the x-axis, while on your problem it's forced by the bowl to move on the z-axis as well. If we write down the Lagrangian for your problem: $$ L = T - U = \frac{1}{2}m(\dot{x}^2 + \dot{z}^2) - mgz = \frac{1}{2}m(\dot{x}^2 + (2kx\dot{x})^2) - mgkx^2 = $$ $$ = \frac{1}{2}m\dot{x}^2(1 + 4k^2x^2) - mgkx^2 $$ we can see from Euler-Lagrange equations: $$ \frac{\partial L}{\partial x} = \frac{d}{dt}\frac{\partial L}{\partial \dot{x}} $$ that the equation of motion describing your problem is: $$ (1+4k^2x^2)\ddot{x}+4k^2\dot{x}^2x+2gkx=0$$ which is quite different from the one for simple harmonic motion.

Edit: for simplicity I've assumed it's a point-body with no moment of inertia rather than an actual ball that rolls inside the bawl. In the second case, it requires us to take the ball's moment of inertia into account, which will result in a bit different equation of motion.

Related Question