A cuboid on an inclined plane - based on an Olympiad problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
marcnn
Messages
13
Reaction score
0

Homework Statement


Let's suppose we have a [cuboid](http://en.wikipedia.org/wiki/Cuboid) of dimensions ##a \times b \times c##. We put it on an inclined plane of an angle ##\alpha## so that only one edge of length ##c ## touches the plane. In time ##t = 0 ## the cuboid doesn't rotate. Let the line containing the edge be ##k ##. Let the edges of length ##a ## be vertical and the ones of length [itex]b[/itex] - vertical.
A link to the picture is in post #1. (for the time being awaiting for mod approval)

Let the cuboid rotate around the line ##k ## with angular acceleration ##\varepsilon ## without sliding.

(Corrected the latex stuff)
(Based on a problem from the 58th Polish Olympiad in Physics.)

Homework Equations


Now it is suggested that if ##a_x ## is the acceleration of the mass center parallel to the inclined plane and ##a_y ## perpendicular to the plane, then
$$a_x = \varepsilon\left(\frac b2 \sin \alpha+ \frac a2 \cos \alpha \right)$$
$$a_y = \varepsilon\left(\frac b2 \cos \alpha+ \frac a2 \sin \alpha \right)$$

How can we derive it?

The Attempt at a Solution



I tried it a long time ago, using the property ##a = \varepsilon r ##
$$a_x = a \cos\alpha = \varepsilon r \cos\alpha $$
but from here not much success.
 
Last edited:
Physics news on Phys.org
You seem to have a sign error somewhere. If you calculate ##a_x^2+a_y^2## from your expressions, the result depends on ##\alpha##, but the magnitude of the acceleration should only depend on the shape of the block.

Try using ##\vec{a} = \vec{\varepsilon} \times \vec{r}## to calculate the acceleration of the center of mass. I wouldn't use the rotated axes to do this calculation. Then to get the component parallel and perpendicular to the incline, calculate the dot product of ##\vec{a}## with the appropriate unit vectors.
 
Of course, I made a sign mistake,

it should be
$$
a_y = \varepsilon\left(\frac b2 \cos \alpha- \frac a2 \sin \alpha \right)
$$
 
Last edited:
Well, I've finally got it. It's so easy that I don't know how I could've missed it :P
It's correct, isn't it?
 

Attachments

  • 20150323_002.jpg
    20150323_002.jpg
    43.8 KB · Views: 560