Piamedes
- 41
- 0
Homework Statement
19: There is a block a, 100kg and block b 10kg on the right towards the top of block a, hanging in mid air. a force is applied to these two blocks on the left, pointing to the right. THe problem is as follows: What force must be exerted on block A in order for block B not to fall? First, draw a Free Body Diagram of each block and one of them together. The coefficient of static friction between blocks A and B is 0.55, and the horizontal surface is frictionless.
Homework Equations
<br /> \sum F = ma<br />
<br /> F_f = \mu F_n<br />
The Attempt at a Solution
I started off by finding the applied force in terms of the acceleration of the system in the x direction.
<br /> \sum F_a = m_a a<br />
<br /> m_a a = F_a - F_c<br />
<br /> \sum F_b = m_b a<br />
<br /> m_b a = F_c<br />
Therefore
<br /> F_a = a ( m_a + m_b )<br />
Then I substituted in for acceleration
<br /> a = \frac {F_c}{m_b}<br />
<br /> F_a = \frac {F_c ( m_a + m_b )}{m_b}<br />
After that I moved to the y direction to solve for the contact force
<br /> \sum F_b = 0<br />
<br /> 0 = F_f - m_b g<br />
<br /> m_b g = \mu F_c<br />
<br /> F_c = \frac {m_b g}{\mu}<br />
I then substituted that back into my equation for the x direction
<br /> F_a = \frac {m_b g (m_a + m_b )}{m_b \mu} = \frac {g (m_a +m_b)}{\mu}<br />
Plugging in the given values yields
<br /> F_a = \frac {g (100 kg + 10 kg)}{.55} = 1960 Newtons<br />
However the answer given in the book is 172 Newtons. I went back over my work and tried to get the given answer, but failed. If anyone has any idea on how to get 172 Newtons, I'm more than welcome to them. All help is greatly appreciated.