Mechanics Pendulum Homework: Solve Horizontal & Vertical Components

  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Mechanics Pendulum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Messages
3,802
Reaction score
95

Homework Statement


http://img198.imageshack.us/img198/2900/mechanicspendulum1.jpg

Homework Equations



[tex]w=\frac{d\theta}{dt}[/tex] (1)

[tex]v=rw[/tex] (2)

[tex]F=ma[/tex] (3)

[tex]a=\frac{v^2}{r}[/tex] (4)


The Attempt at a Solution



I'm guessing that the horizontal component is using formula (4) where [tex]r=l.sin(\alpha)[/tex] and v is found from formula (2) such that [tex]v=l.sin(\alpha).w[/tex]

Thus, [tex]a=\frac{(l.sin(\alpha).w)^2}{l.sin(\alpha)}=l.sin(\alpha).w^2[/tex]

However, for the vertical component, I'm unsure how to begin. Oh and I'm not certain if I'm solving the horizontal correctly either, so don't hesitate to scold my mistakes :smile:
 
Last edited by a moderator:
Physics news on Phys.org
It's not really a pendulum problem as the mass doesn't oscillate through an energy valley. Consider an angle θ such that it lies on the circle around which the mass revolves. It can be said that [tex]\omega=\frac{d\theta}{dt}[/tex].

The net force [tex]F_{net,y}[/tex] on the mass must be zero, and a free body diagram of the mass will note that [tex]F_{net,y}=0=T_{y}-mg[/tex].

For the mass to revolve in a circle, there must be a centripetal force [tex]T_{x}=m\frac{v^{2}}{r}=m\omega^{2}r[/tex]; in this case, [tex]r=l\sin(\alpha)[/tex] and x component of tension can be rewritten as [tex]T_{x}=\omega^{2}lm\sin(\alpha)[/tex].

Noting that [tex]\vec{T}=T_{x}\vec{i}+T_{y}\vec{j}[/tex], [tex]T_{x}=T\sin(\alpha)[/tex] and [tex]T_{y}=T\cos({\alpha})[/tex]. This gives [tex]T_{x}=T_{y}\tan(\alpha)[/tex].

After some substitution, [tex]mg\tan(\alpha)=\omega^{2}lm\sin(\alpha)[/tex] and [tex]\omega^{2}=\frac{g}{l\cos(\alpha)}[/tex]
 
Last edited:
Thanks, the Tx makes a lot of sense now!
But I'm unfamiliar with the notations you've used here and so I couldn't follow it from there-on:

zcd said:
Noting that [tex]\vec{T}=T_{x}\vec{i}+T_{y}\vec{j}[/tex], [tex]T_{x}=T\sin(\alpha)[/tex]
 
I just separated it into components to form a right triangle. From the right triangle, you can see how each component is related to the other component and the tension force vector itself.
 
Oh ok I see. While I still can't figure out what that vector notation is meant to represent (somehow, a right triangle), I can see how you got [tex]T_x=T_y.tan\alpha[/tex]

Ok but now, what did you substitute and into which equations?
 
Aha now it all makes sense! So for most questions like these, to resolve the horizontal and vertical components, I should find the horizontal in terms of [tex]m,\omega,l,\alpha[/tex] and then the vertical in terms of the horizontal tension force.