Angular speed; horizontal circle

AI Thread Summary
A student swings a 400g rock on a 1.0m string at a 10° angle, leading to discussions about calculating angular speed. The tension in the string is analyzed, with the vertical component supporting the rock's weight and the horizontal component providing centripetal force. The correct radius for calculations is determined to be 0.98m, not 1.0m, affecting velocity and angular speed results. The final angular speed is calculated to be approximately 1.32 radians per second, with a reminder that angular velocity should be expressed in radians. The importance of maintaining precision in calculations to avoid rounding errors is emphasized.
deezy
Messages
18
Reaction score
0

Homework Statement


A student ties a 400g rock to a 1.0m long string and swings it around her head in a horizontal circle. What angular speed does the string tilt down at a 10° angle?

m = 400g = .4kg
r = 1m

Homework Equations


F = \frac {mv^2}{r}

\omega = \frac {|v|sin \theta}{|r|}

[PLAIN]http://img31.imageshack.us/img31/7350/circ1.png



[PLAIN]http://img513.imageshack.us/img513/513/circ2.png

The Attempt at a Solution


First I solved for the tensions:

T_y = 9.8 * .4 = 3.92N
tan 10 = \frac {3.92}{T_x}
T_x = 22.23N

Then for velocity:
22.23 = .4 * \frac {v^2}{1}
v = 7.45 m/s

Then for angular speed:
\omega = \frac {7.45 sin 10} {1}
\omega = 1.29°/sec

I wasn't sure if I set this up correctly or used the right formulas. I also wasn't sure if my answer was in the correct units. I also wanted to know if the picture for this motion is like the 1st picture or the 2nd picture? I used the first picture to solve this problem.
 
Last edited by a moderator:
Physics news on Phys.org
In the first picture, the string is 10 degrees below horizontal, which is correct.

In the second picture, the string is 10 degrees above horizontal.
 
I didn't look too closely at it, but it seems like your overall method is right. The y-component of the tension has to support the weight, and the x-component of the tension has to provide the centripetal force that keeps the thing moving in a circle.

Your answer of degrees per second is in the wrong units. If you look carefully at your actual equation, you'll see that the result is in (m/s)/m = 1/s. However, we usually express this as radians/second in order to make it clear that it is an angular velocity. In the radian system, angles are dimensionless quantities (being expressed as the ratio of two lengths). Hence radians are a dimensionless unit, which is why they don't appear in the units unless if you explicitly put them in.

If you want the answer in degrees per second, you'll have to convert from radians to degrees.

In general this is something you have to be careful with. The formula v = \omega r implicitly assumes angles measured in radians.
 
Another thing that I just noticed is that in the equation F = mv^2 / r, r is the radius of the circular path being swept out. This is NOT the same thing as the length of the string here. So that might be another source of error. Check it out.
 
Be careful with the radius of the circle!

attachment.php?attachmentid=39546&stc=1&d=1317600349.gif


EDIT: Hmph. cepheid got in ahead of me!
 

Attachments

  • Fig1.gif
    Fig1.gif
    1.1 KB · Views: 1,827
Last edited:
Ah yes I forgot the radius was different from the length of the rope.

r = 1 * cos 10 = .98m
22.23 = .4 * \frac {v^2}{.98}
v = 7.38 m/s

\omega = \frac {7.38 sin 10} {.98}
\omega = 1.32/sec

So at this point, is the answer in radians/sec? If not, at which point do I convert it?

 
Last edited:
deezy said:
Ah yes I forgot the radius was different from the length of the rope.

r = 1 * cos 10 = .98m
22.23 = .4 * \frac {v^2}{.98}
v = 7.53 m/s

Okay so far
\omega = \frac {7.45 sin 10} {.98}
\omega = 1.32/sec
Can you explain the above? Where did 7.45 come from, and why the sine function?

If you have the speed of the rock and the radius of the circle it travels in you can work out the circumference and time it takes to make one circuit of the path (the period). One circuit of the path also covers 2\pi radians...
 
Oops, v is supposed to be 7.38 m/s. I used the sine function because that was part of the angular velocity formula. But keep in mind that I wasn't sure if I was using the right formulas.
 
Last edited:
deezy said:
Oops, v is supposed to be 7.38 m/s. I used the sine function because that was part of the angular velocity formula. But keep in mind that I wasn't sure if I was using the right formulas.

I can't place 7.38 m/s from your calculations either :frown:

The quickest road from velocity to angular velocity is via the relationship v = \omega r.

If I may make the suggestion, you might want to keep a few more decimal places in your intermediate results so that rounding error doesn't slowly erode accuracy over multiple calculation steps. By all means round final results to the correct number of significant figures, but hold on to accuracy till the end!
 
  • #10
So I use
F = \frac {mv^2}{r} to solve for velocity, and use v = \omega r to solve for the angular velocity?
 
  • #11
deezy said:
So I use
F = \frac {mv^2}{r} to solve for velocity, and use v = \omega r to solve for the angular velocity?

Yup. Quick and easy!
 
Back
Top