SELECT * FROM question_mgmt as q WHERE id=3392 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:

A hoop of radius 2 m weighs 100 kg. It rolls along a horizontal floor so that its centre of mass has a speed of 20 cm/s. How much work has to be done to stop it?

Answer:

Radius of the hoop, r = 2 m

Mass of the hoop, m = 100 kg

Velocity of the hoop, v = 20 cm/s = 0.2 m/s

Total energy of the hoop = Translational KE + Rotational KE

Er  =  1/2 mv2 + 1/2 I ω2

Moment of inertia of the hoop about its centre, I = mr2

Er  =  1/2 mv2 + 1/2 (mr2) ω2

But we have the relation, v  =  rω

∴ Er  =  1/2 mv2 + 1/2 mr2 ω2

∴ Er  =  1/2 mv2 + 1/2 mv2

∴ Er  =  mv2

The work required to be done for stopping the hoop is equal to the total energy of the hoop.

∴Required work to be done, W = mv2 = 100 × (0.2)2 = 4 J


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!=3392 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!=3392 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