jaredec18

Untitled

Sep 16th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Look at each mass in a fed
  2.  
  3. T1=m1*(g+a3-a1) where a1 is the acceleration of m1 downward and T1 is the tension
  4.  
  5. note that a3 exists to translate the upward acceleration of the pulley A
  6.  
  7. now look at m2
  8.  
  9. T2=m2*(g+a3+a2)
  10.  
  11. T2=T1
  12.  
  13. a1=a2
  14.  
  15. The pulley A
  16.  
  17. Sum forces
  18.  
  19. TAB-2*T1=0*a3 (since the pulley has no mass)
  20.  
  21. Where TAB is the tension on Pulley A
  22.  
  23. combine
  24.  
  25. T1=m1*(g+a3-a1)
  26.  
  27. m2*(g+a3)=(m1-m2)*(g+a3)
  28.  
  29. a1=(m1-m2)*(g+a3)/(m2+m1)
  30.  
  31. and
  32.  
  33. TAB=m1*(g+a3-a1)+m2*(g+a3+a1)
  34.  
  35. now look at m3
  36.  
  37. T3=m3*(g-a3)
  38.  
  39. and TAB=T3
  40.  
  41. combine with the above
  42.  
  43. m3*(g-a3)=m1*(g+a3-(m1-m2)*(g+a3)/(m2+...
  44.  
  45. m3*g-m3*a3=m1*(g+a3)*(1-(m1-m2)/(m2+m1...
  46.  
  47. plug in some numbers and simplify
  48.  
  49. a3=g/(4*7.75)
Advertisement
Add Comment
Please, Sign In to add comment