Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Physics Help angular momentum
Post Body

Chapter 11, Problem 41

The figure shows a rigid structure consisting of a circular hoop of radius R and mass m, and a square made of four thin bars, each of length R and mass m. The rigid structure rotates at a constant speed about a vertical axis, with a period of rotation of 1.2 s. If R = 0.4 m and m = 5.4 kg, calculate the angular momentum about that axis.

Figure: http://edugen.wileyplus.com/edugen/courses/crs4957/art/qb/qu/c11/q41.jpg

My current codez:

g = 9.8
pi = Math.PI

T = 1.2                                        //seconds
R = 0.4                                       //m
m = 5.4                                      //kg
w = 2*pi/T                                  //rad per s

I1 = m*(R)*(R)                            //Inertia of left block(using parallel axis)
I2 = m*R*R/12   m*(R/2)*(R/2)     //Inertia of Top block (using parallel axis)
I3 = I2                                       //Inertia of Bottom block
I4 = 0                                        //Inertia of Right block
Ibox=(I1   I2   I3   I4)                //Inertia of the entire box

Ihoop = m*R*R   m*R*R             //Inertia of Hoop(using parallel axis)

//Angular-Momentum L for a rigid body: L = I*w
L = (Ibox Ihoop)*w
----------------------------------------------------------------------------------
Generated values:
g = 9.8
pi = 3.141592653589793
T = 1.2
R = 0.4
m = 5.4
w = 5.235987755982989
I1 = 0.936
I2 = 0.288
I3 = 0.288
I4 = 0
Ihoop = 1.728
Ibox = 1.512
L = 16.964600329384886

Author
Account Strength
90%
Account Age
13 years
Verified Email
Yes
Verified Flair
No
Total Karma
4,141
Link Karma
110
Comment Karma
4,031
Profile updated: 4 days ago
Posts updated: 9 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
12 years ago