PDA

View Full Version : Simple Ladder leading against a vertical wall become complicated.


dr3vil704
Dec11-07, 06:55 PM
1. The problem statement, all variables and given/known data
A uniform ladder of length L and weight w is leaning against a vertical wall. The coefficient of static friction between the ladder and the floor is the same as that between the ladder and the wall. If this coefficient of static friction is μs = 0.500, determine the smallest angle the ladder can make with the floor without slipping.


2. Relevant equations
I believe the set up of the problem is:
(1/2 X mg x Cos\theta = ( N x L Sin\theta ) +( Ff X Cos\theta )



3. The attempt at a solution
(Here Maybe the problem number)

I bring Ff X cos\theta to the other side, and factor out the mg and divived the Sin. to get Tan\theta by it self.
So the result is:
tan\theta= (1/2 X L X mg - \mumg) / (mg X L)
Tan\theta = (1/2 L - \mu) / L

Okay, then the problem is that I'm suppose to get a numeric answer, to \theta which is 36.8 degree.
If my attempt was on the right track, then How could i find the Numeric value of this if I only know what \mu is?

cryptoguy
Dec11-07, 08:58 PM
I'm not sure if you did this, but you are using torque so you should set up the pivot point at either the floor or the wall to cancel out one of the Friction forces so you are left with only one F and mg. Then you make them equal (Tcw = Tccw).

Doc Al
Dec12-07, 05:35 AM
Several problems: (1) Your torque equation should have an L in every term, which then cancels; (2) It looks like you assumed that friction equals \mu mg, but mg is not the normal force. Also, I don't quite see how you went from your first equation to your final version.

In addition to the torque equation, take advantage of the other conditions for equilibrium.

dr3vil704
Dec12-07, 06:32 AM
yes, I did put the pivot point on the floor, which cancel out the normal and friction between floor and ladder. So the frictional force that is left is between the wall and floor. And my friction and normal is not incline so it just \mumg. The first equation is Tcw=Tccw

Doc Al
Dec12-07, 06:38 AM
And my friction and normal is not incline so it just \mumg.
Don't forget the friction force from the wall.
The first equation is Tcw=Tccw
Yes, but with errors.

dr3vil704
Dec12-07, 06:45 AM
Oh, I see the mistake now. I guess I forgot to put the distance with the force
So the equation should be
(1/2 X mg X L X Cos\theta) = (N X Lsing\theta) +(Ff X cos\thetaX L)

But I do no get why the Ff agaisnt the wall is not \muN

Doc Al
Dec12-07, 07:53 AM
But I do no get why the Ff agaisnt the wall is not \muN
Who says it isn't?

rl.bhat
Dec13-07, 04:23 AM
For equilibrium we require force balance and torque balance.
For force balance Sigms Fx = 0 i.e f1 - N2 = 0 where f1 frictional force at floor and N2 is the normal reaction on the wall. Sigma Fy = 0 i.e. mg - N1 - f2 = 0.
For torque balance mg*L/2*cos(theta) = f2*cos(theta) + N2*sin(theta).Substitute the value of mg. Then (N1+ f2)*L/2*cos(theta) =f2*cos(theta) + N2*sin(theta). Since Coeff. of friction is 0.5, N1 = 2f1 and N2 = 2f2 or f1 = 2f2. Substituting these values in the torque balance equation and simplifying you get tan(theta) = 3/4 or theta = 36.8 degree.