Pulley attached to a pulley - Find the balance equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
11 replies · 2K views
AHashemi
Messages
25
Reaction score
0

Homework Statement


A string is hung over a fixed pulley, and a mass of m3 is suspended from one end of the string. The other end of the string supports a massless pulley, over which a second string is hung. This string has a m2 mass attached to one end, and a m1 mass attached to the other end.
Find an equation between m1, m2 and m3 that makes the m3 still.

hw-evil-pulleys.png


Homework Equations


F=ma

The Attempt at a Solution


I took the upward as positive direction of y. and wrote these equations based on F=ma for each mass:
m3: [tex]T_1 - m_3g=m_3 a_3[/tex]
m2: [tex]T_2 - m_2g=m_2 a_2[/tex]
m1: [tex]T_2 - m_1g=m_1 a_1[/tex]

but I can't find out how to make m3 still.
 
Last edited:
on Phys.org
Chestermiller said:
If m3 has to be still, what can you say about m3's acceleration? What does this mean with regard to the downward acceleration of the lower pulley? How are the acclerations of m1 and m2 related?

Chet

emm... well a3 has to be equal to 0. by this we can say [tex]T_1=m_3g[/tex] and we know [tex]T_1=2T_2[/tex] so [tex]2T_2=m_3g[/tex] but I have no idea about how to find left pulley's acceleration which is necessary to find T1.
I've spend too much time on this. I'm sure I'm missing something.
 
AHashemi said:
emm... well a3 has to be equal to 0. by this we can say [tex]T_1=m_3g[/tex] and we know [tex]T_1=2T_2[/tex] so [tex]2T_2=m_3g[/tex] but I have no idea about how to find left pulley's acceleration which is necessary to find T1.
I've spend too much time on this. but I'm sure I'm missing something.
If m3 is not accelerating, then the lower pulley, which is joined to m3 by an inextensible string is not accelerating either. So that pulley has to be stationary.

Chet
 
  • Like
Likes   Reactions: AHashemi
Chestermiller said:
If m3 is not accelerating, then the lower pulley, which is joined to m3 by an inextensible string is not accelerating either. So that pulley has to be stationary.

Chet
Oh right.. that was a mistake.
But I can't understand how m1 and m2 are related to m3's acceleration. their net weight just has to be equal to m3. do their acceleration matter at all?
 
AHashemi said:
Oh right.. that was a mistake.
But I can't understand how m1 and m2 are related to m3's acceleration. their net weight just has to be equal to m3. do their acceleration matter at all?
Sure. Their accelerations affect the tension (see your own equations). If the pulley is stationary, how is the upward acceleration of m1 related to the downward acceleration of m2?

Chet
 
  • Like
Likes   Reactions: AHashemi
Chestermiller said:
Sure. Their accelerations affect the tension (see your own equations). If the pulley is stationary, how is the upward acceleration of m1 related to the downward acceleration of m2?
Chet
[tex]a_1=g(m_2-m_1)/(m_1+m_2)=-a_2[/tex]
they have equal magnitude but opposite directions.
 
Last edited:
Chestermiller said:
So, based on this, what is T2 equal to?
[tex]T_2=m_1g((m_2-m_1)/(m_2+m_1)+1)[/tex]
so
[tex]T_1=2m_1g((m_2-m_1)/(m_2+m_1)+1)[/tex]
and because we need T1 to be equal to m3g we can say:
[tex]m_3g=2m_1g((m_2-m_1)/(m_2+m_1)+1)[/tex]
which is:
[tex]m_3=2m_1((m_2-m_1)/(m_2+m_1)+1)[/tex]
Oh! that's right! also m1=m2=m results m3=2m fits into this!
Thanks!
 
AHashemi said:
[tex]T_2=m_1g((m_2-m_1)/(m_2+m_1)+1)[/tex]
so
[tex]T_1=2m_1g((m_2-m_1)/(m_2+m_1)+1)[/tex]
and because we need T1 to be equal to m3g we can say:
[tex]m_3g=2m_1g((m_2-m_1)/(m_2+m_1)+1)[/tex]
which is:
[tex]m_3=2m_1((m_2-m_1)/(m_2+m_1)+1)[/tex]
Oh! that's right! also m1=m2=m results m3=2m fits into this!
Thanks!
Good job, but just for aesthetic purposes, why don't you reduce that thing in parenthesis to a common denominator?
 
  • Like
Likes   Reactions: AHashemi
Chestermiller said:
Good job, but just for aesthetic purposes, why don't you reduce that thing in parenthesis to a common denominator?
[tex]m_3=2m_1(2m_2/(m_2+m_1))[/tex]

Thanks again for your help.