SELECT * FROM question_mgmt as q WHERE id=3390 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 rope of negligible mass is wound round a hollow cylinder of mass 3 kg and radius 40 cm. What is the angular acceleration of the cylinder if the rope is pulled with a force of 30 N? What is the linear acceleration of the rope? Assume that there is no slipping.

Answer:

Mass of the hollow cylinder, m = 3 kg

Radius of the hollow cylinder, r = 40 cm = 0.4 m

Applied force, F = 30 N

The moment of inertia of the hollow cylinder about its geometric axis:

I = mr2

= 3 × (0.4)2 = 0.48 kg m2

Torque, τ = F x r

= 30 × 0.4 = 12 Nm

For angular acceleration α, torque is also given by the relation:

τ  = Iα

α  = τ / I = 12 / 0.48

= 25 rad s-2

Linear acceleration = rα = 0.4 × 25 = 10 m s–2


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