Maximum and minimum values of a force to keep a block pinned.

AI Thread Summary
To determine the maximum and minimum values of the force F needed to keep a block stationary against a wall, the vertical component of the force must balance the gravitational force and the static friction. The equations derived show that the force F must satisfy two inequalities involving the sine and cosine of the angle theta, as well as the coefficient of static friction us. The challenge arises because the force F appears on both sides of the inequalities, complicating the extraction of explicit limits. A suggested approach is to separate the inequalities and then minimize or maximize the expressions involving sine and cosine functions. This method will help clarify the relationship between F, m, g, theta, and us.
DocZaius
Messages
365
Reaction score
11

Homework Statement



Your hand presses a block of mass m against a wall with a force F acting at an angle . Find the minimum and maximum possible values of abs(F) that can keep the block stationary, in terms of m, g, theta, and us (the coefficient of static friction between the block and the wall.)

Homework Equations



abs(normal force) = F*cos(theta)
Static Friction = Vertical component of net forces unless they are > abs(us*abs(normal force))

The Attempt at a Solution



The following must be true for the block not to move:
abs(F)*sin(theta) - mg >= -(us*abs(F)*cos(theta))
abs(F)*sin(theta) - mg <= us*abs(F)*cos(theta)

The vertical component (always positive) of the force, minus the force of gravity, needs to be less than the coefficient of static friction times the normal force (which is equal to the horizontal component of the applied force).

It also needs to be greater than the negative equivalent of the max static force.

My problem is that the applied force cancels out of the equations, and I can't give an answer that shows the upper and lower limits of the force since they cancel out. Any hints?

Thanks.
 

Attachments

  • block.GIF
    block.GIF
    1.8 KB · Views: 692
Last edited:
Physics news on Phys.org
DocZaius said:
My problem is that the applied force cancels out of the equations, and I can't give an answer that shows the upper and lower limits of the force since they cancel out.

Hi DocZaius! :smile:

I don't understand :confused:

your equations show F = g times a function of theta …

just minimise/maximise that function to find min/max for F. :wink:
 
tiny-tim said:
Hi DocZaius! :smile:

I don't understand :confused:

your equations show F = g times a function of theta …

just minimise/maximise that function to find min/max for F. :wink:

Could you get the process started a bit or elaborate a bit more? I am not familiar with minimization/maximization.
 
And here is a cleaner version of my findings from the first post. Is the following at least correct?

\mu_{s}|F|cos(\vartheta)\geq|F|sin(\vartheta)-mg\geq-\mu_{s}|F|cos(\vartheta)
 
Last edited:
DocZaius said:
And here is a cleaner version of my findings from the first post. Is the following at least correct?

\mu_{s}|F|cos(\vartheta)\geq|F|sin(\vartheta)-mg\geq-\mu_{s}|F|cos(\vartheta)

… now put it in the form F ≥ or ≤ g times a function of theta. :smile:
 
This is the closest I have been able to come to fulfilling your request. Unfortunately, the |F| is still on both sides of the inequality. Could you provide some additional help that explains a litte more how to accomplish your instructions?

Thank you.

|F|\geq\left|\frac{|F|tan(\vartheta)}{\mu_{s}}-\frac{mg}{\mu_{s}cos(\vartheta)}\right|
 
DocZaius said:
This is the closest I have been able to come to fulfilling your request. Unfortunately, the |F| is still on both sides of the inequality. Could you provide some additional help that explains a litte more how to accomplish your instructions?

Thank you.

|F|\geq\left|\frac{|F|tan(\vartheta)}{\mu_{s}}-\frac{mg}{\mu_{s}cos(\vartheta)}\right|

Hi DocZaius! :smile:

ah … now I see what the difficulty is …

you're trying ot keep it as one (in)equation.

Split it up:

F(sinθ - µcosθ) ≤ mg and F(sinθ + µcosθ) ≥ mg

Then you need to minimise/maximise sinθ + µcosθ and sinθ - µcosθ …

which you can do either by diferentiating, or by finding a φ and a ψ to put them into the form sin(θ + ψ) and sin(θ + ψ). :smile:
 
Back
Top