Two blocks on top of each other accelerating

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
3 replies · 10K views
FancyNut
Messages
113
Reaction score
0
I did this question several times and all I get for acceleration is negative 9.8...

static friction for the top block is .60 and kinetic friction for the bottom block is .20... The force is making both blocks move a distance of 5 meters starting from rest. They want to know What is the least amount of time in which this motion can be completed without the top block sliding on the lower block?

These are the equations I used...

acceleration is equal for both so [tex]a_t = a_b = a[/tex].

for the top block:

[tex]\sum F_x = F = m_t a + f_s[/tex]

[tex]F = m_t a + u_s m_1 g[/tex]

for the bottom block:

[tex]\sum F_x = F = m_b a + f_k[/tex]

[tex]F = m_b a + u_k g (m_t + m_b)[/tex]


I subtracted second equation from the first and get:

[tex]0 = a (m_t - m_b) + u_s m_1 g - u_k g (m_t + m_b)[/tex]

[tex]a = - 9.8[/tex]


then I used this equation:

[tex]x_f = x_i + v_i t + 1/2 a (t)^2)[/tex]

[tex]5 = 1/2 (-9.8) t^2[/tex]

[tex]t = 1.20408163[/tex]



That time is of course wrong...
 

Attachments

  • physics_picture.jpg
    physics_picture.jpg
    5.1 KB · Views: 837
Last edited:
Physics news on Phys.org
First of all:
You are using F as a force on the bottom block; but that is clearly false!
The driving force on the bottom block IS THE STATIC FRICTION FROM THE TOP BLOCK ON THE BOTTOM BLOCK!
 
Redo your equation for the bottom block. The applied force "F" acts only on the top block.


(arildno beat me again!)
 
Fixed it. :redface:

Thanks a lot. :)