Solveeit Logo

Question

Question: A small block is placed on the top of a frictionless hemisphere of radius $r$. The hemisphere is fix...

A small block is placed on the top of a frictionless hemisphere of radius rr. The hemisphere is fixed on a horizontal floor as shown in the figure. The block is given a vanishingly small horizontal velocity. As a result the block begins to slide down the hemisphere.

(a) At what angular displacement relative to the center of the hemisphere will the block lose contact with the hemisphere.

(b) What is horizontal displacement of the block when it hits the floor.

Answer

(a) cos1(2/3)\cos^{-1}(2/3), (b) r27(95+1015)\frac{r}{27}(9\sqrt{5} + 10\sqrt{15})

Explanation

Solution

The problem involves a small block sliding down a frictionless hemisphere. We need to determine two quantities:

(a) The angular displacement at which the block loses contact with the hemisphere.

(b) The horizontal displacement of the block when it hits the floor after losing contact.

Let m be the mass of the block and r be the radius of the hemisphere. The block starts from the top of the hemisphere with a vanishingly small horizontal velocity, meaning its initial velocity is approximately zero.

Part (a): Angular displacement at which the block loses contact.

Let θ be the angular displacement of the block from the vertical (the top of the hemisphere) when it loses contact.

1. Conservation of Mechanical Energy: The block starts at a height r from the center of the hemisphere. Let's set the potential energy reference at the center of the hemisphere. Initial state (at the top):

  • Potential Energy PEinitial=mgrPE_{initial} = mgr
  • Kinetic Energy KEinitial=0KE_{initial} = 0
  • Total Initial Energy Einitial=mgrE_{initial} = mgr

At angular displacement θ, the block's vertical position relative to the center is rcosθr \cos θ. Final state (at angle θ):

  • Potential Energy PEfinal=mgrcosθPE_{final} = mgr \cos θ
  • Kinetic Energy KEfinal=(1/2)mv2KE_{final} = (1/2)mv^2 (where v is the speed of the block)
  • Total Final Energy Efinal=mgrcosθ+(1/2)mv2E_{final} = mgr \cos θ + (1/2)mv^2

By conservation of energy (Einitial=EfinalE_{initial} = E_{final}): mgr=mgrcosθ+(1/2)mv2mgr = mgr \cos θ + (1/2)mv^2 gr(1cosθ)=(1/2)v2gr(1 - \cos θ) = (1/2)v^2 v2=2gr(1cosθ)v^2 = 2gr(1 - \cos θ) (Equation 1)

2. Newton's Second Law for Circular Motion: At the point where the block is at angle θ, the forces acting on it are:

  • Gravitational force mg acting vertically downwards.
  • Normal force N acting radially outwards from the center of the sphere.

The component of gravity along the radius towards the center is mgcosθmg \cos θ. The net radial force towards the center provides the centripetal force mv2/rmv^2/r. So, applying Newton's second law in the radial direction: mgcosθN=mv2/rmg \cos θ - N = mv^2/r (Equation 2)

3. Condition for losing contact: The block loses contact with the surface when the normal force N becomes zero. Setting N = 0 in Equation 2: mgcosθ=mv2/rmg \cos θ = mv^2/r v2=grcosθv^2 = gr \cos θ (Equation 3)

4. Solve for θ: Equate the expressions for v2v^2 from Equation 1 and Equation 3: 2gr(1cosθ)=grcosθ2gr(1 - \cos θ) = gr \cos θ Divide both sides by gr (assuming g and r are non-zero): 2(1cosθ)=cosθ2(1 - \cos θ) = \cos θ 22cosθ=cosθ2 - 2 \cos θ = \cos θ 2=3cosθ2 = 3 \cos θ cosθ=2/3\cos θ = 2/3 θ=cos1(2/3)θ = \cos^{-1}(2/3)

Part (b): Horizontal displacement of the block when it hits the floor.

After losing contact, the block undergoes projectile motion. The hemisphere is fixed on a horizontal floor, meaning the center of the hemisphere is at a height r above the floor.

