Difficult circular motion problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
utm01
Messages
10
Reaction score
0

Homework Statement



http://imageshack.us/photo/my-images/266/problembd.jpg/

Homework Equations



F=mv^2/c

The Attempt at a Solution



I drew the free body diagram and found

TSin(theta) = mv^2/r

r = LSin(theta)

TSin(theta) = mv^2/LSin(theta)

In the y direction Fy = mg - TCos(theta) = 0
So mg = TCos(theta)

I tried to turn T = mg/cos(theta) into T=mg/(1-Sin(theta)) and sub it in but it doesn't seem to work.

Any help would be appreciated!
 
Physics news on Phys.org
Eliminate T, then you can get the trig functions on one side as a function of all the given information.
 
Hello. You're on the right track. Rather than trying to get cosine in terms of sine, go the other way around. For example, you have:
[tex]T=\frac{mv^2}{Lsin^2\theta}[/tex]
and
[tex]T=\frac{mg}{cos\theta}[/tex]
Put sin^2 in terms of cosine, and equate both the formulas that you have for tension. You should be able to come up with a quadratic equation in terms of cosine.
 
sandy.bridge said:
Hello. You're on the right track. Rather than trying to get cosine in terms of sine, go the other way around. For example, you have:
[tex]T=\frac{mv^2}{Lsin^2\theta}[/tex]
and
[tex]T=\frac{mg}{cos\theta}[/tex]
Put sin^2 in terms of cosine, and equate both the formulas that you have for tension. You should be able to come up with a quadratic equation in terms of cosine.

How did you get [tex]T=\frac{mv^2}{Lsin^2\theta}[/tex]

I solved for T in the y direction and got

[tex]T=\frac{mg}{cos\theta}[/tex]

[tex]\frac{mg}{cos\theta}*{sin\theta}[/tex]=[tex]=\frac{mv^2}{Lsin\theta}[/tex]

I'm stuck after this I can't seem to get the sin into a quadratic equation
 
So you have,

mv^2/Ls^2 = mg/c (where s = sin and c = cosine)

so,

cv^2 = Lgs^2 = Lg(1 - c^2)

now you can use the quadratic equation
 
Spinnor said:
So you have,

mv^2/Ls^2 = mg/c (where s = sin and c = cosine)

so,

cv^2 = Lgs^2 = Lg(1 - c^2)

now you can use the quadratic equation
oh ok! Thank you guys!