Difference between revisions of "Forest UCM NLM AtwoodMachine"

From New IAC Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 29: Line 29:
  
 
== Step 4: Define the Force vectors using the above coordinate system==
 
== Step 4: Define the Force vectors using the above coordinate system==
 +
 +
since the system is one dimensional I will omit the vector notation
 +
 +
:<math>T_1=</math>  Tension in the rope attached to mass <math>m_1</math>
 +
:<math>T_2=</math>  Tension in the rope attached to mass <math>m_2 = T_1</math>
 +
:<math>T_3=</math>  Tension in the rope attached to mass <math>m_3</math>
 +
:<math>F_g</math> = force of gravity on each mass <math>= m_1 g</math> or <math>m_2 g</math> or <math>m_3 g</math>
 +
 +
==Step 5: Use Newton's second law==
  
 
;for mass 1
 
;for mass 1
Line 73: Line 82:
 
:<math>a_2=-a_r-a_3</math> : if <math>m_1</math> is accelerating upwards then <math>m_2</math> is accelerating downwards
 
:<math>a_2=-a_r-a_3</math> : if <math>m_1</math> is accelerating upwards then <math>m_2</math> is accelerating downwards
  
==Step 5: Use Newton's second law==
+
=== 3 equations and 3 unknowns===
 +
 
 +
:<math>T_1 - m_1 g = m_1 \left ( a_r - a_3 \right )</math>
 +
 
 +
 
 +
:<math>T_1 - m_2 g = m_2 \left ( -a_r - a_3 \right )</math>
 +
 
 +
 
 +
:<math>\left ( 2 T_1 \right ) - m_3 g = m_3 a_3</math>
 +
 
 +
 
 +
=== Solutions===
 +
 
 +
 
 +
solving the above system of equations leads to the solutions
 +
 
 +
:<math>a_1 = \frac{3m_2m_3 -m_1m_3 -4m_1m_2}{m_1m_3 + m_2 m_3 + 4 m_1 m_2}g</math>
 +
:<math>a_2 = \frac{3m_1m_3 -m_2m_3 -4m_1m_2}{m_1m_3 + m_2 m_3 + 4 m_1 m_2}g</math>
 +
:<math>a_3 = \frac{4m_1m_2 -m_2m_3 -m_1m_3}{m_1m_3 + m_2 m_3 + 4 m_1 m_2}g</math>
 +
 
 +
;Matrix method solution (<math>T_1, a_r, a_3</math> are the unkowns)
 +
 
 +
<math>\left( \begin{array}{ccc}
 +
1 & -m_1 & m_1 \\
 +
1 & m_2 & m_2 \\
 +
2 & 0 & -m_3 \end{array} \right)\left( \begin{array}{ccc}
 +
T_1 \\
 +
a_r \\
 +
a_3 \end{array} \right) = \left( \begin{array}{ccc}
 +
m_1 g \\
 +
m_2 g \\
 +
m_3 g\end{array} \right)
 +
</math>
 +
 
 +
Cramer's Rule:
 +
 
  
 +
:<math>a_3 = \frac{\left| \begin{array}{ccc}
 +
1 & -m_1 & m_1g \\
 +
1 & m_2 & m_2g \\
 +
2 & 0 & m_3g \end{array} \right|}{\left| \begin{array}{ccc}
 +
1 & -m_1 & m_1 \\
 +
1 & m_2 & m_2 \\
 +
2 & 0 & -m_3 \end{array} \right|}</math>
  
 
[[Forest_UCM_NLM#Atwoods_Machine]]
 
[[Forest_UCM_NLM#Atwoods_Machine]]

Latest revision as of 12:52, 22 August 2014

Simple Atwood's machine

TF UCM SAM 1.gif


T=2m1m2m1+m2g

Double Atwood's machine

TF UCM DAM 1.gif


The problem

Determine the acceleration of each mass in the above picture.

Step 1: Identify the system

Each block is a separate system with two external forces; a gravitational force and the rope tension.

Step 2: Choose a suitable coordinate system

A coordinate system with one axis that defines the posive direction as up is one possible orientation.

Step 3: Draw the Free Body Diagram

200 px

Step 4: Define the Force vectors using the above coordinate system

since the system is one dimensional I will omit the vector notation

T1= Tension in the rope attached to mass m1
T2= Tension in the rope attached to mass m2=T1
T3= Tension in the rope attached to mass m3
Fg = force of gravity on each mass =m1g or m2g or m3g

Step 5: Use Newton's second law

for mass 1
T1m1g=m1a1
for mass 2
T2m2g=m2a2
for mass 3
T3m3g=m3a3


If we know the mass of all the objects in the system then we are left with three unkown Tensions and three unknown acceleratios. In total we currently have 6 unkowns and 3 equations.


Using Newton's third law we know that T1=T2 reducing the unkowns to 5.

We need 2 more equations!

External Forces on Lower pulley

Consider the external forces acting on the MASSLESS lower pulley


T3T1T2=T3T1(T1)=(0)a
T3=2T1


Now we have 4 unkwons and 3 equations

relative acceleration

let

ar= acceleration of m1 with respect to the lower pulley

assuming that a1 is moving upwards with respect to the earth

a1=ara3 : a3= acceleration of lower pully as well as m3


similarly

a2=ara3 : if m1 is accelerating upwards then m2 is accelerating downwards

3 equations and 3 unknowns

T1m1g=m1(ara3)


T1m2g=m2(ara3)


(2T1)m3g=m3a3


Solutions

solving the above system of equations leads to the solutions

a1=3m2m3m1m34m1m2m1m3+m2m3+4m1m2g
a2=3m1m3m2m34m1m2m1m3+m2m3+4m1m2g
a3=4m1m2m2m3m1m3m1m3+m2m3+4m1m2g
Matrix method solution (T1,ar,a3 are the unkowns)

(1m1m11m2m220m3)(T1ara3)=(m1gm2gm3g)

Cramer's Rule:


a3=|1m1m1g1m2m2g20m3g||1m1m11m2m220m3|

Forest_UCM_NLM#Atwoods_Machine