SELECT * FROM question_mgmt as q WHERE id=3388 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=8 AND chapterId=106 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED)

Question:

Torques of equal magnitude are applied to a hollow cylinder and a solid sphere, both having the same mass and radius. The cylinder is free to rotate about its standard axis of symmetry, and the sphere is free to rotate about an axis passing through its centre. Which of the two will acquire a greater angular speed after a given time?

Answer:

Let m and r be the respective masses of the hollow cylinder and the solid sphere.

The moment of inertia of the hollow cylinder about its standard axis,II = mr2

The moment of inertia of the solid sphere about an axis passing through its centre, III  =  2/5 mr2

We have the relation:

τ  =  I α

Where, α = Angular acceleration

τ = Torque

I = Moment of inertia

For the hollow cylinder, τI   =  II αI

For the solid sphere, τII  = III αII

As an equal torque is applied to both the bodies, τI   =  τ2

∴ αII / αI   I/ III    =  mr2 /  2/5 mr2    =  2/5

αII > αI              ....  (i)

Now, using the relation:

ω  = ω0 + αt

Where, ω0 = Initial angular velocity

t = Time of rotation

ω = Final angular velocity

For equal ω0 and t, we have:

ω ∝ α … (ii)

From equations (i) and (ii), we can write:

ωII > ωI

Hence, the angular velocity of the solid sphere will be greater than that of the hollow cylinder.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='8' AND ex_no!=0 AND status=1 and id!=3388 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='8' AND ex_no!=0 AND status=1 and id!=3388 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question