Calculating the coefficient of friction

AI Thread Summary
The discussion revolves around calculating the minimum coefficient of static friction (µs) required to prevent a block from slipping on a wedge sliding down a frictionless incline. Participants emphasize the importance of drawing a free body diagram (FBD) to analyze the forces acting on both the wedge and the block. Key equations include the relationship between the forces acting on the system and the need to apply Newton's second law in both x and y directions. The final expression derived for µs involves the masses of the wedge and block, along with the angle of inclination, leading to the formula µs = [(Mw + Mb) * cosθ] / Mb. The conversation highlights the necessity of understanding the dynamics of the system to solve for the coefficient of friction accurately.
phyz
Messages
3
Reaction score
0

Homework Statement


A wedge slides down a frictionless inclined plane that makes angle with the horizontal. A small block is placed at the horizontal top side of the wedge. During the slide, the block does not move relative to the wedge. Find the minimum possible coefficient of static friction µs between the block and the wedge.


Homework Equations


us=fsmax/Fn uk=Fk/Fn
Fn=mg
Fnet=ma

The Attempt at a Solution


i cannot seem to figure out a way to start.
the only variable that would be given is gravity and i can't seem to derive an equation that would make me find another variable. I drew an fbd but it cannot be displayed here.

Given: g=9.8m/s
 
Physics news on Phys.org
Hi phyz, welcome to PF.
If you draw the free body diagram, you can see that the force acting on the wedge and the block is
F = (M + m)*g*sinθ along the inclined plane. Here M is the mass of the wedge and m is the mass of the block.
F*cosθ pushes the block in the forward direction and F*sinθ pushes the block in the downward direction.
F*cosθ causes the frictional force between wedge and the block. To prevent the slipping of the block it should be equal to...?
 
The purpose of drawing a FBD is so that you can write out Newton's second law for both the x and y directions. Try doing that. Remember that the acceleration of the block must be the same as that of the wedge (and of the wedge-block system, since the wedge and block can be considered one object).
 
thanks guys i appreciate the help.
rl.bhat i understand the equation u got and that would mean F*cosθ and F*sinθ are both components to equal fk ? and to prevent the slipping of the block it should be equal to fsmax?

how can u solve this equation tho without varaibles other then gravity?
 
Obviously in terms of masses of wedge, block and the angle of inclination. Write the answer in symbols.
 
F=(mw+mb)*g*cosθ is the force going down the ramp. therefore for the wedge to move down the ramp and the block to not slip the F=(mw+mb)*g*cosθ must be equal to the Fsmax of the block.
so...
Fsmax = (mw+mb)*g*cosθ... since fsmax is equal to us*Fn we can sub it in...

us*Fn = (mw+mb)*g*cosθ... since Fn is equal to mb*g we can sub that in...

us*(mb*g)=(mw+mb)*g*cosθ...now we isolate for us and we get our answer...

[us*(mb*g)] / (mb*g) = [(mw+mb)*g*cosθ] / (mb*g)

Finally our answer is... us = [(mw+mb)*cosθ] / mb

i hope that's right? loll :P thanks
 
Fsmax = (mw+mb)*g*cosθ... since fsmax is equal to us*Fn we can sub it in...
It should be
Fsmax = (mw+mb)*g*sinθ*cosθ... since fsmax is equal to us*Fn we can sub it in...
Since wedge is moving down ward, fn = mb*g - (mw+mb)*g*sinθ*sinθ.
 
Last edited:
Back
Top