Solving Rotational Motion: Coin Rolling Up Inclined Plane

AI Thread Summary
The problem involves a coin rolling up a 25-degree inclined plane with an initial angular velocity of 70 rad/s. Using the Conservation of Angular Momentum, the height (h) the coin reaches can be calculated with the equation h = (0.25 * w^2 + 1225) / (2 * g), where w is the angular velocity and g is the acceleration due to gravity. After substituting the values, it is determined that the coin rolls up the incline for a distance of 7.56 meters. The approach correctly incorporates the relationship between linear and angular motion, ensuring no slipping occurs. The final result indicates the effective distance traveled by the coin on the incline.
PinkDaisy
Messages
9
Reaction score
0
I'm having a problem with the following question:

A coin with radius R rolls up a plane which is inclined at an 25 degrees above the horizontal. The coin starts up the incline with an initial angular velocity of 70 rad/s and rolls in a straight line without slipping. How far will the coin roll up the incline?

I'm thinking that I need to use Conservation of Angular Momentum which would give me:

.5mv^2 + .5Iw^2 = mgh

then I manipulate to get h, plugging in .5mR^2 for I of the coin
h = (.5mv^2 + .5 (.5mR^2)w^2)/mg

I think that I then plug Rw in for v, which gives me the height that the coin rolled to, but then what next?
 
Physics news on Phys.org
Then you apply the triangle formula to find the distance traveled up the incline since you know the inclination and 1 side of the triangle.
 


Your approach using Conservation of Angular Momentum is correct. To solve for the height, you need to substitute the values given in the problem and solve for h. The final equation should look like this:

h = (0.5 * m * (Rw)^2 + 0.5 * (0.5 * m * R^2) * (70 rad/s)^2) / (m * g)

Simplifying, you get:

h = (0.25 * m * R^2 * w^2 + 1225 * m * R^2) / (2 * m * g)

Canceling out m and R^2, the equation becomes:

h = (0.25 * w^2 + 1225) / (2 * g)

Substituting the values for w, g, and the given angle, you get:

h = (0.25 * (70 rad/s)^2 + 1225) / (2 * 9.8 m/s^2 * cos 25°)

Solving for h, you get:

h = 7.56 meters

Therefore, the coin will roll up the incline for a distance of 7.56 meters.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top