A small block with mass 'm' is placed inside an inverted cone that is rotating about a vertical axis such that the time for one revolution of the cone is 'T'. The walls of the cone make an angle 'b' with the horizontal. The coefficient of static friction between the block and the cone is '@'. If the block is to remain at a constant height 'h' above the apex of the cone, what are (a) the maximum value of T and (b) the minimum value of T? (That is, find expressions for Tmax and Tmin in terms of b, h and @)

1 answer

To find the maximum and minimum values of T, we need to consider the forces acting on the block and write down the equations of motion.

The forces acting on the block are:
1. Gravitational force mg acting vertically downwards
2. Normal force N acting perpendicular to the surface of the cone
3. Static frictional force acting along the surface of the cone, opposing the motion of the block

We can write the gravitational force as mg, and we can express the normal force as N = mg * cos(b). The static frictional force can be written as f = @ * N = @ * mg * cos(b). Now, let's find the centripetal force acting on the block. This force is responsible for keeping the block moving in a circular path.

At a height h above the apex of the cone, the distance of the block from the axis of rotation, r, can be expressed in terms of h and b as r = h * tan(b). The centripetal force acting on the block is given by F_c = m * (r * omega^2), where omega is the angular velocity of the cone.

Since the time for one revolution of the cone is T, we have omega = 2 * pi / T. Substituting this into the expression for the centripetal force, we get F_c = m * (h * tan(b) * (2 * pi / T)^2).

Now, we need to find the balance between the static frictional force and the centripetal force in order for the block to remain at a constant height. Two scenarios can happen: (1) the static frictional force is equal to the centripetal force or (2) the static frictional force is less than or equal to the centripetal force.

Let's consider the first scenario (static frictional force = centripetal force):

@ * mg * cos(b) = m * (h * tan(b) * (2 * pi / T)^2)

We can cancel out the mass m and simplify the equation:

@ * g * cos(b) = h * tan(b) * (2 * pi / T)^2

Solving for T, we get:

T = 2 * pi * sqrt(h / (g * (tan(b) / cos(b)) * @))

Since the static frictional force must be equal to or greater than the centripetal force, the maximum value of T is:

T_max = 2 * pi * sqrt(h / (g * (tan(b) / cos(b)) * @))

Now let's consider the second scenario (static frictional force <= centripetal force):

@ * mg * cos(b) <= m * (h * tan(b) * (2 * pi / T)^2)

We can again cancel out the mass m and rearrange the inequality:

T >= 2 * pi * sqrt(h / (g * (tan(b) / cos(b)) * @))

So, the minimum value of T is given by:

T_min = 2 * pi * sqrt(h / (g * (tan(b) / cos(b)) * @))

In summary, the maximum and minimum values of T are:

(a) T_max = 2 * pi * sqrt(h / (g * (tan(b) / cos(b)) * @))
(b) T_min = 2 * pi * sqrt(h / (g * (tan(b) / cos(b)) * @))