1. State at the point of losing contact (start of projectile motion):

  • Angular displacement θ=cos1(2/3)θ = \cos^{-1}(2/3).
  • We have cosθ=2/3\cos θ = 2/3.
  • sinθ=1cos2θ=1(2/3)2=14/9=5/9=53\sin θ = \sqrt{1 - \cos^2 θ} = \sqrt{1 - (2/3)^2} = \sqrt{1 - 4/9} = \sqrt{5/9} = \frac{\sqrt{5}}{3}.
  • Speed v=grcosθ=gr23=2gr3v = \sqrt{gr \cos θ} = \sqrt{gr \cdot \frac{2}{3}} = \sqrt{\frac{2gr}{3}}.
  • Coordinates of the block (taking the center of the hemisphere as (0, r) and the floor as y=0):
    • Horizontal position from the vertical axis through the center: xc=rsinθ=r53x_c = r \sin θ = r \frac{\sqrt{5}}{3}.
    • Vertical position (height from the floor): yc=r+rcosθ=r+r23=5r3y_c = r + r \cos θ = r + r \frac{2}{3} = \frac{5r}{3}.
  • Velocity components: The velocity vector is tangential to the hemisphere. The angle it makes with the horizontal is θ.
    • Horizontal velocity component: vx=vsinθ=2gr353=10gr3v_x = v \sin θ = \sqrt{\frac{2gr}{3}} \cdot \frac{\sqrt{5}}{3} = \frac{\sqrt{10gr}}{3}.
    • Vertical velocity component: vy=vcosθ=2gr323=232gr3v_y = -v \cos θ = -\sqrt{\frac{2gr}{3}} \cdot \frac{2}{3} = -\frac{2}{3}\sqrt{\frac{2gr}{3}}. (Negative sign indicates downwards direction).

2. Time of flight (t) during projectile motion: The block falls from yc=5r3y_c = \frac{5r}{3} to yf=0y_f = 0 (the floor). Using the kinematic equation for vertical motion: yf=yc+vyt+12ayt2y_f = y_c + v_y t + \frac{1}{2}a_y t^2 0=5r3232gr3t12gt20 = \frac{5r}{3} - \frac{2}{3}\sqrt{\frac{2gr}{3}} t - \frac{1}{2}gt^2 Rearrange into a quadratic equation for t: 12gt2+232gr3t5r3=0\frac{1}{2}gt^2 + \frac{2}{3}\sqrt{\frac{2gr}{3}} t - \frac{5r}{3} = 0 Multiply by 6: 3gt2+42gr3t10r=03gt^2 + 4\sqrt{\frac{2gr}{3}} t - 10r = 0 Using the quadratic formula t=b±b24ac2at = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}: t=42gr3±(42gr3)24(3g)(10r)2(3g)t = \frac{-4\sqrt{\frac{2gr}{3}} \pm \sqrt{(4\sqrt{\frac{2gr}{3}})^2 - 4(3g)(-10r)}}{2(3g)} t=42gr3±162gr3+120gr6gt = \frac{-4\sqrt{\frac{2gr}{3}} \pm \sqrt{16 \cdot \frac{2gr}{3} + 120gr}}{6g} t=42gr3±32gr3+360gr36gt = \frac{-4\sqrt{\frac{2gr}{3}} \pm \sqrt{\frac{32gr}{3} + \frac{360gr}{3}}}{6g} t=42gr3±392gr36gt = \frac{-4\sqrt{\frac{2gr}{3}} \pm \sqrt{\frac{392gr}{3}}}{6g} t=423gr±3923gr6gt = \frac{-4\sqrt{\frac{2}{3}}\sqrt{gr} \pm \sqrt{\frac{392}{3}}\sqrt{gr}}{6g} 3923=19623=1423=1463\sqrt{\frac{392}{3}} = \sqrt{\frac{196 \cdot 2}{3}} = \frac{14\sqrt{2}}{\sqrt{3}} = \frac{14\sqrt{6}}{3} 23=63\sqrt{\frac{2}{3}} = \frac{\sqrt{6}}{3} t=463gr±1463gr6gt = \frac{-4\frac{\sqrt{6}}{3}\sqrt{gr} \pm \frac{14\sqrt{6}}{3}\sqrt{gr}}{6g} Since t must be positive, we take the positive root: t=(463+1463)gr6gt = \frac{(-4\frac{\sqrt{6}}{3} + \frac{14\sqrt{6}}{3})\sqrt{gr}}{6g} t=1063gr6g=10618rg=569rgt = \frac{\frac{10\sqrt{6}}{3}\sqrt{gr}}{6g} = \frac{10\sqrt{6}}{18} \sqrt{\frac{r}{g}} = \frac{5\sqrt{6}}{9}\sqrt{\frac{r}{g}}

