Ladder problem (statics) with 2 sources of friction

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 6K views
natasha13100
Messages
58
Reaction score
0

Homework Statement


A uniform ladder of mass m and length L rests against the wall as shown. The coefficients of static friction between the floor and the ladder and between the wall and the ladder are equal to each other (μ). What is the maximum value of angle θ that the ladder can make with the wall without sliding? (Use m for m, L for L, mu for μ, and arcsin, arccos, and arctan for the inverse trig functions.)

Homework Equations


f(friction)≤μN(normal force)
t(torque)=r(moment arm)Fsinθ
G=mg

The Attempt at a Solution


FBD is attached

because the ladder is not moving
t=-mgLsinθ/2+NfLsinθ-μNfLcosθ=0
Fx=Nw-ff=0
Fy=Nf+fw-mg=0

Solve t for Nf
NfLsinθ-μNfLcosθ=mgLsinθ/2
Nftanθ-μNf=mgtanθ/2
Nf=mgtanθ/(2(tanθ-μ))

When θ is at its maximum without the ladder slipping, f=μN.
ff=μmgtanθ/(2(tanθ-μ))
Solve Fxfor Nw
Nw=μmgtanθ/(2(tanθ-μ))
Also fw=μ2mgtanθ/(2(tanθ-μ))

Solve Fy for θ.
mgtanθ/(2(tanθ-μ))+μ2mgtanθ/(2(tanθ-μ))=mg
tanθ/(2(tanθ-μ))+μ2tanθ/(2(tanθ-μ))=1
tanθ=2(tanθ-μ)/(1+μ2)
(tanθ-μ)/tanθ=(1+μ2)/2
1-μ/tanθ=(1+μ2)/2
μ/tanθ=1-(1+μ2)/2
tanθ=μ/(1-(1+μ2)/2)
θ=arctan(μ/(1-(1+μ2)/2))
 

Attachments

  • ladder problem.png
    ladder problem.png
    4.5 KB · Views: 722
  • ladder problem fbd.png
    ladder problem fbd.png
    5.4 KB · Views: 927
Physics news on Phys.org
Your work looks good to me. You can simplify your answer a bit.

[Would there be a solution if ##\mu > 1##? For most substances ##\mu < 1##, but there exist substances for which ##\mu > 1##.]
 
Last edited:
Oh yes it is. I finally figured out where my mistake was. I've been trying to simplify the answer and it would come out wrong. I would get an answer like 2/(1+μ). A simple algebra mistake. Thanks. :) By the way, if I am thinking correctly, the angle would exist but it would be extremely small.