In: Physics
A uniform ladder of length L and mass m leans against a frictionless vertical wall, making an angle of 57° with the horizontal. The coefficient of static friction between the ladder and the ground is 0.42. If your mass is four times that of the ladder, how high can you climb before the ladder begins to slip?
L
Our overall goal is to solve for some distance x1 from the
ground on the line along the ladder that a person can stand without
causing the ladder to slip. Our answer should be solved in terms of
the length of the ladder (L), the static coefficient of friction
the ladder has with the ground (mu), and the angle the ladder forms
with the horizontal (beta).
First I would draw a FBD or free-body-diagram of the ladder.
Outlined on this diagram would be all the forces acting on the
ladder. These include:
Normal forces:
N1 = normal force acting horizontal on top end of ladder touching
the frictionless wall
N2 = normal force acting vertically up on the bottom of the ladder
touching the ground with friction
Friction forces:
Ff = friction force acting horizontal towards the vertical wall on
the bottom of the ladder. Ff will be equal to mu (coefficient of
static friction) * N2 (Ff = mu*N2)
Weight Forces:
W = weight of the ladder acting at the centroid of the ladder at a
distance L/2 from the base of the ladder along the line of the
ladder
WP = 4*W = weight of the person acting at an arbitrary distance x1
from the base of the ladder along the line of the ladder
Now to solve for some of our forces in terms of our
variables.
By summing the forces in the vertical or often the y-direction we
can obtain N2. The sum will equal zero because the system is static
(no acceleration is occurring).
0 = N2 - W - WP
W and WP are negative because they act down, while N2 acts up and
is positive for my connotation.
Therefore N2 = W + WP and WP = 4*W therefore N2 = 5*W
As stated above we know that Ff = mu*N2 therefore Ff = mu*5*W with
a simple substitution.
Now to complete the problem we will need to sum moments about a
point. There are several ways of doing this, I chose to pick a
point that cleverly excuses N1 and N2 from our moment equation. I
did so by choosing the point that N1 and N2 act through above the
ladder.
Its difficult to expresses my positive/negative connotations for
this section but forces that create a moment around this point CCW
will be positive and those that create a CC moment about this point
will be negative. Again the sum of the moments will add up to zero
as the system is static.
Before I sum moments let me define some lengths that I will
need.
d1 = the vertical length from the ground to where the ladder
touches the vertical wall. With simple trig. we can see that d1 =
L*sin(beta)
d2 = the horizontal distance from the base of the ladder to the
line of action of the person's weight. Again with simple trig. we
can determine that d2 = x1*cos(beta)
d3 = the horizontal distance from the base of the ladder to the
line of action of the ladder's weight. Same logic shows that d3 =
L/2*cos(beta)
Now to sum the moments about my point described above.
0 = 4*W*d3 + W*d3 - Ff*d1
The first term is the moment created by the person, the second term
is the moment created by the ladder, and the third term is the
moment created by the friction.
Substituting our known values into the terms above we get:
0 = 4*W*x1*cos(beta) + W *L/2*cos(beta) - mu*5*W*L*sin(beta)
First off we can see each term contains a W; and W does not equal 0
therefore we can divide each term by W and find that it will no
longer be contained in the equation:
0 = 4*x1*cos(beta) + L/2*cos(beta) - mu*5*L*sin(beta)
Now I will begin solving the equation for x1
Step one: move all terms to one side that do not contain an
x1
mu*5*L*sin(beta) - L/2 *cos(beta) = 4*x1*cos(beta)
Step two: divide by 4*cos(beta) to get x1 by itself
x1 = mu*5/4*L*tan(beta) - L/8
Step three (probably unnecessary): plug in given values mu = 4.2
and beta = 57 degrees
x1 = 4.2*5/4*L*tan(57) - L/8 =0.80L- L/8
x1 = 0.67*L or the person can climb slightly passed L/2
on the line of the ladder without the ladder
slipping.