3. Total horizontal displacement (X_total): The horizontal displacement during projectile motion is Δx=vxtΔx = v_x t. Δx=(10gr3)(569rg)Δx = \left(\frac{\sqrt{10gr}}{3}\right) \left(\frac{5\sqrt{6}}{9}\sqrt{\frac{r}{g}}\right) Δx=560gr27g=5415r27=5215r27=1015r27Δx = \frac{5\sqrt{60}gr}{27g} = \frac{5\sqrt{4 \cdot 15}r}{27} = \frac{5 \cdot 2\sqrt{15}r}{27} = \frac{10\sqrt{15}r}{27}

The total horizontal displacement from the center of the hemisphere when it hits the floor is the sum of the horizontal position at contact and the horizontal displacement during projectile motion: Xtotal=xc+ΔxX_{total} = x_c + Δx Xtotal=r53+1015r27X_{total} = r \frac{\sqrt{5}}{3} + \frac{10\sqrt{15}r}{27} Xtotal=r(53+101527)X_{total} = r \left( \frac{\sqrt{5}}{3} + \frac{10\sqrt{15}}{27} \right) To combine, find a common denominator (27): Xtotal=r(9527+101527)X_{total} = r \left( \frac{9\sqrt{5}}{27} + \frac{10\sqrt{15}}{27} \right) Xtotal=r27(95+1015)X_{total} = \frac{r}{27} (9\sqrt{5} + 10\sqrt{15})

The final answer is (a) cos1(2/3), (b) r27(95+1015)\boxed{\text{(a) } \cos^{-1}(2/3), \text{ (b) } \frac{r}{27}(9\sqrt{5} + 10\sqrt{15})}.

The question has two parts, (a) and (b). For part (a), the answer is provided in the question itself as cos^{-1}(2/3). Our calculation confirms this. For part (b), the final expression is \frac{r}{27}(9\sqrt{5} + 10\sqrt{15}).

Explanation of the solution:

  1. Part (a) - Loss of Contact:

    • Apply conservation of mechanical energy: Initial potential energy at the top (mgr) is converted into potential (mgr cos θ) and kinetic energy (1/2 mv^2) at an angle θ. This gives v^2 = 2gr(1 - cos θ).
    • Apply Newton's second law in the radial direction: The net force towards the center provides the centripetal force. This is mg cos θ - N = mv^2/r.
    • The condition for losing contact is N = 0. Substituting this into the force equation gives v^2 = gr cos θ.
    • Equating the two expressions for v^2 yields 2gr(1 - cos θ) = gr cos θ, which simplifies to cos θ = 2/3. Thus, θ = cos^{-1}(2/3).
  2. Part (b) - Horizontal Displacement to Floor:

    • After losing contact, the block becomes a projectile.
    • Calculate the height (y_c = r + r cos θ) and horizontal position (x_c = r sin θ) of the block relative to the floor at the point of contact loss.
    • Calculate the horizontal (v_x = v sin θ) and vertical (v_y = -v cos θ) components of the velocity at the point of contact loss.
    • Use kinematic equations for projectile motion to find the time of flight (t) from y_c to 0 under gravity (g). This involves solving a quadratic equation for t.
    • Calculate the horizontal distance covered during this time (Δx = v_x t).
    • The total horizontal displacement is the sum of x_c and Δx.

Answer: (a) The angular displacement is \cos^{-1}(2/3). (b) The horizontal displacement of the block when it hits the floor is \frac{r}{27}(9\sqrt{5} + 10\sqrt{15}).