183_notes:examples:statics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
183_notes:examples:statics [2016/03/18 16:13] klinkos1183_notes:examples:statics [2016/03/24 22:29] klinkos1
Line 1: Line 1:
-{{ 183_projects:screen_shot_2016-03-18_at_11.15.44_am.png }} (This picture clearly hates me) +====== Example: Statics====== 
 +{{183_notes:examples:imag0334.jpg}}
 If a sign were hung like the one above, what would the tension forces acting on both of the ropes? If a sign were hung like the one above, what would the tension forces acting on both of the ropes?
 ==== Setup ==== ==== Setup ====
Line 10: Line 10:
   *Gravity works in the negative y direction, with $g=9.81m/s^{2}$   *Gravity works in the negative y direction, with $g=9.81m/s^{2}$
   *There are two forces of tension, on for rope 1, and one for rope 2   *There are two forces of tension, on for rope 1, and one for rope 2
-  *Mass of the object? +
-  *Angles of the ropes?+
      
 === Lacking === === Lacking ===
  
   *Either force of tension of the ropes    *Either force of tension of the ropes 
 +  *Mass of the object 
 +  *Angles of the ropes
 === Approximations & Assumptions === === Approximations & Assumptions ===
  
Line 24: Line 24:
 === Representations === === Representations ===
  
-  *I have a drawing but I'm having a hard time adding pictures+{{183_notes:examples:screen_shot_2016-03-18_at_11.15.44_am.png}}
  
 ==== Solution ==== ==== Solution ====
Line 40: Line 40:
 When finding the net force in the y direction, we cannot forget our assumption that gravity also works in the dimension in the opposite direction as our tension forces. The net force in the y direction is, When finding the net force in the y direction, we cannot forget our assumption that gravity also works in the dimension in the opposite direction as our tension forces. The net force in the y direction is,
 $$\sum F_{y} = T_{1}\cos{\alpha}+T_{2}\cos{\beta}-Mg = 0.$$ $$\sum F_{y} = T_{1}\cos{\alpha}+T_{2}\cos{\beta}-Mg = 0.$$
 +Now we have two unknowns (the tension of the two ropes) and two equations, so we can solve this as a system of equations.
 +The force of tension in the x direction can be rearranged to solve for one of the unknowns, in this case $T_{1}$
 +$$T_{2}\sin{\beta} - T_{1}\sin{\alpha} = 0$$
 +$$T_{1} = T_{2} \dfrac{\sin{\beta}}{\sin{\alpha}}$$
 +Now we can plug this solution for $T_{1}$ into the equation we have for the tension force in the y direction
 +$$T_{1}\cos{\alpha}+T_{2}\cos{\beta}-Mg = 0$$
 +$$T_{2} \dfrac{\sin{\beta}}{\sin{\alpha}}cos{\alpha}+T_{2}\cos{\beta}-Mg = 0$$
 +And solve for $T_{2}$ (should I add more steps?)
 +$$T_{2} = \dfrac{Mg}{(\dfrac{\sin{\beta}}{\tan{\alpha}}+\cos{\beta})}$$
 +
 +Now we have solutions for both tension forces, $T_{1}$ and $T_{2}$
 +
 +
 +
  • 183_notes/examples/statics.txt
  • Last modified: 2016/03/25 15:58
  • by klinkos1